/plugin/sympaauth/ |
H A D | admin.php | 125 while (!feof($local_handle)) { 160 if (!(feof($local_handle))) { // and if the file is not empty, assuming it has a <? 164 } while (!(preg_match('!local.protected.php!', $lines[$i++]) || feof($local_handle)) ); 168 while (!feof($local_handle)) { 228 while (!feof($local_handle)) { 273 while (!feof($sympa_file)) { 308 while (!feof($sympa_file)) {
|
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/ |
H A D | Socket.php | 89 public function feof() function in ReCaptcha\\RequestMethod\\Socket 91 return feof($this->handle);
|
H A D | SocketPost.php | 104 while (!$this->socket->feof()) {
|
/plugin/fblogin/ |
H A D | admin.php | 115 while (!feof($local_handle)) { 179 while (!feof($fblogin_file)) { 213 while (!feof($fblogin_file)) {
|
/plugin/shibbolethauth/ |
H A D | admin.php | 117 while (!feof($local_handle)) { 181 while (!feof($shibboleth_file)) { 215 while (!feof($shibboleth_file)) {
|
/plugin/jplayer/vendor/symfony/process/Tests/ |
H A D | PipeStdinInStdoutStdErrStreamSelect.php | 65 if (false === $str || feof(\STDIN)) { 67 if (!feof(\STDIN)) {
|
/plugin/amazon/ |
H A D | XMLParser.php | 33 while (!feof($data_source)) 43 while (!feof($fp))
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.misc.pdf.php | 47 …while (!$this->feof() && (max(array_keys($info['pdf']['xref']['offset'])) > $info['pdf']['xref']['… 55 while (!$this->feof()) {
|
H A D | module.audio.wavpack.php | 36 } elseif (feof($this->getid3->fp)) { 151 …while (!feof($this->getid3->fp) && ($this->ftell() < ($blockheader_offset + $blockheader_size + 8)… 155 if (feof($this->getid3->fp)) {
|
H A D | module.audio.amr.php | 52 if ((strlen($buffer) < $this->getid3->fread_buffer_size()) && !feof($this->getid3->fp)) {
|
H A D | module.audio-video.ivf.php | 59 while (!$this->feof()) {
|
/plugin/linkback/ |
H A D | http.php | 140 if (feof($socket)) { 210 if (feof($socket)) { 243 while (!feof($socket)) {
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | RemoteContentFetcher.php | 130 while (!feof($fh)) { 139 while (!feof($fh)) {
|
/plugin/fedauth/Auth/Yadis/ |
H A D | PlainHTTPFetcher.php | 109 while (!feof($sock) && 215 while (!feof($sock)) {
|
/plugin/openid/Auth/Yadis/ |
H A D | PlainHTTPFetcher.php | 118 while (!feof($sock) && 224 while (!feof($sock)) {
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | misc.php | 119 while (!feof($fp) && !$fpflag) { 126 while(!feof($fp) && !$stop) {
|
/plugin/zip/pear/File/Archive/Reader/ |
H A D | File.php | 188 if (feof($this->handle)) { 194 while (!feof($this->handle)) {
|
/plugin/zip/pear/File/Archive/ |
H A D | Writer.php | 103 while (!feof($handle)) {
|
/plugin/bibtex/OSBib/format/bibtexParse/ |
H A D | PARSEENTRIES.php | 154 if(!feof($this->fid)){ 159 while(!feof($this->fid) && $isComment); 388 while(!feof($this->fid))
|
/plugin/spellcheck/ |
H A D | aspell.php | 262 if (feof($pipes[1])) { 268 if (feof($pipes[2])) {
|
/plugin/upgrade/HTTP/ |
H A D | HTTPClient.php | 259 if (is_null($socket) || feof($socket)) { 458 while (!feof($socket)) { 589 if(feof($socket)) 636 if(feof($socket)) { 683 if(feof($socket))
|
/plugin/issuetracker/ |
H A D | assilist.php | 17 while (!feof($assigneesList_handle) ) {
|
/plugin/nsexport/packer/ |
H A D | packer.php | 80 while (!feof($fh)) {
|
/plugin/elwikiupgrade/ |
H A D | HTTPClient.php | 267 if (is_null($socket) || feof($socket)) { 450 while (!feof($socket)) { 579 if(feof($socket)) 626 if(feof($socket)) { 673 if(feof($socket))
|
/plugin/jplayer/vendor/james-heinrich/getid3/demos/ |
H A D | demo.zip.php | 47 …while ((strlen($compressedFileData) < $LocalFileHeader['compressed_size']) && !feof($getid3->fp)) {
|