Home
last modified time | relevance | path

Searched refs:getNS (Results 51 – 75 of 280) sorted by last modified time

12345678910>>...12

/plugin/odt/renderer/
H A Dbook.php126 resolve_pageid(getNS($ID),$id,$exists);
H A Dpage.php1182 resolve_mediaid(getNS($ID),$src, $exists);
1332 resolve_pageid(getNS($ID),$id,$exists);
/plugin/deeplautotranslate/
H A Daction.php279 $translated_text = $this->deepl_translate($org_page_text, $lang, getNS($ID));
372 return array("ns" => getNS($org_id), "text" => rawWiki($org_id));
/plugin/prosemirror/parser/
H A DInternalLinkNode.php
H A DLinkNode.php133 $resolver = new MediaResolver(getNS($pageId));
/plugin/blogtng/helper/
H A Dentry.php989 $ns = getNS($id);
990 $convert = (getNS($ID) == $ns) ? false : true;
1098 return getNS($ns).':'.substr($link, 2);
/plugin/navi/
H A Dsyntax.php145 resolve_pageid(getNS($ID), $page, $foo); // resolve relative to sidebar ID
185 $ns = getNS($ns);
196 if (getNS($key) == $ns) {
/plugin/do/
H A Dhelper.php120 $ns = trim(resolve_id(getNS($ID), $args['ns'], false), ':');
135 resolve_pageid(getNS($ID), $args['id'][0], $exists);
/plugin/autoindex/
H A Dsyntax.php63 $ns = ':' . cleanID(getNS($INFO['id']));
/plugin/imgpaste/
H A Daction.php110 getNS($pageid),
/plugin/docnavigation/syntax/
H A Dpagenav.php113 $ns = getNS($ID);
122 $link = (!getNS($ns) ? ':' : '') . $ns;
135 resolve_pageid(getNS($ID), $link, $exists);
H A Dtoc.php159 $pageitem['ns'] = getNS($pageitem['id']);
193 $item['ns'] = getNS($item['id']);
297 resolve_pageid(getNS($ID), $pageid, $exists);
/plugin/blog/syntax/
H A Dautoarchive.php33 elseif ($ns == '.') $ns = getNS($ID);
H A Dblog.php42 elseif ($ns == '.') $ns = getNS($ID);
H A Darchive.php49 elseif ($ns == '.') $ns = 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/tplinc/
H A Dhelper.php84 $ns = getNS($id);
165 $pns = ':' . getNS($id) . ':';
/plugin/linksuggest/
H A Daction.php49 $current_ns = getNS($current_pageid);
56 $entered_ns = getNS($q); //namespace of entered string
92 resolve_pageid(getNS($current_pageid), $resolved_ns, $exists);
171 $current_ns = getNS($current_pageid);
174 $entered_ns = getNS($q); //namespace of entered string
210 resolve_mediaid(getNS($current_pageid), $resolved_ns, $exists);
/plugin/pageredirect/
H A Dsyntax.php88 resolve_pageid(getNS($ID), $id, $exists);
/plugin/elasticsearch/action/
H A Dindexing.php253 $data['namespace'] = getNS($id);
291 $data['namespace'] = getNS($fileId);
H A Dsearch.php284 $ns = getNS($ID);
/plugin/elasticsearch/helper/
H A Dacl.php54 $ns = getNS($ns);
/plugin/achart/
H A Dsyntax.php108 if(!strlen(getNS($file))) {
124 $fileNS = getNS($file);
/plugin/snippets/
H A Daction.php130 getNS($page_id),
/plugin/ckgedit/action/
H A Dedit.php596 $ns = getNS($_COOKIE['FCK_NmSp']);

12345678910>>...12