Lines Matching defs:page
44 //construct page id from request URI
86 // start page inside namespace
89 // page named like the NS inside the NS
92 // page like namespace exists
273 * Wiki page existence check
279 * @param string $id page id
301 * @param string $id page id
325 * @param $rev int|string page revision, empty string for current
373 * Returns the full path to the file for locking the page while editing.
377 * @param string $id page id
392 * @param string $id page id
431 * @param string $id page id
571 * Returns a full page id
575 * @param string &$page (reference) relative page id, updated to resolved id
580 function resolve_pageid($ns, &$page, &$exists, $rev = '', $date_at = false)
592 $page = $resolver->resolveId($page, $rev, $date_at);
593 $exists = page_exists($page, $rev, false, $date_at);
621 * @param string $id page id
632 * callback checks if page is hidden
655 * @param string $id page id
671 * @param string $id page id
744 * Find a page in the current namespace (determined from $ID) or any
752 * @param string $page the pagename you're looking for
754 * @return false|string the full page id of the found page, false if any
756 function page_findnearest($page, $useacl = true)
758 if ((string) $page === '') return false;
764 $pageid = cleanID("$ns:$page");