Home
last modified time | relevance | path

Searched refs:fp (Results 126 – 150 of 261) sorted by last modified time

1234567891011

/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/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.production.min.js34fp(e){return function(t){var n=t.target,i=kr(e),r=i.eventDefinitions&&i.eventDefinitions[0],o=i.$t… function
/plugin/xtern/
H A Dadmin.php351 $fp = @fopen($SavePath,'wb');
352 if($fp === false) {
356 if(!fwrite($fp,$data)) {
360 fclose($fp);
/plugin/passpolicy/
H A Dhelper.php451 $fp = @fopen('/dev/urandom', 'rb');
452 if ($fp !== false) {
453 $rbytes = fread($fp, $bytes);
454 fclose($fp);
/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);
H A Dget_geocity2.php37 $fp = @fopen($gzfile,'wb');
38 if($fp === false) {
42 if(!fwrite($fp,$data)) {
46 fclose($fp);
/plugin/quickstats/scripts/
H A Dget_geocity.php31 $fp = @fopen($gzfile,'wb');
32 if($fp === false) {
36 if(!fwrite($fp,$data)) {
40 fclose($fp);
H A Dget_geocity2.php66 $fp = @fopen($gzfile,'wb');
67 if($fp === false) {
71 if(!fwrite($fp,$data)) {
75 fclose($fp);
/plugin/strata/lib/
H A Dstrata_querytree_visitor.php22 function visit_fp(&$fp) { argument
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705fp=function(t,e){var n,r,i=t[0],a=t[1],o=t[2],s=e[0],c=e[1],u=e[2],l=s-i,h=c-a,f=l*l+h*h;if(f<1e-1…
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js478 var fp = new mxPoint(fx, fy);
479 pointsList.push(fp);
480 fp.mark = edge.mark;
485 up.mark |= fp.mark;
489 uniquePoints[fx + ',' + fy] = fp;
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6fp=function(t,e){var n,r,i=t[0],a=t[1],o=t[2],s=e[0],c=e[1],u=e[2],l=s-i,h=c-a,f=l*l+h*h;if(f<1e-1…
/plugin/authnc/
H A Dauth.php420 $fp = fSockOpen('ssl:' . $host[1], $this->getConf('port'), $errno, $errstr, 5);
421 if (!$fp) return false; // server is not reachable
/plugin/mediathumbnails/
H A Dthumb_engines.php139 $fp = $zip->getStream($thumbnail_path);
140 if(!$fp) {
145 while (!feof($fp)) {
146 $thumbnaildata .= fread($fp, 8192);
149 fclose($fp);
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1fp=function(t,e){var n,r,i=t[0],a=t[1],o=t[2],s=e[0],c=e[1],u=e[2],l=s-i,h=c-a,f=l*l+h*h;if(f<1e-1…
/plugin/ol3/
H A Dscript.js8fp=function(){var t=function(e,r){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&…
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php177 $fp = fopen($output, "wb");
178 … if(!$fp) throw new VerboseTarIOException('Could not open file for writing: '.$output);
182 fwrite($fp, $this->readbytes(512), 512);
184 … if(($header['size'] % 512) != 0) fwrite($fp, $this->readbytes(512), $header['size'] % 512);
186 fclose($fp);
251 $fp = fopen($file, 'rb');
252 if(!$fp) throw new VerboseTarIOException('Could not open file for reading: '.$file);
266 while(!feof($fp)) {
267 $data = fread($fp, 512);
273 fclose($fp);
/plugin/loglog/helper/
H A Dlogging.php81 $fp = fopen($this->file, 'rb');
82 if ($fp === false) return $data;
85 fseek($fp, 0, SEEK_END);
86 $pos = ftell($fp);
99 fseek($fp, $pos);
101 $tmp = fread($fp, $read);
124 fclose($fp);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.zip.php24 if ($getid3->fp = fopen($filename, 'rb')) {
35 fclose($getid3->fp);
39 fseek($getid3->fp, $valuearray['entry_offset'], SEEK_SET);
45 fseek($getid3->fp, $LocalFileHeader['data_offset'], SEEK_SET);
47 …while ((strlen($compressedFileData) < $LocalFileHeader['compressed_size']) && !feof($getid3->fp)) {
48 $compressedFileData .= fread($getid3->fp, 32768);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.sqlite3.php178 * @param resource $fp
182 public function analyze($filename, $filesize=null, $original_filename='', $fp=null) { argument
205 $analysis = parent::analyze($filename, $filesize, $original_filename, $fp);
H A Dgetid3.lib.php771 $fp = fopen($file, 'rb');
772 fseek($fp, $offset);
775 $buffer = fread($fp, min($size, getID3::FREAD_BUFFER_SIZE));
780 fclose($fp);
1659 $fp = fopen($file, 'r');
1663 fgets($fp, 1024);
1670 $line = ltrim(fgets($fp, 1024), "\t ");
1688 fclose($fp);
H A Dgetid3.php231 public $fp; variable in getID3
414 * @param resource $fp
447 …if (($fp != null) && ((get_resource_type($fp) == 'file') || (get_resource_type($fp) == 'stream')))…
448 $this->fp = $fp;
527 * @param resource $fp
563 fseek($this->fp, 0);
582 fclose($this->fp);
589 fclose($this->fp);
599 fclose($this->fp);
611 fclose($this->fp);
[all …]
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.audio.amr.php52 if ((strlen($buffer) < $this->getid3->fread_buffer_size()) && !feof($this->getid3->fp)) {
H A Dmodule.archive.tar.php41 while (!feof($this->getid3->fp)) {

1234567891011