Searched refs:tempdir (Results 1 – 11 of 11) sorted by relevance
/plugin/quickstats/scripts/ |
H A 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 [all...] |
/plugin/ebookexport/ |
H A 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); 83 mkdir($tempdir . "/META-INF"); 116 if(!is_dir($tempdir . $mediadir)) 117 mkdir($tempdir . $mediadir, 0777, true); 118 copy($mediafile,$tempdir . $medialink); 179 $zipfile = $tempdir . "/" . $ID . ".epub"; 182 $zip->addFile($tempdir . "/" . $file,$file); [all …]
|
/plugin/imgpaste/ |
H A D | action.php | 17 protected $tempdir = ''; 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 = ''; 12 protected $tempdir = ''; global() variable in action_plugin_imgpaste
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
H A D | spellchecker.pl | 53 my $dir = tempdir( CLEANUP => 1 );
|
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
H A D | spellchecker.pl | 53 my $dir = tempdir( CLEANUP => 1 );
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A 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')) {
|
H A D | getid3.php | 243 public $tempdir = GETID3_TEMP_DIR; variable in getID3 1885 return tempnam($this->tempdir, 'gI3');
|
/plugin/file2dw/ |
H A 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/ |
H A D | getid3.php | 26 var $tempdir = '*'; // default '*' should use system temp dir variable in getID3 1337 return tempnam($this->tempdir, 'gI3');
|
/plugin/gitbacked/ |
H A D | CHANGELOG.md | 139 - Use relative path for Git.php and `$conf['tempdir']` for temp file.
|
/plugin/aceeditor/ |
H A D | build.js | 1 …ds|swapbytes|symamd|symbfact|symmlq|symrcm|symvar|system|tan(?:d|h)?|tar|tempdir|tempname|tetrames…
|