Home
last modified time | relevance | path

Searched refs:decimal (Results 1 – 25 of 137) sorted by relevance

123456

/plugin/codeprettify/
H A Dall.css33 pre.prettyprint ol.linenums > li.L0 { list-style-type: decimal; }
34 pre.prettyprint ol.linenums > li.L1 { list-style-type: decimal; }
35 pre.prettyprint ol.linenums > li.L2 { list-style-type: decimal; }
36 pre.prettyprint ol.linenums > li.L3 { list-style-type: decimal; }
37 pre.prettyprint ol.linenums > li.L4 { list-style-type: decimal; }
38 pre.prettyprint ol.linenums > li.L5 { list-style-type: decimal; }
39 pre.prettyprint ol.linenums > li.L6 { list-style-type: decimal; }
40 pre.prettyprint ol.linenums > li.L7 { list-style-type: decimal; }
41 pre.prettyprint ol.linenums > li.L8 { list-style-type: decimal; }
42 pre.prettyprint ol.linenums > li.L9 { list-style-type: decimal; }
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnumber_format.rst14 You can control the number of decimal places, decimal point, and thousands
32 * 0 decimal places.
33 * ``.`` as the decimal point.
52 * ``decimal``: The number of decimal points to display
53 * ``decimal_point``: The character(s) to use for the decimal point
H A Dround.rst21 * ``common`` rounds either up or down (rounds the value up to precision decimal
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D36.36.js1decimal:/0|@decpart/,tokenizer:{root:[{include:"@comments"},{include:"@whitespace"},{include:"@num… property in AnonymousFunction0293a0ed0100.s
H A D36.36.js.map1decimal: /0|@decpart/,\n tokenizer: {\n root: [\n { include: '@comments' },\n…
/plugin/scrollticker/
H A Dstyle.css63 content: counter(scrollticker-counter, decimal);
68 content: counter(scrollticker-counter, decimal-leading-zero);
/plugin/inlinetoc/
H A Dall.css11 list-style-type: decimal;
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php120 * @param int $decimal the number of decimal places to use
124 public function setNumberFormat($decimal, $decimalPoint, $thousandSep) argument
126 $this->numberFormat = [$decimal, $decimalPoint, $thousandSep];
554 * @param int $decimal the number of decimal points to display
560 function twig_number_format_filter(Environment $env, $number, $decimal = null, $decimalPoint = null… argument
563 if (null === $decimal) {
564 $decimal = $defaults[0];
575 return number_format((float) $number, $decimal, $decimalPoint, $thousandSep);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.EscapeNonASCIICharacters.txt
/plugin/odt/
H A Dexample.css261 list-style-type: decimal;
267 list-style-type: decimal-leading-zero;
315 list-style-type: decimal;
/plugin/lists/
H A Dstyle.css11 ol{list-style-type:decimal;}
H A Dsyntax_plugin_lists.css59 list-style-type: decimal;
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst92 * ``style``: Optional number format (default: 'decimal'). Choose one of these formats:
94 * 'decimal': `NumberFormatter::DECIMAL`_
149 …ECIMAL`: http://php.net/manual/en/class.numberformatter.php#numberformatter.constants.decimal
/plugin/codeprettify/code-prettify/styles/
H A Dsons-of-obsidian.css67 list-style-type: decimal;
H A Ddesert.css14 pre .dec { color: #98fb98 } /* decimal - lightgreen */
H A Dsunburst.css14 pre .dec, code .dec { color: #3387CC; } /* decimal - blue */
/plugin/syntaxhighlighter/Styles/
H A DSyntaxHighlighter.css44 list-style: decimal; /* for ie */
61 list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
/plugin/diagramsnet/lib/math/config/
H A Ddefault.js613 decimal: "."
/plugin/combo/
H A Dyarn.lock57 decimal.js@^10.4.3:
59 resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.4.3.tgz#1044092884d245d1b7f65725fa4ad4c6f781cc23"
132 decimal.js "^10.4.3"
/plugin/gil/
H A DChangeLog9 * syntax.php: plugin syntax now accepts comma as decimal separator.
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css310 list-style-type: decimal;
526 content: counter(footnote, super-decimal);
530 content: counter(footnote, super-decimal);
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js7 "lower-alpha"],[b.upperAlpha,"upper-alpha"],[b.decimal,"decimal"]];return{title:b.numberedTitle,min…
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md146 by the C extension and a decimal string (no prefix) by the pure PHP reader.
148 hexadecimal or decimal representation of the integer will NOT be considered a
/plugin/geonav/tpl/startermap/css/
H A Dprint.css40 list-style: decimal outside;
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js7 "lower-alpha"],[b.upperAlpha,"upper-alpha"],[b.decimal,"decimal"]];(!CKEDITOR.env.ie||7<CKEDITOR.en…

123456