Home
last modified time | relevance | path

Searched defs:tagNumber (Results 1 – 25 of 39) sorted by last modified time

12

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DNullType.php20 protected $tagNumber = self::TAG_TYPE_NULL; variable in FreeDSx\\Asn1\\Type\\NullType
27 public static function withTag($tagNumber, $class) argument
H A DUniversalStringType.php20 protected $tagNumber = self::TAG_TYPE_UNIVERSAL_STRING; variable in FreeDSx\\Asn1\\Type\\UniversalStringType
H A DVideotexStringType.php20 protected $tagNumber = self::TAG_TYPE_VIDEOTEX_STRING; variable in FreeDSx\\Asn1\\Type\\VideotexStringType
H A DEnumeratedType.php22 protected $tagNumber = self::TAG_TYPE_ENUMERATED; variable in FreeDSx\\Asn1\\Type\\EnumeratedType
41 public static function withTag($tagNumber, int $class, $value) argument
H A DGeneralizedTimeType.php55 protected $tagNumber = self::TAG_TYPE_GENERALIZED_TIME; global() variable in FreeDSx\\Asn1\\Type\\GeneralizedTimeType
H A DGraphicStringType.php20 protected $tagNumber = self::TAG_TYPE_GRAPHIC_STRING; variable in FreeDSx\\Asn1\\Type\\GraphicStringType
H A DIncompleteType.php27 public function __construct($value, $tagNumber = null, int $class = AbstractType::TAG_CLASS_UNIVERSAL, bool $isConstructed = false) argument
H A DIntegerType.php22 protected $tagNumber = self::TAG_TYPE_INTEGER; variable in FreeDSx\\Asn1\\Type\\IntegerType
41 public static function withTag($tagNumber, int $class, $value) argument
H A DNumericStringType.php20 protected $tagNumber = self::TAG_TYPE_NUMERIC_STRING; variable in FreeDSx\\Asn1\\Type\\NumericStringType
H A DOidType.php20 protected $tagNumber = self::TAG_TYPE_OID; variable in FreeDSx\\Asn1\\Type\\OidType
47 public static function withTag($tagNumber, int $class, string $value) argument
H A DPrintableStringType.php20 protected $tagNumber = self::TAG_TYPE_PRINTABLE_STRING; variable in FreeDSx\\Asn1\\Type\\PrintableStringType
H A DSequenceType.php23 protected $tagNumber = self::TAG_TYPE_SEQUENCE; variable in FreeDSx\\Asn1\\Type\\SequenceType
45 public static function withTag($tagNumber, int $class, array $children = []) argument
H A DSetType.php22 protected $tagNumber = self::TAG_TYPE_SET; variable in FreeDSx\\Asn1\\Type\\SetType
51 public static function withTag($tagNumber, int $class, array $children = []) argument
H A DTeletexStringType.php20 protected $tagNumber = self::TAG_TYPE_TELETEX_STRING; variable in FreeDSx\\Asn1\\Type\\TeletexStringType
H A DUtcTimeType.php40 protected $tagNumber = self::TAG_TYPE_UTC_TIME; global() variable in FreeDSx\\Asn1\\Type\\UtcTimeType
H A DUtf8StringType.php20 protected $tagNumber = self::TAG_TYPE_UTF8_STRING; variable in FreeDSx\\Asn1\\Type\\Utf8StringType
H A DBooleanType.php20 protected $tagNumber = self::TAG_TYPE_BOOLEAN; variable in FreeDSx\\Asn1\\Type\\BooleanType
47 public static function withTag($tagNumber, int $class, bool $value) argument
H A DCharacterStringType.php20 protected $tagNumber = self::TAG_TYPE_CHARACTER_STRING; variable in FreeDSx\\Asn1\\Type\\CharacterStringType
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php87 protected $tagNumber; global() variable in FreeDSx\\Ldap\\Operation\\LdapResult
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultDone.php24 protected $tagNumber = 5; global() variable in FreeDSx\\Ldap\\Operation\\Response\\SearchResultDone
H A DAddResponse.php24 protected $tagNumber = 9; global() variable in FreeDSx\\Ldap\\Operation\\Response\\AddResponse
H A DBindResponse.php29 protected $tagNumber = 1; global() variable in FreeDSx\\Ldap\\Operation\\Response\\BindResponse
H A DCompareResponse.php24 protected $tagNumber = 15; global() variable in FreeDSx\\Ldap\\Operation\\Response\\CompareResponse
H A DDeleteResponse.php24 protected $tagNumber = 11; global() variable in FreeDSx\\Ldap\\Operation\\Response\\DeleteResponse
H A DExtendedResponse.php33 protected $tagNumber = 24; global() variable in FreeDSx\\Ldap\\Operation\\Response\\ExtendedResponse

12