Home
last modified time | relevance | path

Searched refs:collections (Results 1 – 25 of 40) sorted by relevance

12

/plugin/tfslink/syntax/
H A Dworkitemlink.php100 $collections = $this->getConf('collections');
101 if(!isset($collections) || !is_array($collections)) {
107 if (!isset($collections[$name]) || !is_array($collections[$name])) {
113 return $collections[$name];
/plugin/tfslink/
H A Daction.php48 $collections = $this->getConf('collections');
49 if(!isset($collections) || !is_array($collections)) // no project collections set
52 foreach($collections as $key => $options)
/plugin/tfslink/conf/
H A Ddefault.php18 $conf['collections'] = array();
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64collections|xdmp:document-remove-properties|xdmp:document-remove-permissions|xdmp:document-remove-
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md4 * Fixed deep mtime on asset collections
12 * Fixed cloning of asset collections
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml54 List items in collections are delimited by commas, but
H A DYtsTypeTransfers.yml44 the comma can, honestly, be used in most cases: [ but not in, inline collections ]
49 'the comma can, honestly, be used in most cases' => ['but not in', 'inline collections']
H A DYtsFoldedScalars.yml128 used in collections, as values in a
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php50 public $collections; variable in Google\\Service\\ShoppingContent
746 'collections',
750 'path' => '{merchantId}/collections',
760 'path' => '{merchantId}/collections/{collectionId}',
775 'path' => '{merchantId}/collections/{collectionId}',
790 'path' => '{merchantId}/collections',
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php587 $collections = $this->principalCollectionSet;
588 foreach ($collections as $collection) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php711 $collections = $this->principalCollectionSet;
712 foreach ($collections as $collection) {
/plugin/dw2pdf/
H A Dcomposer.lock173 "doctrine/collections": "^1.0",
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md163 collections (#36).
H A DREADME.md65 multiple promises and mapping and reducing collections of promises.
461 Useful functions for creating, joining, mapping and reducing collections of
464 All functions working on promise collections (like `all()`, `race()`, `some()`
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst495 account for collections. You can define the entry name for collections using
/plugin/barcodes/
H A Dcomposer.lock151 "doctrine/collections": "<1.6.8",
155 "doctrine/collections": "^1.6.8",
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md92 * Resources that are not collections no longer support the `{DAV:}bind` and
394 collections.
1618 * Fixed: Issue 137. Hiding action interface in HTML browser for non-collections.
2269 * Changed: ->getSize is only called for files, no longer for collections. r303
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js782 var collections = [this].concat(args).map($A);
784 return iterator(collections.pluck(index));
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock559 "doctrine/collections": "<1.6.8",
563 "doctrine/collections": "^1.6.8",
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js891 var collections = [this].concat(args).map($A);
893 return iterator(collections.pluck(index));
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js14328 if(data.collections)
14329 this._load_collections(data.collections);
14332 var links = data.links || (data.collections ? data.collections.links : []);
14347 gantt._load_collections = function (collections) { argument
14349 for (var key in collections) {
14350 if (collections.hasOwnProperty(key)) {
14352 var collection = collections[key];
14549 data.collections = this._getCollections(loader);
14577 var data = {collections: {links: []}}; class in gantt.oldxml.parse.data
14608 data.collections.links.push({
/plugin/bible/bible_douayRheims/
H A D1_Corinthians.txt413 …16:1. Now concerning the collections that are made for the saints: as I have given order to the ch…
414 …imself, laying up what it shall well please him: that when I come, the collections be not then to …
/plugin/issuetracker/
H A Dprototype.js1010 var collections = [this].concat(args).map($A);
1012 return iterator(collections.pluck(index));
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13collections&&this._load_collections(t.collections),this.$data.tasksStore.parse(t.data);var e=t.lin…

12