Home
last modified time | relevance | path

Searched refs:line (Results 76 – 100 of 2012) sorted by relevance

12345678910>>...81

/plugin/authgooglesheets/vendor/google/apiclient-services/src/WorkflowExecutions/
H A DPosition.php33 public $line; variable in Google\\Service\\WorkflowExecutions\\Position
66 public function setLine($line) argument
68 $this->line = $line;
75 return $this->line;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DSourceLocation.php29 public $line; variable in Google\\Service\\CloudDebugger\\SourceLocation
52 public function setLine($line) argument
54 $this->line = $line;
61 return $this->line;
/plugin/letsencrypt/
H A Dhelper.php83 foreach($data as $line) {
84 $line = preg_replace('/(?<![&\\\\])#.*$/', '', $line);
85 $line = str_replace('\\#', '#', $line);
86 $line = trim($line);
87 if(empty($line)) continue;
88 if($line[0] == '!') {
89 $excludes[] = substr($line, 1);
91 $domains[] = $line;
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php70 protected function identifyReference($line) argument
72line[0] === ' ' || $line[0] === '[') && preg_match('/^ {0,3}\[[^\[](.*?)\]:\s*([^\s]+?)(?:\s+[\'"]…
112 $line = trim($lines[$current]);
113 if (($pos = strrpos($line, '`')) === false) {
114 $pos = strrpos($line, '~');
116 $fence = substr($line, 0, $pos + 1);
117 $block['attributes'] = substr($line, $pos);
120 if (($pos = strpos($line = $lines[$i], $fence)) === false || $pos > 3) {
121 $content[] = $line;
/plugin/tplinc/
H A Dhelper.php27 foreach ($data as $line) {
29 $line = preg_replace('/(?<![&\\\\])#.*$/', '', $line);
30 $line = str_replace('\\#', '#', $line);
31 $line = trim($line);
32 if (empty($line)) continue;
33 $assignments[] = array_map('trim', explode("\t", $line, 4));
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js1line-1));var f=b.getLine(d.line);if(e>0&&d.ch>=f.length)return b.clipPos(c(d.line+1,0));var g="sta…
/plugin/csstimeline/
H A Dhelper.php20 foreach($lines as $line)
22 $line = trim($line);
23 if($line)
25 $lineSplit = explode(':', $line, 2);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.list.js5line=1,space=/^\s*$/;var toolbar=jQuery('<div class="toolbar">');var rawCode=container.clone();raw…
6 if(line%2){li.className+=" alt";}
7 if(line==1){li.className+=" first"}
8 …sName;div.appendChild(this);li.appendChild(div);list[0].appendChild(li);line=line+1;});a=jQuery('<…
H A Djquery.syntax.layout.table.js5line=1;var tbody=document.createElement('tbody');var toolbar=jQuery('<div class="toolbar"></div>')…
6line;td.appendChild(number);tr.appendChild(td);td=document.createElement('td');td.className="sourc…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DScriptError.php37 public $line; variable in Google\\Service\\DisplayVideo\\ScriptError
84 public function setLine($line) argument
86 $this->line = $line;
93 return $this->line;
/plugin/dtable/
H A Daction.php42 foreach($lines as $line)
44 if(strpos($line, '<dtable>') === 0) {
50 $new_lines[] = $line;
66 foreach($lines as $line)
68 if(strpos($line, '<dtable>') === 0)
70 if(strpos($line, '</dtable>') === 0)
85 $new_lines[] = $line;
159 foreach ($lines_to_remove as $line) {
160 $removed_line .= $page_lines[ $line ]." ";
230 foreach ($lines_to_change as $line) {
[all …]
/plugin/loglog/helper/
H A Dreport.php96 foreach ($lines as $line) {
99 $line['msg'],
104 if ($line['user']) $users[] = $line['user'];
107 $line['msg'],
112 } elseif (strpos($line['msg'], 'admin') !== false) {
113 list($action, $page) = explode(' - ', $line['msg']);
/plugin/mp3play/
H A Dsyntax.php96 foreach($lines as $line) {
97 $line = preg_replace("/\ *#.*$/", '', $line);
98 $line = trim($line);
99 if(empty($line)) continue;
100 list($key, $color) = explode('=', $line);
/plugin/syntaxhighlighter4/dist/
H A Dtheme-swift.css24 line-height: 1.1em !important;
57 .syntaxhighlighter .line {
83 .syntaxhighlighter table td.code .line {
126 line-height: 8px !important; }
175 .syntaxhighlighter .line.alt1 {
177 .syntaxhighlighter .line.alt2 {
179 .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
190 .syntaxhighlighter .gutter .line {
261 .syntaxhighlighter table td.code .line {
265 line-height: 1.48em !important; }
[all …]
/plugin/fblogin/
H A Dadmin.php116 $line = fgets($local_handle, 1000);
117 if(preg_match('!\$conf\[\'authtype\'\] *= *.*!', $line)) {
118 $value = $line;
188 foreach ($lines as $line) {
189 if(!empty($line) && !fwrite($config_file,$line ."\n")) return false;
227 foreach ($lines as $line) {
228 if (!empty($line) && fwrite($fblogin_file, $line) == FALSE) {
/plugin/shibbolethauth/
H A Dadmin.php118 $line = fgets($local_handle, 1000);
119 if(preg_match('!\$conf\[\'authtype\'\] *= *.*!', $line)) {
120 $value = $line;
190 foreach ($lines as $line) {
191 if(!empty($line) && !fwrite($config_file,$line ."\n")) return false;
229 foreach ($lines as $line) {
230 if (!empty($line) && fwrite($shibboleth_file, $line) == FALSE) {
/plugin/weiqi/
H A Dweiqi_parser.php92 foreach ($lines as $line) {
93 if ($line!='') {
110 if (strlen($line) != $line_length) {
122 foreach ($lines as $line) {
123 if ($line!='') {
133 for($i=0;$i<strlen($line);$i++)
134 $tmp_array_line[] = substr($line, $i, 1);
136 for($i=0;$i<strlen($line)/2;$i++)
137 $tmp_array_line[] = substr($line, 2*$i, 2);
203 foreach ($board as $line) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFixer.php290 foreach ($diffLines as $line) {
291 if (isset($line[0]) === true) {
292 switch ($line[0]) {
300 $diff[] = $line;
377 $line = $bt[0]['line'];
452 $line = $bt[1]['line'];
455 $line = $bt[0]['line'];
507 $line = $bt[1]['line'];
510 $line = $bt[0]['line'];
616 $line = $bt[1]['line'];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DSourcePosition.php41 public $line; variable in Google\\Service\\FirebaseRules\\SourcePosition
102 public function setLine($line) argument
104 $this->line = $line;
111 return $this->line;
/plugin/spellcheck/
H A Daspell.php293 foreach ($lines as $line){
294 $line = trim($line);
295 if(empty($line)) continue; // empty line
296 if($line[0] == '@') continue; // comment
297 if($line[0] == '*') return true; // no mistakes made
298 if($line[0] == '#') return array(); // mistake but no suggestions
299 if($line[0] == '&'){
300 $line = preg_replace('/&.*?: /','',$line);
301 return split(', ',$line);
/plugin/tabtables/
H A Daction.php84 $line = $this->original[$l];
87 if(strpos($line,"<code")!==false) { $code_blocked = true; }
88 if(strpos($line,"<file")!==false) { $file_blocked = true; }
89 if(strpos($line,"<nowiki")!==false) { $nowiki_blocked = true; }
91 if(strpos($line,"</code>")!==false) { $code_blocked = false; }
92 if(strpos($line,"</file>")!==false) { $file_blocked = false; }
93 if(strpos($line,"</nowiki>")!==false) { $nowiki_blocked = false; }
98 if(strpos($line,"\t")!==false || ($in_block && $line=="")) {
107 …if($line=="" && count($_table_data)>1) { $in_block = $this->_finalise($_table_data, $table_positio…
110 if($in_block) { $_table_data[]=$line; }}
/plugin/log404/
H A Dadmin.php49 $line = $hit['date'];
51 $line .= ' <em>'.$this->getLang('ip').'</em> '.$hit['ip'];
54 …$line .= ' <em>'.$this->getLang('referer').'</em> <a href="'.$hit['referer'].'">'.$hit['referer'].…
57 $line .= ' <em>'.$this->getLang('user-agent').'</em> '.$hit['user_agent'];
60 if (!empty($line)) {
61 $out .= "<li>$line</li>";
/plugin/cli/
H A Dsyntax.php216 foreach($lines as $line) {
227 $parsed_lines[]=$line;
239 protected function _parseline( $line, $prompt ) { argument
242 $comcom = substr( $line, $index );
284 foreach( $thing as $line ) {
289 if(is_array($line)) {
291 if( '' != $line[1] )
293 if( '' != $line[2] )
347 foreach(preg_split('/\n\r|\n|\r/',$s) as $line){
348 if(''==$line)
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DGitblame.php44 * @param string $line Line to parse.
48 protected function getAuthor($line) argument
51 $line = preg_replace('|\s+|', ' ', $line);
54 $line,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
H A DObjParseError.php37 public $line; variable in Google\\Service\\PolyService\\ObjParseError
92 public function setLine($line) argument
94 $this->line = $line;
101 return $this->line;

12345678910>>...81