Home
last modified time | relevance | path

Searched refs:checklock (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Action/
H A DLogout.php43 $lockedby = checklock($ID);
H A DEdit.php84 $lockedby = checklock($ID);
/dokuwiki/bin/
H A Ddwpage.php287 if (checklock($wiki_id)) {
294 if (checklock($wiki_id)) {
296 var_dump(checklock($wiki_id));
311 if (checklock($wiki_id)) {
/dokuwiki/inc/Remote/
H A DApiCore.php604 if (auth_quickaclcheck($id) < AUTH_EDIT || checklock($id)) {
675 if (checklock($page)) {
/dokuwiki/inc/
H A DAjax.php151 if (!checklock($ID)) {
H A Dcommon.php236 $info['locked'] = checklock($ID);
891 function checklock($id) function