Home
last modified time | relevance | path

Searched refs:Decimal (Results 26 – 33 of 33) sorted by path

12

/plugin/openlayersmap/ol7/
H A Dol.js.map
/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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …bl Char CInt Class CLng CObj Const CShort CSng CStr CType ' +\n 'Date Decimal Declare Default D…
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18692 case 'decimal' /*case 'Decimal'*/: break;

12