Home
last modified time | relevance | path

Searched refs:getNS (Results 201 – 225 of 280) sorted by path

12345678910>>...12

/plugin/randominc/
H A Dsyntax.php97 resolve_pageid(getNS($ID), $id, $exists); // resolve shortcuts
98 $ns=getNS($id.':dummy');
110 resolve_pageid(getNS($ID), $an_id, $exists); // resolve shortcuts
/plugin/recommend/helper/
H A Dassignment.php82 $pns = ':' . getNS($page) . ':';
/plugin/redirect2/
H A Daction.php194 $checkID = ($checkID == ':') ? false : getNS(rtrim($checkID,':')).':';
255 $checkID = ($checkID == '::') ? false : ':'.getNS(trim($checkID,':')).':';
/plugin/regex_template/
H A Daction.php65 $tpl = str_replace('@NS@',getNS($id),$tpl);
/plugin/rplus/
H A Drenderer.php300 resolve_pageid(getNS($ID), $page, $exist, "", true);
/plugin/schedule/syntax/
H A Dblock.php76 $ns = getNS ($ID);
83 $ns = getNS ($ID);
/plugin/searchformgoto/
H A Dhelper.php34 print '<input type="hidden" name="current_ns" value="'.cleanID(getNS($ID)).'" />';
/plugin/searchresultswithpath/
H A Daction.php42 $ns = getNS($id);
45 $ns = p_get_first_heading(getNS($id));
46 if(!$ns) $ns = p_get_first_heading(getNS($id). ':start');
49 $ns = getNS($id);
/plugin/showlinkpermission/
H A Drenderer.php51 resolve_pageid(getNS($ID),$id,$exists);
/plugin/sidebar/
H A Daction.php79 $fileSidebar = $this->getSidebarFN(getNS($ID), $this->getConf('page'));
108 $fileSidebar = $this->getSidebarFN(getNS($ID), $this->getConf('page'));
/plugin/sidebarng/
H A Daction.php117 if($always or (!$always && !getNS($ID))) {
/plugin/simplenavi/
H A Dsyntax.php59 $ns = getNS((new PageResolver($INFO['id']))->resolveId("$ns:xxx"));
250 !preg_match('#^' . $id . '(:|$)#', getNS($opts['currentID']))
276 if (getNS($original) === getNS($id)) {
300 'ns' => $useNS ?? (string)getNS($id),
346 $p = noNS(getNS($id));
/plugin/siteexport/action/
H A Daggregate.php27 return getNS($namespace) . ':' . $conf['start'];
H A Dajax.php722 $DATA[2] = getNS($CURRENT_ID) . ':' . $DATA[2];
1170 $ns = getNS($FILENAMEID);
/plugin/siteexport/inc/
H A Dfunctions.php80 $NS = getNS($NS);
H A Djavahelp.php61 $hsPrename = curNS(getNS($baseNameSpace));
H A Dsettings.php87 $this->tmpDir = mediaFN(getNS($this->origZipFile));
97 …if (empty($this->namespace)) { $this->namespace = $functions->getNamespaceFromID(getNS($ID), $pg);…
H A Dtoc.php134 $elem['tocNS'] = getNS(cleanID($elem['url']));
/plugin/siteexport/renderer/
H A Dpdf.php234 $src = (new MediaResolver(getNS($ID)))->resolveId($src);
/plugin/siteexport/syntax/
H A Daggregate.php40 …if ( !(strpos($item[0], getNS($namespace)) > 0 || strpos($item[0], '|:' . getNS($namespace)) > 0) …
H A Dtoc.php396 resolve_pageid(getNS($id), $instr[1][0], $exists);
427 resolve_mediaid(getNS($id), $instr[1][0], $exists);
/plugin/sitemapnavi/action/
H A Dajax.php54 'namespace' => getNS(getID())
/plugin/sitemapnavi/
H A Dhelper.php23 $cleanedNamespace = trim(getNS($mediaFile['id']), ':');
127 $nslist1 = explode(':', getNS($id1));
128 $nslist2 = explode(':', getNS($id2));
/plugin/sneakyindexfix/
H A Daction.php70 $ns = getNS($id);
/plugin/snippets/
H A Daction.php130 getNS($page_id),

12345678910>>...12