Home
last modified time | relevance | path

Searched defs:defaultHost (Results 1 – 25 of 114) sorted by relevance

12345

/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/jackc/pgconn/
H A Ddefaults_windows.go44 func defaultHost() string { func
H A Ddefaults.go37 func defaultHost() string { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/opts/
H A Dhosts_unix.go6 const defaultHost = "unix://" + defaultUnixSocket const
H A Dhosts_windows.go6 const defaultHost = "npipe://" + defaultNamedPipe const
/dports/net/storj/storj-1.45.3/vendor/github.com/jackc/pgconn/
H A Ddefaults_windows.go57 func defaultHost() string { func
H A Ddefaults.go50 func defaultHost() string { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/opts/
H A Dhosts_windows.go6 const defaultHost = "npipe://" + defaultNamedPipe const
H A Dhosts_unix.go6 const defaultHost = "unix://" + defaultUnixSocket const
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/jackc/pgconn/
H A Ddefaults_windows.go57 func defaultHost() string { func
H A Ddefaults.go50 func defaultHost() string { func
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/jackc/pgconn/
H A Ddefaults.go37 func defaultHost() string { func
H A Ddefaults_windows.go44 func defaultHost() string { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/opts/
H A Dhosts_unix.go6 const defaultHost = "unix://" + defaultUnixSocket const
H A Dhosts_windows.go6 const defaultHost = "npipe://" + defaultNamedPipe const
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/cli/opts/
H A Dhosts_windows.go6 const defaultHost = "npipe://" + defaultNamedPipe const
H A Dhosts_unix.go6 const defaultHost = "unix://" + defaultUnixSocket const
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/fsouza/go-dockerclient/
H A Dclient_unix.go15 const defaultHost = "unix:///var/run/docker.sock" const
H A Dclient_windows.go17 defaultHost = "npipe:////./pipe/docker_engine" const
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/clientserver/
H A Dconnectionsettingsdialog.h42 static const QString defaultHost; variable
H A Dconnectionsettingsdialog.cpp31 const QString ConnectionSettingsDialog::defaultHost = "localhost"; member in Avogadro::QtPlugins::ConnectionSettingsDialog
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/clientserver/
H A Dconnectionsettingsdialog.h42 static const QString defaultHost; variable
H A Dconnectionsettingsdialog.cpp31 const QString ConnectionSettingsDialog::defaultHost = "localhost"; member in Avogadro::QtPlugins::ConnectionSettingsDialog
/dports/www/grafana8/grafana-8.3.6/pkg/util/
H A Dip_address.go17 func SplitHostPortDefault(input, defaultHost, defaultPort string) (NetworkAddress, error) { argument
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/IceSSL/configuration/
H A DAllTests.java44 createClientProps(Ice.Properties defaultProperties, String defaultDir, String defaultHost) in createClientProps()
64 …createClientProps(Ice.Properties defaultProperties, String defaultDir, String defaultHost, String … in createClientProps()
80 createServerProps(Ice.Properties defaultProperties, String defaultDir, String defaultHost) in createServerProps()
98 …createServerProps(Ice.Properties defaultProperties, String defaultDir, String defaultHost, String … in createServerProps()
124 final String defaultHost = communicator.getProperties().getProperty("Ice.Default.Host"); in allTests() local
/dports/devel/ice37/ice-3.7.2/java-compat/test/src/main/java/test/IceSSL/configuration/
H A DAllTests.java44 createClientProps(Ice.Properties defaultProperties, String defaultDir, String defaultHost) in createClientProps()
64 …createClientProps(Ice.Properties defaultProperties, String defaultDir, String defaultHost, String … in createClientProps()
80 createServerProps(Ice.Properties defaultProperties, String defaultDir, String defaultHost) in createServerProps()
98 …createServerProps(Ice.Properties defaultProperties, String defaultDir, String defaultHost, String … in createServerProps()
124 final String defaultHost = communicator.getProperties().getProperty("Ice.Default.Host"); in allTests() local

12345