Home
last modified time | relevance | path

Searched refs:in_domain (Results 1 – 25 of 115) sorted by relevance

12345

/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DDelaunay_mesh_face_base_2.h40 bool in_domain;
43 Delaunay_mesh_face_base_2(): Fb(), in_domain(false) {} in Delaunay_mesh_face_base_2()
48 : Fb(v0,v1,v2), in_domain(false) {} in Delaunay_mesh_face_base_2()
56 : Fb(v0,v1,v2,n0,n1,n2), in_domain(false) {} in Delaunay_mesh_face_base_2()
59 bool is_in_domain() const { return in_domain; } in is_in_domain()
62 void set_in_domain(const bool b) { in_domain=b; } in set_in_domain()
66 bool is_marked() const { return in_domain; } in is_marked()
70 void set_marked(const bool b) { in_domain=b; } in set_marked()
H A DPolygon_triangulation_decomposition_2.h47 bool in_domain() { return nesting_level % 2 == 1; } in in_domain() function
83 if (! fit->info().in_domain()) continue; in operator()
121 if (! fit->info().in_domain()) continue; in operator()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/stock/report/
H A Dreport_stock_forecasted.py27 in_domain = move_domain + [
32 return in_domain, out_domain
35in_domain, out_domain = self._move_domain(product_template_ids, product_variant_ids, wh_location_i…
36 in_domain += [('state', '=', 'draft')]
38 return in_domain, out_domain
41in_domain, out_domain = self._move_domain(product_template_ids, product_variant_ids, wh_location_i…
43 in_domain += [('state', 'not in', ['draft', 'cancel', 'done'])]
44 return in_domain, out_domain
48 … incoming_moves = self.env['stock.move'].read_group(in_domain, ['product_qty:sum'], 'product_id')
161 in_domain, out_domain = self._move_confirmed_domain(
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mrp/report/
H A Dreport_stock_forecasted.py11in_domain, out_domain = super()._move_draft_domain(product_template_ids, product_variant_ids, wh_l…
12 in_domain += [('production_id', '=', False)]
14 return in_domain, out_domain
/dports/math/polylib/polylib-5.22.5/source/ehrhart/
H A Deval_ehrhart.c43 int in_domain(Polyhedron *P, Value *list_args) { in in_domain() function
67 return( in_domain(P->next, list_args) ); in in_domain()
75 return( in_domain(P->next, list_args) ); in in_domain()
179 if(in_domain(en->ValidityDomain,list_args)) { in compute_poly()
/dports/math/barvinok/barvinok-0.41.5/polylib/source/ehrhart/
H A Deval_ehrhart.c43 int in_domain(Polyhedron *P, Value *list_args) { in in_domain() function
67 return( in_domain(P->next, list_args) ); in in_domain()
75 return( in_domain(P->next, list_args) ); in in_domain()
179 if(in_domain(en->ValidityDomain,list_args)) { in compute_poly()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/sandbox/nonparametric/
H A Dkernels.py163 def in_domain(self, xs, ys, x): member in CustomKernel
192 xs, weights = self.in_domain( xs, self.weights, x )
194 xs = self.in_domain( xs, xs, x )[0]
272 xs, ys = self.in_domain(xs, ys, x)
285 xs, ys = self.in_domain(xs, ys, x)
299 xs, ys = self.in_domain(xs, ys, x)
454 xs, ys = self.in_domain(xs, ys, x)
469 xs, ys = self.in_domain(xs, ys, x)
485 xs, ys = self.in_domain(xs, ys, x)
/dports/math/clingo/clingo-5.5.1/app/clingo/tests/lua/
H A Ddomain.sol2 …) domain_of_p(p(2),false,true) domain_of_p(p(3),false,false) in_domain(p(2),true) in_domain(p(4),f…
H A Ddomain.lp21 …out = out .. " in_domain(p(2)," .. tostring(prg.symbolic_atoms:lookup(clingo.Function("p", {3})) ~…
22 …out = out .. " in_domain(p(4)," .. tostring(prg.symbolic_atoms:lookup(clingo.Function("p", {4})) ~…
/dports/math/clingo/clingo-5.5.1/app/clingo/tests/python/
H A Ddomain.sol2 …) domain_of_p(p(2),false,true) domain_of_p(p(3),false,false) in_domain(p(2),true) in_domain(p(4),f…
H A Ddomain.lp19 …out = out + " in_domain(p(2)," + str(prg.symbolic_atoms[Function("p", [Number(2)])] is not None).l…
20 …out = out + " in_domain(p(4)," + str(prg.symbolic_atoms[Function("p", [Number(4)])] is not None).l…
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dvsybase.c252 char in_domain[156]; in vauth_getpw_size() local
259 snprintf(in_domain, sizeof(in_domain), "%s", domain); in vauth_getpw_size()
262 vset_default_domain( in_domain ); in vauth_getpw_size()
264 domstr = vauth_munch_domain( in_domain ); in vauth_getpw_size()
272 qnprintf( SqlBuf, sizeof(SqlBuf), SMALL_SELECT, SYBASE_DEFAULT_TABLE, user, in_domain); in vauth_getpw_size()
302 vlimits_setflags (&pwent, in_domain); in vauth_getpw_size()
/dports/net/samba412/samba-4.12.15/libcli/smb/
H A Dsmb1cli_session.c54 const char *in_domain, in smb1cli_session_setup_lm21_send() argument
78 if (in_domain == NULL) { in smb1cli_session_setup_lm21_send()
121 in_domain, strlen(in_domain)+1, in smb1cli_session_setup_lm21_send()
285 const char *in_domain, in smb1cli_session_setup_nt1_send() argument
314 if (in_domain == NULL) { in smb1cli_session_setup_nt1_send()
403 in_domain, strlen(in_domain)+1, in smb1cli_session_setup_nt1_send()
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/example/CGAL-polygon_triangulation2/
H A Dmain.cpp37 bool in_domain() { in in_domain() function
158 if (fit->info().in_domain()){ in main()
186 if ( ! it->info().in_domain() ){ in main()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/rocksdb-0.14.0/src/
H A Dslice_transform.rs121 let in_domain = cb.in_domain_fn.unwrap(); in in_domain_callback() localVariable
122 in_domain(key) as u8 in in_domain_callback()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A Dcgalutils-tess.cc19 bool in_domain() { return nesting_level%2 == 1; } in in_domain() function
131 if (fit->info().in_domain()) { in tessellatePolygonWithHoles()
186 if (fit->info().in_domain()) { in tessellatePolygon()
H A DPolygon2d-CGAL.cc20 bool in_domain() { return nesting_level%2 == 1; } in in_domain() function
128 if (fit->info().in_domain()) { in tessellate()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A Dcgalutils-tess.cc19 bool in_domain() { return nesting_level%2 == 1; } in in_domain() function
131 if (fit->info().in_domain()) { in tessellatePolygonWithHoles()
186 if (fit->info().in_domain()) { in tessellatePolygon()
H A DPolygon2d-CGAL.cc20 bool in_domain() { return nesting_level%2 == 1; } in in_domain() function
128 if (fit->info().in_domain()) { in tessellate()
/dports/math/cgal/CGAL-5.3/examples/Triangulation_2/
H A Dpolygon_triangulation.cpp12 bool in_domain(){ in in_domain() function
110 if ( f->info().in_domain() ) ++count; in main()
/dports/net/mpich/mpich-3.4.3/src/util/
H A Dmpir_pmi.c523 int in_domain, is_root, is_local, bcast_size; in MPIR_pmi_bcast() local
525 in_domain = 0; in MPIR_pmi_bcast()
527 in_domain = 1; in MPIR_pmi_bcast()
543 in_domain = 0; in MPIR_pmi_bcast()
550 if (!in_domain) { in MPIR_pmi_bcast()
598 int in_domain = 1; in MPIR_pmi_allgather() local
600 in_domain = 0; in MPIR_pmi_allgather()
609 if (in_domain) { in MPIR_pmi_allgather()
619 if (in_domain) { in MPIR_pmi_allgather()
/dports/www/htdigest/httpd-2.4.6/modules/aaa/
H A Dmod_authz_host.c59 static int in_domain(const char *domain, const char *what) in in_domain() function
187 if (in_domain(w, remotehost)) { in host_check_authorization()
/dports/math/polylib/polylib-5.22.5/include/polylib/
H A Deval_ehrhart.h27 extern int in_domain(Polyhedron *P, Value *list_args);
/dports/math/barvinok/barvinok-0.41.5/polylib/include/polylib/
H A Deval_ehrhart.h27 extern int in_domain(Polyhedron *P, Value *list_args);
/dports/net/whois/whois-5.5.7/
H A Dwhois.c565 if (in_domain(s, tld_serv[i])) in guess_server()
680 else if (streq(server, "whois.denic.de") && in_domain(query, "de")) in queryformat()
682 else if (streq(server, "whois.dk-hostmaster.dk") && in_domain(query, "dk")) in queryformat()
1166 int in_domain(const char *dom, const char *tld) in in_domain() function
1196 if (in_domain(s, new_gtlds[i])) in is_new_gtld()
1366 if (in_domain(endptr + 1, "in-addr.arpa")) { in convert_inaddr()
1371 if (in_domain(endptr + 1, "in-addr.arpa")) { in convert_inaddr()
1376 if (in_domain(endptr + 1, "in-addr.arpa")) in convert_inaddr()

12345