Home
last modified time | relevance | path

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

123456

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

123456