Home
last modified time | relevance | path

Searched refs:getLocks (Results 1 – 14 of 14) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DAbstractTest.php38 $locks = $backend->getLocks('someuri', false);
62 $locks = $backend->getLocks('someuri/child', false);
87 $locks = $backend->getLocks('someuri/child', false);
106 $locks = $backend->getLocks('someuri/child', false);
109 $locks = $backend->getLocks('someuri', false);
112 $locks = $backend->getLocks('someuri', true);
136 $locks = $backend->getLocks('someuri', false);
160 $locks = $backend->getLocks('someuri', false);
165 $locks = $backend->getLocks('someuri', false);
185 $locks = $backend->getLocks('someuri', false);
[all …]
H A DMock.php31 public function getLocks($uri, $returnChildLocks) { function in Sabre\\DAV\\Locks\\Backend\\Mock
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php101 $this->getLocks($propFind->getPath())
150 function getLocks($uri, $returnChildLocks = false) { function in Sabre\\DAV\\Locks\\Plugin
152 return $this->locksBackend->getLocks($uri, $returnChildLocks);
175 $existingLocks = $this->getLocks($uri);
197 $existingLocks = $this->getLocks($uri);
283 $locks = $this->getLocks($path);
320 $locks = $this->getLocks($path, $includeChildren = true);
427 $mustLocks = array_merge($mustLocks, $this->getLocks(
437 $mustLocks = array_merge($mustLocks, $this->getLocks(
443 $mustLocks = array_merge($mustLocks, $this->getLocks(
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php101 $this->getLocks($propFind->getPath())
150 function getLocks($uri, $returnChildLocks = false) { function in Sabre\\DAV\\Locks\\Plugin
152 return $this->locksBackend->getLocks($uri, $returnChildLocks);
175 $existingLocks = $this->getLocks($uri);
197 $existingLocks = $this->getLocks($uri);
283 $locks = $this->getLocks($path);
320 $locks = $this->getLocks($path, $includeChildren = true);
427 $mustLocks = array_merge($mustLocks, $this->getLocks(
437 $mustLocks = array_merge($mustLocks, $this->getLocks(
443 $mustLocks = array_merge($mustLocks, $this->getLocks(
[all …]
/plugin/webdav/
H A Dadmin.php88 if ($locks = $this->getLocks()) {
146 foreach ($this->getLocks() as $lock) {
167 private function getLocks() function in admin_plugin_webdav
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPlugin2Test.php50 count($this->locksBackend->getLocks('file.txt', true))
65 count($this->locksBackend->getLocks('file.txt', true))
H A DPluginTest.php405 $locks = $this->locksPlugin->getLocks('test.txt');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php57 function getLocks($uri, $returnChildLocks) { function in Sabre\\DAV\\Locks\\Backend\\PDO
128 $locks = $this->getLocks($uri, false);
H A DBackendInterface.php30 function getLocks($uri, $returnChildLocks); function
H A DFile.php53 function getLocks($uri, $returnChildLocks) { function in Sabre\\DAV\\Locks\\Backend\\File
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php57 function getLocks($uri, $returnChildLocks) { function in Sabre\\DAV\\Locks\\Backend\\PDO
128 $locks = $this->getLocks($uri, false);
H A DBackendInterface.php30 function getLocks($uri, $returnChildLocks); function
H A DFile.php53 function getLocks($uri, $returnChildLocks) { function in Sabre\\DAV\\Locks\\Backend\\File
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1718 Sabre_DAV_Locks_Backend_*::getLocks classes. Consult the classes for details.