Home
last modified time | relevance | path

Searched refs:unlink (Results 76 – 100 of 402) sorted by relevance

12345678910>>...17

/plugin/conflictmerger/
H A Daction.php365 unlink( $myTextName ); unlink( $oldTextName ); unlink( $yourTextName );
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php503 public function unlink($path) function in Hoa\\Protocol\\Wrapper
506 return unlink(static::realPath($path));
509 return unlink(static::realPath($path), $this->context);
/plugin/siteexport/inc/
H A Dfilewriter.php50 if (@unlink($tmpFile) === false) {
196 if ( @unlink($cacheFile) === false ||
197 @unlink($this->functions->settings->zipFile) === false ) {
/plugin/maintenance/
H A Dhelper.php119 @unlink($lockfile);
146 @unlink($this->manual_lock_file);
/plugin/cronojob/jobs/
H A Dclearcache.php54 if (@unlink($fileglob)) {
94 if (@unlink($fileglob)) {
/plugin/farm/
H A Dconfig.class.php209 if(!unlink($this->manager->conf['farmfsroot'].'.htaccess')) {
228 if(!unlink($this->manager->conf['farmfsroot'].'.htaccess')) {
236 if(!unlink($this->manager->conf['farmfsroot'].$this->manager->conf['barn'].'.htaccess')) {
321 if(!unlink($this->manager->conf['farmfsroot'].'farm.wsdl')) {
/plugin/fckg/scripts/
H A Dprev_delete.php10 if(unlink($cname)){
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.class.php132 unlink($tmpname);
148 unlink($tmpname);
171 unlink($tmpname);
194 unlink($tmpname);
247 unlink($tmpname);
H A Dfilter.output.gzip.class.php16 unlink($tmp_filename);
H A Doutput.fpdf.class.php171 unlink($tmpname);
197 unlink($tmpname);
260 unlink($tmpname);
287 unlink($tmpname);
295 unlink($tmpname);
426 unlink($tempnam);
/plugin/zip/pear/File/Archive/Reader/
H A DDirectory.php152 !@unlink($toUnlink)) {
158 !@unlink("Unable to unlink $toUnlink")) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php100 unlink($filename);
140 unlink($file);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DExecutableFinderTest.php156 unlink($target);
157 unlink($target.'.BAT');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFilesystemHelper.php25 unlink($filename);
/plugin/userpagecreate/
H A Daction.php204 unlink($file);
211 unlink($file);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsInfiniteDepthTest.php18 if (file_exists(SABRE_TEMPDIR.'../.sabredav')) unlink(SABRE_TEMPDIR.'../.sabredav');
32 if (file_exists(SABRE_TEMPDIR.'../.locksdb')) unlink(SABRE_TEMPDIR.'../.locksdb');
H A DServerPropsTest.php19 if (file_exists(SABRE_TEMPDIR.'../.sabredav')) unlink(SABRE_TEMPDIR.'../.sabredav');
31 if (file_exists(SABRE_TEMPDIR.'../.locksdb')) unlink(SABRE_TEMPDIR.'../.locksdb');
/plugin/captcha/
H A DIpCounter.php49 @unlink($this->store);
/plugin/ireadit/action/
H A Dauth.php28 @unlink($idxtag);
/plugin/extlist/
H A Daction.php34 if (@file_exists($f)) { @unlink($f); }
/plugin/davcal/vendor/sabre/dav/tests/
H A Dbootstrap.php28 if (file_exists('.sabredav')) unlink('.sabredav');
/plugin/mantis/lib/
H A Dclass.wsdlcache.php87 unlink($filename);
197 $ret = unlink($filename);
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DFile.php127 public function unlink($path); function
/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')…
/plugin/pdftools/
H A Dadmin.php85 unlink($target_path);
216 unlink($full);

12345678910>>...17