Home
last modified time | relevance | path

Searched refs:type (Results 2201 – 2225 of 4303) sorted by path

1...<<81828384858687888990>>...173

/plugin/ebookexport/
H A DLICENSE316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.
/plugin/editonlink/
H A Dstyle.css7 …, -3, 10, -3 s 5,3, 10, 3 c 5,0, 5, -3, 10, -3 s 5,3, 10, 3' /%3E%3Cstyle type='text/css'%3E.st0 {…
/plugin/editor/
H A DCOPYING317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
319 under certain conditions; type `show c' for details.
H A Dhelper.php40 $type = 'all';
47 $type = 'group';
53 $type = 'ip';
55 $type = 'user';
65 $rec = $this->_handleRecent($lines[$i], $ns, $type, $user);
93 function _handleRecent($line, $ns, $type, $user) { argument
97 if ($type == 'clear') $seen = array(); // clear seen pages cache
108 switch ($type) {
/plugin/editsections2/
H A DCOPYING316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.
/plugin/edittable/lib/
H A Dhandsontable.full.js6106 this.type = '';
14013 register(name, type);
15921 var type,
15925 type = obj.type;
15927 type = (0, _cellTypes.getCellType)(obj.type);
16317 var type = 'mixed';
16340 return type;
17651 var type;
17656 type = (0, _cellTypes.getCellType)(properties.type);
20364 type: 'text',
[all …]
H A Dhandsontable.less86 .table-striped > tbody > tr:nth-of-type(even) {
208 .handsontable td:first-of-type,
1142 .htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_left td:first-of-type {
/plugin/edittable/renderer/
H A Dinverse.php313 function _highlight($type, $text, $language = null, $filename = null) { argument
317 $this->doc .= "<$type";
327 $this->doc .= "</$type>";
/plugin/edittable/script/
H A Dnewtable.js48 range.type = 'hidden';
54 editbutton.type = 'submit';
/plugin/elasticsearch/
H A Dcomposer.lock13 "type": "git",
18 "type": "zip",
42 "type": "library",
75 "type": "git",
80 "type": "zip",
91 "type": "library",
128 "type": "git",
133 "type": "zip",
153 "type": "library",
185 "type"
[all...]
H A Ddocker-compose.yml9 - 'discovery.type=single-node'
H A Dstyle.less3 list-style-type: none;
34 input[type=checkbox], input[type=radio] {
/plugin/elasticsearch/conf/
H A Delasticsearch.conf.example5 # Configure one file type per line: file extension followed by parser location (full file system path or URL).
/plugin/elasticsearch/helper/
H A Dacl.php92 $type = $perm ? 'groups_include' : 'groups_exclude';
94 $type = $perm ? 'users_include' : 'users_exclude';
96 $splitACL[$type][] = ltrim($key, '@');
/plugin/elasticsearch/vendor/composer/
H A DInstalledVersions.php31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
67 * Returns a list of all package names with a specific type e.g. 'library'
69 * @param string $type
73 public static function getInstalledPackagesByType($type) argument
79 if (isset($package['type']) && $package['type'] === $type) {
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml11 project-type: matrix
38 type: slave
43 type: yaml
47 type: yaml
51 type: yaml
60 type: absolute
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md4 error (e.g. using the `type` parameter will generate a `Specifying types in urls has been deprecated`
19 - Added type hints and return type declarations where possible
24 - `{type}` part in `indices.put_mapping` API is not required anymore, see new specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
H A DCHANGELOG.md211 - Fix type hinting for `setBody` in `Elasticsearch\Endpoints\Ingest\Pipeline\Put`
240 - Fixed incorrect return type hint when using async requests/futures
245 - Fixed SniffingConnectionPool removing the return type of Connection::sniff()
252 - Code refactoring using type hints and return type declarations where possible
270 - Removed requirement of `{type}` part in `indices.put_mapping`, see new API specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
297 - [DOCS] Proper return type array for get method for `IndicesNamespace` [#651](https://github.com/elastic/elasticsearch-php/pull/651)
322 - [DOCS] Replace deprecated string type with keyword type for index operations (#736) [[a550507]](http://github.com/elasticsearch/elasticsearch-php/commit/a550507)
396 - [TEST] Fix content-type assertion
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc36 ==== Type hint and return type
38 Added type hints and return type declarations in all the code base where
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc106 $params['type'] = DEPRECATED (string) Default document type for items which don't provide one
157 $params['type'] = DEPRECATED (list) A comma-separated list of types to restrict the results
187 $params['type'] = DEPRECATED (string) The type of the document
193 $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte)
210 $params['type'] = DEPRECATED (string) The type of the document
218 $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte,force)
232 $params['type']
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc98 $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,dfs_query_then_fetch)
H A DGraphNamespace.asciidoc32 $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
H A DIndicesNamespace.asciidoc176 $params['include_type_name'] = (boolean) Whether a type should be expected in the body of the mappings.
363 $params['type'] = DEPRECATED (list) A comma-separated list of document types to check
450 $params['include_type_name'] = (boolean) Whether to add the type name to the response (default: false)
504 $params['type'] = DEPRECATED (list) A comma-separated list of document types
505 $params['include_type_name'] = (boolean) Whether a type should be returned in the body of the mappings.
535 $params['type'] = DEPRECATED (list) A comma-separated list of document types
536 $params['include_type_name'] = (boolean) Whether to add the type name to the response (default: false)
576 $params['include_type_name'] = (boolean) Whether a type should be returned in the body of the mappings.
719 $params['include_type_name'] = (boolean) Whether a type should be returned in the body of the mappings.
796 $params['include_type_name'] = (boolean) Whether a type shoul
[all...]
H A DLicenseNamespace.asciidoc50 $params['accept_enterprise'] = (boolean) If the active license is an enterprise license, return type as 'enterprise' (default: false)
114 $params['type'] = (string) The type of trial license to generate (default: "trial")
H A DMonitoringNamespace.asciidoc32 $params['type'] = DEPRECATED (string) Default document type for items which don't provide one

1...<<81828384858687888990>>...173