Home
last modified time | relevance | path

Searched refs:pageid (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/inc/
H A Dpageutils.php120 * @param string $raw_id The pageid to clean
617 * Checks a pageid against $conf['hidepages']
764 $pageid = cleanID("$ns:$page");
765 if (page_exists($pageid) && (!$useacl || auth_quickaclcheck($pageid) >= AUTH_READ)) {
766 return $pageid;
H A Dtemplate.php1661 * @param string $pageid The page name you want to include
1667 function tpl_include_page($pageid, $print = true, $propagate = false, $useacl = true)
1670 $pageid = page_findnearest($pageid, $useacl);
1671 } elseif ($useacl && auth_quickaclcheck($pageid) == AUTH_NONE) {
1674 if (!$pageid) return false;
1678 $html = p_wiki_xhtml($pageid, '', false);
1582 tpl_include_page($pageid, $print = true, $propagate = false, $useacl = true) global() argument
/dokuwiki/lib/scripts/
H A Dlocktimer.js10 pageid: '', property in dw_locktimer
41 dw_locktimer.pageid = jQuery('#dw__editform').find('input[name=id]').val();
42 if(!dw_locktimer.pageid) {
105 params = 'call=lock&id=' + dw_locktimer.pageid + '&';