Home
last modified time | relevance | path

Searched refs:SearchResultReference (Results 1 – 25 of 81) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/
H A DSearchResults.cs9 public class SearchResultReference class
14 internal SearchResultReference(Uri[] uris) => _resultReferences = uris;
58 public SearchResultReference this[int index] => (SearchResultReference)InnerList[index];
60 internal int Add(SearchResultReference reference) => InnerList.Add(reference);
62 public bool Contains(SearchResultReference value) => InnerList.Contains(value);
64 public int IndexOf(SearchResultReference value) => InnerList.IndexOf(value);
66 … public void CopyTo(SearchResultReference[] values, int index) => InnerList.CopyTo(values, index); in CopyTo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols/
H A DSearchResultReferenceCollection.cs44 public SearchResultReference this [int index] {
45 get { return (SearchResultReference) list [index]; }
48 public bool Contains (SearchResultReference value) in Contains()
53 public void CopyTo (SearchResultReference [] values, int index) in CopyTo()
58 public int IndexOf (SearchResultReference value) in IndexOf()
H A DSearchResultReference.cs34 public class SearchResultReference class
36 internal SearchResultReference (DirectoryControl [] controls, Uri [] reference) in SearchResultReference() method in System.DirectoryServices.Protocols.SearchResultReference
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.Protocols/ref/
H A DSystem.DirectoryServices.Protocols.cs531 public partial class SearchResultReference { class
532 internal SearchResultReference() { } in SearchResultReference() method in System.DirectoryServices.Protocols.SearchResultReference
538 …ervices.Protocols.SearchResultReference this[int index] { get { return default(System.DirectorySer…
539 …public bool Contains(System.DirectoryServices.Protocols.SearchResultReference value) { return defa… in Contains()
540 …public void CopyTo(System.DirectoryServices.Protocols.SearchResultReference[] values, int index) {… in CopyTo()
541 …public int IndexOf(System.DirectoryServices.Protocols.SearchResultReference value) { return defaul… in IndexOf()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DELDAPv3.asn18 searchResRef SearchResultReference,
226 SearchResultReference ::= [APPLICATION 19] SEQUENCE OF LDAPURL
H A DLDAP.asn122 searchResRef SearchResultReference,
223 SearchResultReference ::= [APPLICATION 19] SEQUENCE
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/
H A DELDAPv3.asn18 searchResRef SearchResultReference,
226 SearchResultReference ::= [APPLICATION 19] SEQUENCE OF LDAPURL
H A DLDAP.asn122 searchResRef SearchResultReference,
223 SearchResultReference ::= [APPLICATION 19] SEQUENCE
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/
H A DELDAPv3.asn18 searchResRef SearchResultReference,
226 SearchResultReference ::= [APPLICATION 19] SEQUENCE OF LDAPURL
H A DLDAP.asn122 searchResRef SearchResultReference,
223 SearchResultReference ::= [APPLICATION 19] SEQUENCE
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DLDAP.asn122 searchResRef SearchResultReference,
223 SearchResultReference ::= [APPLICATION 19] SEQUENCE
H A DELDAPv3.asn18 searchResRef SearchResultReference,
226 SearchResultReference ::= [APPLICATION 19] SEQUENCE OF LDAPURL
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DELDAPv3.asn18 searchResRef SearchResultReference,
226 SearchResultReference ::= [APPLICATION 19] SEQUENCE OF LDAPURL
H A DLDAP.asn122 searchResRef SearchResultReference,
223 SearchResultReference ::= [APPLICATION 19] SEQUENCE
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DELDAPv3.asn18 searchResRef SearchResultReference,
226 SearchResultReference ::= [APPLICATION 19] SEQUENCE OF LDAPURL
H A DLDAP.asn122 searchResRef SearchResultReference,
223 SearchResultReference ::= [APPLICATION 19] SEQUENCE
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/asn1_SUITE_data/
H A DLDAP.asn122 searchResRef SearchResultReference,
223 SearchResultReference ::= [APPLICATION 19] SEQUENCE
H A DELDAPv3.asn18 searchResRef SearchResultReference,
226 SearchResultReference ::= [APPLICATION 19] SEQUENCE OF LDAPURL
/dports/converters/p5-Convert-ASN1/Convert-ASN1-0.33/examples/
H A Dldap11 searchResRef SearchResultReference,
195 SearchResultReference ::= [APPLICATION 19] SEQUENCE OF LDAPURL
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/eldap/asn1/
H A DELDAPv3.asn120 searchResRef SearchResultReference,
219 SearchResultReference ::= [APPLICATION 19] SEQUENCE
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/eldap/asn1/
H A DELDAPv3.asn120 searchResRef SearchResultReference,
219 SearchResultReference ::= [APPLICATION 19] SEQUENCE
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/eldap/asn1/
H A DELDAPv3.asn120 searchResRef SearchResultReference,
219 SearchResultReference ::= [APPLICATION 19] SEQUENCE
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/eldap/asn1/
H A DELDAPv3.asn120 searchResRef SearchResultReference,
219 SearchResultReference ::= [APPLICATION 19] SEQUENCE
/dports/lang/erlang/otp-OTP-24.1.7/lib/eldap/asn1/
H A DELDAPv3.asn120 searchResRef SearchResultReference,
219 SearchResultReference ::= [APPLICATION 19] SEQUENCE
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/eldap/asn1/
H A DELDAPv3.asn120 searchResRef SearchResultReference,
219 SearchResultReference ::= [APPLICATION 19] SEQUENCE

1234