Home
last modified time | relevance | path

Searched refs:getNS (Results 101 – 125 of 280) sorted by last modified time

12345678910>>...12

/plugin/move/admin/
H A Dmain.php116 $src = getNS($ID);
179 $form->addElement(form_makeRadioField('class', 'namespace', $this->getLang('movens') . ' <code>' . getNS($ID) . '</code>', '', 'block radio click-ns'));
/plugin/move/_test/
H A Dpagemove.test.php183 $newId = getNS($ID).':new_page';
/plugin/quickstats/
H A Daction.php181 $quick_ns =getNS($ID);
/plugin/csv/
H A Dhelper.php128 if (auth_quickaclcheck(getNS($file) . ':*') < AUTH_READ) {
/plugin/multiorphan/action/
H A Dmultiorphan.php211 'checkNamespace' => getNS($id),
/plugin/multiorphan/
H A Dhelper.php49 $form->addElement(form_makeTextField('ns', getNS($ID), $this->getLang('ns') . ':', 'ns'));
/plugin/asyncsearch/
H A Dpagelookup.php70 $ns = getNS($id);
/plugin/strata/syntax/
H A Dentry.php355 resolve_pageid(getNS($ID),$subject,$exists);
/plugin/strata/types/
H A Dpage.php22 resolve_pageid(getNS($hint),$value,$exists);
26 $base = ($hint?:getNS($ID));
H A Dimage.php40 resolve_mediaid(getNS($ID),$value,$exists);
H A Dwiki.php65 resolve_pageid(getNS($ID), $id, $exists);
101 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/iptrust2/
H A Daction.php107 $ns = getNS($id);
140 $ns = getNS($ns);
/plugin/userpagecreate/
H A Daction.php97 str_replace(':', '/', getNS($tpl)));
100 … $pages[$res . ':' . substr($tpl_name, strlen(getNS($tpl)) + 1)] = rawWiki($tpl_name);
/plugin/svgembed/
H A Dsyntax.php348 resolve_mediaid(getNS($ID), $src, $exists);
/plugin/schedule/syntax/
H A Dblock.php76 $ns = getNS ($ID);
83 $ns = getNS ($ID);
/plugin/extendpage/meta/
H A DAssignments.php199 $pns = ':' . getNS($page) . ':';
245 $pns = ':' . getNS($page) . ':';
/plugin/drawio/
H A Dsyntax.php82 $current_ns = getNS($current_id);
/plugin/qc/
H A Drenderer.php215 $a = explode(':', getNS($ID));
216 $b = explode(':', getNS($id));
/plugin/displayorphans/
H A Dhelper.php87 { resolve_pageid(getNS($source), $target, $exists); return $target; }
/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php39 'ns' => getNS($tag_id),
/plugin/webdav/core/
H A DUtils.php166 $item['ns'] = getNS($item['id']);
/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);
/plugin/multilingual/
H A Dhelper.php76 resolve_pageid(getNS($ID),$link,$exists);
/plugin/editor/
H A Dsyntax.php43 elseif ($ns == '.') $ns = getNS($ID);
/plugin/imagereference/syntax/
H A Dimgref.php100 resolve_pageid(getNS($ID), $data['page'], $exists);

12345678910>>...12