Home
last modified time | relevance | path

Searched defs:DOES_NOT_EXIST (Results 1 – 25 of 54) sorted by relevance

123

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Web/Form/Validator/
H A DReadablePathValidator.php17 const DOES_NOT_EXIST = 'doesNotExist'; define in Icinga\\Web\\Form\\Validator\\ReadablePathValidator
H A DWritablePathValidator.php14 const DOES_NOT_EXIST = 'doesNotExist'; define in Icinga\\Web\\Form\\Validator\\WritablePathValidator
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/meson/
H A Dmesonbuilder.h24 DOES_NOT_EXIST = 0, enumerator
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/extcheck/
H A DMain.java37 public static final String DOES_NOT_EXIST = "Jarfile does not exist: "; field in Main
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/extcheck/
H A DMain.java37 public static final String DOES_NOT_EXIST = "Jarfile does not exist: "; field in Main
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Validate/File/
H A DExists.php39 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend_Validate_File_Exists
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DExists.php23 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DExists.php23 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DExists.php23 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DExists.php23 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DExists.php23 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DExists.php23 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DExists.php23 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DExists.php23 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DExists.php23 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/File/
H A DExists.php23 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/File/
H A DExists.php23 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/File/
H A DExists.php23 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/www/limesurvey/limesurvey/application/helpers/Zend/Validate/File/
H A DExists.php40 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend_Validate_File_Exists
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Validator/File/
H A DExists.php23 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-validator/src/File/
H A DExists.php24 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Laminas\\Validator\\File\\Exists
/dports/www/owncloud/owncloud/lib/composer/laminas/laminas-validator/src/File/
H A DExists.php24 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Laminas\\Validator\\File\\Exists
/dports/www/elgg/elgg-3.3.23/vendor/zendframework/zend-validator/src/File/
H A DExists.php26 const DOES_NOT_EXIST = 'fileExistsDoesNotExist'; define in Zend\\Validator\\File\\Exists
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dregistry_entry.h103 DOES_NOT_EXIST, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/platform_keys/
H A Dplatform_keys_test_base.h29 enum class SystemTokenStatus { EXISTS, DOES_NOT_EXIST }; enumerator

123