Home
last modified time | relevance | path

Searched refs:fp (Results 226 – 250 of 261) sorted by relevance

1234567891011

/plugin/dw2pdf/
H A Daction.php596 $fp = @fopen($cachefile, "rb");
597 if ($fp) {
598 http_rangeRequest($fp, filesize($cachefile), 'application/pdf');
/plugin/photogallery/phpThumb/
H A Dphpthumb.bmp.php33 if ($fp = @fopen($filename, 'rb')) {
34 $BMPdata = fread($fp, filesize($filename));
35 fclose($fp);
H A Dphpthumb.class.php363 fwrite($fp, $rawImageData);
364 fclose($fp);
3829 if ($fp = @fopen($filename, 'rb')) {
3834 $rawimagedata .= fread($fp, $blocksize);
3836 fclose($fp);
4046 if ($fp = @fopen($this->sourceFilename, 'rb')) {
4048 while (!feof($fp)) {
4049 $this->rawImageData .= fread($fp, 32768);
4051 fclose($fp);
4081 $HeaderFourBytes = fread($fp, 4);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php1175 $getid3_temp->openfile($this->getid3->filename, null, $this->getid3->fp);
1261 $getid3_temp->openfile($this->getid3->filename, null, $this->getid3->fp);
1560 $getid3_temp->openfile($this->getid3->filename, null, $this->getid3->fp);
1582 $getid3_temp->openfile($this->getid3->filename, null, $this->getid3->fp);
1643 $getid3_temp->openfile($this->getid3->filename, null, $this->getid3->fp);
1660 $getid3_temp->openfile($this->getid3->filename, null, $this->getid3->fp);
1694 $getid3_temp->openfile($this->getid3->filename, null, $this->getid3->fp);
H A Dmodule.tag.lyrics3.php112 …getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp);
H A Dmodule.audio.dsdiff.php212 $getid3_temp->openfile($this->getid3->filename, null, $this->getid3->fp);
H A Dmodule.audio-video.mpeg.php397 …getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp);
H A Dmodule.audio.mp3.php1437 if ((($avdataoffset + $SynchSeekOffset) < $info['avdataend']) && !feof($this->getid3->fp)) {
1453 } elseif (feof($this->getid3->fp)) {
H A Dmodule.audio-video.matroska.php368 …getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp);
H A Dmodule.audio-video.quicktime.php1484 …getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp);
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js1 …ypeof define&&define.amd?define([],e):"object"==typeof exports?exports.fp=e():t.fp=e()})(this,func…
/plugin/siteexport/action/
H A Dajax.php617 $fp = fopen( $tmpFile, "w");
618 if(!$fp) {
623 fwrite($fp,$getData);
624 fclose($fp);
/plugin/aclauditor/
H A Dadmin.php78 fclose($fp);
/plugin/mantis/lib/
H A Dclass.soap_server.php255 $fp = fopen($this->externalWSDLURL, 'r');
256 fpassthru($fp);
H A Dclass.wsdl.php242 if ($fp = @fopen($path, 'r')) {
244 while ($data = fread($fp, 32768)) {
247 fclose($fp);
H A Dchangelog154 - soap_transport_http: Check that $this->fp exists when doing persistent connections
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1379 $fp = fopen($file, "rb");
1380 if (!$fp) {
1384 $s_array = fstat($fp);
1391 shmop_write($shmid, fread($fp, $size), 0);
/plugin/glossary/
H A Dglossary.class.php249 $fp = fopen ($fileName, "r+");
250 if (!flock ($fp, $lock)) {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php1104 if ($fp = fopen($file, 'rb')) {
1125 fseek($fp, $offset, SEEK_SET);
1127 while (($byteslefttowrite > 0) && ($buffer = fread($fp, 32768))) {
1151 fclose($fp);
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php1156 if(!$fp = fopen("$fileName", "w"))
1158 if(!fputs($fp, $this->utf8->encodeUtf8($fileString)))
1160 fclose($fp);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php4357 $fp = fopen($filename, 'w');
4358 $this->realtime_log_file = $fp;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php1225 $fp = $fm = $ffp = $ffm = '';
1229 $fp = $this->mpdf->OTLtags['Plus'];
1231 preg_match_all('/([a-zA-Z0-9]{4})/', $fp, $m);
/plugin/c3chart/assets/
H A Dd3.min.js2fp,g)),_=Math.max(lp,Math.min(fp,_))],s=[o=Math.max(lp,Math.min(fp,o)),u=Math.max(lp,Math.min(fp,u…
/plugin/flowplayer/player/
H A DREADME.txt21 - #586 add a bitrate label with a new namespace attribute fp:bitratelabel.
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2852 var root = cfb.FullPaths[0], fp = root, fi = cfb.FileIndex[0];
2858 if(!fi.size || !fi.content || fp == "\u0001Sh33tJ5") continue;
2862 var namebuf = new_buf(fp.length);
2863 for(j = 0; j < fp.length; ++j) namebuf.write_shift(1, fp.charCodeAt(j) & 0x7F);
2966 if(fp) {
2967 m = (ext = fp).match(/[\.\\]([^\.\\])+$/);
3119 var root = cfb.FullPaths[0], fp = root, fi = cfb.FileIndex[0];
3121 fp = cfb.FullPaths[i].slice(root.length);
3126 fp = fp.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7E-\xFF]/g, function(c) {
3145 out.push('Content-Type: ' + get_content_type(fi, fp));
[all …]

1234567891011