Home
last modified time | relevance | path

Searched refs:getNS (Results 126 – 150 of 280) sorted by path

12345678910>>...12

/plugin/mcitem/
H A Dsyntax.php117 resolve_mediaid(getNS($ID), $imageName, $exists, $this->date_at, true);
/plugin/medialist/
H A Dhelper.php69 $args = str_replace('@NS@', getNS($INFO['id']), $args);
132 $base = !isset($params['ns']) ? getNS($item['id']) : $params['ns'];
/plugin/mediasyntax/
H A Daction.php172 resolve_pageid(getNS($ID), $page, $exists);
H A Dhelper.php240 resolve_pageid(getNS($scope), $page, $exists); // resolve shortcuts
335 $ns = getNS($page);
376 $ins[$i][1][0] = getNS($ns) . ':' . substr($ins[$i][1][0], 2); // parent namespace
/plugin/menupopup/
H A Dsyntax.php195 resolve_pageid(getNS($ID),$page,$exists); // resolve shortcuts
/plugin/mindmap/
H A Dsyntax.php480 'ns' => getNS($mid),
/plugin/miniblog/helper/
H A Dentry.php55 resolve_pageid(getNS($id), $ins[$i][1][0], $exists);
58 resolve_mediaid(getNS($id), $ins[$i][1][0], $exists);
/plugin/minimap/
H A Dsyntax.php130 $nameSpacePath = getNS($callingId); // The complete path to the directory
/plugin/move/_test/
H A Dpagemove.test.php183 $newId = getNS($ID).':new_page';
/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/helper/
H A Dhandler.php48 $this->ns = getNS($id);
50 $this->origNS = getNS($original);
158 if($this->ns && !getNS($new)) $new = ':' . $new;
165 $goalpath = explode(':', getNS($new));
181 if($newrel[0] != '.' && $this->ns && getNS($newrel)) $newrel = '.' . $newrel;
189 if($this->ns && !getNS($new)) $newrel = ':' . $newrel;
207 $newNS = getNS($newID);
H A Dop.php142 $src_ns = getNS($src);
144 $dst_ns = getNS($dst);
244 $src_ns = getNS($src);
246 $dst_ns = getNS($dst);
/plugin/multilingual/
H A Dhelper.php76 resolve_pageid(getNS($ID),$link,$exists);
/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/namespacesearch/
H A Dsyntax.php36 elseif ($ns == '.') { $ns = getNS($ID); }
/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/new_page_dialog/
H A Dhelper.php63 $params['idx'] = ":" . getNS($ID);
/plugin/newpagetemplate/
H A Daction.php133 getNS($ID),
H A Dhelper.php64 $ns = getNS($page);
144 getNS($ID),
/plugin/nodetailsxhtml/
H A Drenderer.php270 resolve_pageid(getNS($ID),$id,$exists);
/plugin/npd/
H A Dhelper.php69 $params['idx'] = ":" . getNS($ID);
/plugin/nroff/
H A Drenderer.php520 resolve_pageid(getNS($ID),$id,$exists);
705 resolve_mediaid(getNS($ID),$src, $exists);
/plugin/nsexport/action/
H A Dexport.php64 $ns = getNS($ID);
71 $ns = getNS($ID). ':';
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php64 resolve_pageid(getNS($ID),$id,$exists);
198 resolve_mediaid(getNS($ID),$src, $exists);

12345678910>>...12