Searched refs:lock (Results 1 – 20 of 20) sorted by relevance
| /dokuwiki/inc/Subscriptions/ |
| H A D | BulkSubscriptionSender.php | 46 if (!$this->lock($target)) { 141 protected function lock($id) function in dokuwiki\\Subscriptions\\BulkSubscriptionSender 145 $lock = $conf['lockdir'] . '/_subscr_' . md5($id) . '.lock'; 147 if (is_dir($lock) && time() - @filemtime($lock) > 60 * 5) { 149 @rmdir($lock); 153 if (!@mkdir($lock)) { 158 chmod($lock, $conf['dperm']); 175 $lock = $conf['lockdir'] . '/_subscr_' . md5($id) . '.lock'; 176 return @rmdir($lock);
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | .gitignore | 2 /composer.lock
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | .gitignore | 6 composer.lock
|
| /dokuwiki/vendor/splitbrain/php-cli/ |
| H A D | .gitignore | 5 composer.lock
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | .gitignore | 8 composer.lock
|
| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | .gitignore | 5 composer.lock
|
| /dokuwiki/inc/lang/en/ |
| H A D | locked.txt | 3 …for editing by another user. You have to wait until this user finishes editing or the lock expires.
|
| /dokuwiki/ |
| H A D | .gitattributes | 17 composer.lock export-ignore
|
| /dokuwiki/vendor/php81_bc/strftime/ |
| H A D | .gitignore | 25 /composer.lock
|
| /dokuwiki/inc/Action/ |
| H A D | Edit.php | 88 lock($ID);
|
| /dokuwiki/inc/Search/ |
| H A D | Indexer.php | 37 if (!$this->lock()) 178 if (!$this->lock()) 276 if (!$this->lock()) return 'locked'; 322 if (!$this->lock()) return 'locked'; 382 if (!$this->lock()) 460 if (!$this->lock()) return false; 554 if (!$this->lock()) 944 protected function lock() function in dokuwiki\\Search\\Indexer 949 $lock = $conf['lockdir'] . '/_indexer.lock'; 950 while (!@mkdir($lock)) { [all …]
|
| /dokuwiki/inc/ |
| H A D | common.php | 897 $lock = wikiLockFN($id); 900 if (!file_exists($lock)) return false; 903 if ((time() - filemtime($lock)) > $conf['locktime']) { 904 @unlink($lock); 909 [$ip, $session] = sexplode("\n", io_readFile($lock), 2); 924 function lock($id) function 934 $lock = wikiLockFN($id); 936 io_saveFile($lock, $INPUT->server->str('REMOTE_USER')); 938 io_saveFile($lock, clientIP() . "\n" . session_id()); 955 $lock = wikiLockFN($id); [all …]
|
| H A D | Ajax.php | 152 lock($ID);
|
| /dokuwiki/lib/scripts/ |
| H A D | locktimer.js | 145 if(data.lock !== '1') {
|
| /dokuwiki/_test/tests/Remote/ |
| H A D | ApiCoreTest.php | 622 'all pages should lock' 640 lock('wiki:dokuwiki'); 641 lock('nonexisting'); 644 lock('wiki:syntax'); 645 lock('another');
|
| /dokuwiki/bin/ |
| H A D | dwpage.php | 292 lock($wiki_id);
|
| /dokuwiki/inc/Remote/ |
| H A D | ApiCore.php | 607 lock($id); 696 lock($page);
|
| /dokuwiki/conf/ |
| H A D | mysql.conf.php.example | 44 * the plugin which tables to lock. If you use any aliases for table names
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!!a},fireWith:function(… method
|
| /dokuwiki/data/ |
| H A D | deleted.files | 246 vendor/phpseclib/phpseclib/composer.lock
|