Home
last modified time | relevance | path

Searched refs:fileExists (Results 1 – 25 of 71) sorted by relevance

123

/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php823 public static function fileExists($value, $message = '') function in Webmozart\\Assert\\Assert
837 static::fileExists($value, $message);
849 static::fileExists($value, $message);
/plugin/combo/ComboStrap/
H A DSnippet.php676 $fileExists = FileSystems::exists($this->path);
677 if ($fileExists) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php193 $constraint = PHPUnit_Framework_Assert::fileExists();
219 $constraint = PHPUnit_Framework_Assert::fileExists();
244 PHPUnit_Framework_Assert::fileExists()
274 PHPUnit_Framework_Assert::fileExists()
H A DAssertTest.php2898 $this->assertThat(__FILE__, $this->fileExists());
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_commands.cfm86 while( fileExists( sServerDir & sFileName ) )
H A Dcf_io.cfm226 if( not fileExists( ARGUMENTS.fileName ) )
H A Dcf5_upload.cfm251 while( fileExists("#currentFolderPath##fileName#.#fileExt#") ) {
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt290 fileExists=fileExists
H A Ddia_ru.txt290 fileExists=Файл уже существует
H A Ddia_bg.txt290 fileExists=Файлът вече съществува
H A Ddia_el.txt290 fileExists=Το αρχείο υπάρχει ήδη
H A Ddia_zh.txt290 fileExists=文件已存在
H A Ddia_uk.txt290 fileExists=Файл вже існує
H A Ddia_fa.txt290 fileExists=‫فایل از قبل وجود دارد‬
H A Ddia_ja.txt290 fileExists=ファイルはすでに存在します。
H A Ddia_he.txt290 fileExists=‫הקובץ כבר קיים‬
H A Ddia_ko.txt290 fileExists=파일이 이미 존재합니다
H A Ddia_th.txt290 fileExists=ไฟล์นี้มีอยู่แล้ว
H A Ddia_zh-tw.txt290 fileExists=檔案已存在
H A Ddia_ar.txt290 fileExists=‫الملف موجود مسبقا‬
H A Ddia_eu.txt290 fileExists=Fitxategia badago lehendik
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1730 function fileExists() function
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md168 `fileExists($value, $message = '')` | Check that a value is an existing path
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2531 public static function fileExists() function in PHPUnit_Framework_Assert
/plugin/odt/ODT/
H A DODTDocument.php2088 public function fileExists($name) { function in ODTDocument

123