Home
last modified time | relevance | path

Searched defs:join (Results 76 – 100 of 10986) sorted by relevance

12345678910>>...440

/dports/databases/percona57-server/boost_1_59_0/boost/test/data/monomorphic/
H A Djoin.hpp37 class join : public monomorphic::dataset<typename boost::decay<DS1>::type::data_type> { class
71 join( DS1&& ds1, DS2&& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
77 join( join&& j ) in join() function in boost::unit_test::data::monomorphic::join
83 join( DS1 const& ds1, DS2 const& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
113 struct join { struct
114 typedef monomorphic::join<typename DS1Gen::type,typename DS2Gen::type> type;
/dports/databases/percona57-client/boost_1_59_0/boost/test/data/monomorphic/
H A Djoin.hpp37 class join : public monomorphic::dataset<typename boost::decay<DS1>::type::data_type> { class
71 join( DS1&& ds1, DS2&& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
77 join( join&& j ) in join() function in boost::unit_test::data::monomorphic::join
83 join( DS1 const& ds1, DS2 const& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
113 struct join { struct
114 typedef monomorphic::join<typename DS1Gen::type,typename DS2Gen::type> type;
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit_common/src/
H A Dpriority_queue.erl156 join(A, {queue, [], [], 0}) -> function
158 join({queue, [], [], 0}, B) -> function
160 join({queue, AIn, AOut, ALen}, {queue, BIn, BOut, BLen}) -> function
162 join(A = {queue, _, _, _}, {pqueue, BPQ}) -> function
171 join({pqueue, APQ}, B = {queue, _, _, _}) -> function
180 join({pqueue, APQ}, {pqueue, BPQ}) -> function
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/test/data/monomorphic/
H A Djoin.hpp37 class join : public monomorphic::dataset<typename boost::decay<DS1>::type::data_type> { class
71 join( DS1&& ds1, DS2&& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
77 join( join&& j ) in join() function in boost::unit_test::data::monomorphic::join
83 join( DS1 const& ds1, DS2 const& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
113 struct join { struct
114 typedef monomorphic::join<typename DS1Gen::type,typename DS2Gen::type> type;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/test/data/monomorphic/
H A Djoin.hpp37 class join : public monomorphic::dataset<typename boost::decay<DS1>::type::data_type> { class
71 join( DS1&& ds1, DS2&& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
77 join( join&& j ) in join() function in boost::unit_test::data::monomorphic::join
83 join( DS1 const& ds1, DS2 const& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
113 struct join { struct
114 typedef monomorphic::join<typename DS1Gen::type,typename DS2Gen::type> type;
/dports/science/code_saturne/code_saturne-7.1.0/docs/theory/
H A Dmesh_algo.tex197 \subsection*{Robustness Factors%
236 \subsection*{Basic Principle\label{sec:join.principe}}
288 \subsection*{Simplification of Face Joinings\label{sec:join.simplif}}
325 \subsection*{Processing\label{sec:join.process}}
403 \subsection*{Problems Arising From the Merging of Two Neighboring Vertices
475 \subsection*{Algorithm Optimization\label{sec:join.optim}}
498 \subsection*{Influence on mesh quality\label{sec:join.quality}}
/dports/misc/openvdb/openvdb-9.0.0/nanovdb/nanovdb/util/
H A DReduce.h41 inline T reduce(RangeT range, const T& identity, const FuncT &func, const JoinT &join) in reduce()
76 …ize_t begin, size_t end, size_t grainSize, const T& identity, const FuncT& func, const JoinT& join) in reduce()
84 …ine T reduce(const ContainerT<ArgT...> &c, const T& identity, const FuncT& func, const JoinT& join) in reduce()
93 … ContainerT<ArgT...> &c, size_t grainSize, const T& identity, const FuncT& func, const JoinT& join) in reduce()
/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/
H A D_shell_utils.py25 def join(argv): member in CommandLineParser
43 def join(argv): member in WindowsParser
80 def join(argv): member in PosixParser
/dports/audio/py-discogs-client/discogs-client-2.2.1/discogs_client/tests/res/releases/
H A D79.json1 …Djurgardsbron - Svek Records", "embed": true, "uri": "http://www.youtube.com/watch?v=QLgJ1E7COnM",…
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/test/data/monomorphic/
H A Djoin.hpp37 class join { class
68 join( DataSet1&& ds1, DataSet2&& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
74 join( join&& j ) in join() function in boost::unit_test::data::monomorphic::join
101 struct join { struct
102 typedef monomorphic::join<typename DataSet1Gen::type,typename DataSet2Gen::type> type;
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/test/data/monomorphic/
H A Djoin.hpp37 class join { class
68 join( DataSet1&& ds1, DataSet2&& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
74 join( join&& j ) in join() function in boost::unit_test::data::monomorphic::join
101 struct join { struct
102 typedef monomorphic::join<typename DataSet1Gen::type,typename DataSet2Gen::type> type;
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_ssa_type.erl1633 join([T1,T2|Ts]) -> function
1635 join([T]) -> T. function
1709 join(T, T) -> function
1711 join(none, T) -> function
1713 join(T, none) -> function
1715 join(any, _) -> any; function
1716 join(_, any) -> any; function
1732 join(nil, cons) -> list; function
1733 join(cons, nil) -> list; function
1734 join(nil, list) -> list; function
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/test/data/monomorphic/
H A Djoin.hpp40 class join { class
82 join( DataSet1&& ds1, DataSet2&& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
88 join( join&& j ) in join() function in boost::unit_test::data::monomorphic::join
115 struct join { struct
116 typedef monomorphic::join<typename DataSet1Gen::type,typename DataSet2Gen::type> type;
/dports/devel/hyperscan/boost_1_75_0/boost/test/data/monomorphic/
H A Djoin.hpp40 class join { class
82 join( DataSet1&& ds1, DataSet2&& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
88 join( join&& j ) in join() function in boost::unit_test::data::monomorphic::join
115 struct join { struct
116 typedef monomorphic::join<typename DataSet1Gen::type,typename DataSet2Gen::type> type;
/dports/devel/boost-python-libs/boost_1_72_0/boost/test/data/monomorphic/
H A Djoin.hpp40 class join { class
82 join( DataSet1&& ds1, DataSet2&& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
88 join( join&& j ) in join() function in boost::unit_test::data::monomorphic::join
115 struct join { struct
116 typedef monomorphic::join<typename DataSet1Gen::type,typename DataSet2Gen::type> type;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/test/data/monomorphic/
H A Djoin.hpp40 class join { class
82 join( DataSet1&& ds1, DataSet2&& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
88 join( join&& j ) in join() function in boost::unit_test::data::monomorphic::join
115 struct join { struct
116 typedef monomorphic::join<typename DataSet1Gen::type,typename DataSet2Gen::type> type;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/test/data/monomorphic/
H A Djoin.hpp40 class join { class
82 join( DataSet1&& ds1, DataSet2&& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
88 join( join&& j ) in join() function in boost::unit_test::data::monomorphic::join
115 struct join { struct
116 typedef monomorphic::join<typename DataSet1Gen::type,typename DataSet2Gen::type> type;
/dports/www/elixir-phoenix/phoenix-1.3.3/lib/phoenix/
H A Dchannel.ex23 def join("room:lobby", _auth_message, socket) do function
28 def join("room:" <> room_id, auth_message, socket) do function
212 def join("notification:" <> user_id, %{"ids" => ids}, socket) do function
275 @callback join(topic :: binary, auth_msg :: map, Socket.t) :: callback
504 def join(topic, auth_msg, socket) do function
/dports/devel/boost-libs/boost_1_72_0/boost/test/data/monomorphic/
H A Djoin.hpp40 class join { class
82 join( DataSet1&& ds1, DataSet2&& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
88 join( join&& j ) in join() function in boost::unit_test::data::monomorphic::join
115 struct join { struct
116 typedef monomorphic::join<typename DataSet1Gen::type,typename DataSet2Gen::type> type;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/test/data/monomorphic/
H A Djoin.hpp40 class join { class
82 join( DataSet1&& ds1, DataSet2&& ds2 ) in join() function in boost::unit_test::data::monomorphic::join
88 join( join&& j ) in join() function in boost::unit_test::data::monomorphic::join
115 struct join { struct
116 typedef monomorphic::join<typename DataSet1Gen::type,typename DataSet2Gen::type> type;
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/website/source/docs/configuration/
H A Dserver_join.html.md137 ### Amazon EC2
171 ### Microsoft Azure
200 ### Google Compute Engine
/dports/net/samba412/samba-4.12.15/source4/torture/rpc/
H A Dtestjoin.c144 struct test_join *join; in torture_create_testuser_max_pwlen() local
487 struct test_join *join, in torture_delete_testuser()
648 struct dcerpc_pipe *torture_join_samr_pipe(struct test_join *join) in torture_join_samr_pipe()
653 struct policy_handle *torture_join_samr_user_policy(struct test_join *join) in torture_join_samr_user_policy()
731 _PUBLIC_ void torture_leave_domain(struct torture_context *tctx, struct test_join *join) in torture_leave_domain()
764 _PUBLIC_ const struct dom_sid *torture_join_sid(struct test_join *join) in torture_join_sid()
769 const struct dom_sid *torture_join_user_sid(struct test_join *join) in torture_join_user_sid()
774 const char *torture_join_netbios_name(struct test_join *join) in torture_join_netbios_name()
779 const struct GUID *torture_join_user_guid(struct test_join *join) in torture_join_user_guid()
784 const char *torture_join_dom_netbios_name(struct test_join *join) in torture_join_dom_netbios_name()
[all …]
/dports/www/elixir-phoenix/phoenix-1.3.3/test/phoenix/integration/
H A Dlong_poll_test.exs31 def join(topic, message, socket) do function
189 def join(path, topic, vsn, mode \\ :local, payload \\ %{}) function
191 def join(path, topic, vsn, :local, payload) do function
211 def join(path, topic, vsn, :pubsub, payload) do function
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/may-0.3.17/src/
H A Djoin.rs70 join: Arc<UnsafeCell<Join>>, field
101 let join = unsafe { &*self.join.get() }; in is_done() localVariable
107 let join = unsafe { &mut *self.join.get() }; in wait() localVariable
112 pub fn join(self) -> Result<T> { in join() method
113 let join = unsafe { &mut *self.join.get() }; in join() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_dataflow/src/framework/
H A Dlattice.rs55 fn join(&mut self, other: &Self) -> bool; in join() method
83 fn join(&mut self, other: &Self) -> bool { in join() method
110 fn join(&mut self, other: &Self) -> bool { in join() method
137 fn join(&mut self, other: &Self) -> bool { in join() method
171 fn join(&mut self, other: &Self) -> bool { in join() method
202 fn join(&mut self, other: &Self) -> bool { in join() method

12345678910>>...440