Home
last modified time | relevance | path

Searched refs:line (Results 101 – 125 of 2012) sorted by relevance

12345678910>>...81

/plugin/explain/
H A Dsyntax.php47 foreach ($lines as $line) {
48 $i = (trim(substr($line, 0, 1)) !== '');
49 $line = trim($line);
50 if (empty($line)) continue;
51 if (substr($line, 0, 1) === '#') continue;
52 $parts = explode("\t", $line);
/plugin/csv/syntax/
H A Dtable.php87 $line = 0;
95 if ($line > 0 && $line == $opt['hdr_rows']) {
114 if ($line < $opt['hdr_rows'] || $i < $opt['hdr_cols']) {
129 if ($line < $opt['hdr_rows'] || $i < $opt['hdr_cols']) {
138 $line++;
141 if ($opt['hdr_rows'] < $line) $renderer->tabletbody_close();
/plugin/authremoteuser/
H A Dauth.php355 foreach($lines as $line) {
356 $line = preg_replace('/#.*$/', '', $line); //ignore comments
357 $line = trim($line);
358 if(empty($line)) continue;
361 $row = $this->_splitUserData($line);
374 protected function _splitUserData($line){ argument
383 $len = strlen($line);
385 if ($line[$i]=='\\'){
386 $piece .= $line[$i];
389 } else if ($line[$i]==':'){
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DPHPClass.php98 foreach($arrContents as $line) {
99 if(trim($line) == "/**") {
103 elseif($parsing && trim($line) == "*/") {
111 $tempBlock[] = $line;
115 $tempBlock[] = $line;
122 foreach($blockLines as $line) {
123 $str = strstr($line, "@");
132 $value = trim($line);
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCoreMDUltra.css22 .syntaxhighlighter .line{white-space:pre !important;}
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
42 .syntaxhighlighter.ie .toolbar{line-height:8px !important;}
44line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .li…
45 .syntaxhighlighter.printing .line .number{color:#bbbbbb !important;}
46 .syntaxhighlighter.printing .line .content{color:black !important;}
64 .syntaxhighlighter .line.alt1{background-color:#222222 !important;}
65 .syntaxhighlighter .line.alt2{background-color:#222222 !important;}
66 .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-colo…
67 .syntaxhighlighter .line.highlighted.number{color:white !important;}
[all …]
H A DshCoreRDark.css22 .syntaxhighlighter .line{white-space:pre !important;}
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
42 .syntaxhighlighter.ie .toolbar{line-height:8px !important;}
44line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .li…
45 .syntaxhighlighter.printing .line .number{color:#bbbbbb !important;}
46 .syntaxhighlighter.printing .line .content{color:black !important;}
64 .syntaxhighlighter .line.alt1{background-color:#1b2426 !important;}
65 .syntaxhighlighter .line.alt2{background-color:#1b2426 !important;}
66 .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-colo…
67 .syntaxhighlighter .line.highlighted.number{color:#b9bdb6 !important;}
[all …]
H A DshCoreEmacs.css22 .syntaxhighlighter .line{white-space:pre !important;}
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
42 .syntaxhighlighter.ie .toolbar{line-height:8px !important;}
44line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .li…
45 .syntaxhighlighter.printing .line .number{color:#bbbbbb !important;}
46 .syntaxhighlighter.printing .line .content{color:black !important;}
64 .syntaxhighlighter .line.alt1{background-color:black !important;}
65 .syntaxhighlighter .line.alt2{background-color:black !important;}
66 .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-colo…
67 .syntaxhighlighter .line.highlighted.number{color:white !important;}
[all …]
H A DshCoreMidnight.css22 .syntaxhighlighter .line{white-space:pre !important;}
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
42 .syntaxhighlighter.ie .toolbar{line-height:8px !important;}
44line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .li…
45 .syntaxhighlighter.printing .line .number{color:#bbbbbb !important;}
46 .syntaxhighlighter.printing .line .content{color:black !important;}
64 .syntaxhighlighter .line.alt1{background-color:#0f192a !important;}
65 .syntaxhighlighter .line.alt2{background-color:#0f192a !important;}
66 .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-colo…
67 .syntaxhighlighter .line.highlighted.number{color:#38566f !important;}
[all …]
H A DshCoreFadeToGrey.css22 .syntaxhighlighter .line{white-space:pre !important;}
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
42 .syntaxhighlighter.ie .toolbar{line-height:8px !important;}
44line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .li…
45 .syntaxhighlighter.printing .line .number{color:#bbbbbb !important;}
46 .syntaxhighlighter.printing .line .content{color:black !important;}
64 .syntaxhighlighter .line.alt1{background-color:#121212 !important;}
65 .syntaxhighlighter .line.alt2{background-color:#121212 !important;}
66 .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-colo…
67 .syntaxhighlighter .line.highlighted.number{color:white !important;}
[all …]
H A DshCoreDefault.css22 .syntaxhighlighter .line{white-space:pre !important;}
29 .syntaxhighlighter table td.code .line{padding:0 1em !important;}
42 .syntaxhighlighter.ie .toolbar{line-height:8px !important;}
44line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .li…
45 .syntaxhighlighter.printing .line .number{color:#bbbbbb !important;}
46 .syntaxhighlighter.printing .line .content{color:black !important;}
64 .syntaxhighlighter .line.alt1{background-color:white !important;}
65 .syntaxhighlighter .line.alt2{background-color:white !important;}
66 .syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-colo…
67 .syntaxhighlighter .line.highlighted.number{color:black !important;}
[all …]
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A DshCoreEclipse.css10 line-height: 1.1em !important;
41 .syntaxhighlighter .line {
64 .syntaxhighlighter table td.gutter .line {
67 .syntaxhighlighter table td.code .line {
110 line-height: 8px !important; }
113line.alt1 .content, .syntaxhighlighter.printing .line.alt2 .content, .syntaxhighlighter.printing .
115 .syntaxhighlighter.printing .line .number {
155 .syntaxhighlighter .line.alt1 {
157 .syntaxhighlighter .line.alt2 {
159 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dtheme-default.css19 line-height: 1.1em !important;
52 .syntaxhighlighter .line {
75 .syntaxhighlighter table td.gutter .line {
78 .syntaxhighlighter table td.code .line {
121 line-height: 8px !important; }
130 .syntaxhighlighter.printing .line .number {
132 .syntaxhighlighter.printing .line .content {
170 .syntaxhighlighter .line.alt1 {
172 .syntaxhighlighter .line.alt2 {
174 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
[all …]
H A Dtheme-midnight.css19 line-height: 1.1em !important;
52 .syntaxhighlighter .line {
75 .syntaxhighlighter table td.gutter .line {
78 .syntaxhighlighter table td.code .line {
121 line-height: 8px !important; }
130 .syntaxhighlighter.printing .line .number {
132 .syntaxhighlighter.printing .line .content {
170 .syntaxhighlighter .line.alt1 {
172 .syntaxhighlighter .line.alt2 {
174 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
[all …]
H A Dtheme-rdark.css19 line-height: 1.1em !important;
52 .syntaxhighlighter .line {
75 .syntaxhighlighter table td.gutter .line {
78 .syntaxhighlighter table td.code .line {
121 line-height: 8px !important; }
130 .syntaxhighlighter.printing .line .number {
132 .syntaxhighlighter.printing .line .content {
170 .syntaxhighlighter .line.alt1 {
172 .syntaxhighlighter .line.alt2 {
174 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
[all …]
H A Dtheme-django.css19 line-height: 1.1em !important;
52 .syntaxhighlighter .line {
75 .syntaxhighlighter table td.gutter .line {
78 .syntaxhighlighter table td.code .line {
121 line-height: 8px !important; }
130 .syntaxhighlighter.printing .line .number {
132 .syntaxhighlighter.printing .line .content {
170 .syntaxhighlighter .line.alt1 {
172 .syntaxhighlighter .line.alt2 {
174 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
[all …]
H A Dtheme-emacs.css19 line-height: 1.1em !important;
52 .syntaxhighlighter .line {
75 .syntaxhighlighter table td.gutter .line {
78 .syntaxhighlighter table td.code .line {
121 line-height: 8px !important; }
130 .syntaxhighlighter.printing .line .number {
132 .syntaxhighlighter.printing .line .content {
170 .syntaxhighlighter .line.alt1 {
172 .syntaxhighlighter .line.alt2 {
174 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
[all …]
H A Dtheme-fadetogrey.css19 line-height: 1.1em !important;
52 .syntaxhighlighter .line {
75 .syntaxhighlighter table td.gutter .line {
78 .syntaxhighlighter table td.code .line {
121 line-height: 8px !important; }
130 .syntaxhighlighter.printing .line .number {
132 .syntaxhighlighter.printing .line .content {
170 .syntaxhighlighter .line.alt1 {
172 .syntaxhighlighter .line.alt2 {
174 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
[all …]
H A Dtheme-mdultra.css19 line-height: 1.1em !important;
52 .syntaxhighlighter .line {
75 .syntaxhighlighter table td.gutter .line {
78 .syntaxhighlighter table td.code .line {
121 line-height: 8px !important; }
130 .syntaxhighlighter.printing .line .number {
132 .syntaxhighlighter.printing .line .content {
170 .syntaxhighlighter .line.alt1 {
172 .syntaxhighlighter .line.alt2 {
174 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
[all …]
/plugin/spellcheck/
H A Dspellcheck.php149 $line = trim($lines[$i]);
150 if($line[0] == '@') continue; // comment
151 if($line[0] == '*') continue; // no mistake in this word
152 if($line[0] == '+') continue; // root of word was found
153 if($line[0] == '?') continue; // word was guessed
154 if(empty($line)){
160 if(preg_match('/^& ([^ ]+) (\d+) (\d+): (.*)/',$line,$match)){
165 }elseif(preg_match('/^# ([^ ]+) (\d+)/',$line,$match)){
174 print "Line $i:".$line;
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.fixed.js5line=1,space=/^\s*$/;var toolbar=jQuery('<div class="toolbar">');var rawCode=container.clone();raw…
6 ….innerHTML=line;numbersColumn.append(lineNumber);var lineCode=document.createElement('td');lineCod…
8 …ateElement('tr');tr.appendChild(lineCode);codeTableBody.appendChild(tr);line=line+1;});codeColumn.…
/plugin/translationbuddy/
H A Dsyntax.php62 foreach ( $lines as $line ) {
64 $line = preg_replace('/(?<![&\\\\])#.*$/','',$line);
65 $line = preg_replace('/^ \* /','',$line);
66 $line = str_replace('\\#','#',$line);
67 $line = trim($line);
68 if(empty($line)) continue;
69 list($key,$value) = preg_split('/\s*:\s*/',$line,2);
/plugin/autlogin/
H A Daction.php182 foreach($line as $match)
229 $line = $ID;
233 $line.="WB=".$BName.",";
239 $line.="OS=".$Platform;
253 function _exist($line) argument
255 $line = trim($line);
264 if($line == $match){
298 foreach($ACTUAL_ACL as $line){
299 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
300 if(!$line) continue;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringMatches.php47 foreach ($from as $index => $line) {
48 if (isset($to[$index]) && $line !== $to[$index]) {
49 $line = $this->createPatternFromFormat($line);
51 if (preg_match($line, $to[$index]) > 0) {
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php54 foreach ($input as $line) {
55 if (in_array($line, $default)) {
58 $line = $this->prepareEntity($line);
59 if ($line === '') {
63 $save[] = $line;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-raphael.js25 Raphael.fn.line = function(x1, y1, x2, y2) { function
110 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
112 line.attr('arrow-end', this.arrowTypes_[arrowhead] + '-wide-long');
115 line.attr('stroke-dasharray', this.lineTypes_[linetype]);
117 return line;
177 var line = this.paper_.path(handLine(x1, y1, x2, y2)).attr(LINE);
179 line.attr('arrow-end', this.arrowTypes_[arrowhead] + '-wide-long');
182 line.attr('stroke-dasharray', this.lineTypes_[linetype]);
184 return line;

12345678910>>...81