Lines Matching full:lock
67 throw new RuntimeException('Import of Issues aborted because lock removed');
104 …* This checks the lock for the import process it behaves differently from the dokuwiki-core checkl…
106 …* It returns false if the lock does not exist. It returns **boolean true** if the lock exists and …
107 * It returns the username/ip if the lock exists and is not mine.
117 $lockFN = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
125 dbglog('issuelinks: stale lock timeout');
138 * Generate lock file for import of issues/commits
140 * This is mostly a reimplementation of @see lock()
150 $lock = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
151 dbglog('lock import: ' . $jsonData, __FILE__ . ': ' . __LINE__);
152 io_saveFile($lock, $jsonData);
162 $lockFN = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
180 $lockFN = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
190 $lockFN = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
200 $lockFN = $conf['lockdir'] . '/' . md5('_' . $lockID) . '.lock';