/plugin/asciidocjs/node_modules/jake/lib/ |
D | loader.js | 77 function fileExists(name) { function in Loader 100 if ((found = fileExists(n))) { 105 if ((found = fileExists(n))) {
|
/plugin/asciidocjs/node_modules/jake/lib/utils/ |
D | file.js | 90 let fileExists = fs.existsSync(targetFile); 95 if(!fileExists || options.preserveMode) {
|
/plugin/findologicxmlexport/vendor/webmozart/assert/src/ |
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/ |
D | Snippet.php | 676 $fileExists = FileSystems::exists($this->path); 677 if ($fileExists) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
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()
|
D | AssertTest.php | 2898 $this->assertThat(__FILE__, $this->fileExists());
|
/plugin/asciidocjs/node_modules/async/dist/ |
D | async.mjs | 2358 * function fileExists(file, callback) { 2364 * async.detect(['file3.txt','file2.txt','dir1/file1.txt'], fileExists, 2373 * async.detect(['file3.txt','file2.txt','dir1/file1.txt'], fileExists) 2385 * let result = await async.detect(['file3.txt','file2.txt','dir1/file1.txt'], fileExists); 2826 * function fileExists(file, callback) { 2833 * async.every(fileList, fileExists, function(err, result) { 2839 * async.every(withMissingFileList, fileExists, function(err, result) { 2846 * async.every(fileList, fileExists) 2855 * async.every(withMissingFileList, fileExists) 2867 * let result = await async.every(fileList, fileExists); [all …]
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
D | cf_commands.cfm | 86 while( fileExists( sServerDir & sFileName ) )
|
D | cf_io.cfm | 226 if( not fileExists( ARGUMENTS.fileName ) )
|
D | cf5_upload.cfm | 251 while( fileExists("#currentFolderPath##fileName#.#fileExt#") ) {
|
/plugin/diagramsnet/lib/resources/ |
D | dia_i18n.txt | 290 fileExists=fileExists
|
D | dia_ru.txt | 290 fileExists=Файл уже существует
|
D | dia_bg.txt | 290 fileExists=Файлът вече съществува
|
D | dia_el.txt | 290 fileExists=Το αρχείο υπάρχει ήδη
|
D | dia_zh.txt | 290 fileExists=文件已存在
|
D | dia_uk.txt | 290 fileExists=Файл вже існує
|
D | dia_zh-tw.txt | 290 fileExists=檔案已存在
|
D | dia_ko.txt | 290 fileExists=파일이 이미 존재합니다
|
D | dia_th.txt | 290 fileExists=ไฟล์นี้มีอยู่แล้ว
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/ |
D | Functions.php | 1730 function fileExists() function
|
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/cfm/ |
D | connector.cfm | 184 while( fileExists("#currentFolderPath##fileName#.#fileExt#") ) {
|
/plugin/findologicxmlexport/vendor/webmozart/assert/ |
D | README.md | 168 `fileExists($value, $message = '')` | Check that a value is an existing path
|
/plugin/mikioplugin/inc/stemmechanics/lesserphp/ |
D | lessc.inc.php | 79 if ($this->fileExists($file = $full.'.less') || $this->fileExists($file = $full)) { 87 protected function fileExists($name) { function in lessc
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
D | Assert.php | 2531 public static function fileExists() function in PHPUnit_Framework_Assert
|
/plugin/odt/ODT/ |
D | ODTDocument.php | 2088 public function fileExists($name) { function in ODTDocument
|