Home
last modified time | relevance | path

Searched +refs:text +refs:line (Results 76 – 100 of 1010) sorted by relevance

12345678910>>...41

/plugin/syntaxhighlighter4/dist/
H A Dtheme-fadetogrey.css19 line-height: 1.1em !important;
26 text-align: left !important;
52 .syntaxhighlighter .line {
57 text-align: left !important;
76 text-align: right !important;
112 text-align: center !important;
113 text-decoration: none !important;
137 text-decoration: none !important; }
170 .syntaxhighlighter .line.alt1 {
172 .syntaxhighlighter .line.alt2 {
[all …]
H A Dtheme-mdultra.css19 line-height: 1.1em !important;
26 text-align: left !important;
52 .syntaxhighlighter .line {
57 text-align: left !important;
76 text-align: right !important;
112 text-align: center !important;
113 text-decoration: none !important;
137 text-decoration: none !important; }
170 .syntaxhighlighter .line.alt1 {
172 .syntaxhighlighter .line.alt2 {
[all …]
H A Dtheme-eclipse.css19 line-height: 1.1em !important;
26 text-align: left !important;
52 .syntaxhighlighter .line {
57 text-align: left !important;
76 text-align: right !important;
112 text-align: center !important;
113 text-decoration: none !important;
137 text-decoration: none !important; }
170 .syntaxhighlighter .line.alt1 {
172 .syntaxhighlighter .line.alt2 {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php154 $line = 1;
166 $text = $token[1];
172 $text .= $tokens[$i + 1][1] . $tokens[$i + 2][1];
178 $text = $token;
182 $this->tokens[] = new $tokenClass($text, $line, $this, $id++);
183 $lines = substr_count($text, "\n");
184 $line += $lines;
338 public function getFunctionForLine($line) argument
342 if (isset($this->lineToFunctionMap[$line])) {
343 return $this->lineToFunctionMap[$line];
[all …]
/plugin/revealjs/css/theme/template/
H A Dtheme.scss22 text-shadow: none;
28 text-shadow: none;
33 line-height: 1.3;
52 line-height: $headingLineHeight;
77 line-height: 1.3;
101 text-align: left;
163 text-align: left;
166 line-height: 1.2em;
198 text-align: left;
210 text-align: right;
[all …]
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCoreDjango.css22 .syntaxhighlighter .line{white-space:pre !important;}
24 .syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
39 .syntaxhighlighter .toolbar a{display:block !important;text-align:center !important;text-decoration…
42 .syntaxhighlighter.ie .toolbar{line-height:8px !important;}
44line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .li…
46 .syntaxhighlighter.printing .line .content{color:black !important;}
48 .syntaxhighlighter.printing a{text-decoration:none !important;}
64 .syntaxhighlighter .line.alt1{background-color:#0a2b1d !important;}
[all …]
H A DshCoreEclipse.css22 .syntaxhighlighter .line{white-space:pre !important;}
24 .syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
39 .syntaxhighlighter .toolbar a{display:block !important;text-align:center !important;text-decoration…
42 .syntaxhighlighter.ie .toolbar{line-height:8px !important;}
44line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .li…
48 .syntaxhighlighter.printing a{text-decoration:none !important;}
64 .syntaxhighlighter .line.alt1{background-color:#fff !important;}
65 .syntaxhighlighter .line.alt2{background-color:#fff !important;}
[all …]
/plugin/pgn4web/pgn4web/
H A Danalysis.css33 text-size-adjust: none;
39 text-decoration: none;
81 line-height: 30px;
82 text-align: center;
88 text-align: left;
93 text-align: right;
102 line-height: 15px;
122 line-height: 20px;
145 text-align: justify;
213 line-height: 1.4em;
[all …]
/plugin/calendoku/
H A Dhelper.php7 var $text; variable in CalenDoku_CalendarComponent
15 function __construct($plugin, $text) { argument
18 $text = preg_replace('/^BEGIN:VEVENT/', '', $text);
21 $text = preg_replace('/END:VEVENT$/', '', $text);
25 $this->explodeText($text);
30 function explodeText($text) { argument
34 foreach ($textlines as $line) {
35 if (preg_match('/^ /', $line)) {
36 $line = preg_replace('/^ /', '', $line);
39 $this->icalfields[$curfield] = $this->icalfields[$curfield]."\n".$line;
[all …]
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php100 * Convenience function to print a line in a given color
102 * @param string $line the line to print, a new line is added automatically
108 public function ptln($line, $color, $channel = STDOUT) argument
111 fwrite($channel, rtrim($line) . "\n");
116 * Returns the given text wrapped in the appropriate color and reset code
118 * @param string $text string to wrap
123 public function wrap($text, $color) argument
125 return $this->getColorCode($color) . $text
[all...]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css11 text-align: left;
12 text-shadow: 0 -.1em .2em black;
104 pre[data-line] {
124 /* Make the tokens sit above the line highlight so the colours don't look faded. */
129 .line-highlight {
138 line-height: inherit;
147 .line-highlight:before,
148 .line-highlight[data-end]:after {
159 text-align: center;
160 text-shadow: none;
[all …]
/plugin/revealjs/css/theme/
H A Dblack.css26 text-shadow: none; }
31 text-shadow: none; }
35 line-height: 1.3;
51 line-height: 1.2;
54 text-shadow: none;
77 line-height: 1.3; }
97 text-align: left;
147 text-align: left;
150 line-height: 1.2em;
175 text-align: left;
[all …]
H A Dmoon.css30 text-shadow: none; }
35 text-shadow: none; }
39 line-height: 1.3;
55 line-height: 1.2;
58 text-shadow: none;
81 line-height: 1.3; }
101 text-align: left;
151 text-align: left;
154 line-height: 1.2em;
179 text-align: left;
[all …]
H A Dnight.css24 text-shadow: none; }
29 text-shadow: none; }
33 line-height: 1.3;
49 line-height: 1.2;
52 text-shadow: none;
75 line-height: 1.3; }
95 text-align: left;
145 text-align: left;
148 line-height: 1.2em;
173 text-align: left;
[all …]
H A Dsolarized.css30 text-shadow: none; }
35 text-shadow: none; }
39 line-height: 1.3;
55 line-height: 1.2;
58 text-shadow: none;
81 line-height: 1.3; }
101 text-align: left;
151 text-align: left;
154 line-height: 1.2em;
179 text-align: left;
[all …]
H A Dwhite.css26 text-shadow: none; }
31 text-shadow: none; }
35 line-height: 1.3;
51 line-height: 1.2;
54 text-shadow: none;
77 line-height: 1.3; }
97 text-align: left;
147 text-align: left;
150 line-height: 1.2em;
175 text-align: left;
[all …]
/plugin/workflow/syntax/
H A Ddecision.php16 function wf_render_link($ns, $page, $onclick, $text) { argument
20 …ass=\"wikilink$exists\" title=\"$page\" href=\"doku.php?id=$page\" onclick=\"$onclick\">$text</a>";
84 $line = trim($rawline);
85 if ($line == '') continue;
86 $tokens = preg_split('/(\|| \+| -| \?)/', $line, NULL, PREG_SPLIT_DELIM_CAPTURE);
90 $text = in_array('|', $tokens) ? trim($tokens[2]) : $page;
107 …der_criteria($criteria) . "\"><td>" . wf_render_link($wfns, $page, $onclick, $text) . "</td></tr>";
/plugin/dw2pdf/tpl/default/
H A Dstyle.css21 /* Whole line level 0 */
23 line-height: 1.5;
33 /* Whole line level 1 */
36 text-indent: -1em;
48 text-indent: -1em;
57 text-indent: -1em;
66 text-indent: -1em;
/plugin/pdftools/tpl/kompakt/
H A Dstyle.css22 /* Whole line level 0 */
25 line-height: 1.5;
35 /* Whole line level 1 */
38 text-indent: -1em;
50 text-indent: -1em;
59 text-indent: -1em;
68 text-indent: -1em;
83 line-height:1.1;
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js878 text = text.replace(/^(.+?)[ ]*\n(=+|-+)[ ]*\n+/mg, function(match, span, line) { argument
881 if(line == '-' && span.match(/^-(?: |$)/)) {
884 var level = line.charAt(0) == '=' ? 1 : 2;
1666 return text.replace(/^.*\t.*$/mg, function(line) { argument
1669 var blocks = line.split("\t");
1671 line = blocks.shift(); // Do not add first block twice.
1676 line += self._php_str_repeat(" ", amount) + block;
1678 return line;
2296 ), function(match, span, id, line) { argument
2298 if(line == '-' && span.match(/^- /)) {
[all …]
/plugin/mobiletable/
H A Daction.php93 foreach (explode("\n", $body) as $line) {
94 if (substr_count($line, '^') == $length + 1) {
96 $table .= '^'.str_replace('^', '', $line)."^^\n";
100 if (preg_match('/^\|[\|\s:]*?([^\|]*)[\|\s:]*\|$/', $line, $text)) {
101 $table .= "|{$text[1]}||\n";
104 $row = preg_split('/\||\^/', substr($line, 1, -1));
/plugin/gtime/
H A Dstyle.css14 line-height: 21px;
34 text-align: center;
52 line-height: 13px;
62 text-align: center;
67 text-decoration: none;
72 text-decoration: none;
/plugin/quickstats/
H A Dhelper.php55 function msg($text) { argument
56 if(is_array($text)) {
57 $text = '<pre>' . print_r($text,true) . '</pre>';
59 msg($text,2);
114 foreach ($lines as $line) {
115 if(strpos($line,'~~QUICKSTATS') !== false) {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js230 line: 6, property in parser.parser.symbols_
1436 text = _.invoke(text.split('\n'), 'trim');
1437 var t = this.paper_.text(0, 0, text);
1451 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
1643 text = _.invoke(text.split('\n'), 'trim');
1651 text = this.cleanText(text);
1657 p = this.paper_.text(0, 0, text);
1668 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
1675 return line;
1690 text = this.cleanText(text);
[all …]
/plugin/owncloud/
H A Daction.php124 $text = $event->data[0][1];
128 …reg_replace('#\{\{(.+)\}\}#Uise', "'{{'.action_plugin_owncloud::buildLink('\\1',true).'}}'",$text);
136 $text = $event->data;
139 …eg_replace('#\{\{(.+)\}\}#Uise', "'{{'.action_plugin_owncloud::buildLink('\\1',false).'}}'",$text);
244 $line = explode("\t", $xLine);
245 $desc = (isset($line[5]))?trim($line[5]):'';
250 $line = explode("\t", $lastLine);
251 $line[5] = utf8_substr(str_replace($strip, ' ',htmlspecialchars($desc)),0,255);
252 array_push($meta,trim(implode("\t", $line))."\n");

12345678910>>...41