/plugin/findologicxmlexport/vendor/webmozart/assert/src/ |
H A D | Assert.php | 823 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 D | Snippet.php | 676 $fileExists = FileSystems::exists($this->path); 677 if ($fileExists) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | ConstraintTest.php | 193 $constraint = PHPUnit_Framework_Assert::fileExists(); 219 $constraint = PHPUnit_Framework_Assert::fileExists(); 244 PHPUnit_Framework_Assert::fileExists() 274 PHPUnit_Framework_Assert::fileExists()
|
H A D | AssertTest.php | 2898 $this->assertThat(__FILE__, $this->fileExists());
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | cf_commands.cfm | 86 while( fileExists( sServerDir & sFileName ) )
|
H A D | cf_io.cfm | 226 if( not fileExists( ARGUMENTS.fileName ) )
|
H A D | cf5_upload.cfm | 251 while( fileExists("#currentFolderPath##fileName#.#fileExt#") ) {
|
/plugin/diagramsnet/lib/resources/ |
H A D | dia_i18n.txt | 290 fileExists=fileExists
|
H A D | dia_ru.txt | 290 fileExists=Файл уже существует
|
H A D | dia_bg.txt | 290 fileExists=Файлът вече съществува
|
H A D | dia_el.txt | 290 fileExists=Το αρχείο υπάρχει ήδη
|
H A D | dia_zh.txt | 290 fileExists=文件已存在
|
H A D | dia_uk.txt | 290 fileExists=Файл вже існує
|
H A D | dia_fa.txt | 290 fileExists=فایل از قبل وجود دارد
|
H A D | dia_ja.txt | 290 fileExists=ファイルはすでに存在します。
|
H A D | dia_he.txt | 290 fileExists=הקובץ כבר קיים
|
H A D | dia_ko.txt | 290 fileExists=파일이 이미 존재합니다
|
H A D | dia_th.txt | 290 fileExists=ไฟล์นี้มีอยู่แล้ว
|
H A D | dia_zh-tw.txt | 290 fileExists=檔案已存在
|
H A D | dia_ar.txt | 290 fileExists=الملف موجود مسبقا
|
H A D | dia_eu.txt | 290 fileExists=Fitxategia badago lehendik
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
H A D | Functions.php | 1730 function fileExists() function
|
/plugin/findologicxmlexport/vendor/webmozart/assert/ |
H A D | README.md | 168 `fileExists($value, $message = '')` | Check that a value is an existing path
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 2531 public static function fileExists() function in PHPUnit_Framework_Assert
|
/plugin/odt/ODT/ |
H A D | ODTDocument.php | 2088 public function fileExists($name) { function in ODTDocument
|