Home
last modified time | relevance | path

Searched refs:APP_TAG (Results 1 – 11 of 11) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DDeleteRequest.php29 protected const APP_TAG = 10;
68 return Asn1::application(self::APP_TAG, Asn1::octetString($this->dn->toString()));
91 if ($type->getTagNumber() !== self::APP_TAG) {
94 self::APP_TAG,
28 protected const APP_TAG = 10; global() define in FreeDSx\\Ldap\\Operation\\Request\\DeleteRequest
H A DUnbindRequest.php28 protected const APP_TAG = 2;
48 return Asn1::application(self::APP_TAG, Asn1::null());
27 protected const APP_TAG = 2; global() define in FreeDSx\\Ldap\\Operation\\Request\\UnbindRequest
H A DAbandonRequest.php28 protected const APP_TAG = 16;
80 return Asn1::application(self::APP_TAG, Asn1::integer($this->messageID));
27 protected const APP_TAG = 16; global() define in FreeDSx\\Ldap\\Operation\\Request\\AbandonRequest
H A DBindRequest.php33 protected const APP_TAG = 0;
90 return Asn1::application(self::APP_TAG, Asn1::sequence(
32 protected const APP_TAG = 0; global() define in FreeDSx\\Ldap\\Operation\\Request\\BindRequest
H A DCompareRequest.php35 protected const APP_TAG = 14;
121 return Asn1::application(self::APP_TAG, Asn1::sequence(
32 protected const APP_TAG = 14; global() define in FreeDSx\\Ldap\\Operation\\Request\\CompareRequest
H A DAddRequest.php51 protected const APP_TAG = 8;
149 return Asn1::application(self::APP_TAG, Asn1::sequence(
48 protected const APP_TAG = 8; global() define in FreeDSx\\Ldap\\Operation\\Request\\AddRequest
H A DExtendedRequest.php35 protected const APP_TAG = 23;
134 return Asn1::application(self::APP_TAG, $asn1);
31 protected const APP_TAG = 23; global() define in FreeDSx\\Ldap\\Operation\\Request\\ExtendedRequest
H A DModifyDnRequest.php39 protected const APP_TAG = 12;
188 $asn1 = Asn1::application(self::APP_TAG, Asn1::sequence(
35 protected const APP_TAG = 12; global() define in FreeDSx\\Ldap\\Operation\\Request\\ModifyDnRequest
H A DModifyRequest.php44 protected const APP_TAG = 6;
148 return Asn1::application(self::APP_TAG, Asn1::sequence(
41 protected const APP_TAG = 6; global() define in FreeDSx\\Ldap\\Operation\\Request\\ModifyRequest
H A DSearchRequest.php86 protected const APP_TAG = 3;
441 return Asn1::application(self::APP_TAG, Asn1::sequence(
84 protected const APP_TAG = 3; global() define in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DPresentFilter.php31 protected const APP_TAG = 7;
46 return Asn1::context(self::APP_TAG, Asn1::octetString($this->attribute));
29 protected const APP_TAG = 7; global() define in FreeDSx\\Ldap\\Search\\Filter\\PresentFilter