Home
last modified time | relevance | path

Searched refs:getNS (Results 51 – 75 of 280) sorted by path

12345678910>>...12

/plugin/database2/
H A Ddatabase2.php3476 resolve_pageid( getNS( self::getPageID() ), $href, $exists );
/plugin/datatemplate/syntax/
H A Dentry.php99 resolve_pageid(getNS($ID), $wikipage[0], $exists);
H A Dlist.php178 resolve_pageid(getNS($ID), $wikipage, $exists); // resolve shortcuts
/plugin/dbquery/
H A Dhelper.php138 ':ns' => ':' . getNS($INFO['id']),
/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/dir/
H A Dsyntax.php627 $curPathSplit = explode(":", trim(getNS($ID), ":"));
628 $fqidPathSplit = explode(":", trim(getNS($fqid), ":"));
/plugin/discussion/
H A Daction.php196 … print 'NS = "' . getNS($ID) . '";'; // we have to define NS, otherwise we get get JS errors
/plugin/discussion/syntax/
H A Dthreads.php82 elseif ($ns == '.') $ns = getNS($ID);
/plugin/displayorphans/
H A Dhelper.php87 { resolve_pageid(getNS($source), $target, $exists); return $target; }
/plugin/dnsresolver/
H A Dsyntax.php79 $NS = getNS($ID);
/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/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/dokutexit/
H A Dconfig.php47 $this->ns = getNS(cleanID($id));
H A Dlatex.php445 resolve_pageid(getNS($ID),$id,$exists);
482 resolve_pageid(getNS($ID),$id,$exists);
1318 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/dokutranslate/
H A Dutils.php98 for ($ns = getNS($id); $ns; $ns = getNS($ns)) {
/plugin/drawio/
H A Dsyntax.php82 $current_ns = getNS($current_id);
/plugin/dropfiles/action/
H A Dajax.php81 $ns = $NS . ':' . getNS($id);
148 $ns = $this->NS . ':' . getNS($id);
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php85 if (auth_quickaclcheck(getNS($media) . ':X') < AUTH_READ) {
/plugin/dw2pdf/syntax/
H A Dexportlink.php66 $ns = getNS($page);
/plugin/dwinsect/
H A Dsyntax.php41 $file_ns = ($file_ns == "") ? getNS($ID) : $file_ns;
/plugin/editor/
H A Dsyntax.php43 elseif ($ns == '.') $ns = getNS($ID);
/plugin/editx/
H A Daction.php190 $opts['oldns'] = $this->_FN(getNS($id));
249 $opts['oldns'] = $this->_FN(getNS($opts['oldpage']));
250 $opts['newns'] = $this->_FN(getNS($opts['newpage']));
/plugin/elasticsearch/action/
H A Dindexing.php253 $data['namespace'] = getNS($id);
291 $data['namespace'] = getNS($fileId);
H A Dsearch.php284 $ns = getNS($ID);

12345678910>>...12