Home
last modified time | relevance | path

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

/plugin/imgpaste/
Daction.php18 protected $tempfile = ''; variable in action_plugin_imgpaste
195 $this->tempfile = $this->tempdir . '/' . md5($data);
196 if (!io_saveFile($this->tempfile, $data)) throw new PasteException('', 500);
197 return $this->tempfile;
205 if ($this->tempfile && file_exists($this->tempfile)) @unlink($this->tempfile);
207 $this->tempfile = '';
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
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/
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 );
Dspellchecker.pl54 my( $fh, $tmpfilename ) = tempfile( DIR => $dir );
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
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 );
Dspellchecker.pl54 my( $fh, $tmpfilename ) = tempfile( DIR => $dir );
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
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 );
Dspellchecker.cfm22 <cfset tempfile = "spell_#randrange(1,10000)#">
64 <cffile action="write" file="#tempFolder#\#tempfile#.txt" output="#text#" charset="utf-8">
68 <cfexecute name="C:\WINDOWS\SYSTEM32\cmd.exe" arguments="/c type c:\test\#tempfile#.txt | c:\aspell…
73 <cfexecute name="C:\WINDOWS\SYSTEM32\cmd.exe" arguments="/c type #tempFolder#\#tempfile#.txt | #aps…
79 <cffile action="delete" file="#tempFolder#\#tempfile#.txt">
Dspellchecker.pl54 my( $fh, $tmpfilename ) = tempfile( DIR => $dir );
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
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 . ') whe…
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 . ') whe…
350 $info = $this->getImage($tempfile, false);
352 …return $this->imageError($file, $firsttime, 'Error parsing temporary file (' . $tempfile . ') crea…
[all …]
/plugin/mizarverifiabledocs/script/
H A Dmiz2svg.py5 import sys, subprocess, tempfile, os, networkx as nx
16 with tempfile.NamedTemporaryFile('w+', delete=False, suffix='.dot') as f:
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
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/
Dnsis.min.js.map1 …rror|execute|packhdr|pragma|finalize|getdllversion|gettlbversion|system|tempfile|warning|verbose|d…
/plugin/photogallery/phpThumb/docs/
Dphpthumb.readme.txt590 * phpThumb() may have tempfile access issues on servers
/plugin/jplayer/vendor/james-heinrich/getid3/
Dchangelog.txt982 Default md5_data() tempfile location is now system temp directory