Home
last modified time | relevance | path

Searched refs:lines (Results 101 – 125 of 529) sorted by relevance

12345678910>>...22

/plugin/submgr/
H A Dhelper.php113 $lines = confToHash(DOKU_CONF . 'subscription.rules');
115 foreach ($lines as $key => $val) {
120 $lines[$key] = $val;
123 $this->rules = $lines;
/plugin/gchart/
H A Dsyntax.php77 $lines = explode("\n",$match);
78 $conf = array_shift($lines);
79 array_pop($lines);
115 foreach ( $lines as $line ) {
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php32 private $lines = []; variable in Symfony\\Component\\Yaml\\Parser
101 $this->lines = [];
126 $this->lines = explode("\n", $value);
130 $this->totalNumberOfLines = \count($this->lines);
388 foreach ($this->lines as $line) {
606 if ($this->currentLineNb >= \count($this->lines) - 1) {
686 $lines = [];
696 $lines[] = trim($this->currentLine);
705 if ('' === $lines[$i]) {
709 $value .= $lines[$i];
[all …]
/plugin/structacl/
H A Dhelper.php14 $lines = explode(PHP_EOL , $confValue);
17 foreach ($lines as $line) {
/plugin/prettytables/
H A Dscript.js76 var lines = text.split(/\n/);
77 for (var i=0;i<lines.length;i++){
78 if (lines[i] !== ""){
81 var t = this.encode(lines[i]);
100 t = this.encode(lines[i]);
/plugin/csstimeline/
H A Dhelper.php16 $lines = explode("\n",$match);
20 foreach($lines as $line)
/plugin/mllist/
H A Dplugin.info.txt6 desc Allows a list item to break into multiple lines with indentation on non-bullet lines
/plugin/editor/
H A Dhelper.php59 $lines = file($conf['changelog']);
64 for ($i = count($lines)-1; $i >= 0; $i--) {
65 $rec = $this->_handleRecent($lines[$i], $ns, $type, $user);
/plugin/bureaucracy-au/
H A Dsyntax.php74 $lines = explode("\n", $match);
81 while(count($lines) > 0) {
82 $line = trim(array_shift($lines));
84 $args = $this->_parse_line($line, $lines);
393 * @param array $lines all remaining lines
396 private function _parse_line($line, &$lines) { argument
436 if(!$inQuote || count($lines) === 0) break;
437 $line = array_shift($lines);
/plugin/bureaucracyau/
H A Dsyntax.php74 $lines = explode("\n", $match);
81 while(count($lines) > 0) {
82 $line = trim(array_shift($lines));
84 $args = $this->_parse_line($line, $lines);
393 * @param array $lines all remaining lines
396 private function _parse_line($line, &$lines) { argument
436 if(!$inQuote || count($lines) === 0) break;
437 $line = array_shift($lines);
/plugin/googledrawing/
H A Dsyntax.php76 $lines = explode("\n",$match);
77 $conf = array_shift($lines);
78 array_pop($lines);
/plugin/explain/
H A Dsyntax.php43 $lines = @file(DOKU_CONF.'explain.conf');
44 if ($lines === false) {
47 foreach ($lines as $line) {
/plugin/csv/syntax/
H A Dtable.php121 $lines = explode("\n", $row[$i]);
122 $cnt = count($lines);
124 $renderer->cdata($lines[$k]);
/plugin/linkback/
H A Dhelper.php110 $lines = file($conf['metadir'] . '/_linkbacks.changes');
112 // handle lines
113 for ($i = count($lines) - 1; $i >= 0; $i--) {
114 $rec = $this->_handleRecentLinkback($lines[$i], $ns);
148 return false; //skip empty lines
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php298 $lines = '';
386 $lines .= sprintf(
399 return $lines;
448 $lines = explode("\n", $value);
450 foreach ($lines as $jj => $line) {
538 if (isset($lines[$jj + 1])) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfTests.yml54 test: Empty lines in literal blocks
56 Empty lines in literal blocks
68 test: Empty lines in folded blocks
70 Empty lines in folded blocks
/plugin/autolink4/
H A Dadmin.php56 $lines = preg_split('/\r?\n/', $config);
59 foreach ($lines as $line) {
/plugin/loglog/_test/
H A DLogging.test.php42 $lines = $this->logHelper->readLines($min, $max);
46 $actual = $reportHelper->getStats($lines);
/plugin/navbox/
H A Dsyntax.php70 $lines = explode("\n", $match);
83 while(count($lines) > 0) {
85 $line = trim(array_shift($lines));
202 if (count($lines) == 1) {
/plugin/bureaucracy/
H A Dsyntax.php79 $lines = explode("\n", $match);
86 while(count($lines) > 0) {
87 $line = trim(array_shift($lines));
89 $args = $this->_parse_line($line, $lines);
398 * @param array $lines all remaining lines
401 private function _parse_line($line, &$lines) { argument
441 if(!$inQuote || count($lines) === 0) break;
442 $line = array_shift($lines);
/plugin/sql2wiki/
H A DCsv.php55 $lines = array_values(array_filter(preg_split('/\r\n|\r|\n/', $csv)));
56 $array = array_map('str_getcsv', $lines);
/plugin/strata/syntax/
H A Dselect.php74 // split into lines and remove header and footer
75 $lines = explode("\n",$match);
76 $header = trim(array_shift($lines));
77 $footer = trim(array_pop($lines));
89 $tree = $this->helper->constructTree($lines,'query');
149 'lines'=>$lines
343 if(isset($data['error']['regions'])) $R->doc .= $this->helper->debugTree($data['error']['lines'], $data['error']['regions']);
/plugin/fckg/action/entities/
H A Dents_seri.php37 $lines = file_get_contents($entities_file);
38 $lines_array=preg_split('/^\n/ms',$lines);
/plugin/ckgdoku/action/entities/
H A Dents_seri.php37 $lines = file_get_contents($entities_file);
38 $lines_array=preg_split('/^\n/ms',$lines);
/plugin/ckgedit/action/entities/
H A Dents_seri.php37 $lines = file_get_contents($entities_file);
38 $lines_array=preg_split('/^\n/ms',$lines);

12345678910>>...22