Searched refs:PagePathFmt (Results 1 – 9 of 9) sorted by relevance
/dports/www/pmwiki/pmwiki-2.2.141/wikilib.d/ |
H A D | PmWiki.BasicVariables | 8 …PagePathFmt in addition to $DefaultName if you really want it to take effect.%0a-> Note: See comme…
|
H A D | PmWiki.WikiGroup | 9 …PagePathFmt @@ in @@config.php@@, eg%0a-> @@ $PagePathFmt = array('$Group.$1', '$1.$DefaultName', …
|
H A D | PmWiki.LinkVariables | 8 …page [[PageVariables]] for [@{$Title}@] and [@{$Titlespaced}@].%0a%0a:$PagePathFmt: This array lis…
|
H A D | PmWiki.PageVariables | 10 …@] - name of default page, as in "`{$DefaultName}" (take note also of $PagePathFmt for setting a h…
|
H A D | PmWiki.LocalCustomizations | 8 …;@]%0a%0aNote the recommendations in $DefaultName and the need to set $PagePathFmt as well if you …
|
H A D | PmWiki.LayoutVariables | 8 …ven a partial page name (e.g., just the name of a WikiGroup), it uses $PagePathFmt in order to mak…
|
H A D | PmWiki.PageLists | 9 …roup.HomePage, or other/localized, as defined in $DefaultName, and/or $PagePathFmt.%0a%0aWiki admi…
|
H A D | PmWiki.ReleaseNotes | 8 …PagePathFmt, instead of being hardcoded to "Group.Group". For example, to set PmWiki to default g…
|
/dports/www/pmwiki/pmwiki-2.2.141/ |
H A D | pmwiki.php | 116 $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)
|