Home
last modified time | relevance | path

Searched refs:checklock (Results 1 – 6 of 6) sorted by last modified time

/dokuwiki/inc/Action/
H A DEdit.php84 $lockedby = checklock($ID);
H A DLogout.php43 $lockedby = checklock($ID);
/dokuwiki/inc/
H A Dcommon.php232 $info['locked'] = checklock($ID);
922 function checklock($id)
925 function checklock($id) { global() function
H A DAjax.php151 if (!checklock($ID)) {
/dokuwiki/bin/
H A Ddwpage.php283 if (checklock($wiki_id)) {
290 if (checklock($wiki_id)) {
292 var_dump(checklock($wiki_id));
307 if (checklock($wiki_id)) {
/dokuwiki/inc/Remote/
H A DApiCore.php603 if (auth_quickaclcheck($id) < AUTH_EDIT || checklock($id)) {
674 if (checklock($page)) {