Home
last modified time | relevance | path

Searched refs:Do (Results 76 – 100 of 30627) sorted by relevance

12345678910>>...1226

/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/
H A Dxpack_test.go112 info, err := client.XPackInfo().Do(context.Background())
127 xpack_info, err := client.XPackInfo().Do(context.Background())
143 client.XPackSecurityDeleteRole(roleName).Do(context.Background())
175 xpack_info, err := client.XPackInfo().Do(context.Background())
220 xpack_info, err := client.XPackInfo().Do(context.Background())
238 client.XPackWatchDelete(watchName).Do(context.Background())
301 _, err = client.XPackWatchStop().Do(context.Background())
305 stats, err := client.XPackWatchStats().Do(context.Background())
314 start, err := client.XPackWatchStart().Do(context.Background())
318 _, err = client.XPackWatchStats().Do(context.Background())
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/phoenix/statement/
H A Ddo_while.hpp17 template <typename Env, typename Cond, typename Do>
23 template <typename RT, typename Env, typename Cond, typename Do>
25 eval(Env const& env, Cond& cond, Do& do_) in eval()
33 template <typename Do>
36 do_while_gen(Do const& do_) in do_while_gen()
40 actor<typename as_composite<do_while_eval, Cond, Do>::type>
46 Do do_;
51 template <typename Do>
52 do_while_gen<Do>
53 operator[](Do const& do_) const in operator []()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/
H A DGPUState.cpp282 Do(p, old); in DoState()
295 Do(p, vertexAddr); in DoState()
296 Do(p, indexAddr); in DoState()
297 Do(p, offsetAddr); in DoState()
309 Do(p, uv); in DoState()
335 Do(p, morphWeights); in DoState()
342 Do(p, vpWidth); in DoState()
343 Do(p, vpHeight); in DoState()
346 Do(p, oldDepth); in DoState()
349 Do(p, curRTWidth); in DoState()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/
H A DGPUState.cpp282 Do(p, old); in DoState()
295 Do(p, vertexAddr); in DoState()
296 Do(p, indexAddr); in DoState()
297 Do(p, offsetAddr); in DoState()
309 Do(p, uv); in DoState()
335 Do(p, morphWeights); in DoState()
342 Do(p, vpWidth); in DoState()
343 Do(p, vpHeight); in DoState()
346 Do(p, oldDepth); in DoState()
349 Do(p, curRTWidth); in DoState()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/
H A DGPUState.cpp282 Do(p, old); in DoState()
295 Do(p, vertexAddr); in DoState()
296 Do(p, indexAddr); in DoState()
297 Do(p, offsetAddr); in DoState()
309 Do(p, uv); in DoState()
335 Do(p, morphWeights); in DoState()
342 Do(p, vpWidth); in DoState()
343 Do(p, vpHeight); in DoState()
346 Do(p, oldDepth); in DoState()
349 Do(p, curRTWidth); in DoState()
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/database/
H A Derror_data.go47 _, err := conn.Do("SREM", failingAlerts, name)
85 _, err = conn.Do("LPOP", errorListKey(name))
94 _, err = conn.Do("LPUSH", errorListKey(name), marshalled)
98 _, err = conn.Do("LPUSH", errorEvents, name)
105 failing, err := redis.Int(conn.Do("SCARD", failingAlerts))
109 events, err := redis.Int(conn.Do("LLEN", errorEvents))
187 _, err := conn.Do("SREM", alertsWithErrors, name)
191 _, err = conn.Do("SREM", failingAlerts, name)
195 _, err = conn.Do(d.LCLEAR(), errorListKey(name))
200 _, err = conn.Do(cmd, args...)
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/kube-openapi/pkg/generators/
H A Dopenapi.go180 sw.Do("}\n", nil)
181 sw.Do("}\n\n", nil)
355 g.Do("},\n", nil)
361 g.Do("},\n", nil)
365 g.Do("},\n", nil)
386 g.Do("\"$.$\",", k)
388 g.Do("},\n", nil)
390 g.Do("}\n}\n\n", nil)
438 g.Do("},\n", nil)
441 g.Do("},\n},\n", nil)
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/server/
H A Dcmd_ttl_test.go48 c.Do("set", key, "123")
51 c.Do("rpush", key, "123")
54 c.Do("hset", key, "a", "123")
57 c.Do("sadd", key, "123")
60 c.Do("zadd", key, 123, "a")
63 c.Do("bsetbit", key, 0, 1)
67 if n, err := goredis.Int(c.Do(expire, key, exp)); err != nil {
73 if ttl, err := goredis.Int64(c.Do(ttl, key)); err != nil {
87 if ttl, err := goredis.Int64(c.Do(ttl, key)); err != nil {
108 if n, err := goredis.Int(c.Do(persist, key)); err != nil {
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_, Context & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/phoenix/statement/
H A Ddo_while.hpp28 template <typename Cond, typename Do, typename Context>
30 operator()(Cond const& cond, Do const& do_it, Context const & ctx) const in operator ()()
43 template <typename Do>
46 do_while_gen(Do const& do_it) in do_while_gen()
50 typename expression::do_while<Cond, Do>::type const
53 return expression::do_while<Cond, Do>::make(cond, do_); in while_()
56 Do const& do_;
61 template <typename Do>
62 do_while_gen<Do> const
63 operator[](Do const& do_) const in operator []()
[all …]
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/kube-openapi/pkg/generators/
H A Dopenapi.go182 sw.Do("}\n", nil)
183 sw.Do("}\n\n", nil)
398 g.Do("},\n", nil)
404 g.Do("},\n", nil)
408 g.Do("},\n", nil)
429 g.Do("\"$.$\",", k)
431 g.Do("},\n", nil)
488 g.Do("},\n", nil)
496 g.Do("},\n", nil)
498 g.Do("},\n},\n", nil)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/kube-openapi/pkg/generators/
H A Dopenapi.go182 sw.Do("}\n", nil)
183 sw.Do("}\n\n", nil)
398 g.Do("},\n", nil)
404 g.Do("},\n", nil)
408 g.Do("},\n", nil)
429 g.Do("\"$.$\",", k)
431 g.Do("},\n", nil)
488 g.Do("},\n", nil)
496 g.Do("},\n", nil)
498 g.Do("},\n},\n", nil)
[all …]

12345678910>>...1226