Home
last modified time | relevance | path

Searched refs:fgets (Results 51 – 75 of 102) sorted by relevance

12345

/plugin/aichat/
H A Dcli.php461 $value = trim(fgets($fh));
/plugin/groupmail/
H A Drecaptchalib.php87 $response .= fgets($fs, 1160); // One TCP-IP packet
/plugin/recaptcha/lib/
H A Drecaptchalib.php89 $response .= fgets($fs, 1160); // One TCP-IP packet
/plugin/contactmodern/
H A Drecaptchalib.php87 $response .= fgets($fs, 1160); // One TCP-IP packet
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php220 return fgets($this->getStream());
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DReadWrite.php220 return fgets($this->getStream());
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php120 if(($header = @fgets($fp)) && ($header == "\r\n" || $header == "\n")) {
/plugin/charter/lib/pchart/
H A DpData.class.php72 $buffer = fgets($handle, 4096);
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php213 $tmp = @fgets($this->pipes[1]);
H A DSMTP.php247 $tmp = @fgets($this->handle);
/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php35 $lines[$i++]=fgets($inputfile); //we start counting a 0
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.class.php173 while ($line = fgets($file)) {
/plugin/conflictmerger/
H A Daction.php340 if ( fgets( $handle, 1024 ) ) {
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php345 while ($str = fgets($this->smtp, 515)) {
/plugin/snap/
H A Dhelper.php230 while (!feof($fp)) $this->snapLog.=fgets($fp, 128);
H A Dsyntax.php.ori191 while (!feof($fp)) fgets($fp, 128);
/plugin/statistics/inc/
H A DBrowscap.php982 $response = fgets($remote_handler);
986 $file .= fgets($remote_handler);
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php554 $headerline = fgets($fp, 4096);
575 $headerline = fgets($fp, 4096);
667 $line = fgets($fp, 1024);
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php809 $tmp = fgets($this->fp, 256);
883 $tmp = fgets($this->fp, 256);
913 $tmp = fgets($this->fp, 256);
/plugin/userimportextended/
H A Dadmin.php194 while($csv = fgets($fd)){
/plugin/gcalendar/inc/
H A Dgcal_read.php104 $buffer = trim(fgets($handle, 4096));
/plugin/dev/
H A Dcli.php189 $value = trim(fgets($fh));
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php156 $line = trim(fgets($this->fid));
/plugin/xtern/
H A Dadmin.php169 $buffer = fgets($handle);
/plugin/indexmenu/
H A Dadmin.php

12345