Home
last modified time | relevance | path

Searched +full:newpage -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/inc/Subscriptions/
H A DPageSubscriptionSender.php30 'NEWPAGE' => wl($id, $current_rev ? ('rev=' . $current_rev) : '', true, '&'),
60 $subject = 'newpage';
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dezt.php69 'VALUE','SYNTAX','NEWPAGE','SKIP','COL','TALLY',
H A Dlatex.php76 'newpage','nocite','nonumber','pagestyle','par','paragraph',
H A Dasymptote.php862 'newpage',
/dokuwiki/inc/Search/
H A DIndexer.php271 * @param string $newpage The new page name
274 public function renamePage($oldpage, $newpage)
286 $new_id = array_search($newpage, $pages, true);
289 if (!$this->deletePageNoLock($newpage)) {
296 $pages[$id] = $newpage;
267 renamePage($oldpage, $newpage) global() argument
/dokuwiki/inc/
H A Dparserutils.php104 $ret = p_locale_xhtml('newpage');