Home
last modified time | relevance | path

Searched refs:unlink (Results 51 – 75 of 402) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php117 @unlink($path);
152 @unlink($path);
187 @unlink($path);
228 @unlink($tempfile);
/plugin/projects/pchart/pchart/
H A Dpcache.php54 unlink($this->CacheFolder.$file);
88 unlink($FileName);
/plugin/charter/lib/pchart/
H A DpCache.class.php54 unlink($this->CacheFolder.$file);
88 unlink($FileName);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php153 unlink('build/SabreDAV/composer.json');
154 unlink('build/SabreDAV/composer.lock');
/plugin/elwikiupgrade/
H A Dadmin.php141 @unlink($this->tgzfile);
215 if(!@unlink($dir.'/'.$obj)) {
420 @unlink($file)
428 @unlink(DOKU_INC.'install.php');
432 @unlink($conf['cachedir'].'/messages.txt');
489 if(file_exists($to) && !@unlink($to)) {
/plugin/swiftmail/Swift/Cache/
H A DDisk.php74 @unlink(self::$save_path . "/" . $this->prefix . $key);
127 @unlink($f);
/plugin/statdisplay/pchart/
H A DpCache.php41 unlink ( $this->CacheFolder . $file );
78 unlink ( $FileName );
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLazyOpenStreamTest.php16 unlink($this->fname);
23 unlink($this->fname);
/plugin/statistics/inc/pchart/
H A DpCache.php42 unlink($this->CacheFolder.$file);
76 unlink($FileName);
/plugin/commonmark/vendor/league/commonmark/src/Inline/
H A DAdjacentTextMerger.php
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php89 return unlink($this->getFilePath($filename));
102 unlink($item->getPathname());
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSprocketsFilter.php113 unlink($tmpAsset);
114 unlink($input);
/plugin/pgn4web/pgn4web/
H A Dviewer.php181 …if ((isset($tempZipName)) && ($tempZipName) && (file_exists($tempZipName))) { unlink($tempZipName)…
193 …if ((isset($tempZipName)) && ($tempZipName) && (file_exists($tempZipName))) { unlink($tempZipName)…
257 …if ((isset($tempZipName)) && ($tempZipName) && (file_exists($tempZipName))) { unlink($tempZipName)…
262 …if ((isset($tempZipName)) && ($tempZipName) && (file_exists($tempZipName))) { unlink($tempZipName)…
268 …if ((isset($tempZipName)) && ($tempZipName) && (file_exists($tempZipName))) { unlink($tempZipName)…
/plugin/ipgroup/
H A Dadmin.php55 @unlink($conf['cachedir'].'/ipgroup');
117 @unlink($conf['cachedir'].'/ipgroup');
/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php57 @unlink($storageFile . '.lock');
133 if (! @unlink($file)) {
/plugin/discussion/
H A Dconvert.php85 @unlink($file['old']);
150 @unlink($file['old']);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php180 unlink($temp_zip);
239 unlink($temp_dir);
261 unlink($path->getPathname());
/plugin/editx/
H A Daction.php171 unlink($oldfile);
188 if (file_exists($file)) unlink($file);
275 unlink(metaFN($opts['oldpage'],'.changes')); // purge page changes
281 @unlink(wikiFN($opts['oldpage'])); // remove old page file so no additional history
317 if ($opts['purge']) unlink(metaFN($opts['oldpage'],'.changes')); // purge page changes
/plugin/prolog/
H A Dprolog_tag.php101 unlink($tmpname);
150 unlink($stdin);
/plugin/epub/
H A Dhelper.php46 if(unlink($file)) {
92 unlink($name);
/plugin/fckg/action/
H A Dmeta.php256 unlink($path);
307 @unlink($fckl_draft);
308 @unlink($cname);
314 unlink($fckl_draft);
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js1unlink,command:"unlink"});b.ui.addButton("Anchor",{label:b.lang.anchor.toolbar,command:"anchor"});… property in AnonymousFunctionca5ce9400400.g
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.real.php143 unlink($tempfilename);
147 unlink($tempfilename);
309 unlink($tempfilename);
313 unlink($tempfilename);
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1unlink,command:"unlink"});b.ui.addButton("Anchor",{label:b.lang.anchor.toolbar,command:"anchor"});… property in AnonymousFunctiona1a5d2930400.g
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php80 unlink($filename);
113 @unlink($leaffilename);
272 unlink($leaffilename);

12345678910>>...17