Home
last modified time | relevance | path

Searched full:out (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/template/kajukkk/
Dtpl_functions.php19 $out = sprintf($data, 'link');
45 $out = tpl_link(
51 $out='<a href="'.$linktarget.'" ';
52 $out.='class="action '.$type.' '.$class.'" '.
55 $out.='>';
56 if ($pre) $out.='<span class="glyphicon glyphicon-'.$pre.'"></span>&nbsp;';
57 $out.=(($inner) ? $inner : "&nbsp;".$caption);
58 $out.='</a>';
59 if ($suf) $out='<'.$suf.'>'.$out.'</'.$suf.'>';
62 if($return) return $out;
[all …]
/template/bulma/
Dtpl_functions.php20 $out='';
21 $out .= '<nav class="breadcrumb has-bullet-separator is-small" aria-label="breadcrumbs">';
22 $out .= '<ul>';
23 $out .= '<li class="is-active"><a>Trace</a></li>';
32 $out .= '<li class="is-active">';
34 $out .= '<li>';
36 $out .= tpl_link(wl($id), hsc($name), 'aria-current="page" title="'.$id.'"', true);
37 $out .= '</li>';
39 $out .= '</ul>';
40 $out .= '</nav>';
[all …]
/template/bulma/inc/
Dfunctions.php2 $out='';
3 $out .= '<nav class="breadcrumb" aria-label="breadcrumbs">';
4 $out .= '<ul>';
13 $out .= '<li class="is-active">';
15 $out .= '<li>';
17 $out .= tpl_link(wl($id), hsc($name), 'aria-current="page" title="'.$id.'"', true);
18 $out .= '</li>';
20 $out .= '</ul>';
21 $out .= '</nav>';
22 print $out;
/template/kajukkd/
Dtpl_functions.php66 …$out = '<div><img class="logo" src="' . $logo . '" alt="' . $conf['title'] . '" id="dokuwiki__top"…
70 $out = tpl_link(wl($_nstartpage,'',true), $out, '', 1);
72 $out = tpl_link(wl('','',true), $out, '', 1);
74 if ($return) return $out;
75 echo $out;
90 …$out = '<div><img class="logo" src="' . $logo . '" alt="' . $conf['title'] . '" id="dokuwiki__top"…
94 $out = tpl_link(wl($_nstartpage,'',true), $out, '', 1);
96 $out = tpl_link(wl('','',true), $out, '', 1);
98 if ($return) return $out;
99 echo $out;
[all …]
/template/dwsimple/dwsimple/
Dsimple.php23 $out[]="#".$this->id;
24 $out[]="{";
29 $out[]="top : " . $this->top->val . $this->type .";";
30 $out[]="height : " . ($this->bottom->val - $this->top->val) . $this->type .";";
34 $out[]="bottom : " . $this->bottom->val . $this->type .";";
35 $out[]="height : " . ($this->top->val - $this->bottom->val) . $this->type .";";
40 $out[] ="top : " . $this->top->val . $this->type .";";
41 …$out[] ="height : expression(document.body.clientHeight +(" . (-$this->bottom->val - $this->top-…
42 $out[] ="bottom : " . $this->bottom->val . $this->type . "; /* Firefox / IE7 */";
48 $out[]="left : " . $this->left->val . $this->type .";";
[all …]
/template/mikio/lang/en/
H A Dsettings.php150 $lang['navbarItemShowCreate_o_logged out'] = 'logged out';
155 $lang['navbarItemShowShow_o_logged out'] = 'logged out';
160 $lang['navbarItemShowRevs_o_logged out'] = 'logged out';
165 $lang['navbarItemShowBacklink_o_logged out'] = 'logged out';
170 $lang['navbarItemShowRecent_o_logged out'] = 'logged out';
175 $lang['navbarItemShowMedia_o_logged out'] = 'logged out';
180 $lang['navbarItemShowIndex_o_logged out'] = 'logged out';
185 $lang['navbarItemShowProfile_o_logged out'] = 'logged out';
190 $lang['navbarItemShowAdmin_o_logged out'] = 'logged out';
251 $lang['pageToolsShowCreate_o_logged out'] = 'logged out';
[all …]
/template/dokubootstrapsimplified/
Dtpl_functions.php64 $out = '<div class="bs-sidebar" role="navigation">';
65 //$out .= '<ul class="nav nav-pills nav-stacked affix">';
66 $out .= '<ul class="nav">';
81 $out .= '</li>';
84 $out .= '';
87 $out .= '<li><a href="' . $href . '">'. $heading['title'] . '</a>';
91 $out .= '<ul class="nav">';
92 $out .= '<li><a href="' . $href . '">'. $heading['title'] . '</a>';
100 $out .= '</li>';
101 $out .= '</ul>';
[all …]
/template/mikio/conf/
H A Dmetadata.php37 $meta['navbarItemShowCreate'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out
38 $meta['navbarItemShowShow'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out
39 $meta['navbarItemShowRevs'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out
40 $meta['navbarItemShowBacklink'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out
41 $meta['navbarItemShowRecent'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out
42 $meta['navbarItemShowMedia'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out
43 $meta['navbarItemShowIndex'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out
44 $meta['navbarItemShowProfile'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out
45 $meta['navbarItemShowAdmin'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out
93 $meta['pageToolsShowCreate'] = ['multichoice', '_choices' => ['always', 'logged in', 'logged out
[all …]
/template/fictive/css/
Dfictive.css640 -webkit-transition: all 0.3s ease-in-out;
641 -moz-transition: all 0.3s ease-in-out;
642 -o-transition: all 0.3s ease-in-out;
643 transition: all 0.3s ease-in-out;
661 -webkit-transition: all 0.3s ease-in-out;
662 -moz-transition: all 0.3s ease-in-out;
663 -o-transition: all 0.3s ease-in-out;
664 transition: all 0.3s ease-in-out;
800 -webkit-transition: all 0.2s ease-in-out;
801 -moz-transition: all 0.2s ease-in-out;
[all …]
/template/strap/ComboStrap/
H A DHover.php20out", "rotate", "grow-rotate", "sink", "bob", "hang", "skew", "skew-forward", "skew-backward", "wo…
93 // Smooth Transition in and out of hover
H A DHttp.php124 $out = "GET " . $parts['path'] . "?" . $parts['query'] . " HTTP/1.1\r\n";
125 $out .= "Host: " . $parts['host'] . "\r\n";
126 $out .= "Content-Length: 0" . "\r\n";
127 $out .= "Connection: Close\r\n\r\n";
129 fwrite($fp, $out);
/template/mikio/lang/zh/
H A Dsettings.php140 $lang['navbarItemShowCreate_o_logged out'] = '已退出登录';
145 $lang['navbarItemShowShow_o_logged out'] = '已退出登录';
150 $lang['navbarItemShowRevs_o_logged out'] = '已退出登录';
155 $lang['navbarItemShowBacklink_o_logged out'] = '已退出登录';
160 $lang['navbarItemShowRecent_o_logged out'] = '已退出登录';
165 $lang['navbarItemShowMedia_o_logged out'] = '已退出登录';
170 $lang['navbarItemShowIndex_o_logged out'] = '已退出登录';
175 $lang['navbarItemShowProfile_o_logged out'] = '已退出登录';
180 $lang['navbarItemShowAdmin_o_logged out'] = '已退出登录';
241 $lang['pageToolsShowCreate_o_logged out'] = '已退出登录';
[all …]
/template/strap/resources/theme/default/pages/templates/
H A Dapp-edit.css63 …ansition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,b…
75 …ansition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,b…
/template/white-resume/
Dtpl_functions.php79 $out = '';
80 $out .= $lang['lastmod'];
81 $out .= ' ';
82 $out .= $date;
84 return $out;
86 echo $out;
/template/white/
Dtpl_functions.php79 $out = '';
80 $out .= $lang['lastmod'];
81 $out .= ' ';
82 $out .= $date;
84 return $out;
86 echo $out;
/template/writr2/css/plugins/
Dbloglinks.less16 -webkit-transition: all 0.25s ease-in-out;
17 -moz-transition: all 0.25s ease-in-out;
18 -ms-transition: all 0.25s ease-in-out;
19 -o-transition: all 0.25s ease-in-out;
20 transition: all 0.25s ease-in-out;
/template/hexa/css/
Dhexa.css782 -webkit-transition: all 0.3s ease-in-out;
783 -moz-transition: all 0.3s ease-in-out;
784 -o-transition: all 0.3s ease-in-out;
785 transition: all 0.3s ease-in-out;
800 -webkit-transition: all 0.1s ease-in-out;
801 -moz-transition: all 0.1s ease-in-out;
802 -o-transition: all 0.1s ease-in-out;
803 transition: all 0.1s ease-in-out;
935 -webkit-transition: all 0.3s ease-in-out;
936 -moz-transition: all 0.3s ease-in-out;
[all …]
/template/mikio/lang/ru/
H A Dsettings.php142 $lang['navbarItemShowCreate_o_logged out'] = 'не авторизован';
147 $lang['navbarItemShowShow_o_logged out'] = 'не авторизован';
152 $lang['navbarItemShowRevs_o_logged out'] = 'не авторизован';
157 $lang['navbarItemShowBacklink_o_logged out'] = 'не авторизован';
162 $lang['navbarItemShowRecent_o_logged out'] = 'не авторизован';
167 $lang['navbarItemShowMedia_o_logged out'] = 'не авторизован';
172 $lang['navbarItemShowIndex_o_logged out'] = 'не авторизован';
177 $lang['navbarItemShowProfile_o_logged out'] = 'не авторизован';
182 $lang['navbarItemShowAdmin_o_logged out'] = 'не авторизован';
243 $lang['pageToolsShowCreate_o_logged out'] = 'не авторизован';
[all …]
/template/sprintdoc/tpl/
H A Dnav-direct.php11 … <span class="sr-out"><?php echo tpl_getLang('direct_prefix'); ?>: </span>
13 …="#qsearch__in"><?php echo tpl_getLang('direct_quick_search'); ?></a><span class="sr-out"> /</span>
14 …w" href="#dokuwiki__usertools"><?php echo $lang['user_tools']; ?></a><span class="sr-out"> /</span>
15 …uwiki__content"><?php echo tpl_getLang('direct_content_main'); ?></a><span class="sr-out"> /</span>
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php105 protected function tryImport($importPath, $parentBlock, $out) { argument
158 $this->compileImportedProps($top, $parentBlock, $out, $parser, $dir);
163 protected function compileImportedProps($props, $block, $out, $sourceParser, $importDir) { argument
173 $this->compileProp($prop, $block, $out);
230 $out = $this->makeOutputBlock(null, $env->selectors);
232 $this->scope->children[] = $out;
233 $this->compileProps($block, $out);
293 protected function compileProps($block, $out) { argument
295 $this->compileProp($prop, $block, $out);
297 $out->lines = $this->deduplicate($out->lines);
[all …]
/template/klean/css/
Dklean-default.css233 -webkit-transition: opacity ease-in-out 0.2s;
234 -o-transition: opacity ease-in-out 0.2s;
235 transition: opacity ease-in-out 0.2s
657 -webkit-transition: background ease-in-out 0.2s, color ease-in 0.2s;
658 -o-transition: background ease-in-out 0.2s, color ease-in 0.2s;
659 transition: background ease-in-out 0.2s, color ease-in 0.2s
1062 -webkit-transition: opacity ease-in-out 0.5s;
1063 -o-transition: opacity ease-in-out 0.5s;
1064 transition: opacity ease-in-out 0.5s;
1075 -webkit-transition: opacity 0.2s ease-out;
[all …]
/template/typowiki/typowiki/scss/
D_buttons.scss17 …sition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, …
/template/scanlines/
Dtpl_functions.php105 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/'.$conf['lang'].'/noside…
107 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/en/nosidebar.txt')), $in…
113 print str_replace('LINK', $link, $out);
494 $out = '';
498 $out .= '<h1>' . DOKU_LF;
499 $out .= '<a href="' . DOKU_BASE . '">' . $conf['title'] . '</a>' . DOKU_LF;
500 $out .= '</h1>' . DOKU_LF;
501 $out .= '<h2>' . DOKU_LF;
502 $out .= ' <span style="border-bottom: 2px dotted #ada899;">' . DOKU_LF;
505 $out .= tpl_getConf('logo_yourdefinition') . DOKU_LF;
[all …]
/template/writr2/css/
Dtools.less111 -webkit-transition: all 0.25s ease-in-out;
112 -moz-transition: all 0.25s ease-in-out;
113 -ms-transition: all 0.25s ease-in-out;
114 -o-transition: all 0.25s ease-in-out;
115 transition: all 0.25s ease-in-out;
/template/minima/
Dfunctions.php130 $out = '';
165 $out .= '<span class="activetab">'.$title.'</span> ';
167 $out .= '<a href="'.wl($id).'" class="tab">'.$title.'</a> ';
181 $out = '<h'.$level.'>'.$heading.'</h'.$level.'>'.$out;
184 if ($out <> "")
185 echo '<div class="tabs">'.$out.'</div>';

12345678910>>...29