Searched refs:pns (Results 1 – 8 of 8) sorted by relevance
| /plugin/structpublish/helper/ |
| H A D | assignments.php | 18 …* @param string|null $pns optimization, the colon wrapped namespace of the page, set null for auto… 22 public function matchPagePattern($pattern, $page, $pns = null) argument 33 if (is_null($pns)) { 34 $pns = ':' . getNS($page) . ':'; 40 if (strpos($pns, $ans) === 0) { 45 if ($ans == $pns) {
|
| /plugin/tplinc/ |
| 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/ |
| D | assignment.php | 64 …* @param string|null $pns optimization, the colon wrapped namespace of the page, set null for auto… 69 public static function matchPagePattern($pattern, $page = null, $pns = null) argument 82 if (is_null($pns)) { 83 $pns = ':' . getNS($page) . ':'; 89 if (strpos($pns, $ans) === 0) { 94 if ($ans == $pns) {
|
| /plugin/extendpage/meta/ |
| 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 auto… 280 protected function matchPagePattern($pattern, $page, $pns = null) argument 289 if (is_null($pns)) { 290 $pns = ':' . getNS($page) . ':'; 296 if (str_starts_with($pns, $ans)) { 301 if ($ans == $pns) {
|
| /plugin/struct/_test/mock/ |
| H A D | Assignments.php | 18 public function matchPagePattern($pattern, $page, $pns = null) argument 20 return parent::matchPagePattern($pattern, $page, $pns);
|
| /plugin/structpublish/meta/ |
| H A D | Assignments.php | 231 $pns = ':' . getNS($page) . ':'; 233 if ($helper->matchPagePattern($row['pattern'], $page, $pns)) {
|
| /plugin/acknowledge/ |
| D | helper.php | 111 $pns = ':' . getNS($page) . ':'; 116 if (strpos($pns, $ans) === 0) { 121 if ($ans === $pns) {
|