Home
last modified time | relevance | path

Searched refs:locks (Results 51 – 57 of 57) sorted by path

123

/plugin/webdav/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md431 a locks backend. I'm not sure why this ever made sense.
433 locks unrelated to the current request.
861 filesystem based locks.
1698 * Fixed: Issue 120: PDO backend was incorrectly fetching too much locks in cases
1705 * Fixed: Sabre_DAV_Locks_Backend_PDO returned too many locks.
1958 * Fixed: PDO-locks backend was pretty much completely broken. This is 100%
1983 * Added: Example sql for auth, caldav, locks for sqlite.
2233 * Fixed: Exclusive locks could in some cases be picked up as shared locks
2339 * Added: Depth support to locks
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php57 $locks = $this->getData();
59 foreach ($locks as $lock) {
96 $locks = $this->getData();
98 foreach ($locks as $k => $lock) {
103 unset($locks[$k]);
106 $locks[] = $lockInfo;
107 $this->putData($locks);
121 $locks = $this->getData();
122 foreach ($locks as $k => $lock) {
126 unset($locks[$k]);
[all …]
H A DPDO.php128 $locks = $this->getLocks($uri, false);
130 foreach ($locks as $lock) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php283 $locks = $this->getLocks($path);
289 foreach ($locks as $lock) {
320 $locks = $this->getLocks($path, $includeChildren = true);
321 foreach ($locks as $lock) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php30 public $locks; variable in Sabre\\DAV\\Xml\\Property\\LockDiscovery
45 * @param LockInfo[] $locks
47 function __construct($locks) { argument
49 $this->locks = $locks;
70 foreach ($this->locks as $lock) {
/plugin/xcom/scripts/
H A Dxml.php130 $locks = array('lock'=>array(), 'unlock'=>array()) ;
132 $locks['lock'][] = $page;
137 $locks['unlock'][] = $page;
140 while(!$client->query('dokuwiki.setLocks',$locks)) {

123