/plugin/authucenter/lib/uc_client/lib/ |
H A D | sendmail.inc.php | 46 $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 D | module.misc.pdf.php | 32 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 D | admin.php | 126 $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 D | helper.php | 38 $tmpstr= fgets($tmphf); 98 $tmpstr= fgets($hfile); 129 $pretime = intval(fgets($htmp)); 168 $pretime = fgets($outlog); 170 $orgtime = fgets($outlog);
|
/plugin/autolink3/ |
H A D | sys.php | 20 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 D | Socket.php | 78 public function fgets($length = null) function in ReCaptcha\\RequestMethod\\Socket 80 return fgets($this->handle, $length);
|
H A D | SocketPost.php | 105 $response .= $this->socket->fgets(4096);
|
/plugin/fblogin/ |
H A D | admin.php | 116 $line = fgets($local_handle, 1000); 180 $lines[$i] = fgets($fblogin_file, 1000); 214 $lines[$i] = fgets($fblogin_file, 1000);
|
/plugin/shibbolethauth/ |
H A D | admin.php | 118 $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 D | RemoteContentFetcher.php | 125 $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 D | SubversionPropertiesSniff.php | 159 $buffer = trim(fgets($handle)); 173 $buffer = trim(fgets($handle));
|
/plugin/booking/ |
H A D | helper.php | 52 while (($line = fgets($fh, 4096)) !== false) { 155 while (($line = fgets($fh, 4096)) !== false) {
|
/plugin/bibtex/OSBib/ |
H A D | LOADSTYLE.php | 47 preg_match("/<description>(.*)<\\/description>/i", fgets($fh), $matches);
|
/plugin/gdpr/action/ |
H A D | delusers.php | 169 while ($line = fgets($handle)) { 230 $firstLine = fgets($handle);
|
/plugin/fedauth/Auth/Yadis/ |
H A D | PlainHTTPFetcher.php | 111 $data .= fgets($sock, 1024); 216 if ($data = fgets($sock, 128)) {
|
/plugin/openid/Auth/Yadis/ |
H A D | PlainHTTPFetcher.php | 120 $data .= fgets($sock, 1024); 225 if ($data = fgets($sock, 128)) {
|
/plugin/bookmarkfile/ |
H A D | syntax.php | 78 $first_line = trim(fgets($bookmarkfile)); 211 $sLine = trim(fgets($bookmarkfile));
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | PhpParser.php | 86 $content .= $file->fgets();
|
/plugin/issuetracker/ |
H A D | assilist.php | 18 $line_of_text = fgets($assigneesList_handle);
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/net/ |
H A D | Socket.php | 93 $receivedString .= fgets($this->connectionID, $chunkSize);
|
/plugin/simplechat/ |
H A D | syntax.php | 102 $line = fgets($fh);
|
/plugin/statdisplay/pchart/ |
H A D | CSVImporter.php | 52 $buffer = fgets ( $handle, 4096 );
|
/plugin/statistics/inc/pchart/ |
H A D | CSVImporter.php | 51 $buffer = fgets($handle, 4096);
|
/plugin/findologicxmlexport/vendor/hoa/file/Link/ |
H A D | Read.php | 213 return fgets($this->getStream());
|
/plugin/findologicxmlexport/vendor/hoa/file/ |
H A D | Read.php | 212 return fgets($this->getStream());
|