Home
last modified time | relevance | path

Searched refs:lock (Results 1 – 20 of 20) sorted by relevance

/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php46 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.gitignore2 /composer.lock
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A D.gitignore6 composer.lock
/dokuwiki/vendor/splitbrain/php-cli/
H A D.gitignore5 composer.lock
/dokuwiki/vendor/splitbrain/lesserphp/
H A D.gitignore8 composer.lock
/dokuwiki/vendor/splitbrain/php-archive/
H A D.gitignore5 composer.lock
/dokuwiki/inc/lang/en/
H A Dlocked.txt3 …for editing by another user. You have to wait until this user finishes editing or the lock expires.
/dokuwiki/
H A D.gitattributes17 composer.lock export-ignore
/dokuwiki/vendor/php81_bc/strftime/
H A D.gitignore25 /composer.lock
/dokuwiki/inc/Action/
H A DEdit.php88 lock($ID);
/dokuwiki/inc/Search/
H A DIndexer.php37 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 Dcommon.php897 $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 DAjax.php152 lock($ID);
/dokuwiki/lib/scripts/
H A Dlocktimer.js145 if(data.lock !== '1') {
/dokuwiki/_test/tests/Remote/
H A DApiCoreTest.php622 'all pages should lock'
640 lock('wiki:dokuwiki');
641 lock('nonexisting');
644 lock('wiki:syntax');
645 lock('another');
/dokuwiki/bin/
H A Ddwpage.php292 lock($wiki_id);
/dokuwiki/inc/Remote/
H A DApiCore.php607 lock($id);
696 lock($page);
/dokuwiki/conf/
H A Dmysql.conf.php.example44 * the plugin which tables to lock. If you use any aliases for table names
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!!a},fireWith:function(… method
/dokuwiki/data/
H A Ddeleted.files246 vendor/phpseclib/phpseclib/composer.lock