Home
last modified time | relevance | path

Searched refs:lock (Results 26 – 50 of 193) sorted by relevance

12345678

/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php121 function lock($uri, LockInfo $lockInfo) { function in Sabre\\DAV\\Locks\\Backend\\PDO
130 foreach ($locks as $lock) {
131 if ($lock->token == $lockInfo->token) $exists = true;
H A DBackendInterface.php39 function lock($uri, Locks\LockInfo $lockInfo); function
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php121 function lock($uri, LockInfo $lockInfo) { function in Sabre\\DAV\\Locks\\Backend\\PDO
130 foreach ($locks as $lock) {
131 if ($lock->token == $lockInfo->token) $exists = true;
H A DBackendInterface.php39 function lock($uri, Locks\LockInfo $lockInfo); function
/plugin/freesync/
H A Dhelper.php322 lock($id);
331 $lock = $conf['lockdir'].'/_indexer.lock';
332 while(!@mkdir($lock,$conf['dmode'])){
334 if(time()-@filemtime($lock) > 60*5){
336 @rmdir($lock);
341 if($conf['dperm']) chmod($lock, $conf['dperm']);
350 @rmdir($lock);
/plugin/jsonrpc/
H A Djsonrpc.php332 lock($id);
341 $lock = $conf['lockdir'].'/_indexer.lock';
342 while(!@mkdir($lock,$conf['dmode'])){
344 if(time()-@filemtime($lock) > 60*5){
346 @rmdir($lock);
351 if(isset($conf['dperm']) && $conf['dperm']) chmod($lock, $conf['dperm']);
362 @rmdir($lock);
659 lock($id);
/plugin/quickedit/
H A Dajax.php101 lock($_POST['page']);
102 $lock = $conf['lockdir'].'/_tagindexer.lock';
/plugin/fetchmedia/action/
H A Dajax.php83 $lock = checklock($pageId);
84 if ($lock !== false) {
85 …return ['status' => 409, 'status_text' => sprintf($this->getLang('error: page is locked'), $lock)];
87 lock($pageId);
/plugin/tokenbucketauth/
H A Daction.php55 $this->lock();
175 $this->lock();
197 protected function lock() function in action_plugin_tokenbucketauth
/plugin/sync/
H A Dadmin.php347 $lock = array();
354 lock($id); // lock local
355 $lock[] = $id;
359 $ok = $this->client->query('dokuwiki.setLocks',array('lock'=>$lock,'unlock'=>array()));
371 return $lock;
394 $lock = $this->_lockfiles($synclist);
486 $this->client->query('dokuwiki.setLocks',array('lock'=>array(),'unlock'=>$lock));
/plugin/maintenance/
H A Dhelper.php104 foreach ($locks as $lock) {
105 $this->script_updatelock($lock);
H A Dadmin.php36 $this->lock();
129 function lock() { function in admin_plugin_maintenance
/plugin/maintenance/lang/en/
H A Dintro.txt3 This page allows you to lock and run maintenance script for the site.
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DLockable.php86 public function lock($operation); function
/plugin/issuelinks/helper/
H A Ddata.php140 * This is mostly a reimplementation of @see lock()
150 $lock = $conf['lockdir'] . '/' . md5('_' . $id) . '.lock';
152 io_saveFile($lock, $jsonData);
/plugin/xcom/scripts/
H A Dxml.php127 function xcom_lock($page, $lock, $client) { argument
131 if($lock) {
/plugin/cryptsign/
H A Dstyle.css2 background: #dfffe6 url(pix/lock.png) no-repeat scroll right top;
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dlock-fill.svg1 <svg class="bi bi-lock-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dlock.svg1 <svg class="bi bi-lock" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dshield-lock-fill.svg1 <svg class="bi bi-shield-lock-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dshield-lock.svg1 <svg class="bi bi-shield-lock" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/bez/db/
H A Dupdate0001.sql10 lock BOOLEAN NOT NULL DEFAULT 0, -- 0 - unlocked, 1 - locked field
144 lock BOOLEAN NOT NULL DEFAULT 0, -- 0 - unlocked, 1 - locked field
375 thread.private, thread.lock, thread.type,
/plugin/evesso/
H A DREADME.md39 * :warning: Do **not** change `singleService` (That will lock you out of the wiki)
54 This have the potential to permantly lock you out of the wiki.
69 This step can lock you out of the wiki. Make sure you're logged in on a EveSSO admin account and ha…
/plugin/etherpadlite/
H A Dstyle.css1 .pad-toggle, .pad-close, .pad-lock, .pad-security, .pad-saveable {
/plugin/inlineeditor/
H A Dajax.php74 lock($_POST['page']);

12345678