Home
last modified time | relevance | path

Searched refs:ns (Results 101 – 125 of 136) sorted by path

123456

/template/r7throot6/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/r7throot7/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/r7throot8/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/ramtop/css/
H A D_modal.css56 background-image: url(../../images/ns.png);
/template/raw/
H A D_linkwiz.css26 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/roundbox/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
H A Dsidebar.php22 function getSidebarFN($ns, $file) {//func argument
25 $nsFile = ($ns) ? "$ns:$file" : $file;
30 if (!$ns)
34 $i = strrpos($ns, ":");
35 $ns = ($i) ? substr($ns, 0, $i) : false;
36 return getSidebarFN($ns, $file);
/template/roundtheme/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/sandy/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/scanlines/css/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/scanlines/
H A Dtpl_functions.php370 function p_index_xhtml($ns,$pos) { argument
375 $ns = cleanID($ns);
377 if(empty($ns)){
378 $ns = dirname(str_replace(':','/',$ID));
379 if($ns == '.') $ns ='';
381 $ns = utf8_encodeFN(str_replace(':','/',$ns));
388 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
/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/simple/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/simple_sidebar/
H A D_linkwiz.css26 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/simplewiki/css/
H A D_modal.css56 background-image: url(../../images/ns.png);
/template/spacedok/
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/starterbootstrap/css/
H A D_modal.css54 background-image: url(../../images/ns.png);
/template/starterbootstrap/
H A Dgenerate_index.php115 …$conf['datadir'], "indexmenu_search_index", $opts, "/".utf8_encodeFN(str_replace(':','/',$ns)), 2);
H A Dsidebar.php10 function tpl_processStartPage($ns,$context) { argument
15 if ($ns == "") {
18 $startPageID = $ns . ":" . $startPageName;
23 resolve_pageid($ns, $startPagePath,$pageExists);
165 $ns = cleanID($ID); variable
166 if (empty($ns)) {
167 $ns = dirname(str_replace(':','/',$ID)); variable
168 if ($ns == '.') $ns =''; variable
170 $ns = utf8_encodeFN(str_replace(':','/',$ns)); variable
173 search($list,$conf['datadir'],'search_index',array('ns' => $ns));
H A Dtpl_functions.php448 function bootstrap_media_nstree($ns){ argument
453 $ns = cleanID($ns);
454 if(empty($ns)){
456 $ns = (string)getNS($ID);
459 $ns_dir = utf8_encodeFN(str_replace(':','/',$ns));
468 $ns_parts = explode(':', $ns);
/template/starterpjax/css/
H A D_modal.css55 background-image: url(../../images/ns.png);
/template/stm/stm/css/
H A D_modal.css56 background-image: url(../../images/ns.png);
/template/sugna/
H A D_linkwiz.css26 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/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);

123456