Searched refs:pns (Results 1 – 7 of 7) sorted by relevance
/plugin/structpublish/helper/ |
H A D | assignments.php | 16 * @param string|null $pns optimization, the colon wrapped namespace of the page, set null for automatic 20 public function matchPagePattern($pattern, $page, $pns = null) 31 if (is_null($pns)) { 32 $pns = ':' . getNS($page) . ':'; 38 if (strpos($pns, $ans) === 0) { 43 if ($ans == $pns) { 21 matchPagePattern($pattern, $page, $pns = null) global() argument
|
/plugin/tplinc/ |
H A D | helper.php | 85 $pns = ":$ns:"; 93 $page = $this->matchPagePattern($pattern, $id, $page, $pns); 145 …* @param string|null $pns optimization, the colon wrapped namespace of the page, set null for auto… 148 protected function matchPagePattern($pattern, $id, $page, $pns = null) argument 164 if (is_null($pns)) { 165 $pns = ':' . getNS($id) . ':'; 171 if (strpos($pns, $ans) === 0) { 177 if ($ans == $pns) {
|
/plugin/recommend/helper/ |
H A D | assignment.php | 64 * @param string|null $pns optimization, the colon wrapped namespace of the page, set null for automatic 69 public static function matchPagePattern($pattern, $page = null, $pns = null) 82 if (is_null($pns)) { 83 $pns = ':' . getNS($page) . ':'; 89 if (strpos($pns, $ans) === 0) { 94 if ($ans == $pns) { 68 matchPagePattern($pattern, $page = null, $pns = null) global() argument
|
/plugin/extendpage/meta/ |
H A D | Assignments.php | 199 $pns = ':' . getNS($page) . ':'; 201 if (($this->matchPagePattern($row['pattern'], $page, $pns)) && 232 …* @param string|null $pns optimization, the colon wrapped namespace of the page, set null for auto… 235 protected function matchPagePattern($pattern, $page, $pns = null) argument 244 if (is_null($pns)) { 245 $pns = ':' . getNS($page) . ':'; 251 if (strpos($pns, $ans) === 0) { 256 if ($ans == $pns) {
|
/plugin/struct/meta/ |
H A D | Assignments.php | 219 $pns = ':' . getNS($page) . ':'; 221 if ($this->matchPagePattern($row['pattern'], $page, $pns)) { 277 * @param string|null $pns optimization, the colon wrapped namespace of the page, set null for automatic 280 protected function matchPagePattern($pattern, $page, $pns = null) 289 if (is_null($pns)) { 290 $pns = ':' . getNS($page) . ':'; 296 if (strpos($pns, $ans) === 0) { 301 if ($ans == $pns) { 278 matchPagePattern($pattern, $page, $pns = null) global() argument
|
/plugin/structpublish/meta/ |
H A D | Assignments.php | 231 $pns = ':' . getNS($page) . ':'; 233 if ($helper->matchPagePattern($row['pattern'], $page, $pns)) {
|
/plugin/acknowledge/ |
H A D | helper.php | 111 $pns = ':' . getNS($page) . ':'; 116 if (strpos($pns, $ans) === 0) { 121 if ($ans === $pns) {
|