Home
last modified time | relevance | path

Searched refs:sb (Results 1 – 17 of 17) sorted by relevance

/template/dokubrick/
Dtpl_functions.php28 foreach($sb_order as $sb) {
29 if(in_array($sb,$sb_content)) {
30 $key = array_search($sb,$sb_content);
32 tpl_sidebar_dispatch($sb);
38 foreach($sb_content as $sb) {
39 tpl_sidebar_dispatch($sb);
49 function tpl_sidebar_dispatch($sb) { argument
61 switch($sb) {
193 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
194 print '<div class="'.$sb.'_sidebar sidebar_box">' . DOKU_LF;
[all …]
/template/a_free_worldic/
Dtpl_functions.php64 foreach($sb_order as $sb) {
65 if(in_array($sb,$sb_content)) {
66 $key = array_search($sb,$sb_content);
68 tpl_sidebar_dispatch($sb,$pos);
74 foreach($sb_content as $sb) {
75 tpl_sidebar_dispatch($sb,$pos);
85 function tpl_sidebar_dispatch($sb,$pos) { argument
97 switch($sb) {
235 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
236 print '<div class="'.$sb.'_sidebar sidebar_box">' . DOKU_LF;
[all …]
/template/masa/
Dtpl_functions.php123 foreach($sb_order as $sb) {
124 if(in_array($sb,$sb_content)) {
125 $key = array_search($sb,$sb_content);
127 tpl_sidebar_dispatch($sb,$pos);
133 foreach($sb_content as $sb) {
134 tpl_sidebar_dispatch($sb,$pos);
145 function tpl_sidebar_dispatch($sb,$pos) { argument
157 switch($sb) {
290 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
291 print '<div class="'.$sb.'_sidebar sidebar_box">' . DOKU_LF;
[all …]
/template/arctic/
Dtpl_functions.php49 foreach($sb_order as $sb) {
50 if(in_array($sb,$sb_content)) {
51 $key = array_search($sb,$sb_content);
53 arctic_tpl_sidebar_dispatch($sb,$pos);
59 foreach($sb_content as $sb) {
60 arctic_tpl_sidebar_dispatch($sb,$pos);
71 function arctic_tpl_sidebar_dispatch($sb,$pos) { argument
85 switch($sb) {
269 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
270 print '<aside class="'.$sb.'_sidebar sidebar_box">' . DOKU_LF;
[all …]
/template/arctictut/
Dtpl_functions.php49 foreach($sb_order as $sb) {
50 if(in_array($sb,$sb_content)) {
51 $key = array_search($sb,$sb_content);
53 arctic_tpl_sidebar_dispatch($sb,$pos);
59 foreach($sb_content as $sb) {
60 arctic_tpl_sidebar_dispatch($sb,$pos);
70 function arctic_tpl_sidebar_dispatch($sb,$pos) { argument
84 switch($sb) {
268 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
269 print '<div class="'.$sb.'_sidebar sidebar_box">' . DOKU_LF;
[all …]
/template/arctic-mbo/
Dtpl_functions.php49 foreach($sb_order as $sb) {
50 if(in_array($sb,$sb_content)) {
51 $key = array_search($sb,$sb_content);
53 tpl_sidebar_dispatch($sb,$pos);
59 foreach($sb_content as $sb) {
60 tpl_sidebar_dispatch($sb,$pos);
70 function tpl_sidebar_dispatch($sb,$pos) { argument
84 switch($sb) {
278 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
279 print '<div class="'.$sb.'_sidebar sidebar_box">' . DOKU_LF;
[all …]
/template/scanlines/
Dtpl_functions.php52 foreach($sb_order as $sb) {
53 if(in_array($sb,$sb_content)) {
54 $key = array_search($sb,$sb_content);
56 tpl_sidebar_dispatch($sb,$pos);
62 foreach($sb_content as $sb) {
63 tpl_sidebar_dispatch($sb,$pos);
73 function tpl_sidebar_dispatch($sb,$pos) { argument
87 switch($sb) {
320 if(@file_exists(DOKU_TPLINC.'sidebars/'.$sb.'/sidebar.php')) {
322 print ' <div class="sidebar_title">' . $sb . '</div>' . DOKU_LF;
[all …]
/template/dokubook/
Dtpl_functions.php90 $sb = '';
105 $sb = implode(':', $path) . ':' . $navpn;
106 $found = @file_exists(wikiFN($sb));
110 if(!$found && @file_exists(wikiFN($navpn))) $sb = $navpn;
112 if(@file_exists(wikiFN($sb)) && auth_quickaclcheck($sb) >= AUTH_READ) {
113 print p_dokubook_xhtml($sb);
/template/dokubook2/
Dtpl_functions.php63 $sb = '';
110 function p_sidebar_xhtml($sb) { argument
111 $data = p_wiki_xhtml($sb,'',false);
112 if(auth_quickaclcheck($sb) >= AUTH_EDIT) {
113 …$data .= '<div class="secedit">' . html_btn('secedit',$sb,'',array('do'=>'edit','rev'=>'','post'))…
/template/dokucms/
Dtpl_functions.php73 function _tpl_sidebar_xhtml($sb) { argument
76 $data = p_wiki_xhtml($sb,'',false);
77 if(auth_quickaclcheck($sb) >= AUTH_EDIT and $conf['tpl'][$tpl]['sidebaredit']) {
78 …$data .= '<div class="secedit">'.html_btn('secedit',$sb,'',array('do'=>'edit','rev'=>'','post')).'…
/template/dokukit/
Dtpl_functions.php119 function p_sidebar_xhtml($sb) { argument
122 $data = p_wiki_xhtml($sb,'',false);
124 if(auth_quickaclcheck($sb) >= AUTH_EDIT and tpl_getConf('sidebaredit')) {
125 …$data .= '<div class="secedit">'.html_btn('secedit',$sb,'',array('do'=>'edit','rev'=>'','post')).'…
/template/bulma/
Dtpl_functions.php239 $sb = strval(tpl_include_page($conf['sidebar'], false, true));
242 $dom->loadHTML(mb_convert_encoding($sb, 'HTML-ENTITIES', 'UTF-8'));
/template/strap/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1sb","isNested","UNSCOPABLES","META","setDesc","id","isExtensible","FREEZE","preventExtensions","se…
/template/scanlines/htc/PIE-1.0beta5/
DPIE.js47 …U()},ib:function(){this.Cb=true},Mb:function(){this.h()?this.U():this.m()},sb:function(a,b){this.v…
48 …"shape");if(b)g.appendChild(g[b]=f.p.Za(b));if(d){c=this.ya(d);if(!c){this.sb(d,doc.createElement(…
51 0;this.parent.sb(this.M,a)}return a},mc:function(){var a=this.e,b=a.currentStyle,c=a.runtimeStyle,d…
68 c.stroked=false;c.filled=false;a.appendChild(c)}this.parent.sb(this.M,a)}return a},Ea:function(){if…
/template/argon-alt/assets/js/core/
Djquery.min.js4sb=/^(?:focusinfocus|focusoutblur)$/;r.extend(r.event,{trigger:function(b,c,e,f){var g,h,i,j,k,m,n…
/template/argon/assets/js/core/
Djquery.min.js4sb=/^(?:focusinfocus|focusoutblur)$/;r.extend(r.event,{trigger:function(b,c,e,f){var g,h,i,j,k,m,n…
/template/quickjump/
Djquery-1.4.2.min.js119 …"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s…
125 …json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(…