Home
last modified time | relevance | path

Searched refs:lines (Results 176 – 200 of 529) sorted by relevance

12345678910>>...22

/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap-min.js6lines=ch.match(/(?:\r\n?|\n).*/g);return lines?(this.yylineno++,this.yylloc.last_line++):this.yyll… variable
H A Dsequence-diagram-raphael.js536 var lines = ch.match(/(?:\r\n?|\n).*/g);
537 … return lines ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++,
543 var len = ch.length, lines = ch.split(/(?:\r\n?|\n)/g); variable
549 lines.length - 1 && (this.yylineno -= lines.length - 1);
555 …st_column: lines ? (lines.length === oldLines.length ? this.yylloc.first_column : 0) + oldLines[ol…
592 var token, lines, backup; variable
613 …is.options.ranges && (backup.yylloc.range = this.yylloc.range.slice(0))), lines = match[0].match(/…
614 lines && (this.yylineno += lines.length), this.yylloc = {
618 …last_column: lines ? lines[lines.length - 1].length - lines[lines.length - 1].match(/\r?\n?/)[0].l…
H A Dsequence-diagram.js536 var lines = ch.match(/(?:\r\n?|\n).*/g);
537 … return lines ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++,
543 var len = ch.length, lines = ch.split(/(?:\r\n?|\n)/g); variable
549 lines.length - 1 && (this.yylineno -= lines.length - 1);
555 …st_column: lines ? (lines.length === oldLines.length ? this.yylloc.first_column : 0) + oldLines[ol…
592 var token, lines, backup; variable
613 …is.options.ranges && (backup.yylloc.range = this.yylloc.range.slice(0))), lines = match[0].match(/…
614 lines && (this.yylineno += lines.length), this.yylloc = {
618 …last_column: lines ? lines[lines.length - 1].length - lines[lines.length - 1].match(/\r?\n?/)[0].l…
/plugin/dtable/
H A Dsyntax.php87 $lines = $dtable->rows($raw_lines, $id, $start_line);
91 …U_BASE.'lib/exe/ajax.php" method="post" data-table="'.htmlspecialchars($json->encode($lines)).'">';
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php93 $lines = explode( "\n", $text );
97 foreach( $lines as $key=>$value ) {
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DArrayComparator.php128 protected function indent($lines) argument
130 return trim(str_replace("\n", "\n ", $lines));
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php85 $lines = explode( "\n", $text );
89 foreach( $lines as $key=>$value ) {
/plugin/xfortune/
H A Dhelper.php45 $lines = count(explode("\n", $cookie));
46 } while( ($lines > $maxlines || strlen($cookie) > $maxchars) && $tries++ < $runaway);
/plugin/quickstats/
H A Dhelper.php112 $lines = file($file_name, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
114 foreach ($lines as $line) {
/plugin/elasticsearch/helper/
H A Dclient.php70 $lines = explode("\n", $servers);
71 foreach ($lines as $line) {
/plugin/pdb/classes/
H A Dcache.php196 $lines = split("\n",io_readFile($path));
198 $sz = count($lines);
201 $line = chop($lines[$i]);
/plugin/cache/
H A Dplugin_cache.php203 $lines = split("\n",io_readFile($path));
205 $sz = count($lines);
208 $line = chop($lines[$i]);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DText.php113 $lines = sprintf(
124 $padding = max(array_map('strlen', [$classes, $methods, $lines]));
143 $output .= $this->format($colors['lines'], $padding, $lines);
/plugin/pubchem/classes/
H A Dcache.php196 $lines = split("\n",io_readFile($path));
198 $sz = count($lines);
201 $line = chop($lines[$i]);
/plugin/pubmed/classes/
H A Dcache.php196 $lines = split("\n",io_readFile($path));
198 $sz = count($lines);
201 $line = chop($lines[$i]);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php295 $lines = explode($break, $str);
296 foreach ($lines as &$line) {
323 return implode($break, $lines);
/plugin/dataloop/syntax/
H A Droll.php72 $lines = explode("\n",$match);
73 array_pop($lines);
74 $class = array_shift($lines);
82 foreach ( $lines as $line ) {
H A Dtextloop.php81 $lines = explode("\n",$match);
82 array_pop($lines);
83 $class = array_shift($lines);
91 foreach ( $lines as $line ) {
/plugin/code2/
H A Dsyntax.php272 $lines = explode("\n", $aMarkup);
274 while (list($i, $l) = each($lines)) {
279 $lines[$i] = $hits[2] . strip_tags($hits[3]);
281 $lines[$i] = $hits[1] . strip_tags($hits[3]) . '</span>';
287 $lines[$i] = strip_tags($l);
290 $aDoc .= implode("\n", $lines);
/plugin/cli/
H A Dcli-examples.txt173 * CLI shouldn't silently eat intentional blank lines:
181 ==== blank lines ====
183 intentional blank lines are preserved
191 user@host:~/somedir $ # Yes the 2 blank lines above are intentional.
200 user@host:~/somedir $ # Yes the 2 blank lines above are intentional.
221 user@host:~/somedir $ dosemu # two blank lines above.
251 user@host:~/somedir $ dosemu # two blank lines above.
284 user@host:~/somedir $ dosemu # two blank lines above.
313 user@host:~/somedir $ dosemu # two blank lines above.
/plugin/autolink4/
H A Dhelper.php67 $lines = preg_split('/[\n\r]+/', $cfg);
68 foreach ($lines as $line) {
/plugin/datatemplate/syntax/
H A Dlist.php50 $lines = explode("\n", $match);
51 foreach ($lines as $num => $line) {
60 unset($lines[$num]);
63 $match = implode("\n", $lines);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml30 can span multiple lines, provided that you
31 indent the additional lines.
/plugin/semanticdata/syntax/
H A Dentry.php59 $lines = explode("\n",$match);
60 array_pop($lines);
61 $class = array_shift($lines);
68 foreach ( $lines as $line ) {
H A Dtable.php61 $lines = explode("\n",$match);
62 array_pop($lines);
63 $class = array_shift($lines);
72 foreach ( $lines as $line ) {

12345678910>>...22