Home
last modified time | relevance | path

Searched defs:systemProperties (Results 1 – 25 of 75) sorted by relevance

123

/dports/editors/jedit/installer/macros/Properties/
H A DSystem_Properties.bsh33 systemProperties() function
44 systemProperties(); function
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/xsltconfig/
H A DXsltConfigurationAssembler.java44 private SystemProperty[] systemProperties = new SystemProperty[0]; field in XsltConfigurationAssembler
54 public void injectComponent(SystemProperty[] systemProperties) { in injectComponent()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/tools/tsk_analyzeimg/
H A Dtsk_analyzeimg.cpp199 TskSystemPropertiesImpl *systemProperties = new TskSystemPropertiesImpl(); in main() local
205 TskSystemPropertiesImpl *systemProperties = new TskSystemPropertiesImpl(); in main() local
212 TskSystemPropertiesImpl *systemProperties = new TskSystemPropertiesImpl(); in main() local
/dports/security/zaproxy/gradle-zaproxy/.tmp/gradle-kotlin-dsl-extensions-7.31075410672711692815616101090716871516306jar/org/gradle/kotlin/dsl/
H A DGradleApiKotlinDslExtensions38.kt40 inline fun org.gradle.process.JavaForkOptions.`systemProperties`(vararg `properties`: Pair<String, … method
H A DGradleApiKotlinDslExtensions51.kt40 inline fun org.gradle.api.tasks.JavaExec.`systemProperties`(vararg `properties`: Pair<String, Any?>… method
H A DGradleApiKotlinDslExtensions56.kt40 inline fun org.gradle.api.tasks.testing.Test.`systemProperties`(vararg `properties`: Pair<String, A… method
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/config/
H A DConfigIntegrationTest.java63 final Properties systemProperties = new Properties(); in traverse() local
115 final Properties systemProperties = (Properties)System.getProperties().clone(); in testToolWithConfigValidation() local
/dports/devel/hadoop2/jetty-6.1.14/contrib/jetty-ant/src/main/java/org/mortbay/jetty/ant/
H A DJettyRunTask.java61 private SystemProperties systemProperties; field in JettyRunTask
99 public void addSystemProperties(SystemProperties systemProperties) in addSystemProperties()
/dports/devel/hadoop/jetty-6.1.14/contrib/jetty-ant/src/main/java/org/mortbay/jetty/ant/
H A DJettyRunTask.java61 private SystemProperties systemProperties; field in JettyRunTask
99 public void addSystemProperties(SystemProperties systemProperties) in addSystemProperties()
/dports/devel/hadoop2/jetty-6.1.14/contrib/jetty-ant/src/main/java/org/mortbay/jetty/ant/types/
H A DSystemProperties.java31 private List systemProperties = new ArrayList(); field in SystemProperties
/dports/devel/hadoop/jetty-6.1.14/contrib/jetty-ant/src/main/java/org/mortbay/jetty/ant/types/
H A DSystemProperties.java31 private List systemProperties = new ArrayList(); field in SystemProperties
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/ui/env/
H A DEnvironmentTab.scala37 var systemProperties = Seq[(String, String)]() variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/corba/se/impl/orb/
H A DSetDefaultORBTest.java40 Properties systemProperties = System.getProperties(); in main() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/corba/se/impl/orb/
H A DSetDefaultORBTest.java40 Properties systemProperties = System.getProperties(); in main() local
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/property/
H A DSystemProperty.java50 public static Properties toProperties(SystemProperty[] systemProperties) { in toProperties()
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/
H A DApplicationPropertiesLogger.java99 Map<String, String> systemProperties = new HashMap<String, String>(); in getAllSystemProperties() local
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/core/env/
H A DStandardEnvironmentTests.java319 Map<?, ?> systemProperties = environment.getSystemProperties(); in getSystemProperties_withAndWithoutSecurityManager() local
353 Map<?, ?> systemProperties = environment.getSystemProperties(); in getSystemProperties_withAndWithoutSecurityManager() local
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/tsk/framework/services/
H A DTskServices.cpp192 void TskServices::setSystemProperties(TskSystemProperties& systemProperties) in setSystemProperties()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/debug/model/
H A DAntThread.java353 …List<AntProperty> systemProperties = ((AntPropertiesValue) fSystemProperties.getLastValue()).getPr… in newProperties() local
404 …private void addProperty(List<AntProperty> userProperties, List<AntProperty> systemProperties, Lis… in addProperty()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/tools/tsk_validatepipeline/
H A Dtsk_validatepipeline.cpp151 TskSystemPropertiesImpl systemProperties; in main() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/config/
H A DConfigFactory.java87 final Properties systemProperties = System.getProperties(); in checkFileNamePropertyExistenceAndSetConfigFactoryProperties() local
169 final Properties systemProperties = System.getProperties(); in injectToSystemProperties() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/base/android/java/src/org/chromium/media/
H A DDisplayCompat.java126 Class<?> systemProperties = Class.forName("android.os.SystemProperties"); in getSystemProperty() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Debug Tests/org/eclipse/ant/tests/ui/debug/
H A DPropertyTests.java44 private void systemProperties(boolean sepVM) throws Exception, CoreException { in systemProperties() method in PropertyTests
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AndroidManagement/
H A DDevice.php61 public $systemProperties; variable in Google_Service_AndroidManagement_Device
362 public function setSystemProperties($systemProperties)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Diagnostics/Eventing/Reader/
H A DEventLogRecord.cs39 private NativeWrapper.SystemProperties systemProperties; field in System.Diagnostics.Eventing.Reader.EventLogRecord

123