Home
last modified time | relevance | path

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

12345678910>>...17

/plugin/codemirror/dist/modes/
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 …
/plugin/combo/ComboStrap/
H A DFetcherMarkup.php488 unlink($snippetCacheFile);
H A DFile.php99 unlink($this->getAbsoluteFileSystemPath());
H A DLocalFileSystem.php93 $success = unlink($absolutePath);
H A DMutex.php59 @unlink($this->filePath);
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php7 unlink($dist.'/random_compat.phar');
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php180 unlink($temp_zip);
239 unlink($temp_dir);
261 unlink($path->getPathname());
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php616 unlink($temp_zip_path);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/Cache/
H A DDisk.php112 unlink($path);
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php437 (is_dir("$dir/$file")) ? delTree("$dir/$file") : unlink("$dir/$file");
/plugin/commonmark/vendor/league/commonmark/src/Inline/
H A DAdjacentTextMerger.php
/plugin/conflictmerger/
H A Daction.php365 unlink( $myTextName ); unlink( $oldTextName ); unlink( $yourTextName );
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php85 if (!@unlink($file)) {
H A DConfigManagerTwoLineConfigCascade.php96 if (!@unlink($file)) {
H A DConfigManagerTwoLineLeftImageConfigCascade.php191 if (!@unlink(DOKU_INC . $path)) {
H A DConfigManagerTwoLineRightImageConfigCascade.php117 if (!@unlink(DOKU_INC . $path)) {
/plugin/cronojob/jobs/
H A Dclearcache.php54 if (@unlink($fileglob)) {
94 if (@unlink($fileglob)) {
/plugin/crosspost/
H A Daction.php73 @unlink( wikiFN( $page ) );
/plugin/database/
H A Ddatabase.php1459 unlink($this->name);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dbuild.php153 unlink('build/SabreDAV/composer.json');
154 unlink('build/SabreDAV/composer.lock');
H A Dnaturalselection58 if not simulate: os.unlink(file["path"])
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php47 unlink($this->path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php157 if (file_exists($this->path . '/.sabredav')) unlink($this->path . '/.sabredav');
H A DFile.php104 return unlink($this->path);

12345678910>>...17