Home
last modified time | relevance | path

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

1234567

/plugin/adhoctags/images/
H A DREADME1 The icon images in this folder come from the "Material Design Icons" collection
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock884 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js4180 var length = collection ? collection.length : 0;
4205 var length = collection ? collection.length : 0;
4447 length = collection ? collection.length : 0,
7755 var length = collection ? collection.length : 0;
7757 collection = toIterable(collection);
7795 var length = collection ? collection.length : 0;
7797 collection = values(collection);
7808 return (typeof collection == 'string' || !isArray(collection) && isString(collection))
8547 collection = toIterable(collection);
8572 collection = toIterable(collection);
[all …]
H A Dpdfmake.min.js.map1collection","isArr","isLength","propsLength","parseFloat","isIndex","baseBindAll","methodNames","c…
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php495 * @param string $collection The collection of scores you're requesting.
504 public function listScores($leaderboardId, $collection, $timeSpan, $optParams = array()) { argument
505 …$params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $tim…
518 * @param string $collection The collection of scores you're requesting.
529 public function listWindow($leaderboardId, $collection, $timeSpan, $optParams = array()) { argument
530 …$params = array('leaderboardId' => $leaderboardId, 'collection' => $collection, 'timeSpan' => $tim…
H A DGoogle_MirrorService.php800 public $collection; variable in Google_Notification
808 public function setCollection( $collection) { argument
809 $this->collection = $collection;
812 return $this->collection;
866 public $collection; variable in Google_Subscription
882 public function setCollection( $collection) { argument
883 $this->collection = $collection;
886 return $this->collection;
H A DGoogle_OrkutService.php68 * @param string $collection The collection of activities to list.
76 public function listActivities($userId, $collection, $optParams = array()) { argument
77 $params = array('userId' => $userId, 'collection' => $collection);
H A DGoogle_PlusDomainsService.php69 * @param string $collection The collection of activities to list.
76 public function listActivities($userId, $collection, $optParams = array()) { argument
77 $params = array('userId' => $userId, 'collection' => $collection);
356 * @param string $collection
361 public function insert($userId, $collection, Google_Media $postBody, $optParams = array()) { argument
404 * @param string $collection The collection of people to list.
412 public function listPeople($userId, $collection, $optParams = array()) { argument
413 $params = array('userId' => $userId, 'collection' => $collection);
427 * @param string $collection The collection of people to list.
434 public function listByActivity($activityId, $collection, $optParams = array()) { argument
[all …]
H A DGoogle_PlusService.php48 * @param string $collection The collection of activities to list.
55 public function listActivities($userId, $collection, $optParams = array()) { argument
56 $params = array('userId' => $userId, 'collection' => $collection);
154 * @param string $collection The collection to which to write moments.
175 * @param string $collection The collection of moments to list.
184 public function listMoments($userId, $collection, $optParams = array()) { argument
185 $params = array('userId' => $userId, 'collection' => $collection);
240 * @param string $collection The collection of people to list.
248 public function listPeople($userId, $collection, $optParams = array()) { argument
249 $params = array('userId' => $userId, 'collection' => $collection);
[all …]
/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/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/
H A DMetagame.php52 * @param string $collection The collection of categories for which data will be
64 public function listCategoriesByPlayer($playerId, $collection, $optParams = []) argument
66 $params = ['playerId' => $playerId, 'collection' => $collection];
H A DPlayers.php58 * @param string $collection Collection of players being retrieved
69 public function listPlayers($collection, $optParams = []) argument
71 $params = ['collection' => $collection];
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/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.
H A DUPGRADING.md257 - `getAll` has been removed. Use `toArray` to convert a collection to an array.
/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/authvk/
H A Dauth.php57 $collection = $connection->DatabaseName->admins;
58 $login = $collection->findOne(array('name' => $user));
/plugin/barcodes/
H A Dcomposer.lock417 …"description": "Library that provides collection, processing, and rendering functionality for PHP …
/plugin/bible/bible_douayRheims/
H A DBaruch.txt6 1:6. And they made a collection of money according to every man's power.
/plugin/bibtex/OSBib/format/
H A DREADME.txt2 A collection of PHP classes to manage bibliographic formatting for OS bibliography software
65 …[field5] => [field6] => [field7] => [field8] => [field9] => [file] => [collection] => 1 [publisher…
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG6 A collection of PHP classes to manipulate bibtex files.
H A DREADME4 A collection of PHP classes to manipulate bibtex files.
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md383 * `FEAT`: add collection marker to DataObjectReference ([#381](https://github.com/bpmn-io/bpmn-js/i…
386 * `FIX`: align collection and parallel instance markers style ([#1371](https://github.com/bpmn-io/b…
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js7collection?Dn(this,t,e):function(e,t,n){var i=t.inverse,r=n[t.name];Object.defineProperty(n,t.name…
H A Dbpmn-navigated-viewer.production.min.js2collection?In(this,t,e):function(e,t,n){var i=t.inverse,r=n[t.name];Object.defineProperty(n,t.name…

1234567