Home
last modified time | relevance | path

Searched refs:field (Results 376 – 400 of 555) sorted by relevance

1...<<11121314151617181920>>...23

/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js3985 function get$1 (format, index, field, setter) { argument
3988 return locale[field](utc, format);
3991 function listMonthsImpl (format, index, field) { argument
4000 return get$1(format, index, field, 'month');
4006 out[i] = get$1(format, i, field, 'month');
4019 function listWeekdaysImpl (localeSorted, format, index, field) { argument
4044 return get$1(format, (index + shift) % 7, field, 'day');
4050 out[i] = get$1(format, (i + shift) % 7, field, 'day');
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D7.7.js.map1 …ct',\n 'fail',\n 'fetch',\n 'field',\n 'field-groups',\n 'fields',\n 'field-symb…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified70 …"invalidLength": "Value specified for the \"%1\" field must be a positive number with or without a…
71 …"invalidCssLength": "Value specified for the \"%1\" field must be a positive number with or withou…
72 …"invalidHtmlLength": "Value specified for the \"%1\" field must be a positive number with or witho…
836 Validate: "The footnote text field cannot be empty."
H A Den.js-4.9.merged5field must be a positive number with or without a valid measurement unit (%2).","invalidCssLength"…
101 Validate: 'The footnote text field cannot be empty.',
H A Dlang_array.txt71 …"invalidCssLength": "Value specified for the \"%1\" field must be a positive number with or withou…
72 …"invalidHtmlLength": "Value specified for the \"%1\" field must be a positive number with or witho…
733 Validate: 'The footnote text field cannot be empty.',
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified70 …"invalidLength": "Value specified for the \"%1\" field must be a positive number with or without a…
71 …"invalidCssLength": "Value specified for the \"%1\" field must be a positive number with or withou…
72 …"invalidHtmlLength": "Value specified for the \"%1\" field must be a positive number with or witho…
836 Validate: "The footnote text field cannot be empty."
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc318 $params['timestamp_field'] = (string) Optional parameter to specify the timestamp field in the file
377 $params['sort'] = (string) Sort buckets by a particular field
532 $params['sort'] = (string) sort field for the requested influencers
623 $params['sort'] = (string) Sort records by a particular field
H A DIndicesNamespace.asciidoc120 $params['fielddata'] = (boolean) Clear field data
988 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
989 $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
/plugin/bible/bible_douayRheims/
H A DOsee.txt22 …lovers have given me: and I will make her as a forest and the beasts of the field shall devour her.
28 …2:18. And in that day I will make a covenant with them, with the beasts of the field, and with the…
42 …rn, and every one that dwelleth in it shall languish with the heat of the field, and with the fowl…
135 … you shall make a covenant: and judgment shall spring up as bitterness in the furrows of the field.
169 … offering sacrifices with bullocks: for their altars also are as heaps in the furrows of the field.
180 …rts of their liver: and I will devour them there as a lion, the beast of the field shall tear them.
H A DCanticles.txt17 2:1. I am the flower of the field, and the lily of the valleys.
23 …2:7. I adjure you, O ye daughters of Jerusalem, by the roes, and the harts of the field, that you …
100 7:11. Come, my beloved, let us go forth into the field, let us abide in the villages.
/plugin/switchpanel/
H A DREADME.md169 You can use HTML tags in the text field for layout :
/plugin/prosemirror/
H A DREADME.md59 - Prosemirror synchronizes all changes with the underlying json in the `<input>` field
/plugin/ckgdoku/ckeditor/lang/
H A Dlang_array.txt71 …"invalidCssLength": "Value specified for the \"%1\" field must be a positive number with or withou…
72 …"invalidHtmlLength": "Value specified for the \"%1\" field must be a positive number with or witho…
733 Validate: 'The footnote text field cannot be empty.',
/plugin/jukebox/id3/
H A Dgetid3.lib.php1231 foreach ($ThisFileInfo['comments'] as $field => $values) {
1233 …$ThisFileInfo['comments_html'][$field][$index] = str_replace('&#0;', '', getid3_lib::MultiByteChar…
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php1082 foreach ($serializedCommentsFields as $field) {
1083 $Comments[$field] = array();
1085 if ($unserialized = unserialize($row['comments_'.$field])) {
1086 $Comments[$field] = $unserialized;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts2286 sort(field: string|GanttCallback, desc?: boolean, parent?: string|number, silent?: boolean): void;
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt101 …e looking for an author named ''John Jackson'', you can enter simply ''jack'' in the Author field.
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt90 …es). In addition to the quicksearch query, you can group the results by a field using ''group_by''…
/plugin/dirtylittlehelper/
H A DREADME.md47 - create at least one field in this scheme
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md139 exportTitles | false | Exchanges the data field names with it's dedicated title ( data export only )
143 dateFormat | YYYY-MM-DD | Formats the category field in given date format ( data export only )
628 exportTitles | Exchanges the data field names with it's dedicated title ( data export only )
632 dateFormat | Formats the category field in given date format ( data export only )
1015 * Added: `exportTitles` available in general or individual setup which exchanges the data field nam…
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js475 Field.scrollFreeActivate = function(field) { argument
477 Field.activate(field);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php323 * $params['_source'] = (list) True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request
324 * $params['_source_excludes'] = (list) Default list of fields to exclude from the returned _source field, can be overridden on each sub-request
325 * $params['_source_includes'] = (list) Default list of fields to extract and return from the _source field, can be overridden on each sub-request
408 * $params['df'] = (string) The field to use as default where no field prefix is given in the query string
409 * $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
510 * $params['df'] = (string) The field to use as default where no field prefix is given in the query string
516 * $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
525 * $params['sort'] = (list) A comma-separated list of <field>
[all...]
/plugin/etherpadlite/
H A DREADME.md30 …lbar javascript and adds an extra pad-toogle icon just below the textedit field. This code obvious…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js.map1field","desc","compare","b","sort","throttle","timeout","wait","setTimeout","pop","isValidDate","g…
/plugin/pot/
H A DREADME.md77 | width | | (0) length of the result field in the format: 10px | if you need all numbers nicely…

1...<<11121314151617181920>>...23