Home
last modified time | relevance | path

Searched refs:unlink (Results 176 – 200 of 402) sorted by relevance

12345678910>>...17

/plugin/deletehistory/
H A Dhelper.php52 unlink($file->getPathname());
/plugin/issuelinks/helper/
H A Ddata.php124 unlink($lockFN);
201 unlink($lockFN);
/plugin/dokukiwix/
H A Dajax.php125 unlink($lock);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DStylusFilter.php105 unlink($input);
/plugin/html2pdf/html2pdf/html2ps/
H A Dimage.class.php170 unlink($value->get_filename());
/plugin/backlinks2/_test/
H A Dsyntax.test.php74 unlink(DOKU_TMP_DATA.'cache/debug.log');
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak17 if($mv) $r &= unlink($src);
164 if(!@unlink(__FILE__)) die('Could not remove farm structure creator script file');
165 if(!@unlink('config.php')) die('Could not remove farm config temp file');
/plugin/projects/lib/
H A Dproject.php257 if (file_exists($path)) unlink($path);
296 @unlink($path);
310 @unlink($this->project_file);
/plugin/abc/
H A Dsyntax.php253 unlink($d);
298 if(file_exists($epsFile)) unlink($epsFile);
319 if(file_exists($psFile)) unlink($psFile);
/plugin/openid/Auth/OpenID/
H A DFileStore.php225 @unlink($filename);
523 if (!unlink($dir . $item)) {
653 return @unlink($filename);
/plugin/simplechat/
H A Dsyntax.php118 @unlink( $filename ); // its too old. remove it.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DXMLTest.php34 unlink($fileInfo->getPathname());
H A DHTMLTest.php38 $fileInfo->isDir() ? rmdir($pathname) : unlink($pathname);
/plugin/dx/src/
H A DStandardize.php73 unlink($targetFilePath);
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php85 if (!@unlink($file)) {
H A DConfigManagerTwoLineRightImageConfigCascade.php117 if (!@unlink(DOKU_INC . $path)) {
/plugin/openlayersmap/admin/
H A Dpurge.php84 $this->rrmdir("$sDir/$sFile") : unlink("$sDir/$sFile");
/plugin/openas/
H A Daction.php46 if(file_exists($file)&&!$this->locks_set) @unlink($file);
233 if(file_exists($file)) @unlink($file);
/plugin/bureaucracy-au/helper/
H A Dfieldnumber.php98 unlink($cache_fn);
/plugin/bureaucracyau/helper/
H A Dfieldnumber.php98 unlink($cache_fn);
/plugin/bureaucracy/helper/
H A Dfieldnumber.php98 unlink($cache_fn);
/plugin/batchedit/
H A Dengine.php521 @unlink(self::getFileName($id, 'props'));
522 @unlink(self::getFileName($id, 'matches'));
523 @unlink(self::getFileName($id, 'progress'));
524 @unlink(self::getFileName($id, 'cancel'));
590 @unlink(BatcheditSessionCache::getFileName($id, 'cancel'));
/plugin/odt2dw/
H A Daction.php341 …if ( file_exists( $this->odtFile ) ) if ( ! @unlink( $this->odtFile ) ) $this->_msg( array( 'er_pg…
343 …reach ($this->file_extract as $file) if ( file_exists( $file ) ) if ( ! @unlink( $file ) ) $this->…
345 … file_exists( $this->uploadDir.'/'.$this->pictpath.'/'.$file ) ) if ( ! @unlink( $this->uploadDir.…
/plugin/freesync/
H A Dhelper.php73 unlink($oldpfFN);
78 unlink($oldpfFN);
433 @unlink($ftmp);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php39 unlink($pharFile);

12345678910>>...17