Home
last modified time | relevance | path

Searched refs:formatter (Results 51 – 56 of 56) sorted by path

123

/plugin/tagfilter/script/select2/
H A Dselect2.js557 * Checks if the formatter function should be used.
562 * @param formatter
564 function checkFormatter(formatter, formatterName) { argument
565 if ($.isFunction(formatter)) return true;
566 if (!formatter) return false;
567 if (typeof(formatter) === 'string') return true;
/plugin/tos/
H A Daction.php178 $formatter = new InlineDiffFormatter();
182 $html .= html_insert_softbreaks($formatter->format($diff));
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md99 The table formatter allows coloring full columns. To use that mechanism pass an array of colors as third parameter to
108 The formatter is used through the ``format()`` method which expects at least two arrays: The first defines the column
126 The table formatter is used for the automatic help screen accessible when calling your script with ``-h`` or ``--help``.
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13formatter||new r}function s(e,i){var n=e.getElementsByTagName("select"),r=i._time_format_order,a=0…
H A Ddhtmlxgantt.js.map1formatter","_getStartDate","_getDuration","singleDate","single_date","readonly","ariaAttr","lightb…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js12711 return config.formatter || new DurationFormatterNumeric();
12724 if(sns.formatter) {
18014 return config.formatter || gantt.ext.formatters.durationFormatter();
18096 return config.formatter || gantt.ext.formatters.linkFormatter();

123