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 – 7 of 7) sorted by relevance

/dokuwiki/inc/TreeBuilder/
H A DControlPageBuilder.php79 $newpage = new WikiPage(
86 $newpage = new ExternalLink(
94 $parents[$level] = $newpage;
103 $newpage->setParent($parent);
104 $newpage = $this->applyNodeProcessor($newpage);
105 if ($newpage instanceof AbstractNode) {
106 $parent->addChild($newpage);
/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) argument
286 $new_id = array_search($newpage, $pages, true);
289 if (!$this->deletePageNoLock($newpage)) {
296 $pages[$id] = $newpage;
/dokuwiki/inc/
H A Dparserutils.php104 $ret = p_locale_xhtml('newpage');