Home
last modified time | relevance | path

Searched refs:unlink (Results 201 – 225 of 402) sorted by relevance

12345678910>>...17

/plugin/autolink2/
H A Dadmin.php50 @unlink($old);
/plugin/log404/
H A Dhelper.php107 unlink($this->filename());
/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);
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php148 unlink( $tempfile );
/plugin/stopforumspam2/
H A Daction.php75 unlink($iplogname);
/plugin/pagetitle/
H A Daction.php30 if (file_exists($legacyFile)) { unlink($legacyFile); }
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php140 unlink( $tempfile );
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php148 @unlink($newFile['tmp_name']);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection58 if not simulate: os.unlink(file["path"])
/plugin/evesso/classes/
H A DoAuthStorage.php165 @unlink($file);
/plugin/diagramsnet/lib/
H A DelectronFilesWorker.js65 fs.unlink(fileObject.bkpPath, (err) => {}); //Ignore errors!
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineConfigCascade.php96 if (!@unlink($file)) {
/plugin/structodt/
H A Dhelper.php113 @unlink($tmp_file); // remove odt file
195 @unlink($file->getRealPath());
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php487 if(file_exists($unlinkFile) && unlink($unlinkFile)) {
731 @unlink( $sFilePath ) ;
736 @unlink( $sFilePath ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php483 if(file_exists($unlinkFile) && unlink($unlinkFile)) {
712 @unlink( $sFilePath ) ;
717 @unlink( $sFilePath ) ;
/plugin/unusedmedias/admin/
H A Dlist.php60 $data['unl'] = @unlink($file);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssEmbedFilter.php129 unlink($input);
/plugin/youtracklinks/
H A Dhelper.php111 unlink($cookiejar) or die("Can't unlink $cookiejar");
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php157 if (file_exists($this->path . '/.sabredav')) unlink($this->path . '/.sabredav');
/plugin/imgpaste/
H A Daction.php145 if ($this->tempfile && file_exists($this->tempfile)) @unlink($this->tempfile);
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php2194 @unlink($v_zip_temp_name);
2225 @unlink($v_zip_temp_name);
2282 @unlink($this->zipname);
4783 @unlink($v_zip_temp_name);
4800 @unlink($v_zip_temp_name);
4819 @unlink($v_zip_temp_name);
4832 @unlink($v_zip_temp_name);
4880 @unlink($v_zip_temp_name);
4893 @unlink($this->zipname);
5191 @unlink($this->zipname);
[all …]
/plugin/indexmenu/inc/
H A Dpclzip.lib.php81 // -11 : Unable to delete file (unlink)
2080 @unlink($v_zip_temp_name);
2111 @unlink($v_zip_temp_name);
2167 @unlink($this->zipname);
4623 @unlink($v_zip_temp_name);
4640 @unlink($v_zip_temp_name);
4663 @unlink($v_zip_temp_name);
4676 @unlink($v_zip_temp_name);
4698 @unlink($v_zip_temp_name);
4722 @unlink(
[all...]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php481 if(file_exists($unlinkFile)&& unlink($unlinkFile)) {
726 @unlink( $sFilePath ) ;
731 @unlink( $sFilePath ) ;
/plugin/stylingpages/
H A Daction.php118 @unlink($path);
/plugin/strreplace/
H A Daction.php44 unlink($this->metafilepath);

12345678910>>...17