代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/304488/3799245
cs toolbarlist.cs
using System;
using System.Collections;
namespace ASPNET.StarterKit.Communities.HtmlTextBoxControls.Common {
///
/// Collection of Toolbars
///
public class ToolbarLis
www.eeworm.com/read/282584/4089364
java ibtypedb.java
package bookType;
import java.util.Collection;
/**
* @author Yang Xueyu
* date:2007-1-20
*/
public interface IBtypeDB {
//鏌ヨ
www.eeworm.com/read/281829/4112353
java ibtypedb.java
package bookType;
import java.util.Collection;
/**
* @author Yang Xueyu
* date:2007-1-20
*/
public interface IBtypeDB {
//鏌ヨ
www.eeworm.com/read/280962/4121085
py orderinglist.py
"""A custom list that manages index/position information for its children.
``orderinglist`` is a custom list collection implementation for mapped relations
that keeps an arbitrary "position" attribut
www.eeworm.com/read/280962/4121176
py read_markdown.py
"""loads Markdown files, converts each one to HTML and parses the HTML into an ElementTree structure.
The collection of ElementTrees are further parsed to generate a table of contents structure, and a
www.eeworm.com/read/279353/4137448
cs toolbarlist.cs
using System;
using System.Collections;
namespace ASPNET.StarterKit.Communities.HtmlTextBoxControls.Common {
///
/// Collection of Toolbars
///
public class ToolbarLis
www.eeworm.com/read/274046/4190932
js sectree.js
function startMenu() {
// 菜单参数
imageDirectory = '../../../img'; ////图片目录
menuTree = new obj_collection()
defineMenuItems(menuTree)
if (definitionsHaveErrors(menuTree) == false) {creat