Home
last modified time | relevance | path

Searched refs:unlock (Results 1 – 9 of 9) sorted by last modified time

/dokuwiki/inc/Search/
H A DIndexer.php43 $this->unlock();
51 $this->unlock();
64 $this->unlock();
94 $this->unlock();
98 $this->unlock();
184 $this->unlock();
261 $this->unlock();
282 $this->unlock();
300 $this->unlock();
307 $this->unlock();
958 protected function unlock() { global() function in dokuwiki\\Search\\Indexer
[all...]
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php121 $this->unlock($target);
172 protected function unlock($id)
175 protected function unlock($id) global() function in dokuwiki\\Subscriptions\\BulkSubscriptionSender
/dokuwiki/inc/Action/
H A DCancel.php23 unlock($ID);
H A DSave.php59 //unlock it
60 unlock($ID);
H A DLogout.php42 // when logging out during an edit session, unlock the page
45 unlock($ID);
H A DShow.php34 unlock($ID);
/dokuwiki/inc/
H A Dcommon.php978 * @param string $id page id to unlock
981 function unlock($id)
982 function unlock($id) { global() function
/dokuwiki/bin/
H A Ddwpage.php112 /* unlock command */
114 'unlock',
119 'The wiki page to unlock',
121 'unlock'
182 case 'unlock':
312 unlock($wiki_id);
/dokuwiki/inc/Remote/
H A DApiCore.php590 * automatically lock and unlock the page for you. However if you plan to do related
615 * This call will try to unlock all given pages. It will return a list of pages that were
622 * Note: you can only unlock pages that you have write access for.
624 * @param string[] $pages A list of pages to unlock
634 if (auth_quickaclcheck($id) < AUTH_EDIT || !unlock($id)) {
697 unlock($page);