Home
last modified time | relevance | path

Searched refs:pns (Results 1 – 8 of 8) sorted by relevance

/plugin/structpublish/helper/
H A Dassignments.php18 …* @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/
Dhelper.php85 $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/
Dassignment.php64 …* @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/
DAssignments.php199 $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 DAssignments.php219 $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 DAssignments.php18 public function matchPagePattern($pattern, $page, $pns = null) argument
20 return parent::matchPagePattern($pattern, $page, $pns);
/plugin/structpublish/meta/
H A DAssignments.php231 $pns = ':' . getNS($page) . ':';
233 if ($helper->matchPagePattern($row['pattern'], $page, $pns)) {
/plugin/acknowledge/
Dhelper.php111 $pns = ':' . getNS($page) . ':';
116 if (strpos($pns, $ans) === 0) {
121 if ($ans === $pns) {