Home
last modified time | relevance | path

Searched refs:collection (Results 151 – 167 of 167) sorted by path

1234567

/plugin/tagfilter/script/select2/
H A Dselect2.js515 process = function(datum, collection) { argument
526 collection.push(group);
530 collection.push(datum);
958 process=function(element, collection) { argument
962 collection.push(self.optionToData(element));
968 collection.push(group);
/plugin/tfslink/conf/
H A Ddefault.php13 'guid' => 'insert guid of the project collection',
/plugin/tfslink/syntax/
H A Dworkitemlink.php36 $collection = strlen($collectionName) == 0 // empty => use default collection
39 if (!isset($collection)){
43 $data['projectCollection'] = $collection;
50 if (isset($collection['title'])
52 $data['title'] = $collection['title'];
56 …$data['version'] = isset($collection['version']) ? intval($collection['version']) : 2013; // fallb…
89 $collection = $this->getConf('defaultCollection');
90 if(!isset($collection) || !is_array($collection)) {
96 return $collection;
/plugin/tuxquote/
H A Dquotes.txt970 Remember the wise words of the old Indian saying: "Before you criticize a man's collection of colum…
/plugin/virtualkeyboard/vk/
H A Dlicense.txt124 A "library" means a collection of software functions and/or data
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js34 …ate("");var collection=internal.targetWindow.document.styleSheets;for(var i=0,len=collection.lengt… variable
70 …n();var collection=internal.targetWindow.document.getElementsByTagName("script");for(var i=0,len=c… variable
H A Dfirebug-lite-1.2.js1112 var collection = internal.targetWindow.document.styleSheets; variable
1113 for(var i=0,len=collection.length; i<len; i++){
1114 var uri = getFileName(collection[i].href);
1575 var collection = internal.targetWindow.document.getElementsByTagName("script"); variable
1576 for(var i=0,len=collection.length; i<len; i++){
1577 var item = collection[i],
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt56 [[data:type:collection:|Collection]]
/plugin/webcomponent/
H A Dplugin.info.txt6 desc A collection of UI Web component
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md74 to create a public read-only collection.
416 * #654: Added a collection, `Sabre\DAVACL\FS\HomeCollection` for automatically
417 creating a private home collection per-user.
649 * Changed: Accessing the caldav inbox, outbox or notification collection no
859 * Fixed: Issue #428: Etag check with `If:` fails if the target is a collection.
1090 * Fixed: Issue #428: Etag check with If: fails if the target is a collection.
1284 a file as a child of something that's not a collection.
1737 array with node-objects, a Root collection will automatically be created, and
1995 Before this was just for {DAV:}collection's, but this is now also the case for
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php86 * report will set this to 'report-sync-collection'.
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php712 foreach ($collections as $collection) {
715 $principalCollection = $this->server->tree->getNodeForPath($collection);
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt438 A "library" means a collection of software functions and/or data
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js56619 baseEach(collection, function (value, key, collection) {
56620 setter(accumulator, value, iteratee(value), collection);
57031 return function (collection, iteratee) {
57048 return function (collection, iteratee) {
57049 if (collection == null) {
57050 return collection;
57053 if (!isArrayLike(collection)) {
57054 return eachFunc(collection, iteratee);
57057 var length = collection.length,
57059 iterable = Object(collection);
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts2321 updateCollection(collection: string, options: any[]): boolean;
H A Ddhtmlxgantt.js.map1collection","serverList","_lightbox_type","lightboxDiv","fullWidth","classNames","_lightbox","_is_…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js13362 gantt.updateCollection = function (list_name, collection) { argument
13363 collection = collection.slice(0);
13367 list.push.apply(list, collection || []);
14352 var collection = collections[key];
14356 for (var j = 0; j < collection.length; j++) {
14357 var option = collection[j];
14501 var collection = {};
14505 var arr = collection[bind] = [];
14520 return collection;

1234567