Home
last modified time | relevance | path

Searched refs:line (Results 201 – 225 of 2140) sorted by relevance

12345678910>>...86

/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php92 public function addLine(string $line): void
97 $this->bodyLines[] = $line;
157 public static function split(string $line): array
159 $cursor = new Cursor(\trim($line));
178 // Preserve backslash before other characters or at end of line.
110 parseRow(string $line, array $columns, string $type = TableCell TYPE_BODY) global() argument
269 isANewBlock(EnvironmentInterface $environment, string $line) global() argument
/plugin/botbouncer/admin/
H A Dstatistics.php62 foreach ($list as $line){
63 if (!$line) continue;
64 if (preg_match('/is whitelisted$/',$line)) {
66 } elseif (preg_match('/no match$/',$line)) {
69 $data = explode("\t",$line);
/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php108 * @param string $line claimed identity line to parse
111 function parseClaimedIdentitiesLine($line) { argument
112 $tmp = explode("\t", $line);
168 * @param string $line user data line to parse
171 function parseUserDataLine($line) { argument
172 $tmp = explode("\t", $line);
256 * @param string $line changelog line to parse
259 function parseChangelogLine($line) { argument
260 $tmp = explode("\t", $line);
/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DParserTest.php109 $line = $lines[0];
110 $this->assertSame('A', $line->getContent());
111 $this->assertSame(Line::UNCHANGED, $line->getType());
113 $line = $lines[1];
114 $this->assertSame('B', $line->getContent());
115 $this->assertSame(Line::REMOVED, $line->getType());
/plugin/snippeter/
H A Daction.php48 foreach($lines as $line){
49 if(strpos($line, "png") !== FALSE){
50 $iconstringsafe = $line;
51 $iconstring = str_replace(':',':',$line); //FIXME
81 // find way to paste more than a single line
/plugin/authfacebook/lib/Http/
H A DGraphRawResponse.php128 foreach ($headerComponents as $line) {
129 if (strpos($line, ': ') === false) {
130 $this->setHttpResponseCodeFromHeader($line);
132 list($key, $value) = explode(': ', $line, 2);
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php1117 $line = str_replace("TITLE", $title, $line);
1118 $line = str_replace("JOURNAL", $journal, $line);
1119 $line = str_replace("YEAR", $year, $line);
1120 $line = str_replace("AUTHORS", $authors, $line);
1122 $ret .= $line;
1174 $line = str_replace("TITLE", $title, $line);
1175 $line = str_replace("JOURNAL", $journal, $line);
1176 $line = str_replace("YEAR", $year, $line);
1177 $line = str_replace("AUTHORS", $authors, $line);
1178 $line .= "\n";
[all …]
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php1117 $line = str_replace("TITLE", $title, $line);
1118 $line = str_replace("JOURNAL", $journal, $line);
1119 $line = str_replace("YEAR", $year, $line);
1120 $line = str_replace("AUTHORS", $authors, $line);
1122 $ret .= $line;
1174 $line = str_replace("TITLE", $title, $line);
1175 $line = str_replace("JOURNAL", $journal, $line);
1176 $line = str_replace("YEAR", $year, $line);
1177 $line = str_replace("AUTHORS", $authors, $line);
1178 $line .= "\n";
[all …]
/plugin/publist/bib2tpl/lib/
H A DBibTex.php1117 $line = str_replace("TITLE", $title, $line);
1118 $line = str_replace("JOURNAL", $journal, $line);
1119 $line = str_replace("YEAR", $year, $line);
1120 $line = str_replace("AUTHORS", $authors, $line);
1122 $ret .= $line;
1174 $line = str_replace("TITLE", $title, $line);
1175 $line = str_replace("JOURNAL", $journal, $line);
1176 $line = str_replace("YEAR", $year, $line);
1177 $line = str_replace("AUTHORS", $authors, $line);
1178 $line .= "\n";
[all …]
/plugin/mdpage/vendor/cebe/markdown/block/
H A DRuleTrait.php18 protected function identifyHr($line) argument
21 …return (($l = $line[0]) === ' ' || $l === '-' || $l === '*' || $l === '_') && preg_match('/^ {0,3}…
/plugin/captcha/
H A Dfiglet.php89 * Get a character as a string, or an array with one line
116 * Returns a figletized line of characters.
119 public function fetch($line)
123 for ($i = 0; $i < (strlen($line)); $i++) {
124 $data[] = $this->getCharacter($line[$i], true);
141 * Display (print) a figletized line of characters.
144 public function display($line)
146 echo $this->fetch($line);
128 fetch($line) global() argument
153 display($line) global() argument
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js795 if (line.length == 0)
800 line = line.replace(/^(&nbsp;| )+/, function(s)
806 if (line.length == 0)
874 + line.substr(pos + 1, line.length) // pos + 1 will get rid of the tab
882 return line;
892 line = insertSpaces(line, pos, spaces);
895 return line;
944 var line = lines[i];
1460 var line = lines[i],
1469 line = line.substr(spaces.length);
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DIndentedCode.php
/plugin/poldek/
H A Dhelper.php101 foreach (file($this->getCache()) as $line) {
102 …if (preg_match('/^(?P<name>.+)-(?P<version>[^-]+)-(?P<release>[^-]+)\.(?P<arch>[^.]+)$/', $line, $…
103 $cache[$m['name']] = $line;
104 } elseif (preg_match('/error: (?P<name>.+): no such package or directory/', $line, $m)) {
105 $cache[$m['name']] = $line;
/plugin/xfortune/
H A Dhelper.php108 $line = fgets($fd, 1024);
113 if($line == "%\n") {
118 $text .= $line;
134 if($line == "%\n") {
151 $text .= $line;
/plugin/farmsync/meta/
H A DMediaUpdates.php43 foreach ($medialines as $line) {
44 $media = array_merge($media, $this->getDocumentsFromLine($this->source, $line));
61 * @param string $line
66 public function getDocumentsFromLine($source, $line) { argument
67 if (trim($line) == '') return array();
68 $cleanline = str_replace('/', ':', $line);
/plugin/pureldap/classes/
H A DClient.php375 * @param int $line
377 public function error($msg, $file, $line)
379 Logger::error('[pureldap] ' . $msg, '', $file, $line);
382 throw new \RuntimeException($msg . ' at ' . $file . ':' . $line);
393 * @param int $line
395 public function debug($msg, $file, $line)
399 Logger::debug('[pureldap] ' . $msg, '', $file, $line);
402 msg('[pureldap] ' . hsc($msg) . ' at ' . $file . ':' . $line);
345 error($msg, $file, $line) global() argument
365 debug($msg, $file, $line) global() argument
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php118 $line = '';
121 $line .= $part;
123 $lines[] = $line;
124 $line = '';
127 $lines[] = $line;
143 * @param string $line
147 private function punctuationSplit($line) argument
151 $chars = preg_split('//u', $line, -1, PREG_SPLIT_NO_EMPTY); // This is UTF8 multibyte safe!
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-snap.js180 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
182 line.attr('strokeDasharray', this.lineTypes_[linetype]);
185 line.attr('markerEnd', this.arrowMarkers_[arrowhead]);
187 return this.pushToStack(line);
268 var line = this.paper_.path(handLine(x1, y1, x2, y2)).attr(LINE);
270 line.attr('strokeDasharray', this.lineTypes_[linetype]);
273 line.attr('markerEnd', this.arrowMarkers_[arrowhead]);
275 return this.pushToStack(line);
/plugin/git/lib/
H A DGit.php334 foreach($output as $line)
336 if(strpos($line, 'commit')===0){
338 if (strpos($line, 'merge') > 0) continue;
343 $commit['hash'] = trim(substr($line, strlen('commit')));
345 else if(strpos($line, 'Author')===0){
346 $commit['author'] = trim(substr($line, strlen('Author:')));
348 else if(strpos($line, 'Date')===0){
349 $commit['date'] = trim(substr($line, strlen('Date:')));
353 $commit['message'] .= trim($line);
355 $commit['message'] = trim($line);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php158 $lines = array_map(function ($line) {
159 return rtrim($line, "\r\n");
164 foreach ($lines as $line) {
166 case preg_match('#^(.*?): (.*)#', $line, $match):
167 $in_value = $line[strlen($line) - 1] == '\\';
172 $in_value = $line[strlen($line) - 1] == '\\';
173 $values[$current] .= $in_value ? substr($line, 0, -1) : $line;
176 $data .= $line;
/plugin/flattr/
H A Dsyntax.php55 foreach ($lines as $line) {
56 $line = trim($line);
57 list($name, $value) = explode('=', $line, 2);
/plugin/googlechart/
H A Dsyntax.php73 foreach ( $data as $line ) {
74 if($index==0 OR $line=='</googlechart>' ){}
75 else {$url .= $line.'&amp;';}
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php342 * @param string $line Line.
345 public function writeLine($line) argument
347 if (false === $n = strpos($line, "\n")) {
348 return $this->write($line . "\n", strlen($line) + 1);
353 return $this->write(substr($line, 0, $n), $n);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfComments.yml2 test: Comments at the end of a line
4 Comments at the end of a line
29 test: Comments on a hash line
31 Comments on a hash line
56 test: Comment containing a colon on a hash line
58 Comment containing a colon on a scalar line

12345678910>>...86