Home
last modified time | relevance | path

Searched refs:PORT_DEFAULT (Results 1 – 25 of 42) sorted by relevance

12

/dports/shells/viewglob/viewglob-2.0.4/shell/
H A Dviewglob.in24 PORT_DEFAULT=16108
249 port=$PORT_DEFAULT
286 test -z "$PORT" && PORT=$PORT_DEFAULT
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DServer.java63 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in preferenceChange()
71 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in initializeNetwork()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DServer.java63 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in preferenceChange()
71 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in initializeNetwork()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DServer.java63 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in preferenceChange()
71 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in initializeNetwork()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DServer.java63 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in preferenceChange()
71 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in initializeNetwork()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/IdealGraphVisualizer/NetworkConnection/src/main/java/com/sun/hotspot/igv/connection/
H A DServer.java63 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in preferenceChange()
71 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in initializeNetwork()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DServer.java63 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in preferenceChange()
71 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in initializeNetwork()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DServer.java63 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in preferenceChange()
71 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in initializeNetwork()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DServer.java63 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in preferenceChange()
71 …tings.PORT_BINARY : Settings.PORT, binary ? Settings.PORT_BINARY_DEFAULT : Settings.PORT_DEFAULT)); in initializeNetwork()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/java-modules/elastic-v2/src/main/java/org/syslog_ng/elasticsearch_v2/
H A DElasticSearchOptions.java53 private static final String PORT_DEFAULT = "0"; field in ElasticSearchOptions
134 if (options.get(PORT).getValue().equals(PORT_DEFAULT)) in getPort()
232 options.put(new PortCheckDecorator(new StringOption(owner, PORT, PORT_DEFAULT))); in fillStringOptions()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DServer.java93 int curPort = Integer.parseInt(Settings.get().get(Settings.PORT, Settings.PORT_DEFAULT)); in preferenceChange()
101 int curPort = Integer.parseInt(Settings.get().get(Settings.PORT, Settings.PORT_DEFAULT)); in initializeNetwork()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DServer.java93 int curPort = Integer.parseInt(Settings.get().get(Settings.PORT, Settings.PORT_DEFAULT)); in preferenceChange()
101 int curPort = Integer.parseInt(Settings.get().get(Settings.PORT, Settings.PORT_DEFAULT)); in initializeNetwork()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DSettings.java40 public final static String PORT_DEFAULT = "4444"; field in Settings
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DSettings.java40 public final static String PORT_DEFAULT = "4444"; field in Settings
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DSettings.java41 public final static String PORT_DEFAULT = "4444"; field in Settings
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DSettings.java41 public final static String PORT_DEFAULT = "4444"; field in Settings
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DSettings.java41 public final static String PORT_DEFAULT = "4444"; field in Settings
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DSettings.java41 public final static String PORT_DEFAULT = "4444"; field in Settings
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DSettings.java41 public final static String PORT_DEFAULT = "4444"; field in Settings
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DSettings.java41 public final static String PORT_DEFAULT = "4444"; field in Settings
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DSettings.java41 public final static String PORT_DEFAULT = "4444"; field in Settings
/dports/security/tpm2-tss/tpm2-tss-3.1.0/test/integration/
H A Dtest-options.h21 #define PORT_DEFAULT 2321 macro
H A Dmain-sys.c37 .socket_port = PORT_DEFAULT, in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/IdealGraphVisualizer/Settings/src/main/java/com/sun/hotspot/igv/settings/
H A DSettings.java43 public final static String PORT_DEFAULT = "4444"; field in Settings
/dports/security/tpm2-tss/tpm2-tss-3.1.0/test/helper/
H A Dtpm_startup.c25 .socket_port = PORT_DEFAULT, in main()

12