Home
last modified time | relevance | path

Searched refs:Decimal (Results 1 – 25 of 33) sorted by relevance

12

/plugin/struct/meta/
H A DPublishedColumn.php5 use dokuwiki\plugin\struct\types\Decimal; alias
14 * @param Decimal $type
17 public function __construct($sort, Decimal $type, $table)
H A DRowColumn.php5 use dokuwiki\plugin\struct\types\Decimal; alias
14 * @param Decimal $type
17 public function __construct($sort, Decimal $type, $table)
H A DSearch.php9 use dokuwiki\plugin\struct\types\Decimal;
617 return new RowColumn(0, new Decimal(), $schema_list[0]);
620 return new PublishedColumn(0, new Decimal(), $schema_list[0]);
7 use dokuwiki\plugin\struct\types\Decimal; global() alias
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8Decimal?System.Decimal.Zero:n===System.Int64?System.Int64.Zero:n===System.UInt64?System.UInt64.Zer… class in System
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8Decimal?System.Decimal.Zero:n===System.Int64?System.Int64.Zero:n===System.UInt64?System.UInt64.Zer… class in System
/plugin/codeprettify/code-prettify/src/
H A Dlang-vb.js51 …te|CDbl|CDec|Char|CInt|Class|CLng|CObj|Const|CShort|CSng|CStr|CType|Date|Decimal|Declare|Default|D…
/plugin/struct/types/
H A DDecimal.php10 * Class Decimal
16 class Decimal extends AbstractMultiBaseType class
105 throw new ValidationException('Decimal needed');
109 throw new ValidationException('Decimal min', (float) $this->config['min']);
113 throw new ValidationException('Decimal max', (float) $this->config['max']);
H A DLookup.php92 $column = new RowColumn(0, new Decimal(), $table);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D43.43.js.map1Decimal',\n 'BinaryFormat.Double',\n 'BinaryFormat.Group',\n 'BinaryFormat.Le…
H A D67.67.js.map1 …CUInt',\n 'CULng',\n 'CUShort',\n 'Date',\n 'Decimal',\n 'Decla…
/plugin/codemirror/dist/modes/
H A Dvb.min.js.map1 …teral = true; }\n // Decimal\n else if (stream.match(/^[1-9]\\d*F?/)) {\n …
H A Dvbscript.min.js.map1 …teral = true; }\n // Decimal\n else if (stream.match(/^[1-9]\\d*F?/)) {\n …
H A Dpython.min.js.map1 …tLiteral = true;\n // Decimal\n if (stream.match(/^[1-9][\\d_]*(e[\\+\\-]?[\\d_]+)?/…
H A Ddylan.min.js.map1 … return \"comment\";\n }\n stream.backUp(1);\n }\n // Decimal\n else if (/[+…
H A Dcoffeescript.min.js.map1 …tch(/^-?0x[0-9a-f]+/i)) {\n intLiteral = true;\n }\n // Decimal\n if (stream…
/plugin/ckgedit/ckeditor/lang/
H A Den.js.4.95 …ed List Properties","circle":"Circle","decimal":"Decimal (1, 2, 3, etc.)","decimalLeadingZero":"De…
H A Dlang_array.txt488 "decimal": "Decimal (1, 2, 3, etc.)",
489 "decimalLeadingZero": "Decimal leading zero (01, 02, 03, etc.)",
H A Den.4.9.js.beautified564 "decimal": "Decimal (1, 2, 3, etc.)",
565 "decimalLeadingZero": "Decimal leading zero (01, 02, 03, etc.)",
H A Den.js-4.9.merged5 …ed List Properties","circle":"Circle","decimal":"Decimal (1, 2, 3, etc.)","decimalLeadingZero":"De…
H A Den.js.unc5 …ed List Properties","circle":"Circle","decimal":"Decimal (1, 2, 3, etc.)","decimalLeadingZero":"De…
/plugin/ckgdoku/ckeditor/lang/
H A Dlang_array.txt488 "decimal": "Decimal (1, 2, 3, etc.)",
489 "decimalLeadingZero": "Decimal leading zero (01, 02, 03, etc.)",
H A Den.js.beautified484 decimal: "Decimal (1, 2, 3, etc.)",
485 decimalLeadingZero: "Decimal leading zero (01, 02, 03, etc.)",
H A Den.js.unc5 …ed List Properties","circle":"Circle","decimal":"Decimal (1, 2, 3, etc.)","decimalLeadingZero":"De…
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified564 "decimal": "Decimal (1, 2, 3, etc.)",
565 "decimalLeadingZero": "Decimal leading zero (01, 02, 03, etc.)",
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md117 - Decimal conversion methods (to roman, cjk, etc.) were moved to classes in `\Mpdf\Conversion` namespace
556 - Decimal mark alignment e.g. text-align: "." center;

12