Home
last modified time | relevance | path

Searched refs:ns (Results 126 – 136 of 136) sorted by last modified time

123456

/template/neolaoresources3/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/mcz/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/dwsimple/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/sidebar/
H A Dtplfn_sidebar.php18 function getSidebarFN($ns, $file) { argument
21 $nsFile = ($ns) ? "$ns:$file" : $file;
27 if (!$ns) return '';
29 $i = strrpos($ns, ":");
30 $ns = ($i) ? substr($ns, 0, $i) : false;
31 return getSidebarFN($ns, $file);
/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/dokubook2/
H A Dtpl_functions.php121 function ts_sidebar($ns){ argument
125 if (@file_exists(DOKU_TPLINC.'lang/'.$conf['lang'].'/'.$ns.'.txt'))
127 elseif (@file_exists(DOKU_TPLINC.'lang/en/'.$ns.'.txt'))
130 print p_locale_xhtml($sb_path.'/'.$ns);
/template/battlehorse/
H A Dtplfn_sidebar.php21 function getSidebarFN($ns, $file) { argument
24 $nsFile = ($ns) ? "$ns:$file" : $file;
30 if (!$ns) return '';
32 $i = strrpos($ns, ":");
33 $ns = ($i) ? substr($ns, 0, $i) : false;
34 return getSidebarFN($ns, $file);
/template/lilas/
H A Dsidebar.php115 $ns = cleanID($ID);
116 if(empty($ns)){
117 $ns = dirname(str_replace(':','/',$ID));
118 if($ns == '.') $ns ='';
120 $ns = utf8_encodeFN(str_replace(':','/',$ns));
123 search($list,$conf['datadir'],'search_index',array('ns' => $ns));
/template/amanuensis/inc/
H A Dindex.php28 function html_index_mod ($ns){ argument
37 $ns = cleanID($ns);
39 if(empty($ns)){
40 $ns = dirname(str_replace(':','/',$ID));
41 if($ns == '.') $ns ='';
43 $ns = utf8_encodeFN(str_replace(':','/',$ns));
50 search($data,$conf['datadir'],'search_index_title',array('ns' => $ns));
/template/sxs/
H A Dsidebar.php10 function getSidebarFN($ns, $file) { argument
13 $nsFile = ($ns) ? "$ns:$file" : $file;
19 if (!$ns) return '';
21 $i = strrpos($ns, ":");
22 $ns = ($i) ? substr($ns, 0, $i) : false;
23 return getSidebarFN($ns, $file);
/template/nucleus/
H A Dfooter.inc39 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

123456