/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/ |
D | BerEncoder.php | 390 … $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/ |
D | Switch.php | 17 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/ |
D | NullType.php | 27 public static function withTag($tagNumber, $class) function in FreeDSx\\Asn1\\Type\\NullType
|
D | IntegerType.php | 41 public static function withTag($tagNumber, int $class, $value) function in FreeDSx\\Asn1\\Type\\IntegerType
|
D | EnumeratedType.php | 41 public static function withTag($tagNumber, int $class, $value) function in FreeDSx\\Asn1\\Type\\EnumeratedType
|
D | SequenceType.php | 45 public static function withTag($tagNumber, int $class, array $children = []) function in FreeDSx\\Asn1\\Type\\SequenceType
|
D | BooleanType.php | 47 public static function withTag($tagNumber, int $class, bool $value) function in FreeDSx\\Asn1\\Type\\BooleanType
|
D | OidType.php | 47 public static function withTag($tagNumber, int $class, string $value) function in FreeDSx\\Asn1\\Type\\OidType
|
D | SetType.php | 51 public static function withTag($tagNumber, int $class, array $children = []) function in FreeDSx\\Asn1\\Type\\SetType
|
D | RealType.php | 55 public static function withTag($tagNumber, int $class, float $value) function in FreeDSx\\Asn1\\Type\\RealType
|
D | RelativeOidType.php | 63 public static function withTag($tagNumber, int $class, string $value) function in FreeDSx\\Asn1\\Type\\RelativeOidType
|
D | AbstractStringType.php | 72 public static function withTag($tagNumber, int $class, bool $isConstructed, $value = '') function in FreeDSx\\Asn1\\Type\\AbstractStringType
|
D | AbstractTimeType.php | 176 …public static function withTag($tagNumber, int $class, bool $isConstructed, ?DateTimeInterface $da… function in FreeDSx\\Asn1\\Type\\AbstractTimeType
|
D | BitStringType.php | 130 public static function withTag($tagNumber, int $class, bool $isConstructed, string $value = '') function in FreeDSx\\Asn1\\Type\\BitStringType
|