Home
last modified time | relevance | path

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

123456

/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DTar.php292 while (!feof($fp)) {
H A DZip.php341 while (!feof($fp)) {
346 $is_last_block = feof($fp);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php180 …if (feof($body)) throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $start . …
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php83 while (!feof($body)) {
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php279 $eof = \feof($this->input);
283 if ($eof || (\feof($this->input) && false === $rawLine)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php245 $eof = feof($this->input);
249 if ($eof || (feof($this->input) && $rawLine===false)) {
/plugin/xfortune/
H A Dhelper.php123 if(feof($fd)) {
/plugin/xtern/
H A Dadmin.php167 while (!feof($handle)) {
/plugin/xtern/scripts/
H A Dchk_links.php23 while (!feof($handle)) {
/plugin/zip/pear/File/Archive/Reader/
H A DBzip2.php241 while (!feof($tmp)) {
H A DCache.php153 while (!feof($this->tmpFile)) {
H A DFile.php188 if (feof($this->handle)) {
194 while (!feof($this->handle)) {
H A DGzip.php262 while (!feof($tmp)) {
/plugin/zip/pear/File/Archive/
H A DWriter.php103 while (!feof($handle)) {
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php159 while(!feof($this->handle)) {

123456