Home
last modified time | relevance | path

Searched refs:type (Results 226 – 250 of 4303) sorted by relevance

12345678910>>...173

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudSourceRepositories.php82 'type' => 'string',
92 'type' => 'string',
112 'type' => 'string',
122 'type' => 'string',
132 'type' => 'string',
142 'type' => 'string',
156 'type' => 'string',
165 'type' => 'string',
174 'type' => 'string',
184 'type' => 'string',
[all …]
H A DForms.php88 'type' => 'string',
102 'type' => 'string',
122 'type' => 'string',
127 'type' => 'string',
137 'type' => 'string',
142 'type' => 'string',
150 'type' => 'string',
169 'type' => 'string',
179 'type' => 'string',
184 'type' => 'string',
[all …]
H A DCloudShell.php73 'type' => 'string',
83 'type' => 'string',
93 'type' => 'string',
103 'type' => 'string',
108 'type' => 'string',
116 'type' => 'string',
135 'type' => 'string',
145 'type' => 'string',
155 'type' => 'string',
165 'type' => 'string',
[all …]
H A DDataTransfer.php77 'type' => 'string',
87 'type' => 'string',
91 'type' => 'integer',
95 'type' => 'string',
114 'type' => 'string',
128 'type' => 'string',
132 'type' => 'integer',
136 'type' => 'string',
140 'type' => 'string',
144 'type' => 'string',
[all …]
H A DDigitalassetlinks.php75 'type' => 'string',
79 'type' => 'string',
83 'type' => 'string',
87 'type' => 'string',
91 'type' => 'string',
95 'type' => 'string',
99 'type' => 'string',
118 'type' => 'string',
122 'type' => 'string',
126 'type' => 'string',
[all …]
H A DPlaydeveloperreporting.php74 'type' => 'string',
79 'type' => 'string',
83 'type' => 'integer',
87 'type' => 'string',
106 'type' => 'string',
116 'type' => 'string',
136 'type' => 'string',
146 'type' => 'string',
166 'type' => 'string',
176 'type' => 'string',
[all …]
H A DWebmasters.php76 'type' => 'string',
96 'type' => 'string',
101 'type' => 'string',
111 'type' => 'string',
116 'type' => 'string',
126 'type' => 'string',
131 'type' => 'string',
140 'type' => 'string',
145 'type' => 'string',
165 'type' => 'string',
[all …]
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt43 [[data:type:|Data Structure]]
44 [[data:type:|Data Type]]
53 [[data:type:number:|Number]]
54 [[data:type:time:|Time]]
55 [[data:type:text:|Text]]
58 [[data:type:tree:|Tree]]
59 [[data:type:key_value:|Key/Value]]
60 [[data:type:graph:|Graph]]
61 [[:data:type:spatial:|Spatial]]
62 [[data:type:color:|Color]]
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php34 public $type; variable in JMS\\Serializer\\Metadata\\PropertyMetadata
186 $this->type = $type;
191 return is_array($type)
192 && 'array' === $type['name']
193 && isset($type['params'][0])
199 return is_array($type)
200 && 'array' === $type['name']
201 && isset($type['params'][0])
202 && isset($type['params'][1]);
219 $this->type,
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsType.php55 protected $type; variable in PHPUnit_Framework_Constraint_IsType
58 * @param string $type
62 public function __construct($type) argument
66 if (!isset($this->types[$type])) {
71 $type
76 $this->type = $type;
89 switch ($this->type) {
138 $this->type
H A DTraversableContainsOnly.php25 protected $type; variable in PHPUnit_Framework_Constraint_TraversableContainsOnly
28 * @param string $type
31 public function __construct($type, $isNativeType = true) argument
36 $this->constraint = new PHPUnit_Framework_Constraint_IsType($type);
39 $type
43 $this->type = $type;
91 return 'contains only values of type "' . $this->type . '"';
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/
H A DTypeMatcher.php10 private $type; variable in DeepCopy\\TypeMatcher\\TypeMatcher
13 * @param string $type
15 public function __construct($type) argument
17 $this->type = $type;
27 … return is_object($element) ? is_a($element, $this->type) : gettype($element) === $this->type;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeMatcher/
H A DTypeMatcher.php10 private $type; variable in DeepCopy\\TypeMatcher\\TypeMatcher
13 * @param string $type
15 public function __construct($type) argument
17 $this->type = $type;
27 return is_object($element) ? is_a($element, $this->type) : gettype($element) === $this->type;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php154 if (!is_array($type) && !is_string($type)) {
166 if ($type === 'Traversable' || $type === '\\Traversable') {
182 $type
257 $type,
269 $type,
550 sort($type);
555 is_array($type) ? implode('_', $type) : $type .
568 $type,
737 $type,
902 $type = implode('_', $type);
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js42 this.type = type;
48 , FileException = function(type) { argument
49 this.code = this[this.name = type];
93 type = blob.type
96 if (type === null) {
100 data_URI_header = "data:" + type;
159 type = null;
169 type = null;
173 , type
188 var type = options ? (options.type || "") : "";
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DExtendedResponse.php93 public static function fromAsn1(AbstractType $type)
96 self::createLdapResult($type),
97 ...self::parseExtendedResponse($type)
129 * @param AbstractType $type
132 protected static function parseExtendedResponse(AbstractType $type)
136 foreach ($type->getChildren() as $child) {
148 * @param AbstractType $type
153 protected static function createLdapResult(AbstractType $type)
155 [$resultCode, $dn, $diagnosticMessage, $referrals] = self::parseResultData($type);
161 * @param AbstractType $type
85 fromAsn1(AbstractType $type) global() argument
122 parseExtendedResponse(AbstractType $type) global() argument
142 createLdapResult(AbstractType $type) global() argument
154 decodeEncodedValue(AbstractType $type) global() argument
[all...]
/plugin/gallery/script/
H A Dprosemirror.js40 type: 'text',
46 type: 'text',
54 type: 'text',
62 type: 'checkbox',
69 type: 'text',
75 type: 'checkbox',
82 type: 'checkbox',
89 type: 'checkbox',
96 type: 'checkbox',
103 type
[all...]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DPropertyRead.php31 private $type; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\PropertyRead
38 * @param Type $type
41 public function __construct($variableName, Type $type = null, Description $description = null) argument
46 $this->type = $type;
63 $type = null;
68 $type = $typeResolver->resolve(array_shift($parts), $context);
84 return new static($variableName, $type, $description);
104 return $this->type;
114 return ($this->type ? $this->type . ' ' : '')
H A DPropertyWrite.php31 private $type; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\PropertyWrite
38 * @param Type $type
41 public function __construct($variableName, Type $type = null, Description $description = null) argument
46 $this->type = $type;
63 $type = null;
68 $type = $typeResolver->resolve(array_shift($parts), $context);
84 return new static($variableName, $type, $description);
104 return $this->type;
114 return ($this->type ? $this->type . ' ' : '')
H A DVar_.php31 private $type; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Var_
38 * @param Type $type
41 public function __construct($variableName, Type $type = null, Description $description = null) argument
46 $this->type = $type;
63 $type = null;
68 $type = $typeResolver->resolve(array_shift($parts), $context);
84 return new static($variableName, $type, $description);
104 return $this->type;
114 return ($this->type ? $this->type . ' ' : '')
H A DProperty.php31 private $type; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Property
38 * @param Type $type
41 public function __construct($variableName, Type $type = null, Description $description = null) argument
46 $this->type = $type;
63 $type = null;
68 $type = $typeResolver->resolve(array_shift($parts), $context);
84 return new static($variableName, $type, $description);
104 return $this->type;
114 return ($this->type ? $this->type . ' ' : '')
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DArrayCollectionHandler.php42 foreach ($collectionTypes as $type) {
46 'type' => $type,
53 'type' => $type,
66 …on(SerializationVisitorInterface $visitor, Collection $collection, array $type, SerializationConte… argument
69 $type['name'] = 'array';
78 return $visitor->visitArray([], $type, $context);
81 $result = $visitor->visitArray($collection->toArray(), $type);
90 …rializeCollection(DeserializationVisitorInterface $visitor, $data, array $type, DeserializationCon… argument
93 $type['name'] = 'array';
95 return new ArrayCollection($visitor->visitArray($data, $type));
H A DIteratorHandler.php65 array $type, argument
68 $type['name'] = 'array';
71 $result = $visitor->visitArray(iterator_to_array($iterator), $type);
83 array $type, argument
86 $type['name'] = 'array';
88 return new \ArrayIterator($visitor->visitArray($data, $type));
98 array $type, argument
101 return (static function () use (&$visitor, &$data, &$type): \Generator {
102 $type['name'] = 'array';
103 foreach ($visitor->visitArray($data, $type) as $key => $item) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DDateHandlerTest.php53 $type = ['name' => 'DateTime', 'params' => $params];
54 $this->handler->serializeDateTime($visitor, $datetime, $type, $context);
61 $type = ['name' => 'DateTime', 'params' => ['Y-m-d', '', 'Y-m-d|']];
64 $this->handler->deserializeDateTimeFromJson($visitor, '2017-06-18', $type)
81 $type = ['name' => 'DateTime', 'params' => ['Y-m-d']];
84 $this->handler->deserializeDateTimeFromJson($visitor, '2017-06-18', $type)
88 $type = ['name' => 'DateTime', 'params' => ['Y-m-d', '', 'Y-m-d']];
91 $this->handler->deserializeDateTimeFromJson($visitor, '2017-06-18', $type)
101 $type = ['name' => 'DateTime', 'params' => ['U', $timezone]];
106 $actualDateTime = $this->handler->deserializeDateTimeFromJson($visitor, $timestamp, $type);
[all …]
/plugin/prosemirror/parser/
H A DMark.php19 protected $type; variable in dokuwiki\\plugin\\prosemirror\\parser\\Mark
35 $this->type = $data['type'];
54 return $this->parent->getStartingNodeMarkScore($this->type) === $this->getTailLength();
74 return $this->type;
104 if (self::$markOrder[$this->previousMark->getType()] < self::$markOrder[$this->type]) {
167 if ($this->type !== 'unformatted') {
168 return self::$openingMarks[$this->type];
175 if ($this->type !== 'unformatted') {
176 return self::$closingMarks[$this->type];
189 getUnformattedSyntax($type) global() argument
[all...]

12345678910>>...173