Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php74 $ns = getNS($id);
139 $ns = getNS($ns);
202 function getNS($id){ function
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php74 $ns = getNS($id);
139 $ns = getNS($ns);
202 function getNS($id){ function
/plugin/dropfiles/action/
H A Dajax.php81 $ns = $NS . ':' . getNS($id);
148 $ns = $this->NS . ':' . getNS($id);
/plugin/feedback/
H A Daction.php153 'namespace' => getNS($ID),
189 $ns = getNS($ns);
/plugin/imagebox/
H A Dsyntax.php41 resolve_mediaid(getNS($ID), $src, $exists);
109 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/var/
H A Dsyntax.php27 $id = getNS($id);
55 $xhtml = getNS($ID);
/plugin/preservefilenames/
H A Daction_adorabelle.php63 $ns = getNS($item['id']);
132 $ns = getNS($item['id']);
/plugin/autotooltip/
H A Dhelper.php128 $id = resolve_id(getNS($ID), $id, false);
/plugin/aclregex/
H A Daction.php171 $ns = getNS($id);
202 $ns = getNS($ns);
/plugin/tplinc/
H A Dhelper.php84 $ns = getNS($id);
165 $pns = ':' . getNS($id) . ':';
/plugin/siteexport/inc/
H A Dsettings.php87 $this->tmpDir = mediaFN(getNS($this->origZipFile));
97 …if (empty($this->namespace)) { $this->namespace = $functions->getNamespaceFromID(getNS($ID), $pg);…
/plugin/userpagecreate/
H A Daction.php97 str_replace(':', '/', getNS($tpl)));
100 … $pages[$res . ':' . substr($tpl_name, strlen(getNS($tpl)) + 1)] = rawWiki($tpl_name);
/plugin/lms/
H A Dhelper.php202 $cpns = getNS($cp);
215 $ns = getNS($link);
/plugin/achart/
H A Dsyntax.php108 if(!strlen(getNS($file))) {
124 $fileNS = getNS($file);
/plugin/publish/
H A Dsyntax.php60 $namespace = cleanID(getNS($namespace . ":*"));
82 $this_ns = getNS($page[0]);
/plugin/indexmenu2/syntax/
H A Dindexmenu.php258 $data[$k]['parent_id'] = (string)getNS($v['id']);
470 if (noNS(getNS($id))==noNS($id) || // /<ns>/<ns>.txt
472 $id==getNS($id).":".$conf['start'] || // /<ns>/<start_page>.txt
/plugin/button/
H A Dsyntax.php
/plugin/searchformgoto/
H A Dhelper.php34 print '<input type="hidden" name="current_ns" value="'.cleanID(getNS($ID)).'" />';
/plugin/structpublish/helper/
H A Dassignments.php32 $pns = ':' . getNS($page) . ':';
/plugin/jsonrpc/
H A Djsonrpc.php126 if (auth_quickaclcheck(getNS($id).':*') < AUTH_READ)
146 if ((auth_quickaclcheck(getNS($id).':*') >= AUTH_READ) && file_exists($file)){
251 $ns = getNS($id);
372 $auth = auth_quickaclcheck(getNS($id).':*');
433 $auth = auth_quickaclcheck(getNS($id).':*');
/plugin/indextitleonly/
H A Daction.php26 if (strpos(getNS($event->data['page']).':', $this->getConf('namespace')) === 0) {
/plugin/twistienav/
H A Daction.php68 $idx = cleanID(getNS($part));
99 $idx = cleanID(getNS($crumbId));
/plugin/twistienav4bootstrap3/
H A Daction.php67 $idx = cleanID(getNS($part));
98 $idx = cleanID(getNS($crumbId));
/plugin/strata/types/
H A Dwiki.php65 resolve_pageid(getNS($ID), $id, $exists);
101 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/abc/
H A Dsyntax.php188 $fileDir = $abcdir.'/'.utf8_encodeFN(str_replace(':','/',getNS($ID)));
199 $slashStr = (getNS($ID)) ? "/" : "";
353 return (getNS($ID)) ? getNS($ID).":".basename($file) : basename($file);

12345678910>>...12