Home
last modified time | relevance | path

Searched refs:VERSION_10 (Results 1 – 25 of 76) sorted by relevance

1234

/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/www/limesurvey/limesurvey/application/helpers/Zend/Http/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Http/
H A DAbstractMessage.php24 const VERSION_10 = '1.0'; define in Zend\\Http\\AbstractMessage
48 if ($version != self::VERSION_10 && $version != self::VERSION_11) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-http/src/
H A DAbstractMessage.php23 const VERSION_10 = '1.0'; define in Laminas\\Http\\AbstractMessage
48 if (! in_array($version, [self::VERSION_10, self::VERSION_11, self::VERSION_2])) {
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/passa/internals/
H A D_pip_shims.py51 VERSION_10 = pip_shims.utils._parse("10") variable
59 if PIP_VERSION < VERSION_10:
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/
H A DJEP286Test.java55 options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_10); in getCompilerOptions()
56 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_10); in getCompilerOptions()
57 options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_10); in getCompilerOptions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/util/
H A DAbstractCompilerTest.java466 || CompilerOptions.VERSION_10.equals(specVersion); in getPossibleComplianceLevels()
486 } else if (CompilerOptions.VERSION_10.equals(compliance)) { in getPossibleComplianceLevels()
507 System.out.print(CompilerOptions.VERSION_10 + ", "); in getPossibleComplianceLevels()
553 boolean canRun11 = canRun10 && !CompilerOptions.VERSION_10.equals(specVersion); in getPossibleComplianceLevels()
587 if (!CompilerOptions.VERSION_10.equals(specVersion)) { in getPossibleComplianceLevels()
749 options.put(CompilerOptions.OPTION_Compliance, CompilerOptions.VERSION_10); in getCompilerOptions()
750 options.put(CompilerOptions.OPTION_Source, CompilerOptions.VERSION_10); in getCompilerOptions()
751 options.put(CompilerOptions.OPTION_TargetPlatform, CompilerOptions.VERSION_10); in getCompilerOptions()
/dports/devel/py-cabby/cabby-0.1.20/cabby/
H A Dentities.py180 VERSION_10 = const.TAXII_SERVICES_10 variable in DetailedServiceInstance
189 if version not in [self.VERSION_10, self.VERSION_11]:
/dports/games/warzone2100/warzone2100/src/
H A Dgamedef.h43 #define VERSION_10 10 // includes gateways and zones in .map file. macro
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-http/src/PhpEnvironment/
H A DResponse.php58 return self::VERSION_10;
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/PhpEnvironment/
H A DResponse.php59 return self::VERSION_10;
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/PhpEnvironment/
H A DResponse.php59 return self::VERSION_10;
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/PhpEnvironment/
H A DResponse.php59 return self::VERSION_10;
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/PhpEnvironment/
H A DResponse.php59 return self::VERSION_10;

1234