Searched refs:createCollection (Results 1 – 10 of 10) sorted by relevance
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/ |
| D | benchmark.php | 30 function createCollection() function 52 $collection = createCollection();
|
| /plugin/dokullm/ |
| H A D | ChromaDBClient.php | 212 public function createCollection($name, $metadata = null) { function in dokuwiki\\plugin\\dokullm\\ChromaDBClient 542 $created = $this->createCollection($collectionName);
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/ |
| D | Server.php | 1147 $this->createCollection($uri, new MkCol(['{DAV:}collection'], [])); 1158 function createCollection($uri, MkCol $mkCol) { function in Sabre\\DAV\\Server
|
| D | CorePlugin.php | 590 $result = $this->server->createCollection($path, $mkcol);
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/ |
| H A D | Server.php | 1082 $this->createCollection($uri, new MkCol(['{DAV:}collection'], [])); 1093 function createCollection($uri, MkCol $mkCol) { function in Sabre\\DAV\\Server
|
| H A D | CorePlugin.php | 590 $result = $this->server->createCollection($path, $mkcol);
|
| /plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/ |
| H A D | Plugin.php | 215 $this->server->createCollection($uri . '/' . $folderName, $mkCol);
|
| /plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/ |
| D | Plugin.php | 215 $this->server->createCollection($uri . '/' . $folderName, $mkCol);
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
| D | Plugin.php | 303 $this->server->createCollection($path, new MkCol($resourceType, $properties));
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
| H A D | Plugin.php | 289 $this->server->createCollection($path, new MkCol($resourceType, $properties));
|