Home
last modified time | relevance | path

Searched refs:lines (Results 1 – 25 of 122) sorted by relevance

12345

/template/a_new_day/
Dtpl_functions.php33 $lines = explode("\n", $toolbar);
34 $nr = count($lines);
40 if (trim($lines[$i]) == '<ul>')
46 $lines[$i] = '<ul class="primary">' . "\n";
50 else if (strpos($lines[$i], '</ul>') !== false)
58 $lines[$first_position] = '<ul class="primary start">' . "\n";
59 $lines[$last_position] = '<ul class="primary end">' . "\n";
63 print implode($lines);
Dtplfn_sidebar.php59 $lines = explode("\n", $sidebar);
61 for($i=0; $i<count($lines); $i++)
63 if (trim($lines[$i]) == '<ul>')
68 $lines[$i] = '<ul class="primary">' . "\n";
71 else if (strpos($lines[$i], '</ul>') != false)
76 print implode($lines);
/template/mindthedark/css/
D_geshi_dark.less21 @lines: #252525;
24 @lines-xtra: #494d26;
28 /* lines */
30 background: @lines;
39 background: @lines-xtra;
/template/dokucms/
Dstyle.ini53 ; activate either these four lines or the four lines below
59 ; activate either these four lines or the four lines above
DREADME.md39 ; activate either these four lines or the four lines below
45 ; activate either these four lines or the four lines above
50 By commenting either the "red" or "blue" lines (with a semicolon!) you can switch the looks.
52 … The maximum value can be as high as you like. High values result in long lines on large monitors …
/template/strap/vendor/symfony/yaml/
H A DParser.php34 private $lines = []; variable in Symfony\\Component\\Yaml\\Parser
104 $this->lines = [];
121 $this->lines = explode("\n", $value);
122 $this->numberOfParsedLines = \count($this->lines);
433 if (\is_string($value) && $this->lines[0] === trim($value)) {
435 $value = Inline::parse($this->lines[0], $flags, $this->refs);
452 foreach ($this->lines as $line) {
679 return (\count($this->lines) - 1) > $this->currentLineNb;
691 $this->currentLine = $this->lines[++$this->currentLineNb];
705 $this->currentLine = $this->lines[--$this->currentLineNb];
[all …]
/template/chippedsnow/css/
Dsemanticgridsystem.less16 // Uncomment these two lines and the star-hack width/margin lines below to enable sub-pixel fix for…
Dsemanticgridmerged.less16 // Uncomment these two lines and the star-hack width/margin lines below to enable sub-pixel fix for…
/template/mikio/icons/bootstrap-icons/svg/
H A Dperson-lines-fill.svg1 <svg class="bi bi-person-lines-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColo…
/template/usable/blueprint/plugins/fancy-type/
Dscreen.css42 every four lines of normal sized type, there is five lines of the sidenote. eg:
/template/quickjump/blueprint/plugins/fancy-type/
Dscreen.css42 every four lines of normal sized type, there is five lines of the sidenote. eg:
/template/wallpaper/
Dtpl_functions.php183 $lines = file($filepath);
187 foreach($lines as $line) {
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php250 if (count($this->scope->lines) > 0) {
254 $orphan->lines = $this->scope->lines;
256 $this->scope->lines = array();
297 $out->lines = $this->deduplicate($out->lines);
305 protected function deduplicate($lines) { argument
309 foreach($lines as $line) {
697 $out->lines[] = $this->formatter->property($name,
786 $out->lines[] = $prop[1];
790 $out->lines[] = "@$name " . $this->compileValue($this->reduce($value)).';';
793 $out->lines[] = $prop[1];
[all …]
/template/kajukkd/css/
Dgeshidark.css16 /* lines */
/template/apricot/css/
D_diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */
/template/doogiestpl/css/
D_diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */
/template/writers/css/
D_diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */
/template/monobook/static/3rd/dokuwiki/
D_diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */
/template/taratasy/css/
D_diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */
/template/vector20/static/3rd/dokuwiki/
D_diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */
/template/vector/static/3rd/dokuwiki/
D_diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */
/template/prsnl10/css/
D_diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */
/template/mnml-blog/css/
D_diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */
/template/khum1/css/
D_links.css58 /* RTL corrections; if link icons don't work as expected, remove the following lines */
/template/greensteel/css/
D_diff.css15 /* no style.ini colours because deleted and added lines have a fixed background colour */

12345