Home
last modified time | relevance | path

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

/plugin/structpublish/helper/
H A Dassignments.php16 * @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 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/
H A Dassignment.php63 …* @param string|null $pns optimization, the colon wrapped namespace of the page, set null for auto…
68 public static function matchPagePattern($pattern, $page = null, $pns = null) argument
81 if (is_null($pns)) {
82 $pns = ':' . getNS($page) . ':';
88 if (strpos($pns, $ans) === 0) {
93 if ($ans == $pns) {
/plugin/extendpage/meta/
H A 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 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 DAssignments.php231 $pns = ':' . getNS($page) . ':';
233 if ($helper->matchPagePattern($row['pattern'], $page, $pns)) {
/plugin/acknowledge/
H A Dhelper.php111 $pns = ':' . getNS($page) . ':';
116 if (strpos($pns, $ans) === 0) {
121 if ($ans === $pns) {