Home
last modified time | relevance | path

Searched refs:PagePathFmt (Results 1 – 9 of 9) sorted by relevance

/dports/www/pmwiki/pmwiki-2.2.141/wikilib.d/
H A DPmWiki.BasicVariables8PagePathFmt in addition to $DefaultName if you really want it to take effect.%0a-> Note: See comme…
H A DPmWiki.WikiGroup9PagePathFmt @@ in @@config.php@@, eg%0a-> @@ $PagePathFmt = array('$Group.$1', '$1.$DefaultName', …
H A DPmWiki.LinkVariables8 …page [[PageVariables]] for [@{$Title}@] and [@{$Titlespaced}@].%0a%0a:$PagePathFmt: This array lis…
H A DPmWiki.PageVariables10 …@] - name of default page, as in "`{$DefaultName}" (take note also of $PagePathFmt for setting a h…
H A DPmWiki.LocalCustomizations8 …;@]%0a%0aNote the recommendations in $DefaultName and the need to set $PagePathFmt as well if you …
H A DPmWiki.LayoutVariables8 …ven a partial page name (e.g., just the name of a WikiGroup), it uses $PagePathFmt in order to mak…
H A DPmWiki.PageLists9 …roup.HomePage, or other/localized, as defined in $DefaultName, and/or $PagePathFmt.%0a%0aWiki admi…
H A DPmWiki.ReleaseNotes8PagePathFmt, instead of being hardcoded to "Group.Group". For example, to set PmWiki to default g…
/dports/www/pmwiki/pmwiki-2.2.141/
H A Dpmwiki.php116 $PagePathFmt = array('{$Group}.$1','$1.$1','$1.{$DefaultName}'); variable
845 global $MakePageNameFunction, $PageNameChars, $PagePathFmt,
866 foreach((array)$PagePathFmt as $pg) {
872 foreach((array)$PagePathFmt as $pg)