Home
last modified time | relevance | path

Searched refs:rawLine (Results 1 – 6 of 6) sorted by relevance

/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php228 protected $rawLine; variable in Sabre\\VObject\\Parser\\MimeDir
241 $rawLine = $this->lineBuffer;
247 $rawLine = fgets($this->input);
252 if ($rawLine === false) {
255 $rawLine = rtrim($rawLine, "\r\n");
256 } while ($rawLine === ''); // Skipping empty lines
259 $line = $rawLine;
273 $rawLine .= "\n " . substr($nextLine, 1);
280 $this->rawLine = $rawLine;
605 preg_match($regex, $this->rawLine, $matches);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php228 protected $rawLine; variable in Sabre\\VObject\\Parser\\MimeDir
241 $rawLine = $this->lineBuffer;
247 $rawLine = fgets($this->input);
252 if ($rawLine === false) {
255 $rawLine = rtrim($rawLine, "\r\n");
256 } while ($rawLine === ''); // Skipping empty lines
259 $line = $rawLine;
273 $rawLine .= "\n " . substr($nextLine, 1);
280 $this->rawLine = $rawLine;
605 preg_match($regex, $this->rawLine, $matches);
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php228 protected $rawLine; variable in Sabre\\VObject\\Parser\\MimeDir
241 $rawLine = $this->lineBuffer;
247 $rawLine = fgets($this->input);
252 if ($rawLine === false) {
255 $rawLine = rtrim($rawLine, "\r\n");
256 } while ($rawLine === ''); // Skipping empty lines
259 $line = $rawLine;
273 $rawLine .= "\n " . substr($nextLine, 1);
280 $this->rawLine = $rawLine;
605 preg_match($regex, $this->rawLine, $matches);
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php261 protected $rawLine; variable in Sabre\\VObject\\Parser\\MimeDir
275 $rawLine = $this->lineBuffer;
281 $rawLine = \fgets($this->input);
286 if (false === $rawLine) {
289 $rawLine = \rtrim($rawLine, "\r\n");
290 } while ('' === $rawLine); // Skipping empty lines
293 $line = $rawLine;
307 $rawLine .= "\n ".$curLine;
313 $this->rawLine = $rawLine;
650 preg_match($regex, $this->rawLine, $matches);
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php273 protected $rawLine; variable in Sabre\\VObject\\Parser\\MimeDir
287 $rawLine = $this->lineBuffer;
293 $rawLine = fgets($this->input);
298 if ($rawLine === false) {
301 $rawLine = rtrim($rawLine, "\r\n");
302 } while ($rawLine === ''); // Skipping empty lines
305 $line = $rawLine;
319 $rawLine .= "\n " . substr($nextLine, 1);
326 $this->rawLine = $rawLine;
673 preg_match($regex, $this->rawLine, $matches);
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...