Home
last modified time | relevance | path

Searched refs:names (Results 101 – 125 of 1179) sorted by relevance

12345678910>>...48

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSnapshotNamespace.asciidoc136 $params['snapshot'] = (list) A comma-separated list of snapshot names
152 $params['repository'] = (list) A comma-separated list of repository names
185 $params['snapshot'] = (list) A comma-separated list of snapshot names
H A DSearchableSnapshotsNamespace.asciidoc35 $params['index'] = (list) A comma-separated list of index names
85 $params['index'] = (list) A comma-separated list of index names
H A DGraphNamespace.asciidoc31 $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
H A DEnrichNamespace.asciidoc62 $params['name'] = (list) A comma-separated list of enrich policy names
/plugin/refnotes/
H A Dadmin.js998 let names = name.split(':');
1002 for (let i = 0; i < names.length; i++) {
1003 if (names[i] != '') {
1005 if (names[i].match(/^[a-zA-Z]\w*$/) == null) {
1010 name += (type == 'ns') ? names[i] + ':' : ':' + names[i];
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dblock.rst8 Block names should consist of alphanumeric characters, and underscores. Dashes
/plugin/farm/install/animaltemplate/conf/
H A Dacl.auth.php.dist11 # or user names you need to urlencode them (only chars <128, leave
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.min.js14 … aliases;},brushNames:function(){var names=[];for(var name in Syntax.aliases){if(name===Syntax.ali…
15 return names;},extractBrushName:function(className){className=className.toLowerCase();var match=cla…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php334 $names = array_merge(array_keys($blocks), array_keys($this->blocks));
337 $names = array_merge($names, $parent->getBlockNames($context));
340 return array_unique($names);
H A DEnvironment.php605 public function resolveTemplate($names) argument
607 if (!\is_array($names)) {
608 $names = [$names];
611 foreach ($names as $name) {
622 if (1 === \count($names)) {
628 …derError(sprintf('Unable to find one of the following templates: "%s".', implode('", "', $names)));
/plugin/combo/ComboStrap/
H A DPluginUtility.php391 $names = explode('_', $get_called_class);
392 $names = array_slice($names, -2);
393 return implode('_', $names);
/plugin/bibtex/OSBib/format/
H A DREADME.txt67names of the above array match the key names of the resource type arrays in STYLEMAP.php. This is…
131 $styleCommon -- common styling for bibliographic output such as formatting of names, title capitali…
159 $creators -- Multi-associative array of creator names. e.g. this array might be of the primary auth…
172 …f letters in the title that should not be lowercased (for example, proper names), then you enter t…
215 1. Creator names
232 …ray of all the elements in the resource where the key names are valid, lowercase BibTeX field name…
/plugin/datepicker/
H A Dstyle.css25 /* Header part -- contains navigation buttons and day names. */
49 .calendar thead .daynames { /* Row <TR> containing the day names */
53 .calendar thead .name { /* Cells <TD> containing the day names */
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md20 * `$elementMap` in the Reader now also supports bare element names.
21 * `Service::expect()` can now also work with bare element names.
148 * Major BC Break: method names for the Element interface have been renamed
156 anyone, unless you are doing exact string matches on class names.
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md26 * `$elementMap` in the Reader now also supports bare element names.
27 * `Service::expect()` can now also work with bare element names.
154 * Major BC Break: method names for the Element interface have been renamed
162 anyone, unless you are doing exact string matches on class names.
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md70 * Ignored empty method names in invalid `@method` phpdoc
138 * Added support for internal classes using keywords as method names (thanks @milan)
155 * Changed the generated class names to use a static counter instead of a random number
171 * Better randomness for generated class names (thanks @sstok)
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md131 print($record->country->names['zh-CN'] . "\n"); // '美国'
216 print($record->country->names['zh-CN'] . "\n"); // '美国'
290 print($record->country->names['zh-CN'] . "\n"); // '美国'
306 **We strongly discourage you from using a value from any `names` property as
309 These names may change between releases. Instead we recommend using one of the
347 source things like place names, ISO codes, and other similar data from
360 "alternate names", etc.). Once the correction is part of the GeoNames
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php427 $names = $configuration->getTestSuiteNames();
429 $this->assertEquals(['Suite One', 'Suite Two'], $names);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js141 var i = 0, names;
145 for (names = _.keys(name); i < names.length ; i++) {
146 events = eventsApi(iteratee, events, names[i], name[names[i]], opts);
150 for (names = name.split(eventSplitter); i < names.length; i++) {
151 events = iteratee(events, names[i], callback, opts);
267 var names = name ? [name] : _.keys(events);
268 for (; i < names.length; i++) {
269 name = names[i];
/plugin/dataplot/
H A DChangeLog19 have unique names.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D21.21.js.map1names":[],"mappings":";;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AACA;AACA;AACA;AACO;AACP;AACA;AACA,KAAK;AACL;A…
/plugin/quickstats/lang/en/
H A Dgeneral_intro.txt3 - make specific queries based on country, ip address, and Dokuwiki page names;
/plugin/twitter/
H A Dsyntax.php144 $names = $chunks [$i] [2];
150 $print = ($count == 1) ? '1 ' . $name : "$count {$names}";
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm28 * file and folder names in this connector to allow CF5 send a UTF-8
33 * connector already did this with file names and nobody seemed to mind,
34 * so fingers-crossed nobody will mind their folder names being munged too.
261 // This means folder names are always US-ASCII so we don't have to worry about CF5 and UTF-8
/plugin/ebnf/
H A Debnf.php206 $names = array();
209 $names[] = $node->getAttribute('name');
215 $wn = max($wn, imagefontwidth(EBNF_FONT)*strlen($names[$i]));
231 imagestring($im, EBNF_FONT, EBNF_U, $y-EBNF_U+(2*EBNF_U-imagefontheight(EBNF_FONT))/2, $names[$i], $red);

12345678910>>...48