Home
last modified time | relevance | path

Searched refs:feof (Results 1 – 25 of 140) sorted by relevance

123456

/plugin/sympaauth/
H A Dadmin.php125 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 DSocket.php89 public function feof() function in ReCaptcha\\RequestMethod\\Socket
91 return feof($this->handle);
H A DSocketPost.php104 while (!$this->socket->feof()) {
/plugin/fblogin/
H A Dadmin.php115 while (!feof($local_handle)) {
179 while (!feof($fblogin_file)) {
213 while (!feof($fblogin_file)) {
/plugin/shibbolethauth/
H A Dadmin.php117 while (!feof($local_handle)) {
181 while (!feof($shibboleth_file)) {
215 while (!feof($shibboleth_file)) {
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPipeStdinInStdoutStdErrStreamSelect.php65 if (false === $str || feof(\STDIN)) {
67 if (!feof(\STDIN)) {
/plugin/amazon/
H A DXMLParser.php33 while (!feof($data_source))
43 while (!feof($fp))
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.pdf.php47 …while (!$this->feof() && (max(array_keys($info['pdf']['xref']['offset'])) > $info['pdf']['xref']['…
55 while (!$this->feof()) {
H A Dmodule.audio.wavpack.php36 } 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 Dmodule.audio.amr.php52 if ((strlen($buffer) < $this->getid3->fread_buffer_size()) && !feof($this->getid3->fp)) {
H A Dmodule.audio-video.ivf.php59 while (!$this->feof()) {
/plugin/linkback/
H A Dhttp.php140 if (feof($socket)) {
210 if (feof($socket)) {
243 while (!feof($socket)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DRemoteContentFetcher.php130 while (!feof($fh)) {
139 while (!feof($fh)) {
/plugin/fedauth/Auth/Yadis/
H A DPlainHTTPFetcher.php109 while (!feof($sock) &&
215 while (!feof($sock)) {
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php118 while (!feof($sock) &&
224 while (!feof($sock)) {
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php119 while (!feof($fp) && !$fpflag) {
126 while(!feof($fp) && !$stop) {
/plugin/zip/pear/File/Archive/Reader/
H A DFile.php188 if (feof($this->handle)) {
194 while (!feof($this->handle)) {
/plugin/zip/pear/File/Archive/
H A DWriter.php103 while (!feof($handle)) {
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php154 if(!feof($this->fid)){
159 while(!feof($this->fid) && $isComment);
388 while(!feof($this->fid))
/plugin/spellcheck/
H A Daspell.php262 if (feof($pipes[1])) {
268 if (feof($pipes[2])) {
/plugin/upgrade/HTTP/
H A DHTTPClient.php259 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 Dassilist.php17 while (!feof($assigneesList_handle) ) {
/plugin/nsexport/packer/
H A Dpacker.php80 while (!feof($fh)) {
/plugin/elwikiupgrade/
H A DHTTPClient.php267 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 Ddemo.zip.php47 …while ((strlen($compressedFileData) < $LocalFileHeader['compressed_size']) && !feof($getid3->fp)) {

123456