Home
last modified time | relevance | path

Searched refs:fgets (Results 26 – 50 of 102) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php213 return fgets($this->getStream());
/plugin/simplechat/
H A Dajax.php61 $line = fgets($fh);
/plugin/xtern/scripts/
H A Dchk_links.php24 $buffer = fgets($handle);
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php247 $rawLine = fgets($this->input);
266 $nextLine = rtrim(fgets($this->input), "\r\n");
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php247 $rawLine = fgets($this->input);
266 $nextLine = rtrim(fgets($this->input), "\r\n");
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php247 $rawLine = fgets($this->input);
266 $nextLine = rtrim(fgets($this->input), "\r\n");
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php162 if (false === $response = fgets($this->handle))
/plugin/swiftmail/Swift/
H A DFile.php140 $ret = fgets($this->handle);
/plugin/bibtex/OSBib/
H A DPARSEXML.php46 if(preg_match_all("/<style.*>(.*)<\/style>/Ui", trim(fgets($fh)), $startEntry))
/plugin/xfortune/
H A Dhelper.php108 $line = fgets($fd, 1024);
/plugin/iframeinterwiki/
H A Dsyntax.php85 while (($line = fgets($file)) !== false) {
/plugin/statistics/inc/pchart/
H A DPalette.php78 $buffer = fgets($handle, 4096);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php281 $rawLine = \fgets($this->input);
299 $nextLine = \rtrim(\fgets($this->input), "\r\n");
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php293 $rawLine = fgets($this->input);
312 $nextLine = rtrim(fgets($this->input), "\r\n");
/plugin/schedule/
H A DpoiDB.class.php85 while (($line = fgets ($handle)) !== false) {
/plugin/cleanoldips/
H A Daction.php109 while (($line = fgets($handle)) !== false) {
/plugin/gil/
H A Dsyntax.php206 $hpool= fgets($handle, 2048);
/plugin/gdpr/action/
H A Doldips.php108 while (($line = fgets($handle)) !== false) {
/plugin/amazon_heavy/
H A Dclass.xmlreader.php32 while (!feof ($fp)) $this->_data .= fgets($fp, 4096);
/plugin/gcalendar/inc/
H A Dgcal_main.php172 $line = fgets($in_handle, 4096);
/plugin/onlinenumber/
H A Dsyntax.php56 $line = fgets($fp, 512);
/plugin/podcast/
H A Dhelper.php70 if( $v = fgets( $fp, 1024 )) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php161 $log = fgets($handle);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php373 $bootstrapScript = trim(fgets(STDIN));
376 $testsDirectory = trim(fgets(STDIN));
379 $src = trim(fgets(STDIN));
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php219 return fgets($this->getStream());

12345