Searched refs:tempdir (Results 1 – 12 of 12) sorted by relevance
| /plugin/quickstats/scripts/ |
| D | get_geocity2.php | 14 private $tempdir; variable in qs_geoliteCity 29 $this->tempdir = $conf['tmpdir']; 30 if(!file_exists($this->tempdir . '/tmp')) { 31 echo "creating tmp directory: " . $this->tempdir . '/tmp' . "\n"; 32 mkdir($this->tempdir . '/tmp'); 53 $gzfile = $this->tempdir . '/GeoLite2-City.tar.gz'; 84 $files = scandir($this->tempdir); 88 $file = $this->tempdir."/$file"; 101 $phar->extractTo($this->tempdir.'/tmp'); // extract all files 110 $tmpdir_files = scandir($this->tempdir . '/' . 'tmp'); [all …]
|
| /plugin/ebookexport/ |
| D | action.php | 39 $tempdir=tempnam(sys_get_temp_dir(),''); 40 if (file_exists($tempdir)) { unlink($tempdir); } 41 mkdir($tempdir); 72 file_put_contents($tempdir . "/pages.xhtml",$pages); 75 file_put_contents($tempdir . "/mimetype",$mimetype); 78 file_put_contents($tempdir . "/page_styles.css",$pagestyle); 81 file_put_contents($tempdir . "/stylesheet.css",$stylesheet); 83 mkdir($tempdir . "/META-INF"); 86 file_put_contents($tempdir . "/META-INF/container.xml", $container); 116 if(!is_dir($tempdir . $mediadir)) [all …]
|
| /plugin/imgpaste/ |
| D | action.php | 17 protected $tempdir = ''; variable in action_plugin_imgpaste 193 $this->tempdir = io_mktmpdir(); 194 if (!$this->tempdir) throw new PasteException('', 500); 195 $this->tempfile = $this->tempdir . '/' . md5($data); 206 if ($this->tempdir && is_dir($this->tempdir)) @rmdir($this->tempdir); 208 $this->tempdir = '';
|
| /plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
| D | spellchecker.pl | 53 my $dir = tempdir( CLEANUP => 1 );
|
| /plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
| D | spellchecker.pl | 53 my $dir = tempdir( CLEANUP => 1 );
|
| /plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
| D | spellchecker.pl | 53 my $dir = tempdir( CLEANUP => 1 );
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | getid3.lib.php | 1488 static $tempdir = ''; 1489 if (empty($tempdir)) { 1491 $tempdir = sys_get_temp_dir(); // https://github.com/JamesHeinrich/getID3/issues/52 1497 if ($getid3_temp_tempdir = $getid3_temp->tempdir) { 1498 $tempdir = $getid3_temp_tempdir; 1504 if ($tempfilename = tempnam($tempdir, 'gI3')) {
|
| D | getid3.php | 243 public $tempdir = GETID3_TEMP_DIR; variable in getID3 1885 return tempnam($this->tempdir, 'gI3');
|
| /plugin/file2dw/ |
| D | action.php | 429 $this->workDir = $this->tempdir($confUploadDir, 'file2dw_', 0777); 556 function tempdir($dir = null, $prefix = 'tmp_', $mode = 0700, $maxAttempts = 1000) function in action_plugin_file2dw
|
| /plugin/jukebox/id3/ |
| D | getid3.php | 26 var $tempdir = '*'; // default '*' should use system temp dir variable in getID3 1337 return tempnam($this->tempdir, 'gI3');
|
| /plugin/gitbacked/ |
| D | CHANGELOG.md | 188 - Use relative path for Git.php and `$conf['tempdir']` for temp file.
|
| /plugin/aceeditor/ |
| D | build.js | 1 …ds|swapbytes|symamd|symbfact|symmlq|symrcm|symvar|system|tan(?:d|h)?|tar|tempdir|tempname|tetrames…
|