Home
last modified time | relevance | path

Searched refs:line (Results 26 – 50 of 1884) sorted by relevance

12345678910>>...76

/plugin/gchart/
H A Dsyntax.php115 foreach ( $lines as $line ) {
117 $line = preg_replace('/(?<![&\\\\])#.*$/','',$line);
118 $line = str_replace('\\#','#',$line);
119 $line = trim($line);
120 if(empty($line)){
123 $line = preg_split('/(?<!\\\\)=/',$line,2); //split on unescaped equal sign
124 $line[0] = str_replace('\\=','=',$line[0]);
125 $line[1] = str_replace('\\=','=',$line[1]);
126 $data[trim($line[0])] = trim($line[1]);
/plugin/struct/meta/
H A DCSVImporter.php28 /** @var int current line number */
29 protected $line = 0; variable in dokuwiki\\plugin\\struct\\meta\\CSVImporter
92 * Get a parsed line from the opened CSV file
110 $this->line++;
145 $this->line++;
174 * Read and validate CSV parsed line
176 * @param $line
179 protected function readLine($line) argument
184 if (!isset($line[$i])) throw new StructException('Missing field at CSV line
235 importLine($line) global() argument
[all...]
/plugin/datatemplate/syntax/
H A Dfilterform.php58 foreach ( $lines as $num => $line ) {
60 $line = preg_replace('/(?<![&\\\\])#.*$/','',$line);
61 $line = str_replace('\\#','#',$line);
62 $line = trim($line);
63 if(empty($line)) continue;
64 $line = preg_split('/\s*:\s*/',$line,2);
65 if(strtolower($line[0]) == 'fields') {
66 $data['fields'] = preg_split("/[\s,]+/", $line[1]);
/plugin/farmer/admin/
H A Dinfo.php53 $this->line('thisis', $animal ? $this->getLang('thisis.animal') : $this->getLang('thisis.farmer'));
55 $this->line('animal', $animal);
57 $this->line('confdir', fullpath(DOKU_CONF) . '/');
58 $this->line('savedir', fullpath($conf['savedir']) . '/');
59 $this->line('baseinstall', DOKU_INC);
60 $this->line('farm host', $config['base']['farmhost']);
61 $this->line('farm dir', DOKU_FARMDIR);
63 $this->line('animals', $this->animals($INPUT->bool('list')));
66 $this->line('conf_inherit_' . $key, $this->getLang($value ? 'conf_inherit_yes' : 'conf_inherit_no'));
69 $this->line('plugin
107 protected function line($langkey, $value) { global() function in admin_plugin_farmer_info
[all...]
/plugin/structacl/
H A Dhelper.php17 foreach ($lines as $line) {
19 $line = preg_replace('/#.*$/', '', $line);
20 $line = trim($line);
21 if ($line === '' || strpos($line, self::STRUCTACL_SEPCHAR) === false) continue;
23 list($schema, $field) = explode(self::STRUCTACL_SEPCHAR, $line, 2);
/plugin/redirect2/
H A Dhelper.php54 foreach ($lines as $line) {
55 if (preg_match('/^#/',$line)) continue;
56 $line = str_replace('\\#','#', $line);
57 $line = preg_replace('/\s#.*$/','', $line);
58 $line = trim($line);
59 if (empty($line)) continue;
61 $token = preg_split('/\s+/', $line, 3);
/plugin/pycode/
H A Dmethod.php89 $length = strlen($line);
90 $str = ltrim($line);
144 $str = ltrim($line);
214 foreach ($code as $line) {
215 $trimmed = trim($line);
267 $length = strlen($line);
380 foreach ($code_cls as $line) {
853 foreach ($code as $line) {
854 $length = strlen($line);
860 $line = "#" . substr($line, $ind);
[all …]
/plugin/autlogin/
H A Dadmin.php200 $line=array();
1028 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1050 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1070 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1159 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1204 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1239 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1274 $line = trim(preg_replace('/#.*$/','',$line)); //ignore comments
1470 $line = trim($line);
1471 $data[] = $line;
[all …]
/plugin/switchpanel/
H A DREADME.md15 ==line
40 ==line
99 ==line
139 ==line
141 ==line
145 ==line
162 ==line
163 ==line
164 ==line
165 ==line
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php178 $line = $tokens[$stackPtr]['line'];
248 $line = $tokens[$i]['line'];
589 $line = $tokens[$i]['line'];
645 $line = $tokens[$i]['line'];
760 $line = $tokens[$i]['line'];
936 $line = $tokens[$i]['line'];
969 $line = $tokens[$i]['line'];
1016 $line = $tokens[$i]['line'];
1096 $line = $tokens[$i]['line'];
1126 $line = $tokens[$i]['line'];
[all …]
/plugin/tile/
H A Dsyntax.php70 foreach (explode ("\n", $data) as $line) {
71 $line = trim ($line);
72 if (!$line)
74 $line = preg_replace ("#\s+\|#", "|", $line);
75 $line = preg_replace ("#\|\s+#", "|", $line);
76 $line = trim ($line,'|');
[all...]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php50 * @param int $line The parser line
52 abstract protected function getNode(array $values, $line); argument
57 $node instanceof Twig_Node ? $node : new Twig_Node_Expression_Name($node, $line),
58 …attribute instanceof Twig_Node ? $attribute : new Twig_Node_Expression_Constant($attribute, $line),
61 $line
65 protected function call($node, $attribute, $arguments = array(), $line = -1) argument
70 protected function markAsSafe(Twig_Node $node, $line = -1) argument
74 new Twig_Node_Expression_Constant('raw', $line),
76 $line
80 protected function output(Twig_Node $node, $line = -1) argument
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php157 $isComment = (strlen($line) > 0) ? $line[0] == '%' : FALSE;
160 return $line;
167 $isComment = (strlen($line)>0) ? $line[0] == '%' : FALSE;
176 function braceCount($line, $delimitStart) argument
187 $count -= substr_count($line, $delimitEnd);
278 function getEntry($line) argument
288 $entry .= ' ' . $line;
289 if(($line = $this->getLine()) === FALSE)
291 $lastLine = $line;
298 $line .= $this->getLine();
[all …]
/plugin/data-graph/
H A Dsyntax.php48 foreach($match as $line){
49 $d = explode(":", $line, 2);
178 foreach( $arr as $line ){
179 print("['" . $line["k"] . "', ". $line["s"] ."], ");
190 foreach( $arr as $line ){
191 $sum = $sum + $line["s"];
192 $systemCount = $systemCount + $line["m"];
193line["k"] . "| ". number_format($line["s"], $format) . $metrics ." | " . number_format($l…
195 foreach (explode(",", $line["pages"]) as $page){
/plugin/datagraph/
H A Dsyntax.php48 foreach($match as $line){
49 $d = explode(":", $line, 2);
178 foreach( $arr as $line ){
179 print("['" . $line["k"] . "', ". $line["s"] ."], ");
190 foreach( $arr as $line ){
191 $sum = $sum + $line["s"];
192 $systemCount = $systemCount + $line["m"];
193line["k"] . "| ". number_format($line["s"], $format) . $metrics ." | " . number_format($l…
195 foreach (explode(",", $line["pages"]) as $page){
/plugin/stopforumspam/_test/
H A DLoggerTest.php45 $line = fgetcsv($fd);
46 $line = fgetcsv($fd);
48 $this->assertEquals("bogus", $line[1]);
49 $this->assertEquals("bogus@fake.org", $line[2]);
50 $this->assertEquals("192.168.1.1", $line[3]);
51 $this->assertEquals("test", $line[4]);
52 $this->assertEquals("11.0", $line[5]);
53 $this->assertEquals("rejected", $line[6]);
/plugin/schedule/syntax/
H A Ddisplay.php80 foreach (explode ("\n", preg_replace ('%~[eE][nN][dD]~%', "\n", $data)) as $line) {
81 $line = trim (preg_replace ("/#.*$/", "", $line));
82 if (!$line)
84 $line = preg_replace ("#\s+\|#", "|", $line);
85 $line = preg_replace ("#\|\s+#", "|", $line);
86 $line = trim ($line,'|');
87 list ($insee, $lat, $lon, $addr) = explode ("|", $line);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiLineString.php49 foreach ($components as $line) {
50 if ($line->isEmpty()) {
53 $componentCentroid = $line->getCentroidAndLength($componentLength);
72 foreach ($this->components as $line) {
73 if (!$line->isEmpty() && !$line->isClosed()) {
74 $points[] = $line->startPoint();
75 $points[] = $line->endPoint();
/plugin/data-au/syntax/
H A Dtable.php94 foreach($lines as $line) {
96 $line = preg_replace('/(?<![&\\\\])#.*$/', '', $line);
97 $line = str_replace('\\#', '#', $line);
98 $line = trim($line);
99 if(empty($line)) continue;
100 $line = preg_split('/\s*:\s*/', $line, 2);
101 $line[0] = strtolower($line[0]);
105 switch($line[0]) {
738 * @param string $line
747 $len = strlen($line);
[all …]
/plugin/data/syntax/
H A Dtable.php104 foreach ($lines as $line) {
106 $line = preg_replace('/(?<![&\\\\])#.*$/', '', $line);
107 $line = str_replace('\\#', '#', $line);
108 $line = trim($line);
109 if (empty($line)) continue;
110 $line = preg_split('/\s*:\s*/', $line,
742 parseValues($line) global() argument
[all...]
/plugin/sympaauth/
H A Dadmin.php126 $line = fgets($local_handle, 1000);
127 if(preg_match('!\$conf\[\'authtype\'\] *= *.*!', $line)) {
128 $value = $line;
192 foreach ($lines as $line) {
193 if (!empty($line) && fwrite($local_handle, $line) == FALSE) {
241 foreach ($lines as $line) {
242 if (!empty($line) && fwrite($local_handle, $line) == FALSE) {
282 foreach ($lines as $line) {
283 if(!empty($line) && !fwrite($config_file,$line ."\n")) return false;
322 foreach ($lines as $line) {
[all …]
/plugin/socialshareprivacy2/SSP/stylesheets/
H A Djquery.socialshareprivacy.delicious.css13 .social_share_privacy_area.line .delicious .delicious-widget,
51 line-height:18px;
72 .social_share_privacy_area.line .delicious a.icon,
73 .social_share_privacy_area.line .delicious a.count {
76 line-height:18px;
88 .social_share_privacy_area.line .delicious a.icon {
96 .social_share_privacy_area.line .delicious a.icon:hover {
99 .social_share_privacy_area.line .delicious a.count {
123 .social_share_privacy_area.line .delicious a.icon * {
148 .social_share_privacy_area.line .delicious a.count i {
[all …]
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/semanticdata/syntax/
H A Dtable.php72 foreach ( $lines as $line ) {
74 $line = preg_replace('/(?<![&\\\\])#.*$/','',$line);
75 $line = str_replace('\\#','#',$line);
76 $line = trim($line);
77 if(empty($line)) continue;
78 $line = preg_split('/\s*:\s*/',$line,2);
79 $line[0] = strtolower($line[0]);
83 switch($line[0]){
88 $cols = explode(',',$line[1]);
97 $data['title'] = $line[1];
[all …]
/plugin/dataloop/syntax/
H A Droll.php82 foreach ( $lines as $line ) {
84 $line = preg_replace('/(?<![&\\\\])#.*$/','',$line);
85 $line = str_replace('\\#','#',$line);
86 $line = trim($line);
87 if(empty($line)) continue;
88 $line = preg_split('/\s*:\s*/',$line,2);
89 $line[0] = strtolower($line[0]);
93 switch($line[0]){
96 $cols = explode(',',$line[1]);
114 $headlevelsplits = explode(';',$line[1]);
[all …]

12345678910>>...76