Home
last modified time | relevance | path

Searched refs:Decimal (Results 1 – 25 of 33) sorted by last modified time

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/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/openlayersmap/ol7/
H A Dol.js.map
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18692 case 'decimal' /*case 'Decimal'*/: break;
/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;
/plugin/ckgedit/ckeditor/
H A DCHANGES.md59 * [#2690](https://github.com/ckeditor/ckeditor-dev/issues/2690): Fixed: Decimal characters are remo…
/plugin/ckgedit/ckeditor/lang/
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.4.95 …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…
H A Dlang_array.txt488 "decimal": "Decimal (1, 2, 3, etc.)",
489 "decimalLeadingZero": "Decimal leading zero (01, 02, 03, etc.)",
/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/diagramsnet/lib/js/
H A Dextensions.min.js1743 …imal.getValue(n)};System.Decimal.$$name="System.Decimal";System.Decimal.prototype.$$name="System.D… class in System
H A Dorgchart.min.js8Decimal?System.Decimal.Zero:n===System.Int64?System.Int64.Zero:n===System.UInt64?System.UInt64.Zer… class in System
/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/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…
H A D2.2.js.map1 …ame\": \"decimal-leading-zero\",\n \"description\": \"Decimal numbers padded by…
/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 Djulia.min.js.map1 …eam.match(/^\\d[_\\d]*(e[\\+\\-]?\\d+)?/i)) { numberLiteral = true; } // Decimal\n if (number…
H A Dpython.min.js.map1 …tLiteral = true;\n // Decimal\n if (stream.match(/^[1-9][\\d_]*(e[\\+\\-]?[\\d_]+)?/…

12