Home
last modified time | relevance | path

Searched refs:withTag (Results 1 – 14 of 14) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
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->decodeBitStr…
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->dec…
435 …$type = EncodedType\UtcTimeType::withTag($tagNumber, $class, $isConstructed, ...$this->decodeUtcTi…
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DSwitch.php17 protected $withTag; variable in HTMLPurifier_AttrDef_Switch
32 $this->withTag = $with_tag;
48 return $this->withTag->validate($string, $config, $context);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
DNullType.php27 public static function withTag($tagNumber, $class) function in FreeDSx\\Asn1\\Type\\NullType
DIntegerType.php41 public static function withTag($tagNumber, int $class, $value) function in FreeDSx\\Asn1\\Type\\IntegerType
DEnumeratedType.php41 public static function withTag($tagNumber, int $class, $value) function in FreeDSx\\Asn1\\Type\\EnumeratedType
DSequenceType.php45 public static function withTag($tagNumber, int $class, array $children = []) function in FreeDSx\\Asn1\\Type\\SequenceType
DBooleanType.php47 public static function withTag($tagNumber, int $class, bool $value) function in FreeDSx\\Asn1\\Type\\BooleanType
DOidType.php47 public static function withTag($tagNumber, int $class, string $value) function in FreeDSx\\Asn1\\Type\\OidType
DSetType.php51 public static function withTag($tagNumber, int $class, array $children = []) function in FreeDSx\\Asn1\\Type\\SetType
DRealType.php55 public static function withTag($tagNumber, int $class, float $value) function in FreeDSx\\Asn1\\Type\\RealType
DRelativeOidType.php63 public static function withTag($tagNumber, int $class, string $value) function in FreeDSx\\Asn1\\Type\\RelativeOidType
DAbstractStringType.php72 public static function withTag($tagNumber, int $class, bool $isConstructed, $value = '') function in FreeDSx\\Asn1\\Type\\AbstractStringType
DAbstractTimeType.php176 …public static function withTag($tagNumber, int $class, bool $isConstructed, ?DateTimeInterface $da… function in FreeDSx\\Asn1\\Type\\AbstractTimeType
DBitStringType.php130 public static function withTag($tagNumber, int $class, bool $isConstructed, string $value = '') function in FreeDSx\\Asn1\\Type\\BitStringType