Home
last modified time | relevance | path

Searched refs:type (Results 201 – 225 of 4047) sorted by relevance

12345678910>>...162

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DMyBusinessPlaceActions.php72 'type' => 'string',
82 'type' => 'string',
92 'type' => 'string',
102 'type' => 'string',
107 'type' => 'string',
115 'type' => 'string',
124 'type' => 'string',
129 'type' => 'string',
148 'type' => 'string',
152 'type' => 'string',
[all …]
H A DApiKeysService.php76 'type' => 'string',
95 'type' => 'string',
115 'type' => 'string',
120 'type' => 'string',
129 'type' => 'string',
134 'type' => 'string',
143 'type' => 'string',
153 'type' => 'string',
163 'type' => 'string',
172 'type' => 'string',
[all …]
H A DCivicInfo.php72 'type' => 'string',
95 'type' => 'string',
100 'type' => 'string',
104 'type' => 'boolean',
108 'type' => 'boolean',
127 'type' => 'string',
135 'type' => 'string',
140 'type' => 'string',
150 'type' => 'string',
155 'type' => 'string',
[all …]
H A DIdeahub.php73 'type' => 'string',
93 'type' => 'string',
98 'type' => 'string',
117 'type' => 'string',
122 'type' => 'string',
126 'type' => 'string',
134 'type' => 'string',
153 'type' => 'string',
162 'type' => 'string',
181 'type' => 'string',
[all …]
H A DDatapipelines.php74 'type' => 'string',
79 'type' => 'string',
83 'type' => 'integer',
87 'type' => 'string',
106 'type' => 'string',
116 'type' => 'string',
126 'type' => 'string',
136 'type' => 'string',
141 'type' => 'string',
150 'type' => 'string',
[all …]
H A DStreetViewPublish.php78 'type' => 'string',
88 'type' => 'string',
93 'type' => 'string',
97 'type' => 'string',
110 'type' => 'string',
115 'type' => 'string',
138 'type' => 'string',
142 'type' => 'string',
147 'type' => 'string',
160 'type' => 'string',
[all …]
H A DGamesConfiguration.php74 'type' => 'string',
84 'type' => 'string',
94 'type' => 'string',
104 'type' => 'string',
109 'type' => 'integer',
113 'type' => 'string',
122 'type' => 'string',
142 'type' => 'string',
147 'type' => 'string',
167 'type' => 'string',
[all …]
H A DOnDemandScanning.php73 'type' => 'string',
83 'type' => 'string',
93 'type' => 'string',
103 'type' => 'string',
108 'type' => 'string',
116 'type' => 'string',
125 'type' => 'string',
130 'type' => 'string',
149 'type' => 'string',
169 'type' => 'string',
[all …]
H A DBigQueryConnectionService.php75 'type' => 'string',
80 'type' => 'string',
89 'type' => 'string',
99 'type' => 'string',
109 'type' => 'string',
119 'type' => 'string',
128 'type' => 'string',
137 'type' => 'string',
142 'type' => 'string',
151 'type' => 'string',
[all …]
H A DFirebaseRealtimeDatabase.php82 'type' => 'string',
87 'type' => 'string',
91 'type' => 'boolean',
100 'type' => 'string',
110 'type' => 'string',
120 'type' => 'string',
130 'type' => 'string',
135 'type' => 'integer',
139 'type' => 'string',
152 'type' => 'string',
[all …]
H A DCloudLifeSciences.php74 'type' => 'string',
84 'type' => 'string',
89 'type' => 'string',
93 'type' => 'integer',
97 'type' => 'string',
116 'type' => 'string',
126 'type' => 'string',
136 'type' => 'string',
141 'type' => 'string',
149 'type' => 'string',
[all …]
H A DManufacturerCenter.php71 'type' => 'string',
76 'type' => 'string',
86 'type' => 'string',
91 'type' => 'string',
96 'type' => 'string',
106 'type' => 'string',
111 'type' => 'string',
116 'type' => 'integer',
120 'type' => 'string',
129 'type' => 'string',
[all …]
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DXmlSchemaDateHandler.php70 …public function deserializeDateIntervalXml(XmlDeserializationVisitor $visitor, $data, array $type){ argument
83 return $visitor->visitSimpleString($v, $type, $context);
86 public function deserializeDate(XmlDeserializationVisitor $visitor, $data, array $type) argument
96 return $this->parseDateTime($data, $type);
104 return $visitor->visitSimpleString($v, $type, $context);
107 public function deserializeDateTime(XmlDeserializationVisitor $visitor, $data, array $type) argument
114 return $this->parseDateTime($data, $type);
124 return $visitor->visitSimpleString($v, $type, $context);
127 public function deserializeTime(XmlDeserializationVisitor $visitor, $data, array $type) argument
139 private function parseDateTime($data, array $type) argument
[all …]
/plugin/statdisplay/helper/
H A Dlog.php135 foreach (array($thistype, 'hits') as $type) {
137 if (!isset($this->logdata[$month][$type]['hour'])) {
141 $this->logdata[$month][$type]['all']['count'] =
145 $this->logdata[$month][$type]['day'][$day]['count'] =
149 $this->logdata[$month][$type]['hour'][$hour]['count'] =
154 $this->logdata[$month][$type]['all']['bytes'] =
158 $this->logdata[$month][$type]['day'][$day]['bytes'] =
175 $this->logdata[$month][$type]['all']['visitor'] =
286 if (is_array($this->logdata[$month][$type])) {
287 arsort($this->logdata[$month][$type]);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php48 public function visitNull($data, array $type): void argument
55 public function visitString($data, array $type): string argument
63 public function visitBoolean($data, array $type): bool argument
71 public function visitInteger($data, array $type): int argument
79 public function visitDouble($data, array $type): float argument
87 public function visitArray($data, array $type): array argument
94 if (!$type['params']) {
98 switch (\count($type['params'])) {
100 $listType = $type['params'][0];
166 if (!$metadata->type) {
[all …]
H A DJsonSerializationVisitor.php39 public function visitNull($data, array $type) argument
47 public function visitString(string $data, array $type) argument
55 public function visitBoolean(bool $data, array $type) argument
63 public function visitInteger(int $data, array $type) argument
71 public function visitDouble(float $data, array $type) argument
78 * @param array $type
82 public function visitArray(array $data, array $type) argument
86 $rs = isset($type['params'][1]) ? new \ArrayObject() : [];
88 $isList = isset($type['params'][0]) && !isset($type['params'][1]);
90 $elType = $this->getElementType($type);
[all …]
/plugin/cleanup/
H A Dhelper.php91 * @param string $type type of file to delete
93 public function delete($file, $type) { argument
141 if($type == 'd') {
160 if($type == 'd') {
182 if($type == 'd') {
207 if($type == 'd') {
213 $type = $m[1];
230 if($type == 'd') {
236 $type = $m[1];
253 if($type == 'd') {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php126 * @param string $type
250 * @param string $type
260 $format = strtolower($type);
284 * @param string $type
302 * @param string $type
307 $key = self::loadFormat($type, $key);
319 * @param string $type
336 * @param string $type
342 $type = strtolower($type);
346 $type = self::$plugins[static::ALGORITHM][$format][$type];
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php190 public static function fromAsn1(AbstractType $type)
192 if (!$type instanceof SequenceType) {
194 'Protocol encoding issue. Expected a sequence type but received: %s',
195 get_class($type)
199 return new static(...self::parseAsn1ControlValues($type));
204 * @param AbstractType $type
208 protected static function mergeControlData(Control $control, AbstractType $type)
210 if (!($type instanceof SequenceType && count($type->getChildren()) <= 3)) {
213 count($type
184 fromAsn1(AbstractType $type) global() argument
202 mergeControlData(Control $control, AbstractType $type) global() argument
220 decodeEncodedValue(AbstractType $type) global() argument
238 parseAsn1ControlValues(SequenceType $type) global() argument
[all...]
/plugin/components/lib/
H A Dajax.php96 foreach ($this->required as $var => $type) {
98 $types[$var] = $type;
100 foreach ($this->optional as $var => $type) {
103 $types[$var] = $type;
117 if (is_array($value)) $type = 'array';
122 } else $type = 'string';
124 else if (is_integer($value)) $type = 'int';
125 else if (is_float($value)) $type = 'float';
126 else if (is_bool($value)) $type = 'bool';
127 else $type = NULL;
[all …]
/plugin/strata/helper/
H A Dutil.php14 * type and aggregator loading, and rendering.
58 * Loads a type.
60 function loadType($type) { argument
62 return $this->_load('type', $type, $default);
80 if(preg_match("/^({$p->type})?$/", $string, $match)) {
81 list($type, $hint) = $p->type($match[1]);
82 return array($type, $hint);
94 * Parses a type fro
183 renderValue($mode, & $R, & $T, $value, $typename, $hint = null, & $type = null) global() argument
208 renderField($mode, & $R, & $T, $values, $typename, $hint = null, & $type = null, $field = null, $separator = ', ') global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyRequest.php108 public static function fromAsn1(AbstractType $type)
110 if (!($type instanceof SequenceType && count($type) === 2)) {
114 $dn = $type->getChild(0);
115 $changes = $type->getChild(1);
155 * @param AbstractType $type argument
159 protected static function parseChange(AbstractType $type): Change
161 if (!($type instanceof SequenceType && count($type->getChildren()) === 2)) {
165 $operation = $type
104 fromAsn1(AbstractType $type) global() argument
175 parsePartialAttribute(SequenceType $type) global() argument
[all...]
/plugin/dwcommits/
H A Dadmin.php194 ptln(' <input type="hidden" name="do" value="admin" />');
195 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
214 …ptln('&nbsp;&nbsp;<input type="submit" name="cmd[init]" value="'.$this->getLang('btn_init').'" />…
222 …ptln('&nbsp;&nbsp;<input type="submit" name="cmd[update]" value="'.$this->getLang('btn_update').'…
242 …ptln('<td>&nbsp;&nbsp;<input type="submit" name="cmd[pull]" value="'.$this->getLang('btn_pull').'…
251 . '&nbsp;<input type="text" name="remote_url_name" size="80" value="'
275 …ptln('<td align="right"><input type="submit" name="cmd[merge]" value="'. $this->getLang('btn_merg…
342 ptln('&nbsp;&nbsp;AND <input type="RADIO" value="AND" name="dwc_query[OP_1]"></TD>');
346 … ptln('&nbsp;&nbsp;AND <input type="radio" value="AND" CHECKED name="dwc_query[OP_2]"></TD>');
358 …ptln('&nbsp;&nbsp;<input type ="radio" name="output_type" value="plain">' . $this->getLang('q_plai…
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsEnvironmentsResourcefiles.php64 * @param string $type Required. Resource file type. {{ resource_file_type }}
70 public function delete($parent, $type, $name, $optParams = []) argument
72 $params = ['parent' => $parent, 'type' => $type, 'name' => $name];
83 * @param string $type Required. Resource file type. {{ resource_file_type }}
89 public function get($parent, $type, $name, $optParams = []) argument
91 $params = ['parent' => $parent, 'type' => $type, 'name' => $name];
125 * @param string $type Optional. Type of resource files to list. {{
130 public function listEnvironmentResources($parent, $type, $optParams = []) argument
132 $params = ['parent' => $parent, 'type' => $type];
144 * @param string $type Required. Resource file type. {{ resource_file_type }}
[all …]
/plugin/google_adsense2/
H A Dadmin.php105 ptln(' <input type="hidden" name="do" value="admin" />');
106 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
107 ptln(' <input type="hidden" name="cmd[googleads]" value="true" />');
112 …print ' <tr><td> '.$this->getLang('gads_enabled').' </td><td><input type="checkbox" name="googlead…
113 …print ' <tr><td> '.$this->getLang('gads_debug').' </td><td><input type="checkbox" name="googleads[…
114 …print ' <tr><td> '.$this->getLang('gads_dont_count_admin').' </td><td><input type="checkbox" name=…
115 …print ' <tr><td> '.$this->getLang('gads_dont_count_users').' </td><td><input type="checkbox" name=…
118 …print ' <tr><td> '.$this->getLang('google_ad_client').' </td><td><input type="text" name="googlead…
121 …print ' <tr><td> '.$this->getLang('google_color_bg').' </td><td><input type="text" name="googleads…
125 …print ' <tr><td> '.$this->getLang('google_color_url').' </td><td><input type="text" name="googlead…
[all …]

12345678910>>...162