Home
last modified time | relevance | path

Searched refs:Dn (Results 1 – 25 of 2383) sorted by relevance

12345678910>>...96

/dports/net/samba412/samba-4.12.15/python/samba/
H A Ddescriptor.py409 (ldb.Dn(samdb, "%s" % str(samdb.domain_dn())), get_domain_descriptor),
419 (ldb.Dn(samdb, "%s" % str(samdb.get_config_basedn())), get_config_descriptor),
431 (ldb.Dn(samdb, "%s" % str(samdb.get_schema_basedn())), get_schema_descriptor),
441 if ldb.Dn(samdb, nc.decode('utf8')) == dnsforestdn:
444 c = (ldb.Dn(samdb, "CN=Infrastructure,%s" % str(dnsforestdn)),
447 c = (ldb.Dn(samdb, "CN=LostAndFound,%s" % str(dnsforestdn)),
450 c = (ldb.Dn(samdb, "CN=MicrosoftDNS,%s" % str(dnsforestdn)),
456 if ldb.Dn(samdb, nc.decode('utf8')) == dnsdomaindn:
459 c = (ldb.Dn(samdb, "CN=Infrastructure,%s" % str(dnsdomaindn)),
462 c = (ldb.Dn(samdb, "CN=LostAndFound,%s" % str(dnsdomaindn)),
[all …]
/dports/graphics/mahotas/mahotas-1.4.11/mahotas/features/
H A Dzernike.py74 Dn = Xn**2
75 Dn += Yn**2
76 np.sqrt(Dn, Dn)
77 np.maximum(Dn, 1e-9, out=Dn)
78 k = (Dn <= 1.)
86 Dn = Dn[k]
88 An.real = (Xn/Dn)
89 An.imag = (Yn/Dn)
97 z = _zernike.znl(Dn, Ans[l], frac_center, n, l)
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Ldap/
H A DLdap.php993 * @param string|Dn $dn
1005 * @param string|Dn $dn
1065 * @param string|Dn $dn
1139 * @param string|Dn $dn
1187 * @param string|Dn $dn
1233 * @param string|Dn $dn
1255 * @param string|Dn $dn
1327 * @param string|Dn $to
1359 * @param string|Dn $to
1376 * @param string|Dn $to
[all …]
H A DNode.php24 * @var Dn
78 * @param Dn $dn
231 * @param string|array|Dn $dn
239 $dn = Dn::factory($dn);
240 } elseif ($dn instanceof Dn) {
255 * @param string|array|Dn $dn
263 $dn = Dn::factory($dn);
264 } elseif ($dn instanceof Dn) {
473 * @return Dn
486 * @return Dn
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-ldap/src/
H A DLdap.php1190 * @param string|Dn $dn
1202 * @param string|Dn $dn
1269 * @param string|Dn $dn
1346 * @param string|Dn $dn
1397 * @param string|Dn $dn
1446 * @param string|Dn $dn
1468 * @param string|Dn $dn
1504 * @param string|Dn $dn
1543 * @param string|Dn $dn
1684 * @param string|Dn $to
[all …]
H A DNode.php23 * @var Dn
77 * @param Dn $dn
233 * @param string|array|Dn $dn
241 $dn = Dn::factory($dn);
242 } elseif ($dn instanceof Dn) {
257 * @param string|array|Dn $dn
265 $dn = Dn::factory($dn);
266 } elseif ($dn instanceof Dn) {
475 * @return Dn
490 * @return Dn
[all …]
/dports/comms/mgetty+sendfax/mgetty-1.1.37/voice/libpvf/
H A Dzyxel-o56k.c49 static char encode_c (short Delta_N, short Dn);
59 short Dn; /* differential value */ in pvftozo56k() local
97 Dn = xn - xn1; in pvftozo56k()
100 codeword = encode_c( Delta_N, Dn ); in pvftozo56k()
208 static char encode_c (short Delta_N, short Dn) in encode_c() argument
219 if ( Dn < 0 ) { c = 8; Dn = -Dn; } in encode_c()
220 if ( Dn >= Delta_N ) { c += 4; Dn -= Delta_N; } in encode_c()
221 if ( Dn >= (Delta_N>>1) ) { c += 2; Dn -= Delta_N>>1; } in encode_c()
222 if ( Dn >= (Delta_N>>2) ) c += 1; in encode_c()
/dports/net/samba412/samba-4.12.15/source4/torture/drs/python/
H A Dridalloc_exop.py204 m.dn = ldb.Dn(self.ldb_dc1, "")
260 m.dn = ldb.Dn(ldb_dc2, "")
285 res = new_ldb.search(base=ldb.Dn(new_ldb, new_ldb.get_serverName()),
359 res = new_ldb.search(base=ldb.Dn(new_ldb, new_ldb.get_serverName()),
410 res = new_ldb.search(base=ldb.Dn(new_ldb, new_ldb.get_serverName()),
460 res = new_ldb.search(base=ldb.Dn(new_ldb, new_ldb.get_serverName()),
503 res = new_ldb.search(base=ldb.Dn(new_ldb, new_ldb.get_serverName()),
535 res = new_ldb.search(base=ldb.Dn(new_ldb, new_ldb.get_serverName()),
562 m.dn = ldb.Dn(new_ldb, "CN=ridsettestuser1,CN=Users")
641 m.dn = ldb.Dn(new_ldb, "CN=ridsettestuser2,CN=Users")
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/CMSIS/DSP_Lib/ControllerFunctions/
H A Darm_sin_cos_f32.c93 float32_t findex, Dn, Df, temp; in arm_sin_cos_f32() local
124Dn = 0.0122718463030f; // delta between the two points (fixed), in this case 2*pi/FAST_MATH_TABLE_… in arm_sin_cos_f32()
126 temp = Dn*(d1 + d2) - 2*Df; in arm_sin_cos_f32()
127 temp = fract*temp + (3*Df - (d2 + 2*d1)*Dn); in arm_sin_cos_f32()
128 temp = fract*temp + d1*Dn; in arm_sin_cos_f32()
140 temp = Dn*(d1 + d2) - 2*Df; in arm_sin_cos_f32()
141 temp = fract*temp + (3*Df - (d2 + 2*d1)*Dn); in arm_sin_cos_f32()
142 temp = fract*temp + d1*Dn; in arm_sin_cos_f32()
H A Darm_sin_cos_q31.c72 q31_t Dn, Df; in arm_sin_cos_q31() local
88 Dn = 0x1921FB5; // delta between the two points (fixed), in this case 2*pi/FAST_MATH_TABLE_SIZE in arm_sin_cos_q31()
90 temp = Dn*((q63_t)d1 + d2); in arm_sin_cos_q31()
93 temp = temp + ((3*(q63_t)Df << 31) - (d2 + ((q63_t)d1 << 1))*Dn); in arm_sin_cos_q31()
95 temp = temp + (q63_t)d1*Dn; in arm_sin_cos_q31()
108 temp = Dn*((q63_t)d1 + d2); in arm_sin_cos_q31()
111 temp = temp + ((3*(q63_t)Df << 31) - (d2 + ((q63_t)d1 << 1))*Dn); in arm_sin_cos_q31()
113 temp = temp + (q63_t)d1*Dn; in arm_sin_cos_q31()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/CMSIS/DSP_Lib/ControllerFunctions/
H A Darm_sin_cos_f32.c93 float32_t findex, Dn, Df, temp; in arm_sin_cos_f32() local
124Dn = 0.0122718463030f; // delta between the two points (fixed), in this case 2*pi/FAST_MATH_TABLE_… in arm_sin_cos_f32()
126 temp = Dn*(d1 + d2) - 2*Df; in arm_sin_cos_f32()
127 temp = fract*temp + (3*Df - (d2 + 2*d1)*Dn); in arm_sin_cos_f32()
128 temp = fract*temp + d1*Dn; in arm_sin_cos_f32()
140 temp = Dn*(d1 + d2) - 2*Df; in arm_sin_cos_f32()
141 temp = fract*temp + (3*Df - (d2 + 2*d1)*Dn); in arm_sin_cos_f32()
142 temp = fract*temp + d1*Dn; in arm_sin_cos_f32()
H A Darm_sin_cos_q31.c72 q31_t Dn, Df; in arm_sin_cos_q31() local
88 Dn = 0x1921FB5; // delta between the two points (fixed), in this case 2*pi/FAST_MATH_TABLE_SIZE in arm_sin_cos_q31()
90 temp = Dn*((q63_t)d1 + d2); in arm_sin_cos_q31()
93 temp = temp + ((3*(q63_t)Df << 31) - (d2 + ((q63_t)d1 << 1))*Dn); in arm_sin_cos_q31()
95 temp = temp + (q63_t)d1*Dn; in arm_sin_cos_q31()
108 temp = Dn*((q63_t)d1 + d2); in arm_sin_cos_q31()
111 temp = temp + ((3*(q63_t)Df << 31) - (d2 + ((q63_t)d1 << 1))*Dn); in arm_sin_cos_q31()
113 temp = temp + (q63_t)d1*Dn; in arm_sin_cos_q31()
/dports/devel/tinygo/tinygo-0.14.1/lib/CMSIS/CMSIS/DSP_Lib/Source/ControllerFunctions/
H A Darm_sin_cos_f32.c93 float32_t findex, Dn, Df, temp; in arm_sin_cos_f32() local
124Dn = 0.0122718463030f; // delta between the two points (fixed), in this case 2*pi/FAST_MATH_TABLE_… in arm_sin_cos_f32()
126 temp = Dn*(d1 + d2) - 2*Df; in arm_sin_cos_f32()
127 temp = fract*temp + (3*Df - (d2 + 2*d1)*Dn); in arm_sin_cos_f32()
128 temp = fract*temp + d1*Dn; in arm_sin_cos_f32()
140 temp = Dn*(d1 + d2) - 2*Df; in arm_sin_cos_f32()
141 temp = fract*temp + (3*Df - (d2 + 2*d1)*Dn); in arm_sin_cos_f32()
142 temp = fract*temp + d1*Dn; in arm_sin_cos_f32()
H A Darm_sin_cos_q31.c72 q31_t Dn, Df; in arm_sin_cos_q31() local
88 Dn = 0x1921FB5; // delta between the two points (fixed), in this case 2*pi/FAST_MATH_TABLE_SIZE in arm_sin_cos_q31()
90 temp = Dn*((q63_t)d1 + d2); in arm_sin_cos_q31()
93 temp = temp + ((3*(q63_t)Df << 31) - (d2 + ((q63_t)d1 << 1))*Dn); in arm_sin_cos_q31()
95 temp = temp + (q63_t)d1*Dn; in arm_sin_cos_q31()
108 temp = Dn*((q63_t)d1 + d2); in arm_sin_cos_q31()
111 temp = temp + ((3*(q63_t)Df << 31) - (d2 + ((q63_t)d1 << 1))*Dn); in arm_sin_cos_q31()
113 temp = temp + (q63_t)d1*Dn; in arm_sin_cos_q31()
/dports/net/samba412/samba-4.12.15/source4/dsdb/tests/python/
H A Dsam.py31 from ldb import Message, MessageElement, Dn
173 m.dn = Dn(ldb, "cn=ldaptestuser,cn=users," + self.base_dn)
185 m.dn = Dn(ldb, "cn=ldaptestgroup,cn=users," + self.base_dn)
275 m.dn = Dn(ldb, "cn=ldaptestuser,cn=users," + self.base_dn)
302 m.dn = Dn(ldb, "cn=ldaptestuser,cn=users," + self.base_dn)
315 m.dn = Dn(ldb, "cn=ldaptestuser,cn=users," + self.base_dn)
331 m.dn = Dn(ldb, "cn=ldaptestuser,cn=users," + self.base_dn)
355 m.dn = Dn(ldb, "cn=ldaptestuser,cn=users," + self.base_dn)
370 m.dn = Dn(ldb, "cn=ldaptestuser,cn=users," + self.base_dn)
377 m.dn = Dn(ldb, "cn=ldaptestuser,cn=users," + self.base_dn)
[all …]
/dports/science/py-scipy/scipy-1.7.1/doc/source/tutorial/stats/
H A Dcontinuous_kstwo.rst58 # Construct the Empirical CDF and the K-S statistics (Dn+, Dn-, Dn)
70 >>> Dn = np.max(Dnpm)
72 >>> print('Dn- = %f (at x=%.2f)' % (Dnpm[0], x[iminus]))
73 Dn- = 0.308125 (at x=0.55)
74 >>> print('Dn+ = %f (at x=%.2f)' % (Dnpm[1], x[iplus]))
75 Dn+ = 0.146447 (at x=-0.66)
76 >>> print('Dn = %f' % (Dn))
77 Dn = 0.308125
79 >>> probs = kstwo.sf(Dn, n)
81 ... ' Kolmogorov-Smirnov 2-sided n=%d: Prob(Dn >= %f) = %.4f' % (n, Dn, probs)]))
[all …]
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DArmstrongFrederickKinematicHardeningRule.cxx41 const auto Dn = KinematicHardeningRule::getVariableId("D", fid, kid); in initialize() local
47 declareParameterOrLocalVariable(bd, this->D, "real", Dn); in initialize()
57 const auto Dn = KinematicHardeningRule::getVariableId("D", fid, kid); in endTreatment() local
59 generateMaterialPropertyInitializationCode(dsl, bd, Dn, this->D); in endTreatment()
79 const auto Dn = KinematicHardeningRule::getVariableId("D", fid, kid); in buildBackStrainImplicitEquations() local
82 c += "(this->dp" + fid + ")*(n" + fid + "-(this->" + Dn + ")*" + an + in buildBackStrainImplicitEquations()
85 c += "df" + an + "_ddp" + fid + " = -(n" + fid + "-(this->" + Dn + in buildBackStrainImplicitEquations()
93 c += "(this->theta)*(this->dp" + fid + ")*((this->" + Dn + in buildBackStrainImplicitEquations()
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DArmstrongFrederickKinematicHardeningRule.cxx41 const auto Dn = KinematicHardeningRule::getVariableId("D", fid, kid); in initialize() local
47 declareParameterOrLocalVariable(bd, this->D, "real", Dn); in initialize()
57 const auto Dn = KinematicHardeningRule::getVariableId("D", fid, kid); in endTreatment() local
59 generateMaterialPropertyInitializationCode(dsl, bd, Dn, this->D); in endTreatment()
79 const auto Dn = KinematicHardeningRule::getVariableId("D", fid, kid); in buildBackStrainImplicitEquations() local
82 c += "(this->dp" + fid + ")*(n" + fid + "-(this->" + Dn + ")*" + an + in buildBackStrainImplicitEquations()
85 c += "df" + an + "_ddp" + fid + " = -(n" + fid + "-(this->" + Dn + in buildBackStrainImplicitEquations()
93 c += "(this->theta)*(this->dp" + fid + ")*((this->" + Dn + in buildBackStrainImplicitEquations()
/dports/databases/ldb15/ldb-1.5.6/tests/python/
H A Dapi.py196 m.dn = ldb.Dn(l, "dc=foo1")
209 m.dn = ldb.Dn(l, "dc=foo3")
238 m.dn = ldb.Dn(l, "dc=foo4")
426 l.rename(ldb.Dn(l, "dc=foo7"), ldb.Dn(l, "dc=bar"))
532 m.dn = ldb.Dn(l, "dc=add")
551 m.dn = ldb.Dn(l, "dc=add")
2099 x = ldb.Dn(self.ldb, "")
2952 dn = ldb.Dn(l, 'a=b')
2959 dn = ldb.Dn(l, 'a=b')
2966 dn = ldb.Dn(l, 'a=b')
[all …]
/dports/lang/erlang-doc/otp_doc_html_24.1/lib/eldap-1.2.9/doc/html/
H A Deldap.eix12 {"simple_bind", "simple_bind(Handle, Dn, Password)", "simple_bind-3"},
13 {"add", "add(Handle, Dn, [Attribute])", "add-3"},
14 {"delete", "delete(Handle, Dn)", "delete-2"},
18 {"modify", "modify(Handle, Dn, [ModifyOp])", "modify-3"},
19 {"modify_password", "modify_password(Handle, Dn, NewPasswd)", "modify_password-3"},
20 {"modify_password", "modify_password(Handle, Dn, NewPasswd, OldPasswd)", "modify_password-4"},
21 {"modify_dn", "modify_dn(Handle, Dn, NewRDN, DeleteOldRDN, NewSupDN)", "modify_dn-5"},
/dports/devel/avr-gdb/gdb-7.3.1/sim/mn10300/
H A Dmn10300.igen29 // 1000 DmDn; mov Dm,Dn (Dm != Dn, see above when Dm == Dn)
120 // 1111 0010 1110 01Dn; mov PSW,Dn
146 // 1111 0010 1110 00Dn; mov MDR,Dn
1482 // 1111 0010 1101 00Dn; ext Dn
1500 // 0001 00Dn; extb Dn
1515 // 0001 01Dn; extbu Dn
1530 // 0001 10Dn; exth Dn
1545 // 0001 11Dn; exthu Dn
2123 // 1010 DmDn; cmp Dm,Dn (Dm != Dn, see above when Dm == Dn)
2484 // 1111 0010 0011 00Dn; not Dn
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/mn10300/
H A Dmn10300.igen29 // 1000 DmDn; mov Dm,Dn (Dm != Dn, see above when Dm == Dn)
120 // 1111 0010 1110 01Dn; mov PSW,Dn
146 // 1111 0010 1110 00Dn; mov MDR,Dn
1482 // 1111 0010 1101 00Dn; ext Dn
1500 // 0001 00Dn; extb Dn
1515 // 0001 01Dn; extbu Dn
1530 // 0001 10Dn; exth Dn
1545 // 0001 11Dn; exthu Dn
2123 // 1010 DmDn; cmp Dm,Dn (Dm != Dn, see above when Dm == Dn)
2484 // 1111 0010 0011 00Dn; not Dn
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/mn10300/
H A Dmn10300.igen29 // 1000 DmDn; mov Dm,Dn (Dm != Dn, see above when Dm == Dn)
120 // 1111 0010 1110 01Dn; mov PSW,Dn
146 // 1111 0010 1110 00Dn; mov MDR,Dn
1482 // 1111 0010 1101 00Dn; ext Dn
1500 // 0001 00Dn; extb Dn
1515 // 0001 01Dn; extbu Dn
1530 // 0001 10Dn; exth Dn
1545 // 0001 11Dn; exthu Dn
2123 // 1010 DmDn; cmp Dm,Dn (Dm != Dn, see above when Dm == Dn)
2484 // 1111 0010 0011 00Dn; not Dn
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/mn10300/
H A Dmn10300.igen29 // 1000 DmDn; mov Dm,Dn (Dm != Dn, see above when Dm == Dn)
120 // 1111 0010 1110 01Dn; mov PSW,Dn
146 // 1111 0010 1110 00Dn; mov MDR,Dn
1482 // 1111 0010 1101 00Dn; ext Dn
1500 // 0001 00Dn; extb Dn
1515 // 0001 01Dn; extbu Dn
1530 // 0001 10Dn; exth Dn
1545 // 0001 11Dn; exthu Dn
2123 // 1010 DmDn; cmp Dm,Dn (Dm != Dn, see above when Dm == Dn)
2484 // 1111 0010 0011 00Dn; not Dn
[all …]
/dports/net/samba412/samba-4.12.15/lib/ldb/tests/python/
H A Dapi.py196 m.dn = ldb.Dn(l, "dc=foo1")
209 m.dn = ldb.Dn(l, "dc=foo3")
238 m.dn = ldb.Dn(l, "dc=foo4")
426 l.rename(ldb.Dn(l, "dc=foo7"), ldb.Dn(l, "dc=bar"))
532 m.dn = ldb.Dn(l, "dc=add")
551 m.dn = ldb.Dn(l, "dc=add")
612 m.dn = ldb.Dn(l, "dc=add")
3678 dn = ldb.Dn(l, 'a=b')
3685 dn = ldb.Dn(l, 'a=b')
3692 dn = ldb.Dn(l, 'a=b')
[all …]

12345678910>>...96