Home
last modified time | relevance | path

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

12345678910>>...217

/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js49 var Collection = Backbone.Collection.extend({
608 var Collection = Backbone.Collection.extend({
625 var Collection = Backbone.Collection.extend({
655 var Collection = Backbone.Collection.extend({
666 var Collection = Backbone.Collection.extend({
677 var Collection = Backbone.Collection.extend({
906 var Collection = Backbone.Collection.extend({
1109 var Collection = Backbone.Collection.extend({
1138 var Collection = Backbone.Collection.extend({
1160 var Collection = Backbone.Collection.extend({
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A 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/
H A DListCollectionsResponse.php20 class ListCollectionsResponse extends \Google\Collection
27 protected $resourcesType = Collection::class;
45 * @param Collection[]
52 * @return Collection[]
H A 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/webdav/_test/lib/
H A DDAVServerTest.php5 use dokuwiki\plugin\webdav\core\DAV\Collection; alias
17 'pages' => new Collection\Pages\Directory(),
18 'media' => new Collection\Media\Directory(),
/plugin/webdav/core/
H A 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/
H A 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/
H A DAbstractDirectory.php13 use Sabre\DAV\Collection; alias
15 class AbstractDirectory extends Collection
/plugin/webdav/
H A 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/
H A DArrayCollectionDepthTest.php8 use Doctrine\Common\Collections\Collection; alias
27 * @param array|Collection $collection
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DSubscription.php6 use Sabre\DAV\Collection; alias
21 class Subscription extends Collection implements ISubscription, IACL {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DArrayCollectionHandler.php8 use Doctrine\Common\Collections\Collection; alias
66 …public function serializeCollection(SerializationVisitorInterface $visitor, Collection $collection…
/plugin/authfacebook/lib/GraphNodes/
H A 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/
H A DCollection.php9 * Collection: Abstract class for compound geometries
13 * is a Collection. For example a LingString is a collection
16 abstract class Collection extends Geometry class
19 /** @var Geometry[]|Collection[] */
88 * Returns Collection component geometries
243 * @param Collection $geometry The geometry from which points will be extracted
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A 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/
H A DDirectory.php11 namespace dokuwiki\plugin\webdav\core\DAV\Collection\ODT;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2CloudSqlInstance.php20 class GoogleCloudRunV2CloudSqlInstance extends \Google\Collection
H A DGoogleIamV1TestIamPermissionsRequest.php20 class GoogleIamV1TestIamPermissionsRequest extends \Google\Collection
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
H A DTestIamPermissionsResponse.php20 class TestIamPermissionsResponse extends \Google\Collection

12345678910>>...217