Home
last modified time | relevance | path

Searched refs:unlink (Results 226 – 250 of 402) sorted by last modified time

12345678910>>...17

/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 ….fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-b…
/plugin/pagetemplate/
H A Daction.php43 unlink($theTemplate);
/plugin/langdelete/
H A Dadmin.php465 $sucess = @unlink ($path);
/plugin/bureaucracyau/helper/
H A Dfieldnumber.php98 unlink($cache_fn);
/plugin/bureaucracy-au/helper/
H A Dfieldnumber.php98 unlink($cache_fn);
/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/phpunit/phpunit/src/TextUI/
H A DCommand.php990 unlink($caFile);
998 unlink($caFile);
999 unlink($tempFilename);
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DCSVSerializationTest.php34 unlink('/tmp/findologic.csv');
/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/twig/twig/src/
H A DEnvironment.php655 @unlink($file->getPathname());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar278 is_dir($f) ? @rmdir($f) : @unlink($f);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DHTMLTest.php38 $fileInfo->isDir() ? rmdir($pathname) : unlink($pathname);
H A DXMLTest.php34 unlink($fileInfo->getPathname());
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Command/
H A DLintCommandTest.php100 unlink($filename);
140 unlink($file);
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md125 - [51: FileCacheReader::saveCacheFile::unlink fix](https://github.com/doctrine/annotations/pull/51)
/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/hoa/file/
H A DGeneric.php372 return @unlink($this->getStreamName());
375 return @unlink(
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php69 if (false === unlink($source)) {
85 unlink($path);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFilesystemHelper.php25 unlink($filename);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/PHP/
H A DDefault.php205 unlink($this->tempFile);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DPhptTestCaseTest.php61 @unlink($this->filename);
/plugin/gdpr/_test/
H A DCleanUser.test.php33 unlink(getCacheName('_cleandeletedusernames_counter', '.counter.gdpr'));
/plugin/gdpr/action/
H A Ddelusers.php235 unlink($changelogCacheFN);

12345678910>>...17