Home
last modified time | relevance | path

Searched refs:unlink (Results 201 – 225 of 402) sorted by last modified time

12345678910>>...17

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DJpegoptimFilter.php73 unlink($input);
79 unlink($input);
H A DSprocketsFilter.php113 unlink($tmpAsset);
114 unlink($input);
/plugin/backup/
H A Dadmin.php31 unlink($dir. DIRECTORY_SEPARATOR .$object);
160 @unlink($fn);
/plugin/fileshare/syntax/
H A DFileshare.php181 if(unlink($dir.'/'.$value)== true){
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1unlink","unpack","unshift","untie","use","utime","values","vec","wait","waitpid","wantarray","warn…
H A Dphp.min.js.map1 …url urlencode urldecode rawurlencode rawurldecode readlink linkinfo link unlink exec system escape…
H A Dsql.min.js.map1 …pes uescape unbounded uncommitted under unencrypted union unique unknown unlink unlisten unlogged …
H A Derlang.min.js.map1 …me\",\"throw\",\"tl\",\"trunc\",\"tuple_size\",\n \"tuple_to_list\",\"unlink\",\"unregister\",\…
H A Dperl.min.js1 …,tied:1,time:1,times:1,tr:null,truncate:1,uc:1,ucfirst:1,umask:1,undef:1,unlink:1,unpack:1,unshift…
H A Dfortran.min.js.map1 … \"trim\", \"ttynam\", \"ubound\", \"umask\", \"unlink\",\n …
/plugin/archiveupload/
H A Daction.php244 unlink($this->tmpdir.'/'.$fn_old);
248 unlink($this->tmpdir.'/'.$fn_old);
252 unlink($this->tmpdir.'/'.$fn_old);
268 @unlink($this->tmpdir.'/'.$fn_old);
/plugin/accscounter/
H A Dadmin.php92 …if (file_exists($achelper->counterFN($page, '.number')) and @unlink($achelper->counterFN($page, '.…
93 …if (file_exists($achelper->counterFN($page, '.ip')) and @unlink($achelper->counterFN($page, '.ip')…
H A Daction.php82 if (!unlink($dir . $file)) {
88 unlink($dir . '.htaccess');
113 if (!unlink($filename)) {
140 if (!unlink($filename)) {
159 (is_dir("$dir/$file")) ? $this->delTree("$dir/$file") : unlink("$dir/$file");
181 unlink($dir_name . "/" . $file);
/plugin/latexport/helpers/
H A Darchive_helper_zip.php69 unlink($this->temporaryZipFilename);
/plugin/issuelinks/helper/
H A Ddata.php124 unlink($lockFN);
201 unlink($lockFN);
/plugin/tiledblog/
H A Dajax.php27 @unlink ($baseName."-tile.cache");
28 @unlink ($baseName."-sample.cache");
46 @unlink ($pathFile);
/plugin/sentry/
H A Dhelper.php181 @unlink($file);
/plugin/telleveryone/helper/
H A Ddb.php95 unlink($file);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …ite tell telldir time times tr truncate uc ucfirst umask ' +\n 'undef unlink unpack unshift uti…
/plugin/strreplace/
H A Daction.php44 unlink($this->metafilepath);
/plugin/pycode/
H A Daction.php178 unlink(DOKU_PLUGIN . "pycode/tmp/" . $file_del);
190 unlink(DOKU_PLUGIN . "pycode/tmp/" . $file_del);
197 unlink(DOKU_PLUGIN . "pycode/tmp/logfile");
216 unlink(DOKU_PLUGIN . "pycode/tmp/logfile.tmp");
H A Dsyntax.php327 unlink($tmp_raw_loc_url);
/plugin/pagetitle/
H A Daction.php30 if (file_exists($legacyFile)) { unlink($legacyFile); }
/plugin/extlist/
H A Daction.php34 if (@file_exists($f)) { @unlink($f); }
/plugin/glossary/
H A Dglossary.class.php281 @unlink ($fileName);
389 @unlink ($this->cacheDir."poll-".md5($md5id).".cache");
432 unlink ($pathFile);
570 @unlink ($this->listFile);
814 @unlink ($subDir.$file);
816 @unlink ($subDir.$this->configFile);

12345678910>>...17