Home
last modified time | relevance | path

Searched defs:join (Results 1 – 25 of 7274) sorted by relevance

12345678910>>...291

/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/db/
H A Ddb_join.c41 const char* db_join_from_table(const db_join_t* join) { in db_join_from_table()
49 const char* db_join_from_field(const db_join_t* join) { in db_join_from_field()
57 const char* db_join_to_table(const db_join_t* join) { in db_join_to_table()
65 const char* db_join_to_field(const db_join_t* join) { in db_join_to_field()
73 const db_join_t* db_join_next(const db_join_t* join) { in db_join_next()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/datasets/include/opencv2/datasets/
H A Dgr_chalearn.hpp65 struct join struct
67 double Wx, Wy, Wz, Rx, Ry, Rz, Rw, Px, Py;
/dports/science/fastjet/fastjet-3.3.4/include/fastjet/
H A DCompositeJetStructure.hh155 template<typename T> PseudoJet join(const std::vector<PseudoJet> & pieces){ in join() function
171 template<typename T> PseudoJet join(const PseudoJet & j1){ in join() function
177 template<typename T> PseudoJet join(const PseudoJet & j1, const PseudoJet & j2){ in join() function
186 template<typename T> PseudoJet join(const PseudoJet & j1, const PseudoJet & j2, in join() function
197 template<typename T> PseudoJet join(const PseudoJet & j1, const PseudoJet & j2, in join() function
218 template<typename T> PseudoJet join(const std::vector<PseudoJet> & pieces, in join() function
236 template<typename T> PseudoJet join(const PseudoJet & j1, in join() function
243 template<typename T> PseudoJet join(const PseudoJet & j1, const PseudoJet & j2, in join() function
254 template<typename T> PseudoJet join(const PseudoJet & j1, const PseudoJet & j2, in join() function
267 template<typename T> PseudoJet join(const PseudoJet & j1, const PseudoJet & j2, in join() function
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_uri.erl140 join(URI, "") -> URI; function
141 join(URI, "/") -> URI; function
142 join("/", [$/|_] = Path) -> Path; function
143 join("/", Path) -> [$/ | Path]; function
144 join("", [$/|_] = Path) -> Path; function
145 join("", Path) -> [$/ | Path]; function
146 join([H|T], Path) -> [H | join(T, Path)]. function
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapjoin.c65 int msJoinConnect(layerObj *layer, joinObj *join) in msJoinConnect()
88 int msJoinPrepare(joinObj *join, shapeObj *shape) in msJoinPrepare()
111 int msJoinNext(joinObj *join) in msJoinNext()
134 int msJoinClose(joinObj *join) in msJoinClose()
167 int msDBFJoinConnect(layerObj *layer, joinObj *join) in msDBFJoinConnect()
254 int msDBFJoinNext(joinObj *join) in msDBFJoinNext()
301 int msDBFJoinClose(joinObj *join) in msDBFJoinClose()
439 int msCSVJoinNext(joinObj *join) in msCSVJoinNext()
480 int msCSVJoinClose(joinObj *join) in msCSVJoinClose()
716 int msMySQLJoinNext(joinObj *join) in msMySQLJoinNext()
[all …]
H A Dmappostgresql.c75 int msPOSTGRESQLJoinConnect(layerObj *layer, joinObj *join) in msPOSTGRESQLJoinConnect()
226 int msPOSTGRESQLJoinPrepare(joinObj *join, shapeObj *shape) in msPOSTGRESQLJoinPrepare()
280 int msPOSTGRESQLJoinNext(joinObj *join) in msPOSTGRESQLJoinNext()
390 int msPOSTGRESQLJoinClose(joinObj *join) in msPOSTGRESQLJoinClose()
424 int msPOSTGRESQLJoinConnect(layerObj *layer, joinObj *join) in msPOSTGRESQLJoinConnect()
430 int msPOSTGRESQLJoinPrepare(joinObj *join, shapeObj *shape) in msPOSTGRESQLJoinPrepare()
437 int msPOSTGRESQLJoinNext(joinObj *join) in msPOSTGRESQLJoinNext()
444 int msPOSTGRESQLJoinClose(joinObj *join) in msPOSTGRESQLJoinClose()
/dports/databases/opentsdb/opentsdb-2.3.0/test/query/pojo/
H A DTestJoin.java27 final Join join = Join.Builder().setOperator(SetOperator.UNION).build(); in deserialize() local
34 final Join join = Join.Builder().setOperator(SetOperator.UNION).build(); in serialize() local
42 final Join join = JSON.parseToObject(json, Join.class); in validationErrorWhenOperatorIsNull() local
49 final Join join = JSON.parseToObject(json, Join.class); in validationErrorWhenOperatorIsEmpty() local
56 final Join join = JSON.parseToObject(json, Join.class); in validationErrorWhenOperatorIsInvalid() local
/dports/security/base/base-1.4.5/
H A Dbase_stat_common.php24 function SensorCnt($db, $join = "", $where = "")
47 function EventCnt($db, $join = "", $where = "")
195 function UniqueSrcIPCnt($db, $join = "", $where = "")
210 function UniqueDstIPCnt($db, $join = "", $where = "")
225 function UniqueIPCnt($db, $join = "", $where = "")
248 function UniqueAlertCnt($db, $join = "", $where = "")
260 function UniquePortCnt($db, $join = "", $where = "")
276 function UniqueTCPPortCnt($db, $join = "", $where = "")
293 function UniqueUDPPortCnt($db, $join = "", $where = "")
310 function UniqueLinkCnt($db, $join = "", $where = "")
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DExitify.hs30 join exit x = t (x*x) function
289 join exit x = x function
303 join exit x = x+x function
357 join j y = map f y function
367 join j y = map f y function
382 join exit x = t (x*x) function
387 join exit x = t (x*x) function
388 join exit' x = jump exit x function
422 join exit x = t (x*x) function
441 join j1 x = x+1 function
[all …]
/dports/devel/erlang-katana/erlang-katana-0.4.0/src/
H A Dktn_binary.erl12 join([], _) -> function
14 join([S], _) when is_binary(S) -> function
16 join([H | T], Sep) -> function
/dports/www/elixir-phoenix/phoenix-1.3.3/test/phoenix/test/
H A Dchannel_test.exs24 def join(_, _, socket), do: {:ok, socket} function
36 def join("foo:ok", _, socket) do function
40 def join("foo:external", _, socket) do function
45 def join("foo:timeout", _, socket) do function
50 def join("foo:socket", _, socket) do function
55 def join("foo:error", %{"error" => reason}, _socket) do function
59 def join("foo:crash", %{}, _socket) do function
139 def join(_topic, _params, socket), do: {:ok, socket} function
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/rpc/
H A Dtestjoin.c124 struct test_join *join; in torture_create_testuser() local
396 struct dcerpc_pipe *torture_join_samr_pipe(struct test_join *join) in torture_join_samr_pipe()
401 struct policy_handle *torture_join_samr_user_policy(struct test_join *join) in torture_join_samr_user_policy()
475 _PUBLIC_ void torture_leave_domain(struct test_join *join) in torture_leave_domain()
504 _PUBLIC_ const struct dom_sid *torture_join_sid(struct test_join *join) in torture_join_sid()
509 const struct dom_sid *torture_join_user_sid(struct test_join *join) in torture_join_user_sid()
514 const char *torture_join_dom_netbios_name(struct test_join *join) in torture_join_dom_netbios_name()
519 const char *torture_join_dom_dns_name(struct test_join *join) in torture_join_dom_dns_name()
526 struct test_join *join; member
533 struct test_join_ads_dc *join; in torture_join_domain_ads_dc() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DObjectStampJoinTest.java87 Stamp join = join(c, dExact); in testJoin5() local
97 Stamp join = join(alwaysNull, dExactNonNull); in testJoin6() local
106 Stamp join = join(aExact, e); in testJoin7() local
116 Stamp join = join(bExact, dExact); in testJoin8() local
124 Stamp join = join(bExact, dExact); in testJoin9() local
164 Stamp join = join(aNonNull, i); in testJoinInterface1() local
172 Stamp join = join(i, bExact); in testJoinInterface2() local
173 Assert.assertEquals(StampFactory.empty(JavaKind.Object), join); in testJoinInterface2() local
180 Stamp join = join(i, bExact); in testJoinInterface3() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DObjectStampJoinTest.java87 Stamp join = join(c, dExact); in testJoin5() local
97 Stamp join = join(alwaysNull, dExactNonNull); in testJoin6() local
106 Stamp join = join(aExact, e); in testJoin7() local
116 Stamp join = join(bExact, dExact); in testJoin8() local
124 Stamp join = join(bExact, dExact); in testJoin9() local
164 Stamp join = join(aNonNull, i); in testJoinInterface1() local
172 Stamp join = join(i, bExact); in testJoinInterface2() local
173 Assert.assertEquals(StampFactory.empty(JavaKind.Object), join); in testJoinInterface2() local
180 Stamp join = join(i, bExact); in testJoinInterface3() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DObjectStampJoinTest.java87 Stamp join = join(c, dExact); in testJoin5() local
97 Stamp join = join(alwaysNull, dExactNonNull); in testJoin6() local
106 Stamp join = join(aExact, e); in testJoin7() local
116 Stamp join = join(bExact, dExact); in testJoin8() local
124 Stamp join = join(bExact, dExact); in testJoin9() local
164 Stamp join = join(aNonNull, i); in testJoinInterface1() local
172 Stamp join = join(i, bExact); in testJoinInterface2() local
173 Assert.assertEquals(StampFactory.empty(JavaKind.Object), join); in testJoinInterface2() local
180 Stamp join = join(i, bExact); in testJoinInterface3() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DObjectStampJoinTest.java87 Stamp join = join(c, dExact); in testJoin5() local
97 Stamp join = join(alwaysNull, dExactNonNull); in testJoin6() local
106 Stamp join = join(aExact, e); in testJoin7() local
116 Stamp join = join(bExact, dExact); in testJoin8() local
124 Stamp join = join(bExact, dExact); in testJoin9() local
164 Stamp join = join(aNonNull, i); in testJoinInterface1() local
172 Stamp join = join(i, bExact); in testJoinInterface2() local
173 Assert.assertEquals(StampFactory.empty(JavaKind.Object), join); in testJoinInterface2() local
180 Stamp join = join(i, bExact); in testJoinInterface3() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DObjectStampJoinTest.java87 Stamp join = join(c, dExact); in testJoin5() local
97 Stamp join = join(alwaysNull, dExactNonNull); in testJoin6() local
106 Stamp join = join(aExact, e); in testJoin7() local
116 Stamp join = join(bExact, dExact); in testJoin8() local
124 Stamp join = join(bExact, dExact); in testJoin9() local
164 Stamp join = join(aNonNull, i); in testJoinInterface1() local
172 Stamp join = join(i, bExact); in testJoinInterface2() local
173 Assert.assertEquals(StampFactory.empty(JavaKind.Object), join); in testJoinInterface2() local
180 Stamp join = join(i, bExact); in testJoinInterface3() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DObjectStampJoinTest.java87 Stamp join = join(c, dExact); in testJoin5() local
97 Stamp join = join(alwaysNull, dExactNonNull); in testJoin6() local
106 Stamp join = join(aExact, e); in testJoin7() local
116 Stamp join = join(bExact, dExact); in testJoin8() local
124 Stamp join = join(bExact, dExact); in testJoin9() local
164 Stamp join = join(aNonNull, i); in testJoinInterface1() local
172 Stamp join = join(i, bExact); in testJoinInterface2() local
173 Assert.assertEquals(StampFactory.empty(JavaKind.Object), join); in testJoinInterface2() local
180 Stamp join = join(i, bExact); in testJoinInterface3() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes.test/src/org/graalvm/compiler/nodes/test/
H A DObjectStampJoinTest.java87 Stamp join = join(c, dExact); in testJoin5() local
97 Stamp join = join(alwaysNull, dExactNonNull); in testJoin6() local
106 Stamp join = join(aExact, e); in testJoin7() local
116 Stamp join = join(bExact, dExact); in testJoin8() local
124 Stamp join = join(bExact, dExact); in testJoin9() local
164 Stamp join = join(aNonNull, i); in testJoinInterface1() local
172 Stamp join = join(i, bExact); in testJoinInterface2() local
173 Assert.assertEquals(StampFactory.empty(JavaKind.Object), join); in testJoinInterface2() local
180 Stamp join = join(i, bExact); in testJoinInterface3() local
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/string/
H A Djoin_generic.hpp35 std::string join(Glue glue, Iterator first, Iterator last) { in join() function
62 std::string join(char glue, const Container& parts) { in join() function
76 std::string join(const char* glue, const Container& parts) { in join() function
90 std::string join(const std::string& glue, const Container& parts) { in join() function
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/string/
H A Djoin_generic.hpp35 std::string join(Glue glue, Iterator first, Iterator last) { in join() function
62 std::string join(char glue, const Container& parts) { in join() function
76 std::string join(const char* glue, const Container& parts) { in join() function
90 std::string join(const std::string& glue, const Container& parts) { in join() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/rtl/
H A Dhipe_rtl_ssa_avail_expr.erl322 join([]) -> new_env(); function
323 join([none]) -> new_env(); function
324 join([E]) -> E; function
325 join([E1,E2|Rest]) -> join([join(E1,E2)|Rest]). function
327 join({MapXY1,MapYX1},{MapXY2,MapYX2}) -> function
330 join(none,E) -> E; function
331 join(E,none) -> E. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/rtl/
H A Dhipe_rtl_ssa_avail_expr.erl322 join([]) -> new_env(); function
323 join([none]) -> new_env(); function
324 join([E]) -> E; function
325 join([E1,E2|Rest]) -> join([join(E1,E2)|Rest]). function
327 join({MapXY1,MapYX1},{MapXY2,MapYX2}) -> function
330 join(none,E) -> E; function
331 join(E,none) -> E. function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/rtl/
H A Dhipe_rtl_ssa_avail_expr.erl322 join([]) -> new_env(); function
323 join([none]) -> new_env(); function
324 join([E]) -> E; function
325 join([E1,E2|Rest]) -> join([join(E1,E2)|Rest]). function
327 join({MapXY1,MapYX1},{MapXY2,MapYX2}) -> function
330 join(none,E) -> E; function
331 join(E,none) -> E. function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_types.erl182 join([T1, T2| Ts]) -> function
184 join([T]) -> T. function
194 join(T, T) -> T; function
195 join(_T, any) -> any; function
196 join(any, _T) -> any; function
197 join(T, none) -> T; function
198 join(none, T) -> T; function
200 join(#t_union{}=A, B) -> function
214 join(#t_atom{}=A, B) -> function
216 join(A, #t_atom{}=B) -> function
[all …]

12345678910>>...291