Home
last modified time | relevance | path

Searched refs:lines (Results 76 – 100 of 529) sorted by relevance

12345678910>>...22

/plugin/chat/
H A Dajax.php57 $lines = explode("\n----\n", $file."\n");
108 $color = count($lines) % 2 == 0 ? 0 : 1;
110 for ($i = 0; $i < count($lines); $i++) {
111 if (trim($lines[$i]) == '') {
114 preg_match('/\(([^\)]+)\)[\s]+([^:]+):[\s]+(.+)/', $lines[$i], $parts);
159 if ($i+1 < count($lines)) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php143 $lines = [];
145 $lines[] = $this->arrayToLineString($componentArray);
147 return new Polygon($lines);
171 $lines = [];
173 $lines[] = $this->arrayToLineString($componentArray);
175 return new MultiLineString($lines);
H A DWKT.php156 $lines = [];
159 $lines[] = $this->parseLineString($part);
162 return new Polygon($lines);
199 $lines = [];
202 $lines[] = $this->parseLineString(trim($part, ' ()'));
205 return new MultiLineString($lines);
/plugin/subjectindex/syntax/
H A Dindex.php138 … $lines = $this->_create_index($section_entries, $all_pages, $opt['hideatoz'], $opt['proper']);
139 $renderer->doc .= $this->_render_index($lines, $opt, $count);
150 $lines = array();
216 $lines[] = array($heading, $cur_node, $links, $anchor);
219 $lines[] = array($heading, $cur_node, '' ,'');
231 return $lines;
235 private function _render_index($lines, $opt, $count){ argument
273 foreach ($lines as $line) {
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js690 var lines = splitLines(str);
693 lines[i] = callback(lines[i], i);
696 return lines.join('\r\n');
858 var lines = splitLines(code),
944 var line = lines[i];
962 lines[i] = lines[i].substr(min);
964 return lines.join('\n');
1138 code.push(lines[i].innerText || lines[i].textContent);
1361 var lines = [],
1370 return lines;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Driver/
H A DXdebug.php106 $lines = substr_count($buffer, "\n");
109 $lines++;
112 $this->cacheNumLines[$file] = $lines;
/plugin/farmsync/script/
H A Dresults.js114 var lines = $elem.closest('form').find('textarea[name=editarea]').val().split("\n");
115 for (var index = 0; index < lines.length; index += 1) {
116 if (lines[index].substring(0,'✎———————'.length) == '✎———————') {
124 var lines = $form.find('textarea[name=editarea]').val().split("\n");
127 for (var index = 0; index < lines.length; index += 1) {
128 if (lines[index].substring(0,'✎———————'.length) == '✎———————') {
130 …var link = jQuery('<li class="conflict" data-line="'+index+'"></li>').text(lines[index+1].substrin…
/plugin/notification/syntax/
H A Dlist.php33 $lines = explode("\n", $match);
34 array_shift($lines);
35 array_pop($lines);
43 foreach ($lines as $line) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DErrorLogHandler.php82 $lines = preg_split('{[\r\n]+}', (string) $record['formatted']);
83 if ($lines === false) {
87 foreach ($lines as $line) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php62 $lines = [];
92 $lines[$method['startLine']] = [
154 if ($data === null || isset($lines[$line])) {
158 $lines[$line] = [
163 ksort($lines);
165 foreach ($lines as $line => $data) {
/plugin/redirect2/
H A Dhelper.php52 $lines = @file($this->ConfFile);
53 if (!$lines) return false;
54 foreach ($lines as $line) {
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php109 $lines = explode("\n", $match);
111 while(count($lines) > 0) {
112 $line = trim(array_shift($lines));
115 … $actual = $this->callNonaccessibleMethod($syntaxcomponent, '_parse_line', array($line, &$lines));
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php109 $lines = explode("\n", $match);
111 while(count($lines) > 0) {
112 $line = trim(array_shift($lines));
115 … $actual = $this->callNonaccessibleMethod($syntaxcomponent, '_parse_line', array($line, &$lines));
/plugin/loglog/
H A Dadmin.php95 $lines = $this->logHelper->readLines($min, $max);
96 $lines = array_reverse($lines);
98 foreach ($lines as $line) {
/plugin/seqdia/
H A Dsyntax.php63 $lines = explode("\n",$match);
64 $conf = array_shift($lines);
65 array_pop($lines);
79 $input = join("\n",$lines);
/plugin/graphviz/
H A Dsyntax.php61 $lines = explode("\n",$match);
62 $conf = array_shift($lines);
63 array_pop($lines);
78 $input = join("\n",$lines);
/plugin/groupmatrix/syntax/
H A Dtable.php65 $lines = explode("\n", $match);
68 array_shift($lines);
69 array_pop($lines);
72 foreach ($lines as $line) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentPage.php143 public function setLines($lines) argument
145 $this->lines = $lines;
152 return $this->lines;
H A DGoogleCloudDocumentaiV1beta1DocumentPage.php143 public function setLines($lines) argument
145 $this->lines = $lines;
152 return $this->lines;
H A DGoogleCloudDocumentaiV1beta2DocumentPage.php143 public function setLines($lines) argument
145 $this->lines = $lines;
152 return $this->lines;
/plugin/ireadit/syntax/
H A Dlist.php26 $lines = explode("\n", $match);
27 array_shift($lines);
28 array_pop($lines);
47 foreach ($lines as $line) {
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php263 protected function consumeReference($lines, $current) argument
265 …while (isset($lines[$current]) && preg_match('/^ {0,3}\[(.+?)\]:\s*(.+?)(?:\s+[\(\'"](.+?)[\)\'"])…
275 …if (isset($lines[$current + 1]) && preg_match('/^\s+[\(\'"](.+?)[\)\'"]\s*$/', $lines[$current + 1…
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php
/plugin/prosemirror/parser/
H A DPreformattedNode.php19 $lines = explode("\n", $this->data['content'][0]['text']);
20 $text = implode("\n ", $lines);
/plugin/loglog/helper/
H A Dreport.php86 * @param array $lines
89 public function getStats(array $lines) argument
96 foreach ($lines as $line) {

12345678910>>...22