Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/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/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/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/dokubootstrapsimplified/
Dtpl_functions.php64 $out = '<div class="bs-sidebar" role="navigation">';
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>';
103 $out .= '</li>';
[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/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/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/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/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>';
/template/spacedok/
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 echo '<div class="tabs">'.$out.'</div>';
/template/strap/ComboStrap/
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/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/bootstrap3/
DTemplate.php572 $out = '<ul class="list-inline">';
575 …$out .= '<li>' . iconify('mdi:file-document-outline', ['class' => 'text-muted']) . ' <span title="…
579 …$out .= '<li>' . iconify('mdi:calendar', ['class' => 'text-muted']) . ' ' . $lang['lastmod'] . ' <…
596 … $out .= '<li class="text-muted">' . $lang['by'] . ' <bdi>' . $user . '</bdi></li>';
598 $out .= '<li>(' . $lang['external_edit'] . ')</li>';
603 …$out .= '<li>' . iconify('mdi:lock', ['class' => 'text-muted']) . ' ' . $lang['lockedby'] . ' ' . …
606 $out .= '</ul>';
609 return $out;
611 echo $out;
781 $out = DOKU_LF;
[all …]
/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/starterbootstrap/
Dtpl_functions.php282 $out = '<!-- TOC START -->'.DOKU_LF;
283 …$out .= '<div id="dw_toc" class="hidden-print panel panel-default pull-right col-sm-4 col-md-3 col…
284 …$out .= '<div class="panel-heading hidden-print"><h3 class="panel-title" data-toggle="collapse" da…
285 $out .= $lang['toc'];
286 $out .= ' <b class="caret"></b></h3></div>'.DOKU_LF;
287 …$out .= '<div id="toc_contents" class="hidden-print panel-collapse collapse in"><div class="panel-…
288 $out .= bootstrap_toc_html_buildlist($toc,'','html_list_toc');
289 $out .= '</div></div>';
290 $out .= '</div>'.DOKU_LF;
291 $out .= '<!-- TOC END -->'.DOKU_LF;
[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/sprintdoc/
H A Dtpl.php93 $out = "<a $attributes>";
94 $out .= '<span>' . hsc($caption) . '</span>';
95 $out .= $svg;
96 $out .= '</a>';
98 return $out;
/template/r7throot1/
Dfunctions.php88 $out = '';
107 if ($id == $ID) $out .= '<span class="activetab">'.$title.'</span> ';
108 else $out .= '<a href="'.wl($id).'" class="tab">'.$title.'</a> ';
111 echo '<div class="tabs">'.$out.'</div>';
/template/ad-hominem/
H A Dmy_template.php681 $out = '';
696 $out .= $prefix . "<div id=\"{$place}Languages\">".NL;
710 …$out .= $prefix . DOKU_TAB . '<button id="langButton" aria-haspopup="menu" aria-controls="langMenu…
711 $out .= $prefix . DOKU_TAB . DOKU_TAB . $svg . NL;
712 …$out .= $prefix . DOKU_TAB . DOKU_TAB . '<span class="sronly">' . $trans->getLang('translations') …
713 $out .= $prefix . DOKU_TAB . '</button>'.NL;
736 $out .= $prefix . DOKU_TAB . "<h3><span>{$headline}</span></h3>".NL;
741 …$out .= $prefix . DOKU_TAB . '<div id="langMenu' . ( $asMenu ? 'Wrapper" role="menu" style="displa…
742 …$out .= $prefix . DOKU_TAB . DOKU_TAB . '<ul id="lang' . ( $asMenu ? 'Menu" role="group"' : 'List"…
761 …$out .= $prefix . DOKU_TAB . DOKU_TAB . DOKU_TAB .'<li' . ( $asMenu ? ' role="presentation"' : '' …
[all …]
/template/dokubook/
Dtpl_functions.php43 $out = '';
67 $out .= '<a href="' . DOKU_BASE . '">';
69 $out .= ' <img class="logo" src="' . $logo . '" alt="' . $conf['title'] . '" />' . DOKU_LF;
71 $out .= '</a>' . DOKU_LF;
73 print ($out);
/template/dokubook2/
Dtpl_functions.php26 $out = '';
43 …$out .= '<a href="' . DOKU_BASE . '" name="dokuwiki__top" id="dokuwiki__top" accesskey="h" title="…
44 $out .= ' <img class="logo" src="' . $logo . '" alt="' . $conf['title'] . '" /></a>' . DW_LF;
46 print ($out);
/template/typo/
Dtpl_functions.php23 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/'.$conf['lang'].'/nonavi…
25 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/en/nonavigation.txt')), …
28 print str_replace('LINK', $link, $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/mystyle/
Dtpl_functions.php23 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/'.$conf['lang'].'/nonavi…
25 …$out = p_render('xhtml', p_get_instructions(io_readFile(DOKU_TPLINC.'lang/en/nonavigation.txt')), …
28 print str_replace('LINK', $link, $out);

12345678910>>...14