Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php14 use FreeDSx\Asn1\Type\AbstractTimeType;
15 use FreeDSx\Asn1\Type\AbstractType;
16 use FreeDSx\Asn1\Type\BitStringType;
17 use FreeDSx\Asn1\Type\BmpStringType;
18 use FreeDSx\Asn1\Type\BooleanType;
19 use FreeDSx\Asn1\Type\CharacterStringType;
20 use FreeDSx\Asn1\Type\EnumeratedType;
21 use FreeDSx\Asn1\Type\GeneralizedTimeType;
22 use FreeDSx\Asn1\Type\GeneralStringType;
23 use FreeDSx\Asn1\Type\GraphicStringTyp
[all...]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DArray_.php15 use phpDocumentor\Reflection\Type; alias
26 final class Array_ implements Type
28 /** @var Type */
31 /** @var Type */
37 * @param Type $valueType
38 * @param Type $keyType
40 public function __construct(Type $valueType = null, Type $keyType = null)
56 * @return Type
66 * @return Type
H A DNullable.php15 use phpDocumentor\Reflection\Type; alias
20 final class Nullable implements Type
23 * @var Type
30 * @param Type $realType
32 public function __construct(Type $realType)
40 * @return Type
H A DCompound.php17 use phpDocumentor\Reflection\Type; alias
26 final class Compound implements Type, IteratorAggregate
28 /** @var Type[] */
34 * @param Type[] $types
40 if (!$type instanceof Type) {
53 * @return Type|null
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php14 use setasign\Fpdi\PdfParser\Type\PdfArray;
15 use setasign\Fpdi\PdfParser\Type\PdfBoolean;
16 use setasign\Fpdi\PdfParser\Type\PdfDictionary;
17 use setasign\Fpdi\PdfParser\Type\PdfHexString;
18 use setasign\Fpdi\PdfParser\Type\PdfIndirectObject;
19 use setasign\Fpdi\PdfParser\Type\PdfIndirectObjectReference;
20 use setasign\Fpdi\PdfParser\Type\PdfName;
21 use setasign\Fpdi\PdfParser\Type\PdfNull;
22 use setasign\Fpdi\PdfParser\Type\PdfNumeric;
23 use setasign\Fpdi\PdfParser\Type\PdfStrin
[all...]
/plugin/data-au/lang/ja/
H A Dadmin_intro.txt1 ====== Type Aliases の設定 ======
3 この画面は既存の Type Aliases を基に新たな Type Aliases の定義ができます。
5 Type Aliases はプラグイン内で他の型と同様に使用できます。
6 ここで Type Aliases に対して定義したすべてのデータは、値の接頭データ・接尾データとなります。
9 Type Aliases の詳細は [[doku>plugin:data|プラグインの説明]] を参照してください。
/plugin/data/lang/ja/
H A Dadmin_intro.txt1 ====== Type Aliases の設定 ======
3 この画面は既存の Type Aliases を基に新たな Type Aliases の定義ができます。
5 Type Aliases はプラグイン内で他の型と同様に使用できます。
6 ここで Type Aliases に対して定義したすべてのデータは、値の接頭データ・接尾データとなります。
9 Type Aliases の詳細は [[doku>plugin:data|プラグインの説明]] を参照してください
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DType.php20 class Type extends \Google\Model class
22 protected $arrayElementTypeType = Type::class;
36 * @param Type
38 public function setArrayElementType(Type $arrayElementType)
43 * @return Type
94 class_alias(Type::class, 'Google_Service_Spanner_Type');
H A DField.php26 protected $typeType = Type::class;
44 * @param Type
46 public function setType(Type $type)
51 * @return Type
H A DStatement.php22 protected $paramTypesType = Type::class;
34 * @param Type[]
41 * @return Type[]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DDerEncoder.php14 use FreeDSx\Asn1\Type\AbstractStringType;
15 use FreeDSx\Asn1\Type\AbstractTimeType;
16 use FreeDSx\Asn1\Type\AbstractType;
17 use FreeDSx\Asn1\Type\BitStringType;
18 use FreeDSx\Asn1\Type\OctetStringType;
19 use FreeDSx\Asn1\Type\SetTrait;
20 use FreeDSx\Asn1\Type\SetType;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D43.43.js.map1Type.AddTableKey',\n 'Type.ClosedRecord',\n 'Type.Facets',\n 'Type.ForFunctio…
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php15 use setasign\Fpdi\PdfParser\Type\PdfArray;
16 use setasign\Fpdi\PdfParser\Type\PdfDictionary;
17 use setasign\Fpdi\PdfParser\Type\PdfIndirectObject;
18 use setasign\Fpdi\PdfParser\Type\PdfNull;
19 use setasign\Fpdi\PdfParser\Type\PdfNumeric;
20 use setasign\Fpdi\PdfParser\Type\PdfStream;
21 use setasign\Fpdi\PdfParser\Type\PdfType;
22 use setasign\Fpdi\PdfParser\Type\PdfTypeException;
H A DPdfReader.php15 use setasign\Fpdi\PdfParser\Type\PdfArray;
16 use setasign\Fpdi\PdfParser\Type\PdfDictionary;
17 use setasign\Fpdi\PdfParser\Type\PdfIndirectObject;
18 use setasign\Fpdi\PdfParser\Type\PdfIndirectObjectReference;
19 use setasign\Fpdi\PdfParser\Type\PdfNumeric;
20 use setasign\Fpdi\PdfParser\Type\PdfType;
21 use setasign\Fpdi\PdfParser\Type\PdfTypeException;
150 $type = PdfDictionary::get($object->value, 'Type');
167 $type = PdfDictionary::get($dict, 'Type');
218 $type = PdfDictionary::get($object->value, 'Type');
[all...]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DPropertyRead.php17 use phpDocumentor\Reflection\Type; alias
30 /** @var Type */
38 * @param Type $type
41 public function __construct($variableName, Type $type = null, Description $description = null)
100 * @return Type|null
H A DPropertyWrite.php17 use phpDocumentor\Reflection\Type; alias
30 /** @var Type */
38 * @param Type $type
41 public function __construct($variableName, Type $type = null, Description $description = null)
100 * @return Type|null
H A DVar_.php17 use phpDocumentor\Reflection\Type; alias
30 /** @var Type */
38 * @param Type $type
41 public function __construct($variableName, Type $type = null, Description $description = null)
100 * @return Type|null
H A DProperty.php17 use phpDocumentor\Reflection\Type; alias
30 /** @var Type */
38 * @param Type $type
41 public function __construct($variableName, Type $type = null, Description $description = null)
100 * @return Type|null
H A DReturn_.php17 use phpDocumentor\Reflection\Type; alias
29 /** @var Type */
32 public function __construct(Type $type, Description $description = null)
61 * @return Type
H A DThrows.php17 use phpDocumentor\Reflection\Type; alias
29 /** @var Type */
32 public function __construct(Type $type, Description $description = null)
61 * @return Type
H A DParam.php17 use phpDocumentor\Reflection\Type; alias
30 /** @var Type */
41 * @param Type $type
45 …public function __construct($variableName, Type $type = null, $isVariadic = false, Description $de…
112 * @return Type|null
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php17 use FreeDSx\Asn1\Type\AbstractType;
18 use FreeDSx\Asn1\Type\EnumeratedType;
19 use FreeDSx\Asn1\Type\IntegerType;
20 use FreeDSx\Asn1\Type\OctetStringType;
21 use FreeDSx\Asn1\Type\SequenceType;
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php9 use setasign\Fpdi\PdfParser\Type\PdfHexString;
10 use setasign\Fpdi\PdfParser\Type\PdfIndirectObject;
11 use setasign\Fpdi\PdfParser\Type\PdfNull;
12 use setasign\Fpdi\PdfParser\Type\PdfNumeric;
13 use setasign\Fpdi\PdfParser\Type\PdfStream;
14 use setasign\Fpdi\PdfParser\Type\PdfString;
15 use setasign\Fpdi\PdfParser\Type\PdfType;
16 use setasign\Fpdi\PdfParser\Type\PdfTypeException;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DTypesListResponse.php27 protected $typesType = Type::class;
45 * @param Type[]
52 * @return Type[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DHl7TypesConfig.php23 protected $typeType = Type::class;
29 * @param Type[]
36 * @return Type[]

12345678910>>...22