| /plugin/struct/_test/ |
| H A D | ColumnTest.php | 20 'Checkbox' => 'dokuwiki\\plugin\\struct\\types\\Checkbox', 21 'Color' => 'dokuwiki\\plugin\\struct\\types\\Color', 22 'Date' => 'dokuwiki\\plugin\\struct\\types\\Date', 23 'DateTime' => 'dokuwiki\\plugin\\struct\\types\\DateTime', 24 'Decimal' => 'dokuwiki\\plugin\\struct\\types\\Decimal', 25 'Dropdown' => 'dokuwiki\\plugin\\struct\\types\\Dropdown', 26 'LongText' => 'dokuwiki\\plugin\\struct\\types\\LongText', 27 'Lookup' => 'dokuwiki\\plugin\\struct\\types\\Lookup', 28 'Mail' => 'dokuwiki\\plugin\\struct\\types\\Mail', 29 'Media' => 'dokuwiki\\plugin\\struct\\types\\Media', [all …]
|
| /plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/ |
| D | Compound.php | 13 namespace phpDocumentor\Reflection\Types; 22 …* A Compound Type is not so much a special keyword or object reference but is a series of Types th… 23 …* using an OR operator (`|`). This combination of types signifies that whatever is associated with… 24 * may contain a value with any of the given types. 29 private $types; variable in phpDocumentor\\Reflection\\Types\\Compound 32 …* Initializes a compound type (i.e. `string|int`) and tests if the provided types all implement th… 34 * @param Type[] $types 35 * @throws \InvalidArgumentException when types are not all instance of Type 37 public function __construct(array $types) argument 39 foreach ($types as $type) { [all …]
|
| /plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/ |
| D | TypeResolver.php | 15 use phpDocumentor\Reflection\Types\Array_; 16 use phpDocumentor\Reflection\Types\Compound; 17 use phpDocumentor\Reflection\Types\Context; 18 use phpDocumentor\Reflection\Types\Iterable_; 19 use phpDocumentor\Reflection\Types\Nullable; 20 use phpDocumentor\Reflection\Types\Object_; 24 /** @var string Definition of the ARRAY operator for types */ 32 'string' => Types\String_::class, 33 'int' => Types\Integer::class, 34 'integer' => Types\Integer::class, [all …]
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | tokencontext.js | 6 import {types as tt} from "./tokentype" 18 export const types = { variable 31 return [types.b_stat] 37 if (parent === types.b_stat || parent === types.b_expr) 45 return this.curContext() === types.b_stat 67 if (out === types.b_stat && this.curContext() === types.f_expr) { 70 } else if (out === types.b_tmpl) { 78 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr) 83 this.context.push(types.b_tmpl) 89 this.context.push(statementParens ? types.p_stat : types.p_expr) [all …]
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | tokencontext.js | 6 import {types as tt} from "./tokentype" 18 export const types = { variable 31 return [types.b_stat] 37 if (parent === types.b_stat || parent === types.b_expr) 45 return this.curContext() === types.b_stat 67 if (out === types.b_stat && this.curContext() === types.f_expr) { 70 } else if (out === types.b_tmpl) { 78 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr) 83 this.context.push(types.b_tmpl) 89 this.context.push(statementParens ? types.p_stat : types.p_expr) [all …]
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 198 // ## Token types 208 // expressions and divisions. It is set on all token types that can 266 var types = { variable 273 // Punctuation token types. 368 // Map keyword names to token types. 370 types["_" + name] = keywords[name]; 398 var types$1 = { 412 types.parenR.updateContext = types.braceR.updateContext = function () { 419 if (out === types$1.braceStatement && this.curContext() === types$1.functionExpression) { 422 } else if (out === types$1.templateQuasi) { [all …]
|
| /plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/ |
| D | README.md | 4 The specification on types in DocBlocks (PSR-5) describes various keywords and special constructs 28 ## On Types and Element Names 69 In this example you will receive a Value Object of class `\phpDocumentor\Reflection\Types\Compound`… 70 elements, one of type `\phpDocumentor\Reflection\Types\String_` and one of type 71 `\phpDocumentor\Reflection\Types\Integer`. 74 in order to do that we need an additional `\phpDocumentor\Reflection\Types\Context` class that will… 91 Element Names; but in order to do that we need an additional `\phpDocumentor\Reflection\Types\Conte… 104 use phpDocumentor\Reflection\Types; 109 * @var Types\Context 120 a new class named `\phpDocumentor\Reflection\Types\Context` with the name of the namespace and the … [all …]
|
| /plugin/asciidocjs/node_modules/babel-types/lib/ |
| D | flow.js | 14 function createUnionTypeAnnotation(types) { argument 15 var flattened = removeTypeDuplicates(types); 30 var types = []; 36 if (types.indexOf(node) >= 0) { 50 if (typeGroups.indexOf(node.types) < 0) { 51 nodes = nodes.concat(node.types); 52 typeGroups.push(node.types); 76 types.push(node); 80 types.push(bases[type]); 84 types.push(generics[_name]); [all …]
|
| /plugin/asciidocjs/node_modules/@types/babel-types/ |
| D | package.json | 2 "name": "@types/babel-types", 4 "description": "TypeScript definitions for babel-types", 5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel-types", 35 "types": "index.d.ts", string 39 "directory": "types/babel-types"
|
| D | README.md | 2 > `npm install --save @types/babel-types` 5 …kage contains type definitions for babel-types (https://github.com/babel/babel/tree/master/package… 8 …ere exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel-types.
|
| /plugin/strata/lib/ |
| D | strata_type.php | 10 * This base class defines the methods required by Strata types. 12 * There are two kinds of types: normal types and synthetic types. 13 * Normal types are meant for users, while synthetic types exist to 14 * keep the plugin working. (i.e., unloadable types are faked by a 15 * synthetic type, and non-user types should be synthetic). 49 * (see class docs for definition of synthetic types)
|
| /plugin/asciidocjs/node_modules/@types/babylon/ |
| D | package.json | 2 "name": "@types/babylon", 5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babylon", 20 "types": "index.d.ts", string 24 "directory": "types/babylon" 28 "@types/babel-types": "*"
|
| D | README.md | 2 > `npm install --save @types/babylon` 8 Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babyl… 9 ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babylon/index.… 18 import { Expression, File } from "babel-types"; 75 * Dependencies: [@types/babel-types](https://npmjs.com/package/@types/babel-types)
|
| /plugin/asciidocjs/node_modules/constantinople/ |
| D | package.json | 5 "types": "lib/index.d.ts", string 13 "@types/babel-types": "^7.0.0", 14 "@types/babylon": "^6.16.2", 15 "babel-types": "^6.26.0", 19 "@types/node": "^9.4.4",
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/ |
| D | package.json | 16 "types": "types", string 23 "types/index.d.ts", 32 …"test:types": "rm -f types/tests.js && eslint types --ext .ts && tsc --build types/tsconfig.json &… 33 …/test/unsupported-features.cjs && npm run test:node && npm run test:browser && npm run test:types", 86 "@types/node": "18.16.8", 87 "@types/nunjucks": "3.2.2",
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/Resource/ |
| D | Assets.php | 33 * Lists assets with time and resource types and returns paged results in 43 * @opt_param string assetTypes A list of asset types to take a snapshot for. 53 * types. See [Introduction to Cloud Asset Inventory](https://cloud.google.com 54 * /asset-inventory/docs/overview) for all supported asset types. 68 * @opt_param string relationshipTypes A list of relationship types to output, 72 * belong to the supported relationship types of the [asset_types] or if any of 73 * the [asset_types] doesn't belong to the source types of the 76 * relationship support. An unspecified asset types field means all supported 79 * supported asset types and relationship types.
|
| /plugin/strata/ |
| D | manual.txt | 18 …e''). The example shows you how to add simple values, how to declare a class, and how to use types. 31 **Types**: You can add a [[#types|type]] to use by putting the type between ''['' and '']'' after t… 40 -- Types and Type Hint 52 …types|type]] behaves by adding a type hint. Type hints are added by appending them to the type wit… 75 Variables are indicated with the ''?''. You can use a variable in any spot (except types or type hi… 79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can… 144 * [[#Types & Aggregates]] 167 … used with any type, but is especially useful with the [[#types|ref]] and [[#types|page]] types as… 179 …nerated for any data block. This field is used when displaying values with the [[#types|ref]] type. 183 == Field Types == [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
| D | CustomError.php | 22 protected $collection_key = 'types'; 28 public $types; variable in Google\\Service\\ServiceManagement\\CustomError 47 public function setTypes($types) argument 49 $this->types = $types; 56 return $this->types;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/ |
| D | CustomError.php | 22 protected $collection_key = 'types'; 28 public $types; variable in Google\\Service\\ServiceConsumerManagement\\CustomError 47 public function setTypes($types) argument 49 $this->types = $types; 56 return $this->types;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/ |
| D | CustomError.php | 22 protected $collection_key = 'types'; 28 public $types; variable in Google\\Service\\ServiceUsage\\CustomError 47 public function setTypes($types) argument 49 $this->types = $types; 56 return $this->types;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/ |
| D | CustomError.php | 22 protected $collection_key = 'types'; 28 public $types; variable in Google\\Service\\ServiceNetworking\\CustomError 47 public function setTypes($types) argument 49 $this->types = $types; 56 return $this->types;
|
| /plugin/data/lang/fr/ |
| D | admin_intro.txt | 1 ====== Configuration des alias de types de champ de données ====== 3 Cette interface vous permet de définir de nouveaux alias de types de champ de données. 5 …types comme tous les autres types de l'extension, mais les préfixes et suffixes que vous indiquez …
|
| /plugin/data-au/lang/fr/ |
| D | admin_intro.txt | 1 ====== Configuration des alias de types de champ de données ====== 3 Cette interface vous permet de définir de nouveaux alias de types de champ de données. 5 …types comme tous les autres types de l'extension, mais les préfixes et suffixes que vous indiquez …
|
| /plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/ |
| H A D | Asn1.php | 52 * @param AbstractType ...$types 55 public static function sequence(AbstractType ...$types): SequenceType argument 57 return new SequenceType(...$types); 61 * @param AbstractType ...$types 64 public static function sequenceOf(AbstractType ...$types): SequenceOfType argument 66 return new SequenceOfType(...$types); 298 * @param AbstractType ...$types 301 public static function set(AbstractType ...$types): SetType argument 303 return new SetType(...$types); 307 * @param AbstractType ...$types [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
| D | FileUploadQuestion.php | 22 protected $collection_key = 'types'; 38 public $types; variable in Google\\Service\\Forms\\FileUploadQuestion 85 public function setTypes($types) argument 87 $this->types = $types; 94 return $this->types;
|