Home
last modified time | relevance | path

Searched refs:ns (Results 76 – 100 of 136) sorted by path

123456

/template/masa/
H A Dtpl_functions.php333 function p_index_xhtml($ns,$pos) { argument
338 $ns = cleanID($ns);
340 if(empty($ns)){
341 $ns = dirname(str_replace(':','/',$ID));
342 if($ns == '.') $ns ='';
344 $ns = utf8_encodeFN(str_replace(':','/',$ns));
351 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
/template/mcz/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/mindthedark/css/
H A D_modal.css56 background-image: url(../../images/ns.png);
/template/minima/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
H A Dfunctions.php13 function getSidebarFN($ns, $file) {//func argument
16 $nsFile = ($ns) ? "$ns:$file" : $file;
21 if (!$ns)
25 $i = strrpos($ns, ":");
26 $ns = ($i) ? substr($ns, 0, $i) : false;
27 return getSidebarFN($ns, $file);
133 $ns = getNS($ID);
134 $tabsFile = wikiFN(($ns).':'.tpl_getConf('tabs_page'));
149 if (getNS($id) != $ns)
/template/mnml-blog/css/
H A D_modal.css55 background-image: url(../../images/ns.png);
/template/monobook/static/3rd/dokuwiki/
H A D_modal.css55 background-image: url(../../images/ns.png);
/template/monobook/static/css/
H A Dprint.css51 .ns-2 #content,
52 .ns-2 #p-cactions li,
53 .ns-2 #p-cactions li a {
58 .ns-1 #content,
59 .ns-1 #p-cactions li,
60 .ns-1 #p-cactions li a {
H A Dscreen.css229 .ns-1 #content,
230 .ns-1 #p-cactions li,
231 .ns-1 #p-cactions li a {
236 .ns-2 #content,
237 .ns-2 #p-cactions li,
238 .ns-2 #p-cactions li a,
239 .ns-2 #media__manager_table {
255 .ns-0 #p-cactions .selected,
256 .ns-0 #p-cactions .selected a,
257 .ns-0 #p-cactions .selected span {
/template/mystyle/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
H A Dtpl_functions.php17 list($ns, $chunk) = explode(':', $ID, 2);
18 $navpage = (page_exists($ns.':'.$navpage)) ? $ns.':'.$navpage : $navpage;
/template/navigation/
H A D_linkwiz.css26 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
H A Dsidebar.php4 function getSidebarFN($ns, $file) { argument
7 $nsFile = ($ns) ? "$ns:$file" : $file;
13 if (!$ns) return '';
15 $i = strrpos($ns, ":");
16 $ns = ($i) ? substr($ns, 0, $i) : false;
17 return getSidebarFN($ns, $file);
/template/neolaoresources3/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/notes/css/
H A D_modal.css56 background-image: url(../../images/ns.png);
/template/nucleus/
H A Dfooter.inc39 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
/template/ospyramid/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/prsnl10/css/
H A D_modal.css55 background-image: url(../../images/ns.png);
/template/r7thblog1/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/r7throot1/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
H A Dfunctions.php12 function getSidebarFN($ns, $file){ argument
15 $nsFile = ($ns) ? "$ns:$file" : $file;
21 if (!$ns) return '';
23 $i = strrpos($ns, ":");
24 $ns = ($i) ? substr($ns, 0, $i) : false;
25 return getSidebarFN($ns, $file);
89 $ns = getNS($ID);
90 $tabsFile = wikiFN(($ns).':'.tpl_getConf('tabs_page'));
98 if (getNS($id) != $ns) continue; // ignore links to other namespaces
/template/r7throot2/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/r7throot3/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/r7throot4/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/r7throot5/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;

123456