Home
last modified time | relevance | path

Searched refs:ndn (Results 76 – 100 of 834) sorted by relevance

12345678910>>...34

/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/overlays/
H A Drwmdn.c48 struct berval *ndn ) in rwm_dn_massage_normalize() argument
59 if ( mdn.bv_val == in->bv_val && !BER_BVISNULL( ndn ) ) { in rwm_dn_massage_normalize()
63 rc = dnNormalize( 0, NULL, NULL, &mdn, ndn, NULL ); in rwm_dn_massage_normalize()
118 struct berval *ndn ) in rwm_dn_massage_pretty_normalize() argument
130 if ( BER_BVISNULL( ndn ) ) { in rwm_dn_massage_pretty_normalize()
131 rc = dnNormalize( 0, NULL, NULL, &mdn, ndn, NULL ); in rwm_dn_massage_pretty_normalize()
136 rc = dnPrettyNormal( NULL, &mdn, pdn, ndn, NULL ); in rwm_dn_massage_pretty_normalize()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/overlays/
H A Drwmdn.c48 struct berval *ndn ) in rwm_dn_massage_normalize() argument
59 if ( mdn.bv_val == in->bv_val && !BER_BVISNULL( ndn ) ) { in rwm_dn_massage_normalize()
63 rc = dnNormalize( 0, NULL, NULL, &mdn, ndn, NULL ); in rwm_dn_massage_normalize()
118 struct berval *ndn ) in rwm_dn_massage_pretty_normalize() argument
130 if ( BER_BVISNULL( ndn ) ) { in rwm_dn_massage_pretty_normalize()
131 rc = dnNormalize( 0, NULL, NULL, &mdn, ndn, NULL ); in rwm_dn_massage_pretty_normalize()
136 rc = dnPrettyNormal( NULL, &mdn, pdn, ndn, NULL ); in rwm_dn_massage_pretty_normalize()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/overlays/
H A Drwmdn.c48 struct berval *ndn ) in rwm_dn_massage_normalize() argument
59 if ( mdn.bv_val == in->bv_val && !BER_BVISNULL( ndn ) ) { in rwm_dn_massage_normalize()
63 rc = dnNormalize( 0, NULL, NULL, &mdn, ndn, NULL ); in rwm_dn_massage_normalize()
118 struct berval *ndn ) in rwm_dn_massage_pretty_normalize() argument
130 if ( BER_BVISNULL( ndn ) ) { in rwm_dn_massage_pretty_normalize()
131 rc = dnNormalize( 0, NULL, NULL, &mdn, ndn, NULL ); in rwm_dn_massage_pretty_normalize()
136 rc = dnPrettyNormal( NULL, &mdn, pdn, ndn, NULL ); in rwm_dn_massage_pretty_normalize()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/overlays/
H A Drwmdn.c48 struct berval *ndn ) in rwm_dn_massage_normalize() argument
59 if ( mdn.bv_val == in->bv_val && !BER_BVISNULL( ndn ) ) { in rwm_dn_massage_normalize()
63 rc = dnNormalize( 0, NULL, NULL, &mdn, ndn, NULL ); in rwm_dn_massage_normalize()
118 struct berval *ndn ) in rwm_dn_massage_pretty_normalize() argument
130 if ( BER_BVISNULL( ndn ) ) { in rwm_dn_massage_pretty_normalize()
131 rc = dnNormalize( 0, NULL, NULL, &mdn, ndn, NULL ); in rwm_dn_massage_pretty_normalize()
136 rc = dnPrettyNormal( NULL, &mdn, pdn, ndn, NULL ); in rwm_dn_massage_pretty_normalize()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/overlays/
H A Drwmdn.c48 struct berval *ndn ) in rwm_dn_massage_normalize() argument
59 if ( mdn.bv_val == in->bv_val && !BER_BVISNULL( ndn ) ) { in rwm_dn_massage_normalize()
63 rc = dnNormalize( 0, NULL, NULL, &mdn, ndn, NULL ); in rwm_dn_massage_normalize()
118 struct berval *ndn ) in rwm_dn_massage_pretty_normalize() argument
130 if ( BER_BVISNULL( ndn ) ) { in rwm_dn_massage_pretty_normalize()
131 rc = dnNormalize( 0, NULL, NULL, &mdn, ndn, NULL ); in rwm_dn_massage_pretty_normalize()
136 rc = dnPrettyNormal( NULL, &mdn, pdn, ndn, NULL ); in rwm_dn_massage_pretty_normalize()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/ofpw/lib/ke/
H A Dv_thomasfermi.F23 real*8 n,nup,ndn,eta,f local
44 ndn = dn(k,2)+0.5d0*dncut
45 n = nup+ndn
46 eta = (nup-ndn)/n
50 xcp(k,2) = twotwothirds*CTF*five3rd*ndn**two3rd
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/ofpw/lib/ke/
H A Dv_thomasfermi.F23 real*8 n,nup,ndn,eta,f local
44 ndn = dn(k,2)+0.5d0*dncut
45 n = nup+ndn
46 eta = (nup-ndn)/n
50 xcp(k,2) = twotwothirds*CTF*five3rd*ndn**two3rd
/dports/biology/canu/canu-2.2/src/seqrequester/src/seqrequester/
H A Dsummarize.C393 double ndn = 0; in doSummarize() local
435 ndn += (seqLen < 2) ? 0 : (seqLen-1); in doSummarize()
519 if (ndn == 0) ndn = 1; in doSummarize()
527 …" FMT " AAG " FMT " AAT\n", mn[0x00], mn[0x00] / nmn, dn[0x00], dn[0x00] / ndn, tn[0x00], tn[0x00]… in doSummarize()
528 …" FMT " ACG " FMT " ACT\n", mn[0x01], mn[0x01] / nmn, dn[0x01], dn[0x01] / ndn, tn[0x04], tn[0x04]… in doSummarize()
529 …" FMT " AGG " FMT " AGT\n", mn[0x03], mn[0x03] / nmn, dn[0x03], dn[0x03] / ndn, tn[0x0c], tn[0x0c]… in doSummarize()
530 …" FMT " ATG " FMT " ATT\n", mn[0x02], mn[0x02] / nmn, dn[0x02], dn[0x02] / ndn, tn[0x08], tn[0x08]… in doSummarize()
531 …" FMT " CAG " FMT " CAT\n", dn[0x04], dn[0x04] / ndn, tn[0x10], tn[0x10]… in doSummarize()
532 …" FMT " CCG " FMT " CCT\n", dn[0x05], dn[0x05] / ndn, tn[0x14], tn[0x14]… in doSummarize()
533 …" FMT " CGG " FMT " CGT\n", gc, 100 - gc, dn[0x07], dn[0x07] / ndn, tn[0x1c], tn[0x1c]… in doSummarize()
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Plugin/NdnDistribution/
H A DNdnDistributionPlugin.php44 protected $ndn = null; variable in Kaltura\\Client\\Plugin\\NdnDistribution\\NdnDistributionPlugin
82 if (is_null($this->ndn))
83 $this->ndn = new Service\NdnService($this->_client);
84 return $this->ndn;
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/allop/
H A Dallop.c74 ndn; in allop_db_config() local
98 BER_BVZERO( &ndn ); in allop_db_config()
101 ber_str2bv( "", 0, 1, &ndn ); in allop_db_config()
107 rc = dnNormalize( 0, NULL, NULL, &dn, &ndn, NULL ); in allop_db_config()
115 if ( BER_BVISNULL( &ndn ) ) { in allop_db_config()
132 ao->ao_ndn = ndn; in allop_db_config()
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/allop/
H A Dallop.c74 ndn; in allop_db_config() local
98 BER_BVZERO( &ndn ); in allop_db_config()
101 ber_str2bv( "", 0, 1, &ndn ); in allop_db_config()
107 rc = dnNormalize( 0, NULL, NULL, &dn, &ndn, NULL ); in allop_db_config()
115 if ( BER_BVISNULL( &ndn ) ) { in allop_db_config()
132 ao->ao_ndn = ndn; in allop_db_config()
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/allop/
H A Dallop.c74 ndn; in allop_db_config() local
98 BER_BVZERO( &ndn ); in allop_db_config()
101 ber_str2bv( "", 0, 1, &ndn ); in allop_db_config()
107 rc = dnNormalize( 0, NULL, NULL, &dn, &ndn, NULL ); in allop_db_config()
115 if ( BER_BVISNULL( &ndn ) ) { in allop_db_config()
132 ao->ao_ndn = ndn; in allop_db_config()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/allop/
H A Dallop.c74 ndn; in allop_db_config() local
98 BER_BVZERO( &ndn ); in allop_db_config()
101 ber_str2bv( "", 0, 1, &ndn ); in allop_db_config()
107 rc = dnNormalize( 0, NULL, NULL, &dn, &ndn, NULL ); in allop_db_config()
115 if ( BER_BVISNULL( &ndn ) ) { in allop_db_config()
132 ao->ao_ndn = ndn; in allop_db_config()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/allop/
H A Dallop.c74 ndn; in allop_db_config() local
98 BER_BVZERO( &ndn ); in allop_db_config()
101 ber_str2bv( "", 0, 1, &ndn ); in allop_db_config()
107 rc = dnNormalize( 0, NULL, NULL, &dn, &ndn, NULL ); in allop_db_config()
115 if ( BER_BVISNULL( &ndn ) ) { in allop_db_config()
132 ao->ao_ndn = ndn; in allop_db_config()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/allop/
H A Dallop.c74 ndn; in allop_db_config() local
98 BER_BVZERO( &ndn ); in allop_db_config()
101 ber_str2bv( "", 0, 1, &ndn ); in allop_db_config()
107 rc = dnNormalize( 0, NULL, NULL, &dn, &ndn, NULL ); in allop_db_config()
115 if ( BER_BVISNULL( &ndn ) ) { in allop_db_config()
132 ao->ao_ndn = ndn; in allop_db_config()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/lib/exchange-correlation/
H A Dvs98.f303 real*8 ndn,agrdn,taudn
379 n = nup + ndn
412 inv_ndn = 1.0d0/ndn
413 ndn_13 = ndn**thrd
414 ndn_43 = ndn_13*ndn
416 ndn_83 = ndn_53*ndn
438 ex = (eupx*nup + ednx*ndn)/n
493 drs_dn = -thrd*rs/ndn
536 & + ndn*edd0c*GG*dD_dn
540 ec = (eupc*nup + ednc*ndn)/n
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/nwpwxc/
H A DREADME9 gammabb = |grad ndn|*|grad ndn|
10 gammaab = |grad nup|*|grad ndn|
29 df/d|grad ndn|,
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/nwpwxc/
H A DREADME9 gammabb = |grad ndn|*|grad ndn|
10 gammaab = |grad nup|*|grad ndn|
29 df/d|grad ndn|,
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dslapmodify.c143 struct berval ndn = BER_BVNULL; in slapmodify() local
215 if( BER_BVISEMPTY( &ndn ) && in slapmodify()
221 bd = select_backend( &ndn, nosubordinates ); in slapmodify()
243 bd = select_backend( &ndn, nosubordinates ); in slapmodify()
278 ber_dupbv( &e->e_nname, &ndn ); in slapmodify()
284 id = be->be_dn2id_get( be, &ndn ); in slapmodify()
297 progname, ndn.bv_val, lineno ); in slapmodify()
579 rc = be->be_entry_delete( be, &ndn, &bvtext ); in slapmodify()
596 request, ndn.bv_val, (long) id ); in slapmodify()
600 request, ndn.bv_val ); in slapmodify()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dslapmodify.c143 struct berval ndn = BER_BVNULL; in slapmodify() local
215 if( BER_BVISEMPTY( &ndn ) && in slapmodify()
221 bd = select_backend( &ndn, nosubordinates ); in slapmodify()
243 bd = select_backend( &ndn, nosubordinates ); in slapmodify()
278 ber_dupbv( &e->e_nname, &ndn ); in slapmodify()
284 id = be->be_dn2id_get( be, &ndn ); in slapmodify()
297 progname, ndn.bv_val, lineno ); in slapmodify()
579 rc = be->be_entry_delete( be, &ndn, &bvtext ); in slapmodify()
596 request, ndn.bv_val, (long) id ); in slapmodify()
600 request, ndn.bv_val ); in slapmodify()
[all …]
H A Dacl.c773 ndn = e->e_nname; in acl_mask_dn()
777 ndn = *opndn; in acl_mask_dn()
785 dnParent( &ndn, &ndn ); in acl_mask_dn()
788 if ( BER_BVISEMPTY( &ndn ) || !dn_match( &ndn, &selfndn ) ) in acl_mask_dn()
970 struct berval ndn; in acl_mask_dn() local
981 ndn = *opndn; in acl_mask_dn()
986 dnParent( &ndn, &ndn ); in acl_mask_dn()
1235 ndn = op->o_ndn; in slap_acl_mask()
1544 ndn = op->o_ndn; in slap_acl_mask()
1637 bv = ndn; in slap_acl_mask()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dslapmodify.c143 struct berval ndn = BER_BVNULL; in slapmodify() local
215 if( BER_BVISEMPTY( &ndn ) && in slapmodify()
221 bd = select_backend( &ndn, nosubordinates ); in slapmodify()
243 bd = select_backend( &ndn, nosubordinates ); in slapmodify()
278 ber_dupbv( &e->e_nname, &ndn ); in slapmodify()
284 id = be->be_dn2id_get( be, &ndn ); in slapmodify()
297 progname, ndn.bv_val, lineno ); in slapmodify()
579 rc = be->be_entry_delete( be, &ndn, &bvtext ); in slapmodify()
596 request, ndn.bv_val, (long) id ); in slapmodify()
600 request, ndn.bv_val ); in slapmodify()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dslapmodify.c143 struct berval ndn = BER_BVNULL; in slapmodify() local
215 if( BER_BVISEMPTY( &ndn ) && in slapmodify()
221 bd = select_backend( &ndn, nosubordinates ); in slapmodify()
243 bd = select_backend( &ndn, nosubordinates ); in slapmodify()
278 ber_dupbv( &e->e_nname, &ndn ); in slapmodify()
284 id = be->be_dn2id_get( be, &ndn ); in slapmodify()
297 progname, ndn.bv_val, lineno ); in slapmodify()
579 rc = be->be_entry_delete( be, &ndn, &bvtext ); in slapmodify()
596 request, ndn.bv_val, (long) id ); in slapmodify()
600 request, ndn.bv_val ); in slapmodify()
[all …]
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dacl.c773 ndn = e->e_nname; in acl_mask_dn()
777 ndn = *opndn; in acl_mask_dn()
785 dnParent( &ndn, &ndn ); in acl_mask_dn()
788 if ( BER_BVISEMPTY( &ndn ) || !dn_match( &ndn, &selfndn ) ) in acl_mask_dn()
970 struct berval ndn; in acl_mask_dn() local
981 ndn = *opndn; in acl_mask_dn()
986 dnParent( &ndn, &ndn ); in acl_mask_dn()
1235 ndn = op->o_ndn; in slap_acl_mask()
1544 ndn = op->o_ndn; in slap_acl_mask()
1637 bv = ndn; in slap_acl_mask()
[all …]
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dacl.c773 ndn = e->e_nname; in acl_mask_dn()
777 ndn = *opndn; in acl_mask_dn()
785 dnParent( &ndn, &ndn ); in acl_mask_dn()
788 if ( BER_BVISEMPTY( &ndn ) || !dn_match( &ndn, &selfndn ) ) in acl_mask_dn()
970 struct berval ndn; in acl_mask_dn() local
981 ndn = *opndn; in acl_mask_dn()
986 dnParent( &ndn, &ndn ); in acl_mask_dn()
1235 ndn = op->o_ndn; in slap_acl_mask()
1544 ndn = op->o_ndn; in slap_acl_mask()
1637 bv = ndn; in slap_acl_mask()
[all …]

12345678910>>...34