Home
last modified time | relevance | path

Searched refs:names (Results 51 – 75 of 1179) sorted by relevance

12345678910>>...48

/plugin/abc2/abc-libraries/abc2svg/
H A Dchord-1.js52 if(cfmt.chord.names){chnm=Object.create(abc2svg.chordnames)
53 for(k in cfmt.chord.names){vch=""
54 for(i=0;i<cfmt.chord.names[k].length;i++){s=cfmt.chord.names[k][i]
/plugin/struct/lang/en/
H A Deditor_edit.txt5 Field names have to be unique. It is recommended to use short identifiers that unlikely change later as they will be used to reference the fields in aggregations later. Use the translation labels in the field's configuration for more human readable names.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DNodesNamespace.asciidoc35 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
54 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
81 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
96 $params['node_id'] = (list) A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
H A DIndicesNamespace.asciidoc202 $params['name'] = (list) A comma-separated list of data stream names; use `_all` or empty string to perform the operation on all data streams
233 $params['index'] = (list) A comma-separated list of index names (supports wildcards); use `_all` for all indices (Required)
293 $params['index'] = (list) A comma-separated list of index names
312 $params['name'] = (list) A comma-separated list of alias names to return (Required)
313 $params['index'] = (list) A comma-separated list of index names to filter aliases
346 $params['name'] = (list) The comma separated names of the index templates
362 $params['index'] = (list) A comma-separated list of index names; use `_all` to check the types across all indices
380 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string for all indices
395 $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string for all indices
411 $params['index'] = (list) A comma-separated list of index names; us
[all...]
/plugin/combo/ComboStrap/Web/
H A DUrl.php632 $names = $this->getNames();
633 $namesCount = count($names);
637 return $names[$namesCount - 1];
664 $names = explode(self::PATH_SEP, $this->getPath());
665 return array_slice($names, 1);
677 $names = $this->getNames();
678 $count = count($names);
682 $parentPath = implode(self::PATH_SEP, array_splice($names, 0, $count - 1));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFirebaseappcheck.php217 'names' => [
338 'names' => [
387 'names' => [
436 'names' => [
485 'names' => [
534 'names' => [
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DSetNode.php24 …public function __construct($capture, \Twig_NodeInterface $names, \Twig_NodeInterface $values, $li… argument
26 …parent::__construct(['names' => $names, 'values' => $values], ['capture' => $capture, 'safe' => fa…
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php332 * @param array $names Names of automata.
341 array $names = [] argument
349 $this->setNames($names);
802 * @param array $names Names of automata.
805 public function setNames(array $names) argument
808 $this->_names = $names;
/plugin/refnotes/lang/en/
H A D__template.txt6 * Use separate table for each note (//card//). The table should have two columns where the first column is used to specify the field names.
10 For sheets and cards plugin does not make a distinction between normal table cells and header cells. The field name cells are identified only based on their content. The names are case insensitive and can also be specified using locale-specific labels. BibTeX and ''dataentry'' sections support only field names. The full list of field names is provided in [[doku>plugin:refnotes:refdb|reference database documentation]].
/plugin/evesso/
H A Dhelper.php140 public function inGroup($groups, $names, $empty = true) { argument
142 foreach ($names as $name => $prefix) {
/plugin/dontfeedtemplates/
H A DREADME.md7 TemplatePageName to change the default template names, chances are high that
15 By default, the plugin will get the template page names from the
21 specify yourself the template page names for the two kinds of DokuWiki's
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DPerson.php417 public function setNames($names) argument
419 $this->names = $names;
426 return $this->names;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php147 $names = [];
152 $names[] = $name = $this->normalizeName($callableParameter->name);
162 …$name, $callType, $callName, implode(', ', $names), \count($missingArguments) > 1 ? 's' : '', impl…
217 …1 ? 's' : '', implode('", "', array_keys($parameters)), $callType, $callName, implode(', ', $names)
/plugin/textinsert/
H A Dsyntax.php211 $names =array(
241 for($i=0; $i<count($names) ; $i++) {
242 $std_replacements[$names[$i]] = $values[$i];
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js1654 for (var i = 0; i < ntc.names.length; i++)
1658 color = '#' + ntc.names[i][0];
2299 for(var i = 0; i < ntc.names.length; i++)
2301 color = "#" + ntc.names[i][0];
2325 for(var i = 0; i < ntc.names.length; i++)
2327 if(color == "#" + ntc.names[i][0])
2328 return ["#" + ntc.names[i][0], ntc.names[i][1], true];
2330 …ndf1 = Math.pow(r - ntc.names[i][2], 2) + Math.pow(g - ntc.names[i][3], 2) + Math.pow(b - ntc.name…
2331 …ndf2 = Math.pow(h - ntc.names[i][5], 2) + Math.pow(s - ntc.names[i][6], 2) + Math.pow(l - ntc.name…
2340 …< 0 ? ["#000000", "Invalid Color: " + color, false] : ["#" + ntc.names[cl][0], ntc.names[cl][1], f…
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DCity.php19 * @property-read array|null $names A array map where the keys are locale codes
H A DContinent.php18 * @property-read array|null $names An array map where the keys are locale codes
H A DSubdivision.php25 * @property-read array|null $names An array map where the keys are locale codes
H A DCountry.php25 * @property-read array|null $names An array map where the keys are locale codes
H A DRepresentedCountry.php23 * @property-read array|null $names An array map where the keys are locale codes and
/plugin/dnsresolver/
H A DREADME.md2 A dokiwiki plugin that helps to resolve DNS names.
/plugin/rater/
H A DREADME23 If you want to use this multiple times you have to choose different ids and names.
28 …tracedetails=1 - will show the quantity of single star ratings or a list of clear ip/names for vot…
/plugin/authsplit/
H A DREADME15 - a PRIMARY auth plugin that will be used for VALIDATION of login names and
20 real names, email addresses and groups. This is most probably specific to
53 - checkPass(): this is DokuWiki's method that validates login names and
127 - for login names, real names and email addresses, authsplit will try to
154 restrictions on login names.
157 auth plugin since that is the one that dictates restrictions on group names.
169 Login names Modified here** Modified here
170 Real names Modified here** Modified here
189 - login names an
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Expression/
H A DCompilableExpressionEvaluatorInterface.php12 public function parse(string $expression, array $names = []): Expression; argument
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDejaVuinfo.txt24 are renamed to names not containing either the words "Bitstream" or the word
29 Vera" names.
44 Except as contained in this notice, the names of Gnome, the Gnome
72 Fonts, only if the fonts are renamed to names not containing either
77 "Tavmjong Bah Arev" names.

12345678910>>...48