Home
last modified time | relevance | path

Searched refs:getNS (Results 126 – 150 of 280) sorted by last modified time

12345678910>>...12

/plugin/pagenav/
H A Dsyntax.php62 $ns = str_replace(':', '/', getNS($INFO['id']));
69 $start = getNS($INFO['id']) . ':';
/plugin/autotooltip/
H A Dhelper.php128 $id = resolve_id(getNS($ID), $id, false);
/plugin/jplayer/
H A Dsyntax.php90 resolve_mediaid(getNS($ID), $file, $exists);
/plugin/var/
H A Dsyntax.php27 $id = getNS($id);
55 $xhtml = getNS($ID);
/plugin/task/syntax/
H A Dtaskform.php36 elseif ($ns == '.') $ns = getNS($ID);
H A Dtasks.php37 elseif ($ns == '.') $ns = getNS($ID);
/plugin/filelist/
H A Dsyntax.php
/plugin/feed/
H A Dsyntax.php96 $namespace = getNS($ID);
/plugin/autolink4/syntax/
H A Dallwords.php69 $ns = getNS($ID);
H A Dregex.php
/plugin/prettyphoto/
H A Drenderer.php25 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/aclinfo/
H A Dsyntax.php87 $ns = getNS($id);
120 $ns = getNS($ns);
/plugin/latexport/implementation/
H A Ddecorator_persister.php857 resolve_mediaid(getNS($ID), $src, $exists, $this->date_at, true);
/plugin/magnifier/
H A Dsyntax.php53 $page = resolve_id(getNS($ID),$id);
/plugin/overlay/
H A Daction.php100 $ns = getNS($ID);
/plugin/filelisting/
H A Dsyntax.php77 $cur_ns = getNS($INFO['id']);
H A Dhelper.php25 if (is_null($ns)) $ns = getNS($INFO['id']);
/plugin/dropfiles/action/
H A Dajax.php81 $ns = $NS . ':' . getNS($id);
148 $ns = $this->NS . ':' . getNS($id);
/plugin/tiledblog/
H A Dsyntax.php47 $ns = getNS ($ID);
54 $ns = getNS ($ID);
/plugin/authmantis/
H A Dauth.php147 $t_project_name = explode( ':', getNS( getID( "media", false ) ) );
151 $t_project_name = explode( ':', getNS( getID() ) );
/plugin/twistienav4bootstrap3/
H A Daction.php67 $idx = cleanID(getNS($part));
98 $idx = cleanID(getNS($crumbId));
/plugin/minimap/
H A Dsyntax.php130 $nameSpacePath = getNS($callingId); // The complete path to the directory
/plugin/tcycle/
H A Dsyntax.php45 $namespace = str_replace(':', '/', getNS(cleanID(getID())));
/plugin/twistienav/
H A Daction.php68 $idx = cleanID(getNS($part));
99 $idx = cleanID(getNS($crumbId));
/plugin/tagadd/
H A Daction.php34 $JSINFO['currentNamespace'] = (($ns = getNS($ID))?$ns:'');

12345678910>>...12