Home
last modified time | relevance | path

Searched refs:_ping (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/contrib/apache/
H A Dapache.conf16 ProxyPass /_ping http://localhost:5001/_ping
17 ProxyPassReverse /_ping http://localhost:5001/_ping
64 ProxyPass /_ping http://localhost:5000/_ping
65 ProxyPassReverse /_ping http://localhost:5000/_ping
88 <Location /v1/_ping>
94 <Location /_ping>
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/contrib/apache/
H A Dapache.conf16 ProxyPass /_ping http://localhost:5001/_ping
17 ProxyPassReverse /_ping http://localhost:5001/_ping
64 ProxyPass /_ping http://localhost:5000/_ping
65 ProxyPassReverse /_ping http://localhost:5000/_ping
88 <Location /v1/_ping>
94 <Location /_ping>
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/contrib/apache/
H A Dapache.conf16 ProxyPass /_ping http://localhost:5001/_ping
17 ProxyPassReverse /_ping http://localhost:5001/_ping
64 ProxyPass /_ping http://localhost:5000/_ping
65 ProxyPassReverse /_ping http://localhost:5000/_ping
88 <Location /v1/_ping>
94 <Location /_ping>
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/contrib/apache/
H A Dapache.conf16 ProxyPass /_ping http://localhost:5001/_ping
17 ProxyPassReverse /_ping http://localhost:5001/_ping
64 ProxyPass /_ping http://localhost:5000/_ping
65 ProxyPassReverse /_ping http://localhost:5000/_ping
88 <Location /v1/_ping>
94 <Location /_ping>
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/contrib/apache/
H A Dapache.conf16 ProxyPass /_ping http://localhost:5001/_ping
17 ProxyPassReverse /_ping http://localhost:5001/_ping
64 ProxyPass /_ping http://localhost:5000/_ping
65 ProxyPassReverse /_ping http://localhost:5000/_ping
88 <Location /v1/_ping>
94 <Location /_ping>
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/contrib/apache/
H A Dapache.conf16 ProxyPass /_ping http://localhost:5001/_ping
17 ProxyPassReverse /_ping http://localhost:5001/_ping
64 ProxyPass /_ping http://localhost:5000/_ping
65 ProxyPassReverse /_ping http://localhost:5000/_ping
88 <Location /v1/_ping>
94 <Location /_ping>
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/contrib/apache/
H A Dapache.conf16 ProxyPass /_ping http://localhost:5001/_ping
17 ProxyPassReverse /_ping http://localhost:5001/_ping
64 ProxyPass /_ping http://localhost:5000/_ping
65 ProxyPassReverse /_ping http://localhost:5000/_ping
88 <Location /v1/_ping>
94 <Location /_ping>
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/contrib/apache/
H A Dapache.conf16 ProxyPass /_ping http://localhost:5001/_ping
17 ProxyPassReverse /_ping http://localhost:5001/_ping
64 ProxyPass /_ping http://localhost:5000/_ping
65 ProxyPassReverse /_ping http://localhost:5000/_ping
88 <Location /v1/_ping>
94 <Location /_ping>
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/contrib/apache/
H A Dapache.conf16 ProxyPass /_ping http://localhost:5001/_ping
17 ProxyPassReverse /_ping http://localhost:5001/_ping
64 ProxyPass /_ping http://localhost:5000/_ping
65 ProxyPassReverse /_ping http://localhost:5000/_ping
88 <Location /v1/_ping>
94 <Location /_ping>
/dports/sysutils/docker-registry/distribution-2.7.1/contrib/apache/
H A Dapache.conf16 ProxyPass /_ping http://localhost:5001/_ping
17 ProxyPassReverse /_ping http://localhost:5001/_ping
64 ProxyPass /_ping http://localhost:5000/_ping
65 ProxyPassReverse /_ping http://localhost:5000/_ping
88 <Location /v1/_ping>
94 <Location /_ping>
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/t/storage/
H A Dping_count.t14 my $ping = \&DBIx::Class::Storage::DBI::_ping;
16 *DBIx::Class::Storage::DBI::_ping = sub {
26 is ($ping_count, 0, 'no _ping() calls during deploy');
57 is $ping_count, 0, 'no _ping() calls';
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/catalog/
H A Dtype_lockpings.cpp61 lpt._ping = lptPingElem.date(); in fromBSON()
72 if (!_ping.is_initialized()) { in validate()
84 if (_ping) in toBSON()
96 _ping = ping; in setPing()
H A Dtype_mongos.cpp66 mt._ping = mtPingElem.date(); in fromBSON()
129 if (!_ping.is_initialized()) { in validate()
149 if (_ping) in toBSON()
171 _ping = ping; in setPing()
H A Dtype_lockpings.h83 return _ping.get(); in getPing()
93 boost::optional<Date_t> _ping; variable
H A Dtype_mongos.h89 return _ping.get(); in getPing()
130 boost::optional<Date_t> _ping; variable
/dports/devel/eris/eris-1.3.23/Eris/
H A DServerInfo.cpp22 _ping(-1), in ServerInfo()
34 _ping(-1), in ServerInfo()
84 _ping = p; in setPing()
H A DServerInfo.h73 { return _ping; } in getPing()
107 int _ping; ///< Estimated round-trip-time (ping) in milliseconds variable
/dports/devel/cc65/cc65-2.19/libsrc/telestrat/
H A Dsound.s4 .export _kbdclick1,_oups,_ping,_explode,_shoot,_zap
26 .proc _ping label
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/transport/
H A Dudp.py66 if d._ping():
98 if self._ping():
118 def _ping(self) -> bool: member in UdpTransport
/dports/databases/py-dbutils/DBUtils-2.0/dbutils/
H A Dpersistent_db.py187 self._ping = ping
196 self._failures, self._ping, self._closeable,
/dports/sysutils/monit/monit-5.29.0/src/protocols/
H A Dmongodb.c81 static void _ping(Socket_T socket) { in _ping() function
153 _ping(socket); in check_mongodb()
/dports/shells/bash-completion/bash-completion-2.11/completions/
H A Dping3 _ping()
69 complete -F _ping ping ping6
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/
H A Dqt.pyj25 def _ping(self):
35 self._ping()
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_tests/tests/http2/
H A Dnegative_http2_client.py88 def _ping(stub): function
120 _ping(stub)
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_tests/tests/http2/
H A Dnegative_http2_client.py88 def _ping(stub): function
120 _ping(stub)

12345678910>>...12