Home
last modified time | relevance | path

Searched refs:Collection (Results 1 – 25 of 5419) sorted by relevance

12345678910>>...217

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
Dcollection.js13 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/
DCollections.php20 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/
DListCollectionsResponse.php20 class ListCollectionsResponse extends \Google\Collection
27 protected $resourcesType = Collection::class;
45 * @param Collection[]
52 * @return Collection[]
DCollection.php20 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 DCollection.php22 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/
Dweb.dom.iterable.js15 var Collection = global[NAME]; variable
16 var proto = Collection && Collection.prototype;
/plugin/asciidocjs/node_modules/core-js/modules/library/
Dweb.dom.iterable.js15 var Collection = global[NAME]; variable
16 var proto = Collection && Collection.prototype;
/plugin/webdav/_test/lib/
DDAVServerTest.php5 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/
Dweb.dom.iterable.js49 var Collection = global[NAME]; variable
50 var proto = Collection && Collection.prototype;
/plugin/webdav/core/
DServer.php13 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/
DCollection.php23 class Collection extends DAV\Collection implements ICollection, DAVACL\IACL { class
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php23 class Collection extends DAV\Collection implements ICollection, DAVACL\IACL { class
/plugin/webdav/core/DAV/
DAbstractDirectory.php13 use Sabre\DAV\Collection; alias
15 class AbstractDirectory extends Collection
/plugin/webdav/
Daction.php33 $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 DHttpHeadTest.php24 $this->tree = new Mock\Collection('root', [
26 new Mock\Collection('dir', []),
H A DHttpGetTest.php24 $this->tree = new Mock\Collection('root', [
26 new Mock\Collection('dir', []),
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
DArrayCollectionDepthTest.php8 use Doctrine\Common\Collections\Collection; alias
27 * @param array|Collection $collection
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
DArrayCollectionHandler.php8 use Doctrine\Common\Collections\Collection; alias
66 …public function serializeCollection(SerializationVisitorInterface $visitor, Collection $collection…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
DSubscription.php6 use Sabre\DAV\Collection; alias
21 class Subscription extends Collection implements ISubscription, IACL {
/plugin/authfacebook/lib/GraphNodes/
DCollection.php39 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 DSubscription.php5 use Sabre\DAV\Collection; alias
21 class Subscription extends Collection implements ISubscription, IACL {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
DCollection.php16 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/
DCollection.php19 class Collection extends DAVACL\PrincipalCollection { class
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DCollection.php19 class Collection extends DAVACL\PrincipalCollection { class
/plugin/webdav/core/DAV/Collection/ODT/
DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\ODT;

12345678910>>...217