Home
last modified time | relevance | path

Searched refs:AbstractType (Results 1 – 25 of 73) sorted by last modified time

123

/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md368 * `Elastica\Search->search()` and `Elastica\Search->count()` use request method `POST` by default. Same for `Elastica\Index`, `Elastica\Type\AbstractType`, `Elastica\Type`.
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DNullType.php18 class NullType extends AbstractType
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php15 use FreeDSx\Asn1\Type\AbstractType; alias
150 /* @var AbstractType $a
151 * @var AbstractType $b */
H A DDerEncoder.php16 use FreeDSx\Asn1\Type\AbstractType; alias
43 public function encode(AbstractType $type): string
53 protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class = null): AbstractType
85 * @param AbstractType $type
88 protected function validate(AbstractType $type): void
H A DEncoderInterface.php15 use FreeDSx\Asn1\Type\AbstractType; alias
28 * @param AbstractType $type
32 public function encode(AbstractType $type): string;
40 * @return AbstractType
43 public function complete(IncompleteType $type, int $tagType, array $tagMap = []): AbstractType;
50 * @return AbstractType
54 public function decode($binary, array $tagMap = []): AbstractType;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php17 use FreeDSx\Asn1\Type\AbstractType;
86 public static function fromAsn1(AbstractType $type)
126 public function toAsn1(): AbstractType
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php14 use FreeDSx\Asn1\Type\AbstractType;
41 * @param AbstractType|ProtocolElementInterface|null $value
13 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DOperations.php14 use FreeDSx\Asn1\Type\AbstractType;
133 * @param null|AbstractType|ProtocolElementInterface|string $value
13 use FreeDSx\Asn1\Type\AbstractType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php16 use FreeDSx\Asn1\Type\AbstractType;
154 * @return AbstractType
157 public function toAsn1(): AbstractType
181 public static function fromAsn1(AbstractType $type)
189 * @param AbstractType $type
195 protected static function parseResultData(AbstractType $type)
208 if ($child !== null && $child->getTagClass() === AbstractType::TAG_CLASS_CONTEXT_SPECIFIC && $child->getTagNumber() === 3) {
212 $child = (new LdapEncoder())->complete($child, AbstractType::TAG_TYPE_SEQUENCE);
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAbandonRequest.php15 use FreeDSx\Asn1\Type\AbstractType;
66 public static function fromAsn1(AbstractType $type)
78 public function toAsn1(): AbstractType
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DBindRequest.php15 use FreeDSx\Asn1\Type\AbstractType;
86 public function toAsn1(): AbstractType
101 public static function fromAsn1(AbstractType $type)
137 * @return AbstractType
139 abstract protected function getAsn1AuthChoice(): AbstractType;
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DCompareRequest.php16 use FreeDSx\Asn1\Type\AbstractType;
101 public static function fromAsn1(AbstractType $type)
119 public function toAsn1(): AbstractType
123 Asn1::universal(AbstractType::TAG_TYPE_SEQUENCE, $this->filter->toAsn1())
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DDeleteRequest.php15 use FreeDSx\Asn1\Type\AbstractType;
66 public function toAsn1(): AbstractType
75 public static function fromAsn1(AbstractType $type)
83 * @param AbstractType $type
86 protected static function validate(AbstractType $type): void
88 if (!$type instanceof OctetStringType || $type->getTagClass() !== AbstractType::TAG_CLASS_APPLICATION) {
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DExtendedRequest.php17 use FreeDSx\Asn1\Type\AbstractType;
63 * @var null|AbstractType|ProtocolElementInterface|string
69 * @param null|AbstractType|ProtocolElementInterface|string $requestValue
97 * @param AbstractType|ProtocolElementInterface|string|null $requestValue
108 * @return AbstractType|ProtocolElementInterface|string|null
116 * @return AbstractType
119 public function toAsn1(): AbstractType
126 if ($value instanceof AbstractType) {
141 public static function fromAsn1(AbstractType $type)
147 * @param AbstractType
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
[all...]
H A DModifyDnRequest.php15 use FreeDSx\Asn1\Type\AbstractType;
158 public static function fromAsn1(AbstractType $type)
171 if ($newSuperior !== null && !($newSuperior->getTagClass() === AbstractType::TAG_CLASS_CONTEXT_SPECIFIC && $newSuperior->getTagNumber() === 0)) {
175 ? (new LdapEncoder())->complete($newSuperior, AbstractType::TAG_TYPE_OCTET_STRING)
185 public function toAsn1(): AbstractType
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DSearchRequest.php15 use FreeDSx\Asn1\Type\AbstractType;
382 public static function fromAsn1(AbstractType $type)
435 public function toAsn1(): AbstractType
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DPasswordModifyResponse.php17 use FreeDSx\Asn1\Type\AbstractType;
58 public function toAsn1(): AbstractType
68 * @param AbstractType $type
74 public static function fromAsn1(AbstractType $type)
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DSearchResultEntry.php15 use FreeDSx\Asn1\Type\AbstractType;
64 public static function fromAsn1(AbstractType $type)
98 public function toAsn1(): AbstractType
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DExtendedResponseFactory.php14 use FreeDSx\Asn1\Type\AbstractType;
39 * @param AbstractType $asn1
45 public function get(AbstractType $asn1, string $oid): ExtendedResponse
13 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DFilterFactory.php14 use FreeDSx\Asn1\Type\AbstractType;
57 public static function get(AbstractType $type): FilterInterface
13 use FreeDSx\Asn1\Type\AbstractType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapEncoder.php15 use FreeDSx\Asn1\Type\AbstractType;
36 AbstractType::TAG_TYPE_OCTET_STRING,
39 $this->setTagMap(AbstractType::TAG_CLASS_APPLICATION, [
40 0 => AbstractType::TAG_TYPE_SEQUENCE,
41 1 => AbstractType::TAG_TYPE_SEQUENCE,
42 2 => AbstractType::TAG_TYPE_NULL,
43 3 => AbstractType::TAG_TYPE_SEQUENCE,
44 4 => AbstractType::TAG_TYPE_SEQUENCE,
45 5 => AbstractType::TAG_TYPE_SEQUENCE,
46 6 => AbstractType
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
[all...]
H A DLdapMessage.php17 use FreeDSx\Asn1\Type\AbstractType;
109 * @return AbstractType
113 public function toAsn1(): AbstractType
139 public static function fromAsn1(AbstractType $type)
159 if ($child !== null && $child->getTagClass() === AbstractType::TAG_CLASS_CONTEXT_SPECIFIC && $child->getTagNumber() === 0) {
164 $child = (new LdapEncoder())->complete($child, AbstractType::TAG_TYPE_SEQUENCE);
278 * @return AbstractType
280 abstract protected function getOperationAsn1(): AbstractType;
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DLdapMessageRequest.php14 use FreeDSx\Asn1\Type\AbstractType;
51 * @return AbstractType
53 protected function getOperationAsn1(): AbstractType
13 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DLdapMessageResponse.php14 use FreeDSx\Asn1\Type\AbstractType;
52 * @return AbstractType
54 protected function getOperationAsn1(): AbstractType
13 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DProtocolElementInterface.php14 use FreeDSx\Asn1\Type\AbstractType;
27 * @return AbstractType
29 public function toAsn1(): AbstractType;
32 * @param AbstractType $type
36 public static function fromAsn1(AbstractType $type);
13 use FreeDSx\Asn1\Type\AbstractType; global() alias

123