Home
last modified time | relevance | path

Searched refs:lines (Results 151 – 175 of 529) sorted by relevance

12345678910>>...22

/plugin/dtable/
H A Daction.php35 $lines = explode("\n", $event->data);
42 foreach($lines as $line)
66 foreach($lines as $line)
87 $lines = $new_lines;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php43 $lines = preg_split('#\r\n|\r|\n#', $bpeDictionary);
44 if (false === $lines) {
49 $rawDictionaryLines = array_slice($lines, 1, count($lines), true);
/plugin/gdpr/action/
H A Ddelusers.php127 $lines = file($changelogCacheFN);
128 array_shift($lines);
129 file_put_contents($changelogCacheFN, implode('', $lines));
/plugin/spellcheck/
H A Dspellcheck.php143 $lines = split("\n",$out);
144 $rcnt = count($lines)-1; // aspell result count
149 $line = trim($lines[$i]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DSuperfluousWhitespaceSniff.php243 $lines = ($tokens[$next]['line'] - $tokens[$stackPtr]['line']);
244 if ($lines > 1) {
246 … $fix = $phpcsFile->addFixableError($error, $stackPtr, 'EmptyLines', array($lines));
/plugin/uncmap/
H A Dsyntax.php33 $lines = @file( dirname(__FILE__) . '/conf/mapping.php' );
34 if ( $lines ) {
37 foreach ($lines as $line) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DComment.php98 $lines = explode($eolChar, $string);
99 $numLines = count($lines);
100 foreach ($lines as $lineNum => $string) {
/plugin/cli/
H A Dsyntax.php208 $lines = preg_split('/\n\r|\n|\r/',$txt);
210 if ( trim($lines[0]) == '' ) unset( $lines[0] );
211 if ( trim(end($lines)) == '' ) array_pop($lines);
216 foreach($lines as $line) {
/plugin/git/
H A Dhelper.php192 $lines = array();
196 $lines[] = $line;
202 $lines[] = '* @user '.AUTH_READ;
206 $lines[] = '* @user '.AUTH_DELETE;
209 $lines[] = $replaced;
213 io_saveFile($config_cascade['acl']['default'], join('',$lines));
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFoldedScalars.yml23 extra new lines not kept
26 extra new lines are kept
32 'normal' => "extra new lines not kept\n",
33 'preserving' => "extra new lines are kept\n\n\n",
106 which lines of text separated by a single newline
/plugin/dokutranslate/
H A Dutils.php66 function parseModlist($lines) { argument
69 foreach ($lines as $line) {
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php38 $lines = $INPUT->arr('line');
40 $custom = $this->getCustomEntries($lines, $config['default']);
/plugin/strata/helper/
H A Dsyntax.php207 $lines = array();
208 foreach($regions as $r) $lines[] = array('start'=>$r['start'], 'end'=>$r['end']);
209 throw new strata_exception($message, $lines);
487 * @param lines array a list of lines to transform
491 function transformPatterns(&$lines, &$typemap) { argument
503 foreach($lines as $lineNode) {
680 // unknown lines are fail
714 function parseFieldsLong($lines, &$typemap) {
718 foreach($lines a
710 parseFieldsLong($lines, & $typemap) global() argument
774 constructTree($lines, $what) global() argument
834 debugTree($lines, $regions) global() argument
[all...]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php61 * using a case-insensitive search. The lines of the header are imploded
122 * Parses an array of header lines into an associative array of headers.
124 * @param array $lines Header lines array of strings in the following
128 public static function headersFromLines($lines) argument
132 foreach ($lines as $line) {
/plugin/register/
H A Dsyntax.php96 $lines = explode("\n", $match);
97 foreach ($lines as $l) {
135 $lines = explode("\n", $match);
136 foreach ($lines as $l) {
/plugin/approve/syntax/
H A Dtable.php30 $lines = explode("\n", $match);
31 array_shift($lines);
32 array_pop($lines);
42 foreach ($lines as $line) {
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl61 @lines = split( /\n/, $text );
65 for my $line ( @lines ) {
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl63 @lines = split( /\n/, $text );
67 for my $line ( @lines ) {
/plugin/mp3play/
H A Dsyntax.php94 $lines = @file($color_cfg);
96 foreach($lines as $line) {
/plugin/darcspatch/
H A Dadmin.php134 $lines = explode("\n",$hunk);
135 if($line = trim(array_shift($lines))) {
147 foreach($lines as $line) {
/plugin/discussion/
H A Dhelper.php173 $lines = file($conf['metadir'].'/_comments.changes');
177 $line_num = count($lines);
179 $rec = $this->_handleRecentComment($lines[$i], $ns, $seen);
/plugin/structpublish/meta/
H A DRevision.php242 $lines = [
251 $lines[] = 'filter: ' . $filter;
255 $parser = new ConfigParser($lines);
/plugin/datatemplate/syntax/
H A Dfilterform.php57 $lines = explode("\n",$match);
58 foreach ( $lines as $num => $line ) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DTestTest.php587 public function testGetLinesToBeCovered($test, $lines) argument
591 TEST_FILES_PATH . 'NamespaceCoveredClass.php' => $lines
599 TEST_FILES_PATH . 'CoveredFunction.php' => $lines
602 $expected = [TEST_FILES_PATH . 'CoveredClass.php' => $lines];
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.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…

12345678910>>...22