Lines Matching refs:page

261     //load page meta data
290 // See also $INFO['meta']['last_change'] which is the most recent log line for page $ID.
422 // page names
425 // get page title
449 * Filter for page IDs
500 * @param string $id page id, defaults to start page
546 * This builds a link to an alternate page format
551 * @param string $id page id, defaults to start page
592 * Will return a link to the detail page if $direct is false
599 * @param bool $direct link to detail page if false
875 * @param string $link the link, e.g. "wiki>page"
913 * Checks if a given page is currently locked.
919 * @param string $id page id
920 * @return bool page is locked?
949 * Lock a page for editing
953 * @param string $id page id to lock
974 * Unlock a page if it was locked by the user
978 * @param string $id page id to unlock
1042 * @param string $id page id
1056 * @param string $id page id
1071 * @param string $id the id of the page to be created
1082 'id' => $id, // the id of the page to be created
1121 * Performs common page template replacements
1132 * @var string $id the id of the page to be created
1146 $page = strtr($file, $conf['sepchar'], ' ');
1178 $page,
1179 PhpString::ucfirst($page),
1180 PhpString::ucwords($page),
1181 PhpString::strtoupper($page),
1211 * @param string $id page id
1268 * Checks if the current page version is newer than the last entry in the page's
1272 * This check is only executed when the page is about to be saved again from the
1275 * @param string $id the page ID
1291 * @param string $id page id
1311 foreach ($pages as $page) {
1312 $cache = new CacheRenderer($page, wikiFN($page), 'xhtml');
1323 * @param string $id page id
1334 * Sends a notify mail on page change or registration
1336 * @param string $id The changed page
1338 * @param int|string $rev Old page revision
1342 * @param int|string $current_rev New page revision
1636 * in page footer and recent changes pages