Home
last modified time | relevance | path

Searched defs:withTag (Results 1 – 13 of 13) sorted by relevance

/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 DIntegerType.php41 public static function withTag($tagNumber, int $class, $value) function in FreeDSx\\Asn1\\Type\\IntegerType
H A DEnumeratedType.php41 public static function withTag($tagNumber, int $class, $value) function in FreeDSx\\Asn1\\Type\\EnumeratedType
H A DSequenceType.php45 public static function withTag($tagNumber, int $class, array $children = []) function in FreeDSx\\Asn1\\Type\\SequenceType
H A DBooleanType.php47 public static function withTag($tagNumber, int $class, bool $value) function in FreeDSx\\Asn1\\Type\\BooleanType
H A DSetType.php51 public static function withTag($tagNumber, int $class, array $children = []) function in FreeDSx\\Asn1\\Type\\SetType
H A DOidType.php47 public static function withTag($tagNumber, int $class, string $value) function in FreeDSx\\Asn1\\Type\\OidType
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 DBitStringType.php130 public static function withTag($tagNumber, int $class, bool $isConstructed, string $value = '') function in FreeDSx\\Asn1\\Type\\BitStringType
H A DAbstractTimeType.php176 …public static function withTag($tagNumber, int $class, bool $isConstructed, ?DateTimeInterface $da… function in FreeDSx\\Asn1\\Type\\AbstractTimeType
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DSwitch.php17 protected $withTag; variable in HTMLPurifier_AttrDef_Switch