Home
last modified time | relevance | path

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

123

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DMock.php35 $locks = $this->getData();
37 foreach($locks as $lock) {
74 $locks = $this->getData();
76 foreach($locks as $k=>$lock) {
81 unset($locks[$k]);
84 $locks[] = $lockInfo;
85 $this->putData($locks);
99 $locks = $this->getData();
100 foreach($locks as $k=>$lock) {
104 unset($locks[$k]);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPluginTest.php405 $locks = $this->locksPlugin->getLocks('test.txt');
406 $this->assertEquals(1,count($locks));
407 $this->assertEquals('Evert',$locks[0]->owner);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1locks={}}return a.prototype.add=function(a,b){this.locks[a]=b},a.prototype.clear=function(){this.l…
2locks.clear(),b=0;b<c;++b)if(a=this._nodes[b],a.fixed){void 0!==a.px&&void 0!==a.py||(a.px=a.x,a.p…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1locks can be acquired\n for (const editStack of editStackSnapshot.editStacks) {\n …
/plugin/docsearch/
H A Dcron.php179 $locks = $base . 'docsearch/locks'; variable
186 io_mkdir_p($locks);
193 $conf['lockdir'] = $locks;
/plugin/dw2pdf/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/elasticsearch/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example43 /* Multiple table operations will be protected by locks. This array tolds
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md109 constants representing different kind of locks, like
/plugin/geophp/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/hipchat/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/jplayer/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as279 // Doing setMedia and pause(15) cause the flag to be set incorrectly and the GUI locks up.
/plugin/maintenance/bin/
H A Dsample.sh25 tar --exclude=data/cache/[0-9a-f] --exclude=data/locks/[^_]* --exclude=data/tmp/* -jcvf "$backup_fi…
/plugin/maintenance/
H A Dhelper.php39 $locks = glob($this->temp_dir.'/*.lock');
40 if (!empty($locks)) return 1;
103 $locks = glob($this->temp_dir.'/*.lock');
104 foreach ($locks as $lock) {
/plugin/oauth/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/passpolicy/
H A D10k-common-passwords.txt7530 locks
/plugin/pureldap/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/quickstats/GEOIP/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/subjectindex/plugins/
H A Dbible_verses.txt3829 …eparated to Jehovah come to the full, he should prove holy by letting the locks of the hair of his…
5836 Iron and copper are your gate locks,And in proportion to your days is your leisurely walk.
17601 …companion, my dove, my blameless one! For my head is filled with dew, the locks of my hair with th…
17610 His head is gold, refined gold. The locks of his hair are date clusters. His black [hair] is like t…
/plugin/upgrade/
H A Dcomposer.lock3 "This file locks the dependencies of your project to a known state",
/plugin/webdav/
H A Dadmin.php88 if ($locks = $this->getLocks()) {
89 foreach ($locks as $id => $lock) {
92 unset($locks[$id]);
97 if (!io_saveFile($locks_file, serialize($locks))) {
171 $locks = [];
175 $locks = unserialize(io_readFile($locks_file));
177 return $locks;

123