Home
last modified time | relevance | path

Searched refs:WikiDir (Results 1 – 7 of 7) sorted by relevance

/dports/www/pmwiki/pmwiki-2.2.141/scripts/
H A Ddraft.php54 global $WikiDir, $DraftSuffix, $DeleteKeyPattern, $EnableDraftAtomicDiff,
69 $WikiDir->delete($draftname);
/dports/www/pmwiki/pmwiki-2.2.141/wikilib.d/
H A DPmWiki.PathVariables8WikiDir; the reason that both $WorkDir and $WikiDir refer by default to the directory [@wiki.d/@] …
H A DPmWiki.Upgrades9 … version set (in local/config.php):%0a[@%0a%0a $WikiLibDirs = array(&$WikiDir,%0a new Page…
H A DPmWiki.LocalCustomizations8 …e-utf-8.php,%0a* next call XLPage() which needs the definitive writable $WikiDir already set in or…
H A DPmWiki.Internationalizations8 …ines should be placed near the beginning of config.php, ''but after any $WikiDir and $WikiLibDirs …
H A DPmWiki.PageLists9 …rite a page, only the first PageStore object is used, that is%0ausually $WikiDir. This way we can …
/dports/www/pmwiki/pmwiki-2.2.141/
H A Dpmwiki.php53 $WikiDir = new PageStore('wiki.d/{$FullName}'); variable
54 $WikiLibDirs = array(&$WikiDir,new PageStore('$FarmD/wikilib.d/{$FullName}'));
1320 global $WikiLibDirs,$WikiDir,$LastModFile;
1321 $WikiDir->iswrite = 1;
1326 if ($i >= count($WikiLibDirs)) $wd = &$WikiDir;
2144 $Now, $Charset, $Author, $WikiDir, $IsPagePosted, $DiffKeepNum;
2170 else $WikiDir->delete($pagename);