Home
last modified time | relevance | path

Searched refs:eol (Results 1 – 25 of 123) sorted by relevance

12345

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
DComment.php226 $eol = strpos($string, $eolChar, $start);
227 if ($eol === false) {
228 $eol = $end;
231 if ($eol > $start) {
233 'content' => substr($string, $start, ($eol - $start)),
239 if ($eol !== $end) {
241 'content' => substr($string, $eol, strlen($eolChar)),
/plugin/codemirror/dist/modes/
Dbrainfuck.min.js1eol()){c.commentLine=false}return"comment"}if(d==="]"||d==="["){if(d==="["){c.left++}else{c.right+…
Drpm.min.js1eol()){h.controlFlow=false}}if(g.match(a)){if(g.eol()){h.controlFlow=false}return"number"}if(g.mat…
Dpegjs.min.js1eol()){if(b.peek()===e.stringType){b.next();e.inString=false}else if(b.peek()==="\\"){b.next();b.n…
Dproperties.min.js.map1eol","nextMultiline","inMultiline","position","eatSpace","ch","next","skipToEnd","skipTo","eat","s…
Dproperties.min.js1eol();b.afterSection=false;if(c){if(b.nextMultiline){b.inMultiline=true;b.nextMultiline=false}else…
Dcoffeescript.min.js1eol()){f.eatWhile(/[^'"\/\\]/);if(f.eat("\\")){f.next();if(d&&f.eol()){return e}}else if(f.match(a…
Dspreadsheet.min.js1eol()){if(a.peek()===b.stringType){a.next();b.stack.shift()}else if(a.peek()==="\\"){a.next();a.ne…
Debnf.min.js1eol()){if(b.peek()===f.stringType){b.next();f.stack.shift()}else if(b.peek()==="\\"){b.next();b.ne…
Delm.min.js1eol()){var d=b.next();if(d=="{"&&b.eat("-")){++a}else if(d=="-"&&b.eat("}")){--a;if(a===0){c(j());…
Dhaskell.min.js1eol()){var f=c.next();if(f=="{"&&c.eat("-")){++e}else if(f=="-"&&c.eat("}")){--e;if(e==0){d(m);ret…
Dbrainfuck.min.js.map1eol","defineMIME"],"mappings":"CAKA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EAAIG,QAAQ,6BACT,UAA…
Dphp.min.js1eol()&&(f||e===false||!a.match("{$",false)&&!a.match(/^(\$[a-zA-Z_][a-zA-Z0-9_]*|\$\{)/,false))){i…
Dtiki.min.js1 …e,f){while(!e.eol()){if(e.match(b)){f.tokenize=d;break}e.next()}if(c)f.tokenize=c;return a}}functi…
Dpegjs.min.js.map1eol","skipToEnd","text","current","i","length","indexOf","eatSpace"],"mappings":"CAGA,SAAUA,GACR,S…
Druby.min.js1eol()){b.tokenize.push(q);return"comment"}if(a.eatSpace())return null;var c=a.next(),d;if(c=="`"||…
Drpm.min.js.map1eol"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EAAIG,QAAQ,6BACT,UAAWC,SAAU,YAAcA…
Dspreadsheet.min.js.map1eol","shift","match","indexOf","eatSpace","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBA…
Dsmarty.min.js1 …;while(!b.eol()){e=b.peek();if(b.next()==a&&d!=="\\"){c.tokenize=o;break}d=e}return"string"}}funct…
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DUtils.php158 * @param string $eol Line ending
162 public static function readline(StreamInterface $stream, $maxLength = null, $eol = PHP_EOL) argument
166 $negEolLen = -strlen($eol);
174 if (++$size == $maxLength || substr($buffer, $negEolLen) === $eol) {
/plugin/commentsyntax/_test/
Dsyntax.test.php29 private function normalizeLineEndings($s, $eol = '') argument
31 return str_replace(["\r", "\n"], $eol, $s);
/plugin/interwikipaste/
Dscript.js163 const eol = textAfter.search(nl);
165 …const linkClosed = textAfter.substring(0, eol).indexOf(']]') > textAfter.substring(0, eol).indexOf…
/plugin/combo/
H A D.gitattributes2 * text=auto eol=lf
/plugin/mizarverifiabledocs/
H A D.gitattributes5 * text=auto eol=lf
/plugin/vcard/
Dvcard.php41 $eol = "\r\n";
60 $output .= $newline.$escape.$eol; // soft line break; " =\r\n" is okay

12345