Lines Matching refs:wikipage
79 $wikipage = array_shift($replacers);
83 $wikipage = preg_split('/\#/u', $wikipage, 2); // split hash from filename
87 $wikipage[0] = $resolver->resolveId($wikipage[0]);
88 $exists = page_exists($wikipage[0]);
91 if (auth_quickaclcheck($wikipage[0]) < 1)
94 // $wikipage[1] is the header of a template enclosed within a section {{template>page#section}}
97 if (array_key_exists(1, $wikipage)) {
98 $section = cleanID($wikipage[1]);
103 return array($wikipage[0], $replacers, $section);