| /plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
| D | collection.js | 13 col = new Backbone.Collection([a, b, c, d]); 14 otherCol = new Backbone.Collection(); 39 var collection = new Backbone.Collection([ 49 var Collection = Backbone.Collection.extend({ 57 var collection = new Collection(models, {parse: true}); 68 var collection = new Backbone.Collection([{id: 1}], { 92 var collection = new Backbone.Collection([model], {model: MongoModel}); 98 var collection2 = new Backbone.Collection(); 126 var collection = new Backbone.Collection(); 174 var atCol = new Backbone.Collection([f, g, h]); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/ |
| D | Collections.php | 20 use Google\Service\ShoppingContent\Collection; alias 41 * @param Collection $postBody 43 * @return Collection 45 public function create($merchantId, Collection $postBody, $optParams = []) 49 return $this->call('create', [$params], Collection::class); 73 * @return Collection 79 return $this->call('get', [$params], Collection::class);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
| D | ListCollectionsResponse.php | 20 class ListCollectionsResponse extends \Google\Collection 27 protected $resourcesType = Collection::class; 45 * @param Collection[] 52 * @return Collection[]
|
| D | Collection.php | 20 class Collection extends \Google\Collection class 259 class_alias(Collection::class, 'Google_Service_ShoppingContent_Collection');
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/ |
| H A D | Collection.php | 22 class Collection extends DAV\Collection { class 35 function __construct($name, array $children = array(), Collection $parent = null) { 42 $this->children[] = new Collection($key, $value, $this); 108 $this->children[] = new Collection($name);
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | web.dom.iterable.js | 15 var Collection = global[NAME]; variable 16 var proto = Collection && Collection.prototype;
|
| /plugin/asciidocjs/node_modules/core-js/modules/library/ |
| D | web.dom.iterable.js | 15 var Collection = global[NAME]; variable 16 var proto = Collection && Collection.prototype;
|
| /plugin/webdav/_test/lib/ |
| D | DAVServerTest.php | 5 use dokuwiki\plugin\webdav\core\DAV\Collection; alias 17 'pages' => new Collection\Pages\Directory(), 18 'media' => new Collection\Media\Directory(),
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | web.dom.iterable.js | 49 var Collection = global[NAME]; variable 50 var proto = Collection && Collection.prototype;
|
| /plugin/webdav/core/ |
| D | Server.php | 13 use dokuwiki\plugin\webdav\core\DAV\Collection; alias 44 $wiki_collections[] = new Collection\Pages\Directory(); 49 $wiki_collections[] = new Collection\Media\Directory();
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/ |
| D | Collection.php | 23 class Collection extends DAV\Collection implements ICollection, DAVACL\IACL { class
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/ |
| H A D | Collection.php | 23 class Collection extends DAV\Collection implements ICollection, DAVACL\IACL { class
|
| /plugin/webdav/core/DAV/ |
| D | AbstractDirectory.php | 13 use Sabre\DAV\Collection; alias 15 class AbstractDirectory extends Collection
|
| /plugin/webdav/ |
| D | action.php | 33 $event->data[] = new dokuwiki\plugin\webdav\core\DAV\Collection\ODT\Directory(); 38 $event->data[] = new dokuwiki\plugin\webdav\core\DAV\Collection\Tags\Directory();
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
| H A D | HttpHeadTest.php | 24 $this->tree = new Mock\Collection('root', [ 26 new Mock\Collection('dir', []),
|
| H A D | HttpGetTest.php | 24 $this->tree = new Mock\Collection('root', [ 26 new Mock\Collection('dir', []),
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/ |
| D | ArrayCollectionDepthTest.php | 8 use Doctrine\Common\Collections\Collection; alias 27 * @param array|Collection $collection
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/ |
| D | ArrayCollectionHandler.php | 8 use Doctrine\Common\Collections\Collection; alias 66 …public function serializeCollection(SerializationVisitorInterface $visitor, Collection $collection…
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/ |
| D | Subscription.php | 6 use Sabre\DAV\Collection; alias 21 class Subscription extends Collection implements ISubscription, IACL {
|
| /plugin/authfacebook/lib/GraphNodes/ |
| D | Collection.php | 39 class Collection implements ArrayAccess, Countable, IteratorAggregate class 132 return $value instanceof Collection ? $value->asArray() : $value;
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/ |
| H A D | Subscription.php | 5 use Sabre\DAV\Collection; alias 21 class Subscription extends Collection implements ISubscription, IACL {
|
| /plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
| D | Collection.php | 16 abstract class Collection extends Geometry class 19 /** @var Geometry[]|Collection[] */ 243 * @param Collection $geometry The geometry from which points will be extracted
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/ |
| D | Collection.php | 19 class Collection extends DAVACL\PrincipalCollection { class
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/ |
| H A D | Collection.php | 19 class Collection extends DAVACL\PrincipalCollection { class
|
| /plugin/webdav/core/DAV/Collection/ODT/ |
| D | Directory.php | 11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\ODT;
|