Home
last modified time | relevance | path

Searched refs:fgets (Results 1 – 25 of 102) sorted by relevance

12345

/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php46 $lastmessage = fgets($fp, 512);
52 $lastmessage = fgets($fp, 512);
61 $lastmessage = fgets($fp, 512);
66 $lastmessage = fgets($fp, 512);
72 $lastmessage = fgets($fp, 512);
78 $lastmessage = fgets($fp, 512);
87 $lastmessage = fgets($fp, 512);
90 $lastmessage = fgets($fp, 512);
101 $lastmessage = fgets($fp, 512);
111 $lastmessage = fgets($fp, 512);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.pdf.php32 if (preg_match('#^%PDF-([0-9\\.]+)$#', rtrim($this->fgets()), $matches)) {
57 if (rtrim($this->fgets()) == 'xref') {
71 $line = rtrim($this->fgets());
79 $line = $this->fgets();
122 if (rtrim($this->fgets()) == 'xref') {
125 list($firstObjectNumber, $XREFcount) = explode(' ', rtrim($this->fgets()));
129 $line = rtrim($this->fgets());
/plugin/sympaauth/
H A Dadmin.php126 $line = fgets($local_handle, 1000);
162 $lines[$i] = fgets($local_handle, 1000);
170 $lines[$i] = fgets($local_handle, 1000);
230 $lines[$i] = fgets($local_handle, 1000);
274 $lines[$i] = fgets($sympa_file, 1000);
309 $lines[$i] = fgets($sympa_file, 1000);
/plugin/ajaxpeon/
H A Dhelper.php38 $tmpstr= fgets($tmphf);
98 $tmpstr= fgets($hfile);
129 $pretime = intval(fgets($htmp));
168 $pretime = fgets($outlog);
170 $orgtime = fgets($outlog);
/plugin/autolink3/
H A Dsys.php20 while ($ligne = fgets($rd_page)){
139 while ($check = fgets($rd))
204 while ($str = fgets($rd))
221 while ($str = fgets($rd))
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DSocket.php78 public function fgets($length = null) function in ReCaptcha\\RequestMethod\\Socket
80 return fgets($this->handle, $length);
H A DSocketPost.php105 $response .= $this->socket->fgets(4096);
/plugin/fblogin/
H A Dadmin.php116 $line = fgets($local_handle, 1000);
180 $lines[$i] = fgets($fblogin_file, 1000);
214 $lines[$i] = fgets($fblogin_file, 1000);
/plugin/shibbolethauth/
H A Dadmin.php118 $line = fgets($local_handle, 1000);
182 $lines[$i] = fgets($shibboleth_file, 1000);
216 $lines[$i] = fgets($shibboleth_file, 1000);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DRemoteContentFetcher.php125 $s = fgets($fh, 1024);
131 $s = fgets($fh, 1024);
140 $data .= fgets($fh, 1024);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php159 $buffer = trim(fgets($handle));
173 $buffer = trim(fgets($handle));
/plugin/booking/
H A Dhelper.php52 while (($line = fgets($fh, 4096)) !== false) {
155 while (($line = fgets($fh, 4096)) !== false) {
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php47 preg_match("/<description>(.*)<\\/description>/i", fgets($fh), $matches);
/plugin/gdpr/action/
H A Ddelusers.php169 while ($line = fgets($handle)) {
230 $firstLine = fgets($handle);
/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php111 $data .= fgets($sock, 1024);
216 if ($data = fgets($sock, 128)) {
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php120 $data .= fgets($sock, 1024);
225 if ($data = fgets($sock, 128)) {
/plugin/bookmarkfile/
H A Dsyntax.php78 $first_line = trim(fgets($bookmarkfile));
211 $sLine = trim(fgets($bookmarkfile));
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DPhpParser.php86 $content .= $file->fgets();
/plugin/issuetracker/
H A Dassilist.php18 $line_of_text = fgets($assigneesList_handle);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/
H A DSocket.php93 $receivedString .= fgets($this->connectionID, $chunkSize);
/plugin/simplechat/
H A Dsyntax.php102 $line = fgets($fh);
/plugin/statdisplay/pchart/
H A DCSVImporter.php52 $buffer = fgets ( $handle, 4096 );
/plugin/statistics/inc/pchart/
H A DCSVImporter.php51 $buffer = fgets($handle, 4096);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php213 return fgets($this->getStream());
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php212 return fgets($this->getStream());

12345