Home
last modified time | relevance | path

Searched refs:unlink (Results 151 – 175 of 402) sorted by relevance

12345678910>>...17

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCoffeeScriptFilter.php71 unlink($input);
H A DUglifyCssFilter.php108 unlink($input);
H A DJpegtranFilter.php95 unlink($input);
/plugin/mimetex/
H A Dmimetexrender.php127 unlink($tex);
/plugin/backlinks2/_test/
H A Dsyntax_exclude.test.php72 unlink(DOKU_TMP_DATA.'cache/debug.log');
H A Dsyntax_include.test.php72 unlink(DOKU_TMP_DATA.'cache/debug.log');
H A Dsyntax_include_deep.test.php72 unlink(DOKU_TMP_DATA.'cache/debug.log');
/plugin/watchcycle/helper/
H A Ddb.php97 unlink($file);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DTestUtil.php17 unlink(SABRE_TEMPDIR . '/testdb.sqlite');
/plugin/combo/ComboStrap/
H A DFile.php99 unlink($this->getAbsoluteFileSystemPath());
/plugin/bez/helper/
H A Ddb.php78 unlink($file);
/plugin/bugzillaxmlrpc/
H A Dsyntax.php81 @unlink($this->cookie_file);
149 unlink($this->cookie_file);
/plugin/dlcount/
H A Daction.php38 if (file_exists($metafn)) @unlink($metafn);
44 if (file_exists($metafn)) @unlink($metafn);
/plugin/farm/install/
H A Dfarmstructurecreator.php23 if($mv) $r &= unlink($src);
228 if(!@unlink(__FILE__)) out('structure_couldnotremovestructurecreatorscript');
/plugin/ebookexport/
H A Daction.php40 if (file_exists($tempdir)) { unlink($tempdir); }
227 unlink($dir."/".$object);
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php211 @unlink($filename);
484 if (!unlink($dir . $item)) {
601 return @unlink($filename);
/plugin/odtplus2dw/
H A Daction.php394 if ( file_exists( $this->odtFile ) ) if ( ! @unlink( $this->odtFile ) ) $this->_msg( array( 'er_pg_file', $this->odtFile ) );
395 if ( file_exists( $this->userFile ) ) if ( ! @unlink( $this->userFile ) ) $this->_msg( array( 'er_pg_file', $this->userFile ) );
397 if ( $this->file_extract ) foreach ($this->file_extract as $file) if ( file_exists( $file ) ) if ( ! @unlink( $file ) ) $this->_msg( array( 'er_pg_file', $file ) );
399 if ( $this->file_import ) foreach ( $this->file_import as $file ) if ( file_exists( $this->uploadDir.'/'.$this->pictpath.'/'.$file ) ) if ( ! @unlink( $this->uploadDir.'/'.$this->pictpath.'/'.$file ) ) $this->_msg( array( 'er_pg_file', $this->uploadDir.'/'.$this->pictpath.'/'.$file ) );
/plugin/extendpage/helper/
H A Ddb.php86 unlink($file);
/plugin/nsexport/packer/
H A Dpacker.php84 @unlink($filename);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.vorbiscomment.php111 unlink($tempcommentsfilename);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php104 return unlink($this->path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php104 return unlink($this->path);
/plugin/zip/pear/File/Archive/Writer/
H A DGzip.php118 unlink($this->tmpName);
H A DBzip2.php116 unlink($this->tmpName);
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DCSVSerializationTest.php34 unlink('/tmp/findologic.csv');

12345678910>>...17