Home
last modified time | relevance | path

Searched refs:withTag (Results 1 – 14 of 14) sorted by last modified time

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DNullType.php27 public static function withTag($tagNumber, $class) function in FreeDSx\\Asn1\\Type\\NullType
H A DEnumeratedType.php41 public static function withTag($tagNumber, int $class, $value) function in FreeDSx\\Asn1\\Type\\EnumeratedType
H A DIntegerType.php41 public static function withTag($tagNumber, int $class, $value) function in FreeDSx\\Asn1\\Type\\IntegerType
H A DOidType.php47 public static function withTag($tagNumber, int $class, string $value) function in FreeDSx\\Asn1\\Type\\OidType
H A DSequenceType.php45 public static function withTag($tagNumber, int $class, array $children = []) function in FreeDSx\\Asn1\\Type\\SequenceType
H A DSetType.php51 public static function withTag($tagNumber, int $class, array $children = []) function in FreeDSx\\Asn1\\Type\\SetType
H A DBooleanType.php47 public static function withTag($tagNumber, int $class, bool $value) function in FreeDSx\\Asn1\\Type\\BooleanType
H A DRealType.php55 public static function withTag($tagNumber, int $class, float $value) function in FreeDSx\\Asn1\\Type\\RealType
H A DRelativeOidType.php63 public static function withTag($tagNumber, int $class, string $value) function in FreeDSx\\Asn1\\Type\\RelativeOidType
H A DAbstractStringType.php72 public static function withTag($tagNumber, int $class, bool $isConstructed, $value = '') function in FreeDSx\\Asn1\\Type\\AbstractStringType
H A DAbstractTimeType.php176 public static function withTag($tagNumber, int $class, bool $isConstructed, ?DateTimeInterface $dateTime, string $dateFormat, string $tzFormat)
169 public static function withTag($tagNumber, int $class, bool $isConstructed, ?\DateTime $dateTime = null, string $dateFormat, string $tzFormat) global() function in FreeDSx\\Asn1\\Type\\AbstractTimeType
H A DBitStringType.php130 public static function withTag($tagNumber, int $class, bool $isConstructed, string $value = '') function in FreeDSx\\Asn1\\Type\\BitStringType
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php390 $type = EncodedType\BooleanType::withTag($tagNumber, $class, $this->decodeBoolean());
396 $type = EncodedType\NullType::withTag($tagNumber, $class);
402 $type = EncodedType\IntegerType::withTag($tagNumber, $class, $this->decodeInteger($length));
408 $type = EncodedType\EnumeratedType::withTag($tagNumber, $class, $this->decodeInteger($length));
414 $type = RealType::withTag($tagNumber, $class, $this->decodeReal($length));
417 $type = EncodedType\BitStringType::withTag($tagNumber, $class, $isConstructed, $this->decodeBitString($length));
423 $type = OidType::withTag($tagNumber, $class, $this->decodeOid($length));
429 $type = RelativeOidType::withTag($tagNumber, $class, $this->decodeRelativeOid($length));
432 $type = EncodedType\GeneralizedTimeType::withTag($tagNumber, $class, $isConstructed, ...$this->decodeGeneralizedTime($length));
435 $type = EncodedType\UtcTimeType::withTag(
[all...]
/plugin/scrape/
H A DHTMLPurifier.standalone.php