Home
last modified time | relevance | path

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

12345

/plugin/authucenter/lib/uc_client/lib/
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);
104 $lastmessage = fgets($fp, 512);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
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/
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/
Dhelper.php38 $tmpstr= fgets($tmphf);
98 $tmpstr= fgets($hfile);
129 $pretime = intval(fgets($htmp));
168 $pretime = fgets($outlog);
170 $orgtime = fgets($outlog);
/plugin/autolink3/
Dsys.php20 while ($ligne = fgets($rd_page)){
139 while ($check = fgets($rd))
204 while ($str = fgets($rd))
221 while ($str = fgets($rd))
/plugin/mizarproofchecker/
Daction.php194 while ($line = fgets($pipes[1])) {
287 while ($line = fgets($pipes[1])) {
294 while ($line = fgets($pipes[2])) {
318 while ($line = fgets($verifierPipes[1])) {
325 while ($line = fgets($verifierPipes[2])) {
/plugin/mizarveifiabledocs/
Daction.php194 while ($line = fgets($pipes[1])) {
287 while ($line = fgets($pipes[1])) {
294 while ($line = fgets($pipes[2])) {
318 while ($line = fgets($verifierPipes[1])) {
325 while ($line = fgets($verifierPipes[2])) {
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
DSocket.php78 public function fgets($length = null) function in ReCaptcha\\RequestMethod\\Socket
80 return fgets($this->handle, $length);
DSocketPost.php105 $response .= $this->socket->fgets(4096);
/plugin/shibbolethauth/
Dadmin.php118 $line = fgets($local_handle, 1000);
182 $lines[$i] = fgets($shibboleth_file, 1000);
216 $lines[$i] = fgets($shibboleth_file, 1000);
/plugin/fblogin/
Dadmin.php116 $line = fgets($local_handle, 1000);
180 $lines[$i] = fgets($fblogin_file, 1000);
214 $lines[$i] = fgets($fblogin_file, 1000);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DRemoteContentFetcher.php125 $s = fgets($fh, 1024);
131 $s = fgets($fh, 1024);
140 $data .= fgets($fh, 1024);
/plugin/mizarverifiabledocs/
H A Daction.php355 …while (($line = fgets($pipes[1])) !== false) { echo "data: " . $this->outUTF8($line) . "\n\n"; @ob…
357 …while (($line = fgets($pipes[2])) !== false) { echo "data: ERROR: " . $this->outUTF8($line) . "\n\…
377 …while (($line = fgets($pipes[1])) !== false) { echo "data: " . $this->outUTF8($line) . "\n\n"; @ob…
379 …while (($line = fgets($pipes[2])) !== false) { echo "data: ERROR: " . $this->outUTF8($line) . "\n\…
392 …while (($line = fgets($pipes[1])) !== false) { echo "data: " . $this->outUTF8($line) . "\n\n"; @ob…
394 …while (($line = fgets($pipes[2])) !== false) { echo "data: ERROR: " . $this->outUTF8($line) . "\n\…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
DSubversionPropertiesSniff.php159 $buffer = trim(fgets($handle));
173 $buffer = trim(fgets($handle));
/plugin/booking/
Dhelper.php52 while (($line = fgets($fh, 4096)) !== false) {
155 while (($line = fgets($fh, 4096)) !== false) {
/plugin/gdpr/action/
Ddelusers.php169 while ($line = fgets($handle)) {
230 $firstLine = fgets($handle);
/plugin/fedauth/Auth/Yadis/
DPlainHTTPFetcher.php111 $data .= fgets($sock, 1024);
216 if ($data = fgets($sock, 128)) {
/plugin/openid/Auth/Yadis/
DPlainHTTPFetcher.php120 $data .= fgets($sock, 1024);
225 if ($data = fgets($sock, 128)) {
/plugin/bibtex/OSBib/
DLOADSTYLE.php47 preg_match("/<description>(.*)<\\/description>/i", fgets($fh), $matches);
/plugin/bookmarkfile/
Dsyntax.php78 $first_line = trim(fgets($bookmarkfile));
211 $sLine = trim(fgets($bookmarkfile));
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DPhpParser.php86 $content .= $file->fgets();
/plugin/issuetracker/
Dassilist.php18 $line_of_text = fgets($assigneesList_handle);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DStringHashParser.php92 $line = fgets($fh);
/plugin/statdisplay/pchart/
DCSVImporter.php52 $buffer = fgets ( $handle, 4096 );
/plugin/simplechat/
Dsyntax.php102 $line = fgets($fh);

12345