Home
last modified time | relevance | path

Searched refs:fp (Results 201 – 225 of 261) sorted by relevance

1234567891011

/plugin/structodt/
H A Dhelper.php152 $fp = @fopen($tmp_file, "rb");
153 if($fp) {
156 http_rangeRequest($fp, filesize($tmp_file), $mime);
/plugin/jukebox/id3/
H A Dgetid3.lib.php653 if ($fp = @fopen($file, 'rb')) {
657 fseek($fp, $offset, SEEK_SET);
659 while (($byteslefttowrite > 0) && ($buffer = fread($fp, GETID3_FREAD_BUFFER_SIZE))) {
667 fclose($fp);
1253 $fp = fopen($file, 'r');
1257 fgets($fp, 1024);
1264 $line = ltrim(fgets($fp, 1024), "\t ");
1280 fclose($fp);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.optimfrog.php82 …getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp);
110 while (!feof($this->getid3->fp) && ($this->ftell() < $info['avdataend'])) {
313 …getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp);
H A Dmodule.audio.bonk.php171 while (!feof($this->getid3->fp)) {
207 …getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp);
H A Dmodule.audio.amr.php52 if ((strlen($buffer) < $this->getid3->fread_buffer_size()) && !feof($this->getid3->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 Dmodule.audio.lpac.php86 …getid3_temp->openfile($this->getid3->filename, $this->getid3->info['filesize'], $this->getid3->fp);
H A Dmodule.graphic.gif.php111 while (!feof($this->getid3->fp)) {
H A Dwrite.id3v2.php131 …) && getID3::is_writable($this->filename) && is_file($this->filename) && ($fp = fopen($this->filen…
132 rewind($fp);
133 fwrite($fp, $NewID3v2Tag, strlen($NewID3v2Tag));
134 fclose($fp);
141 …if (getID3::is_writable($this->filename) && is_file($this->filename) && ($fp = fopen($this->filena…
142 rewind($fp);
143 fwrite($fp, $NewID3v2Tag, strlen($NewID3v2Tag));
144 fclose($fp);
H A Dmodule.archive.tar.php41 while (!feof($this->getid3->fp)) {
H A Dmodule.audio.voc.php157 } while (!feof($this->getid3->fp) && ($BlockType != 0));
H A Dmodule.archive.zip.php169 rewind($this->getid3->fp);
215 rewind($this->getid3->fp);
/plugin/odt/action/
H A Dexport.php488 $fp = @fopen($cachefile, "rb");
489 if($fp) {
490 http_rangeRequest($fp, filesize($cachefile), 'application/vnd.oasis.opendocument.text');
/plugin/vamr/
H A Dsyntax.php48 if (!$fp = curl_init('https://www.darwiniana.cz/vamr/?page=obrazek&amp;id='.$r)) $r = 1;
/plugin/strata/lib/
H A Dstrata_querytree_visitor.php22 function visit_fp(&$fp) { argument
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php174 if ($fp = @fopen($phpThumb->cache_filename, 'wb')) { variable
175 fwrite($fp, 'this is a test from '.__FILE__);
176 fclose($fp);
/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/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/sqlraw/
H A Dsyntax.php439 $fp = fopen($dbfile, 'w');
467 fputcsv($fp, $mdTable[$key]);
533 fputcsv($fp, $mycells[$row_index]);
543 fclose($fp);
/plugin/stats/
H A Dsyntax.php795 $fp = @fopen( $cache_file, 'w' );
796 @fwrite( $fp, '<?php
799 @fwrite( $fp, '
811 @fclose( $fp );
/plugin/sequencediagram/bower_components/lodash/
H A D.travis.yml128 …$BIN ./test/saucelabs.js name="lodash-fp tests" runner="test/fp.html?noglobals=true" …
/plugin/googlesearch/
H A Dnusoap.php2104 if($this->persistentConnection && isset($this->fp) && is_resource($this->fp)){
2105 if (!feof($this->fp)) {
2109 fclose($this->fp);
2129 if(!$this->fp) {
2552 if(feof($this->fp)) {
2560 $tmp = fgets($this->fp, 256);
2676 if (feof($this->fp)) {
2687 fclose($this->fp);
2688 $this->fp = false;
3278 fpassthru($fp);
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-modules.js144 actions.push(file.write(path.join(target, 'fp.js'), template.fp()));
/plugin/pagetemplate/
H A Daction.php77 $fp = wikiFN($pageName);
/plugin/mantis/lib/
H A Dnusoap.php2308 if($this->persistentConnection && isset($this->fp) && is_resource($this->fp)){
2309 if (!feof($this->fp)) {
2313 fclose($this->fp);
2331 if(!$this->fp) {
2908 if(feof($this->fp)) {
2916 $tmp = fgets($this->fp, 256);
3032 if (feof($this->fp)) {
3043 fclose($this->fp);
3044 $this->fp = false;
3665 fpassthru($fp);
[all …]

1234567891011