Home
last modified time | relevance | path

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

123456

/template/ospyramid/
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/stm/stm/css/
H A D_modal.css56 background-image: url(../../images/ns.png);
/template/starterbootstrap/css/
H A D_modal.css54 background-image: url(../../images/ns.png);
/template/starterbootstrap/
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);
H A Dgenerate_index.php115 …$conf['datadir'], "indexmenu_search_index", $opts, "/".utf8_encodeFN(str_replace(':','/',$ns)), 2);
/template/starterpjax/css/
H A D_modal.css55 background-image: url(../../images/ns.png);
/template/taratasy/css/
H A D_modal.css55 background-image: url(../../images/ns.png);
/template/taratasy/
H A Dtpl_functions.local.php13 $ns = $INFO['namespace'];
16 $sidebar = $ns . ':' . $id;
20 $ns = substr($ns, 0, strrpos($ns, ':'));
21 } while ( ! empty($ns));
43 list ($ns, $site_width, $sidebar_width) = explode(' ', $arg);
44 $ns = ltrim(trim($ns), ':');
45 $match = strpos($cur_ns, $ns);
/template/doogiestpl/css/
H A D_modal.css55 background-image: url(../../images/ns.png);
/template/20cones/css/
H A D_modal.css56 background-image: url(../../images/ns.png);
/template/a_new_day/
H A Dtplfn_sidebar.php22 function getSidebarFN($ns, $file) { argument
25 $nsFile = ($ns) ? "$ns:$file" : $file;
31 if (!$ns) return '';
33 $i = strrpos($ns, ":");
34 $ns = ($i) ? substr($ns, 0, $i) : false;
35 return getSidebarFN($ns && '', $file);
H A D_linkwiz.css48 background: transparent url(../../images/ns.png) 3px 3px no-repeat;
/template/daily/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/ramtop/css/
H A D_modal.css56 background-image: url(../../images/ns.png);
/template/lisps/css/
H A D_modal.css56 background-image: url(../../images/ns.png);
/template/a_free_worldic/
H A Dtpl_functions.php281 function p_index_xhtml($ns,$pos) { argument
286 $ns = cleanID($ns);
288 if(empty($ns)){
289 $ns = dirname(str_replace(':','/',$ID));
290 if($ns == '.') $ns ='';
292 $ns = utf8_encodeFN(str_replace(':','/',$ns));
299 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
/template/binkytestinstance/css/
H A D_modal.css56 background-image: url(../../images/ns.png);
/template/minima/
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/prsnl10/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 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 {
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 {

123456