Home
last modified time | relevance | path

Searched refs:collection (Results 51 – 75 of 167) sorted by last modified time

1234567

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md621 * Test server is now a collection of static methods on a class
734 (e.g. `$collection->setPath('foo/baz/bar', 'test'); echo $collection['foo']['bar']['bar'];`)
853 to help with refcount based garbage collection of resources created by sending a request
1065 * Models can now be used like regular collection objects by calling filter, map, etc.
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMongoDBHandler.php37 private $collection; variable in Monolog\\Handler\\MongoDBHandler
48 * @param string $collection Collection name
50 …public function __construct($mongodb, string $database, string $collection, $level = Logger::DEBUG… argument
57 $this->collection = $mongodb->selectCollection($database, $collection);
60 $this->namespace = $database . '.' . $collection;
68 if (isset($this->collection)) {
69 $this->collection->insertOne($record['formatted']);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/
H A DScores.php71 * @param string $collection The collection of scores you're requesting.
84 public function listScores($leaderboardId, $collection, $timeSpan, $optParams = []) argument
86 …$params = ['leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan…
95 * @param string $collection The collection of scores you're requesting.
114 public function listWindow($leaderboardId, $collection, $timeSpan, $optParams = []) argument
116 …$params = ['leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $timeSpan…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGames.php354 'path' => 'games/v1/players/{playerId}/categories/{collection}',
362 'collection' => [
409 'path' => 'games/v1/players/me/players/{collection}',
412 'collection' => [
497 'path' => 'games/v1/leaderboards/{leaderboardId}/scores/{collection}',
505 'collection' => [
529 'path' => 'games/v1/leaderboards/{leaderboardId}/window/{collection}',
537 'collection' => [
/plugin/tablelayout/
H A Dyarn.lock1556 matcher-collection@^1.0.0:
1558 …resolved "https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-1.0.5.tgz#2ee095438…
2463 matcher-collection "^1.0.0"
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js359 val = collection[key];
457 function keys(collection) { argument
458 return collection && Object.keys(collection) || [];
468 function size(collection) { argument
479 function values(collection) { argument
5837 var collection = {};
5946 return collection;
5970 value: collection
6112 return collection;
46483 if (!collection) {
[all …]
H A Dbpmn-modeler.production.min.js7collection?Sn(this,t,e):function(e,t,n){var i=t.inverse,r=n[t.name];Object.defineProperty(n,t.name…
/plugin/linkscollection/
H A DREADME3 Create a link collection from site tree
H A Dplugin.info.txt6 desc Create a link collection from site tree
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jar ... java.lang.String, java.util.Collection) StringBuffer buffer String fieldName java.util.Collection ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jar ... .Class) Class annotation public java.util.Collection getAnnotations () public boolean hasModifier (int) int ...
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1608 "com.yworks.bpmn.marker1":"marker1"}},q);if("true"==e.collection||"bpmn_marker_parallel"==q.marker1…
/plugin/refnotes/lang/en/
H A D__template.txt3 On this page you can define commonly used notes for [[doku>plugin:refnotes|RefNotes plugin]]. Every note is defined as collection of data //fields//. There are number of ways to organize the note definitions:
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js.map1 …;\nlibFileSet['lib.dom.iterable.d.ts'] = true;\nlibFileSet['lib.es2015.collection.d.ts'] = true;\n…
H A Dbundle.js.map1collection/src/entries.js","webpack:///./node_modules/d3-collection/src/index.js","webpack:///./no…
H A D12.12.js.map1 …\n 'methods',\n 'min',\n 'min-key',\n 'mix-collection-hash',\n …
H A D3.3.js.map1collection of metadata for the Document.\"\n },\n \"attributes\": [\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1collection/src/map.js","webpack://mermaid/./node_modules/d3-collection/src/nest.js","webpack://mer…
/plugin/webcode/vendor/
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],
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
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php86 * report will set this to 'report-sync-collection'.
/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/DAVACL/
H A DPlugin.php712 foreach ($collections as $collection) {
715 $principalCollection = $this->server->tree->getNodeForPath($collection);
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md36 The "target path" property denotes where an asset (or an collection of assets) should be dumped.
63 The filters applied to the collection will cascade to each asset leaf if you

1234567