Home
last modified time | relevance | path

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

12345678910>>...17

/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/farmer/_test/
H A DgetUserLine.test.php
/plugin/farmsync/_test/
H A DgetPagesFromLine.test.php49 …if (file_exists(wikiFN('wiki:_template', null, false))) unlink(wikiFN('wiki:_template', null, fals…
/plugin/fblogin/
H A Dadmin.php134 if(!unlink(DOKU . '/inc/auth/facebook.class.php')) return false;
154 if(!unlink(DOKU . '/inc/auth/facebook.class.php')) return false;
222 if(!unlink(DOKU_CONFIGLANG .'/' .$lang .'/lang.php')) return false;
/plugin/fckg/action/
H A Dedit.php406 unlink($cname);
H A Dmeta.php256 unlink($path);
307 @unlink($fckl_draft);
308 @unlink($cname);
314 unlink($fckl_draft);
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php148 unlink( $tempfile );
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php483 if(file_exists($unlinkFile) && unlink($unlinkFile)) {
712 @unlink( $sFilePath ) ;
717 @unlink( $sFilePath ) ;
H A Ddwfck_sessions.php54 return(@unlink($sess_file));
63 @unlink($filename);
/plugin/fckg/scripts/
H A Ddraft_delete.php14 unlink($fckg_cname);
16 unlink($cname);
H A Dprev_delete.php10 if(unlink($cname)){
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php211 @unlink($filename);
484 if (!unlink($dir . $item)) {
601 return @unlink($filename);
/plugin/fedauth/classes/adm/
H A Dfa_restore.adm.class.php62 unlink($file);
/plugin/file2dw/
H A Daction.php606 (is_dir("$dir/$file")) ? $this->_delTree("$dir/$file") : unlink("$dir/$file");
/plugin/fileshare/syntax/
H A DFileshare.php181 if(unlink($dir.'/'.$value)== true){
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md125 - [51: FileCacheReader::saveCacheFile::unlink fix](https://github.com/doctrine/annotations/pull/51)
/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/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DCSVSerializationTest.php34 unlink('/tmp/findologic.csv');
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php372 return @unlink($this->getStreamName());
375 return @unlink(
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php817 ->when($result = $wrapper->unlink('hoa://Test/Vfs/Foo?type=file'))
830 ->when($result = $wrapper->unlink('hoa://Test/Vfs/Bar?type=directory'))
/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/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md407 * `unlink`,
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DFile.php127 public function unlink($path); function
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php69 if (false === unlink($source)) {
85 unlink($path);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DHTMLTest.php38 $fileInfo->isDir() ? rmdir($pathname) : unlink($pathname);

12345678910>>...17