Home
last modified time | relevance | path

Searched refs:feof (Results 76 – 100 of 140) sorted by path

123456

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.optimfrog.php110 while (!feof($this->getid3->fp) && ($this->ftell() < $info['avdataend'])) {
H A Dmodule.audio.voc.php157 } while (!feof($this->getid3->fp) && ($BlockType != 0));
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.graphic.gif.php111 while (!feof($this->getid3->fp)) {
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.tag.xmp.php132 while (($data[1] != "\xD9") && (!$hit_compressed_image_data) && (!feof($filehnd)))
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php153 if (feof($input)) {
H A DUnixPipes.php129 if ($close && feof($pipe)) {
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php576 …while (null !== $this->callback || ($yieldOut && !feof($this->stdout)) || ($yieldErr && !feof($thi…
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPipeStdinInStdoutStdErrStreamSelect.php65 if (false === $str || feof(\STDIN)) {
67 if (!feof(\STDIN)) {
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php1340 if ((($avdataoffset + $SynchSeekOffset) < $ThisFileInfo['avdataend']) && !feof($fd)) {
1356 } elseif (feof($fd)) {
/plugin/linkback/
H A Dhttp.php140 if (feof($socket)) {
210 if (feof($socket)) {
243 while (!feof($socket)) {
/plugin/mantis/lib/
H A Dclass.soap_transport_http.php202 if (!feof($this->fp)) {
801 if(feof($this->fp)) {
897 while (($strlen < $content_length) && (!feof($this->fp))) {
902 if (($tmplen == 0) && (!feof($this->fp))) {
924 } while ($chunked && ($content_length > 0) && (!feof($this->fp)));
925 if (feof($this->fp)) {
935 (! $this->persistentConnection) || feof($this->fp)){
H A Dnusoap.php2309 if (!feof($this->fp)) {
2908 if(feof($this->fp)) {
3004 while (($strlen < $content_length) && (!feof($this->fp))) {
3009 if (($tmplen == 0) && (!feof($this->fp))) {
3031 } while ($chunked && ($content_length > 0) && (!feof($this->fp)));
3032 if (feof($this->fp)) {
3042 (! $this->persistentConnection) || feof($this->fp)){
/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php33 while (!feof($inputfile))
/plugin/mediathumbnails/
H A Dthumb_engines.php145 while (!feof($fp)) {
/plugin/nsexport/packer/
H A Dpacker.php80 while (!feof($fh)) {
/plugin/onlinenumber/
H A Dsyntax.php55 while (! feof($fp)) {
/plugin/openid/Auth/Yadis/
H A DPlainHTTPFetcher.php118 while (!feof($sock) &&
224 while (!feof($sock)) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php4048 while (!feof($fp)) {
H A Dphpthumb.functions.php553 while (!feof($fp)) {
574 while (!feof($fp)) {
666 while (!feof($fp)) {
/plugin/podcast/
H A Dhelper.php69 while( !feof( $fp ) or ( $eoh == true )) {
/plugin/projects/pchart/pchart/
H A Dpchart.php277 while (!feof($handle))
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php165 return $this->socket !== null && !@\feof($this->socket);
/plugin/recaptcha/lib/
H A Drecaptchalib.php88 while ( !feof($fs) )

123456