Home
last modified time | relevance | path

Searched refs:AbstractType (Results 1 – 25 of 73) sorted by path

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/
H A DAsn1.php15 use FreeDSx\Asn1\Type\AbstractType;
52 * @param AbstractType ...$types
55 public static function sequence(AbstractType ...$types): SequenceType
61 * @param AbstractType ...$types
64 public static function sequenceOf(AbstractType ...$types): SequenceOfType
298 * @param AbstractType ...$types
301 public static function set(AbstractType ...$types): SetType
307 * @param AbstractType ...$types
310 public static function setOf(AbstractType ...$types): SetOfType
316 * @template T of AbstractType
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
[all...]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php20 use FreeDSx\Asn1\Type\AbstractType;
99 AbstractType::TAG_CLASS_APPLICATION => [],
100 AbstractType::TAG_CLASS_CONTEXT_SPECIFIC => [],
101 AbstractType::TAG_CLASS_PRIVATE => [],
150 public function decode($binary, array $tagMap = []): AbstractType
167 public function complete(IncompleteType $type, int $tagType, array $tagMap = []): AbstractType
171 $newType = $this->decodeBytes(false, $tagType, $this->maxLen, $type->getIsConstructed(), AbstractType::TAG_CLASS_UNIVERSAL);
183 public function encode(AbstractType $type): string
236 $tag = $type->getTagClass() | ($type->getIsConstructed() ? AbstractType::CONSTRUCTED_TYPE : 0);
324 * @return AbstractType
19 use FreeDSx\Asn1\Type\AbstractType; global() alias
[all...]
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/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractStringType.php18 abstract class AbstractStringType extends AbstractType
H A DAbstractTimeType.php22 class AbstractTimeType extends AbstractType
H A DAbstractType.php23 abstract class AbstractType implements Countable, IteratorAggregate
115 * @var AbstractType[]
199 * @param AbstractType ...$types
210 * @return AbstractType[]
219 * @return null|AbstractType
221 public function getChild(int $index): ?AbstractType
227 * @param AbstractType ...$types
248 * @return ArrayIterator<AbstractType>
18 abstract class AbstractType implements \Countable, \IteratorAggregate global() class
H A DBitStringType.php18 class BitStringType extends AbstractType
128 * @return AbstractType
H A DBooleanType.php18 class BooleanType extends AbstractType
H A DEnumeratedType.php18 class EnumeratedType extends AbstractType
H A DIncompleteType.php19 class IncompleteType extends AbstractType
27 public function __construct($value, $tagNumber = null, int $class = AbstractType::TAG_CLASS_UNIVERSAL, bool $isConstructed = false)
H A DIntegerType.php18 class IntegerType extends AbstractType
H A DNullType.php18 class NullType extends AbstractType
H A DOidType.php18 class OidType extends AbstractType
H A DRealType.php18 class RealType extends AbstractType
H A DRelativeOidType.php18 class RelativeOidType extends AbstractType
H A DSequenceType.php18 class SequenceType extends AbstractType
31 * @param AbstractType ...$types
H A DSetTrait.php31 * @param AbstractType ...$set
32 * @return AbstractType[]
34 protected function canonicalize(AbstractType ...$set): array
37 AbstractType::TAG_CLASS_UNIVERSAL => [],
38 AbstractType::TAG_CLASS_APPLICATION => [],
39 AbstractType::TAG_CLASS_CONTEXT_SPECIFIC => [],
40 AbstractType::TAG_CLASS_PRIVATE => [],
51 /* @var AbstractType $a
52 * @var AbstractType $b */
58 $children[AbstractType
[all...]
H A DSetType.php18 class SetType extends AbstractType
27 * @param AbstractType ...$types
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncRequestControl.php17 use FreeDSx\Asn1\Type\AbstractType;
154 public static function fromAsn1(AbstractType $type)
186 public function toAsn1(): AbstractType
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DDirSyncResponseControl.php17 use FreeDSx\Asn1\Type\AbstractType;
104 public static function fromAsn1(AbstractType $type)
135 public function toAsn1(): AbstractType
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DExpectedEntryCountControl.php17 use FreeDSx\Asn1\Type\AbstractType;
101 public static function fromAsn1(AbstractType $type)
126 public function toAsn1(): AbstractType
137 * @param AbstractType $type
140 protected static function validate(AbstractType $type): void
14 use FreeDSx\Asn1\Type\AbstractType; global() alias
H A DExtendedDnControl.php17 use FreeDSx\Asn1\Type\AbstractType;
71 public static function fromAsn1(AbstractType $type)
101 public function toAsn1(): AbstractType
110 * @param AbstractType $type
113 protected static function validate(AbstractType $type): void
14 use FreeDSx\Asn1\Type\AbstractType; global() alias

123