Home
last modified time | relevance | path

Searched refs:directoryExists (Results 1 – 6 of 6) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
Dcf5_connector.cfm155 <cfif not directoryExists(name)>
159 <cfif not directoryExists(currentPath & fs & name)>
271 <cfelseif directoryExists(currentFolderPath & newFolderName)>
Dcf5_upload.cfm169 <cfif not directoryExists(name)>
173 <cfif not directoryExists(currentPath & fs & name)>
Dcf_commands.cfm201 <cfelseif directoryExists( currentFolderPath & sNewFolderName )>
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/cfm/
Dconnector.cfm104 <cfif not directoryExists(currentPath & fs & name)>
114 <cfif not directoryExists(userFilesServerPath & url.type)>
314 <cfelseif directoryExists(currentFolderPath & newFolderName)>
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php2521 public static function directoryExists() function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DConstraintTest.php167 $constraint = PHPUnit_Framework_Assert::directoryExists();