Home
last modified time | relevance | path

Searched refs:tempfile (Results 1 – 11 of 11) sorted by relevance

/plugin/imgpaste/
H A Daction.php13 protected $tempfile = ''; variable in action_plugin_imgpaste
135 $this->tempfile = $this->tempdir . '/' . md5($data);
136 if (!io_saveFile($this->tempfile, $data)) $this->fail(500);
137 return $this->tempfile;
145 if ($this->tempfile && file_exists($this->tempfile)) @unlink($this->tempfile);
147 $this->tempfile = '';
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php211 $tempfile = tempnam($this->dir, uniqid('', true));
213 if (false === $tempfile) {
217 @chmod($tempfile, 0666 & (~$this->umask));
219 …$written = file_put_contents($tempfile, '<?php return unserialize('.var_export(serialize($data), t…
222 throw new \RuntimeException(sprintf('Unable to write cached file to: %s', $tempfile));
225 @chmod($tempfile, 0666 & (~$this->umask));
227 if (false === rename($tempfile, $path)) {
228 @unlink($tempfile);
229 throw new \RuntimeException(sprintf('Unable to rename %s to %s', $tempfile, $path));
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php83 $tempfile = tempnam( $tempfiledir, 'aspell_data_' );
86 if( $fh = fopen( $tempfile, 'w' )) {
105 $cmd = "$aspell_prog $aspell_opts < $tempfile 2>&1";
144 error_handler( "System error: Could not open file '$tempfile' for writing" );
148 unlink( $tempfile );
H A Dspellchecker.pl54 my( $fh, $tmpfilename ) = tempfile( DIR => $dir );
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php79 $tempfile = tempnam( $tempfiledir, 'aspell_data_' );
82 if( $fh = fopen( $tempfile, 'w' )) {
97 $cmd = "$aspell_prog $aspell_opts < $tempfile 2>&1";
136 error_handler( "System error: Could not open file '$tempfile' for writing" );
140 unlink( $tempfile );
H A Dspellchecker.pl54 my( $fh, $tmpfilename ) = tempfile( DIR => $dir );
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php290 $tempfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.jpg');
295 return $this->imageError($file, $firsttime, 'Error creating temporary file (' . $tempfile . ') when using GD library to parse WEBP image');
298 @imagejpeg($im, $tempfile);
299 $data = file_get_contents($tempfile);
301 unlink($tempfile);
344 $tempfile = $this->cache->tempFilename('_tempImgPNG' . md5($file) . random_int(1, 10000) . '.png');
346 $check = @imagepng($im, $tempfile);
348 return $this->imageError($file, $firsttime, 'Error creating temporary file (' . $tempfile . ') when using GD library to parse JPG(CMYK) image');
350 $info = $this->getImage($tempfile, false);
352 return $this->imageError($file, $firsttime, 'Error parsing temporary file (' . $tempfile
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php1875 $tempfile = tempnam(GETID3_TEMP_DIR, 'getID3');
1876 $fp_temp = fopen($tempfile, 'wb');
1886 $getid3_temp->openfile($tempfile);
1904 unlink($tempfile);
/plugin/codemirror/dist/modes/
H A Dnsis.min.js.map1 …rror|execute|packhdr|pragma|finalize|getdllversion|gettlbversion|system|tempfile|warning|verbose|d…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt590 * phpThumb() may have tempfile access issues on servers
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt982 Default md5_data() tempfile location is now system temp directory