Home
last modified time | relevance | path

Searched refs:_lock_ref (Results 1 – 4 of 4) sorted by relevance

/dports/www/moodle310/moodle/lib/
H A Dwebdavlib.php74 private $_lock_ref; variable in webdav_client
1250 $this->_lock_ref =& $this->_lock[$parserid][];
1253 $this->_lock_ref_cdata = &$this->_lock_ref['locktype'];
1258 $this->_lock_ref_cdata = &$this->_lock_ref['lockscope'];
1263 $this->_lock_ref_cdata = &$this->_lock_ref['depth'];
1266 $this->_lock_ref_cdata = &$this->_lock_ref['owner'];
1269 $this->_lock_ref_cdata = &$this->_lock_ref['timeout'];
1272 $this->_lock_ref_cdata = &$this->_lock_ref['locktoken'];
1276 $this->_lock_cdata = &$this->_lock_ref[$this->_xmltree[$parserid]];
/dports/www/moodle311/moodle/lib/
H A Dwebdavlib.php74 private $_lock_ref; variable in webdav_client
1250 $this->_lock_ref =& $this->_lock[$parserid][];
1253 $this->_lock_ref_cdata = &$this->_lock_ref['locktype'];
1258 $this->_lock_ref_cdata = &$this->_lock_ref['lockscope'];
1263 $this->_lock_ref_cdata = &$this->_lock_ref['depth'];
1266 $this->_lock_ref_cdata = &$this->_lock_ref['owner'];
1269 $this->_lock_ref_cdata = &$this->_lock_ref['timeout'];
1272 $this->_lock_ref_cdata = &$this->_lock_ref['locktoken'];
1276 $this->_lock_cdata = &$this->_lock_ref[$this->_xmltree[$parserid]];
/dports/www/moodle39/moodle/lib/
H A Dwebdavlib.php74 private $_lock_ref; variable in webdav_client
1250 $this->_lock_ref =& $this->_lock[$parserid][];
1253 $this->_lock_ref_cdata = &$this->_lock_ref['locktype'];
1258 $this->_lock_ref_cdata = &$this->_lock_ref['lockscope'];
1263 $this->_lock_ref_cdata = &$this->_lock_ref['depth'];
1266 $this->_lock_ref_cdata = &$this->_lock_ref['owner'];
1269 $this->_lock_ref_cdata = &$this->_lock_ref['timeout'];
1272 $this->_lock_ref_cdata = &$this->_lock_ref['locktoken'];
1276 $this->_lock_cdata = &$this->_lock_ref[$this->_xmltree[$parserid]];
/dports/devel/brz/breezy-3.2.0/breezy/git/
H A Dbranch.py542 self._lock_ref()
647 def _lock_ref(self): member in GitBranch
767 def _lock_ref(self): member in LocalGitBranch