Home
last modified time | relevance | path

Searched refs:getDecimals (Results 1 – 25 of 94) sorted by relevance

1234

/dports/www/ilias/ILIAS-5.4.25/Services/AdvancedMetaData/classes/Types/
H A Dclass.ilAdvancedMDFieldDefinitionFloat.php49 $def->setDecimals($this->getDecimals());
75 public function getDecimals() function in ilAdvancedMDFieldDefinitionFloat
94 $def["decimals"] = $this->getDecimals();
105 $res[$lng->txt("md_adv_number_decimals")] = $this->getDecimals();
126 $decimals->setValue($this->getDecimals());
156 $a_writer->xmlElement('FieldValue', array("id" => "decimals"), $this->getDecimals());
/dports/www/ilias6/ILIAS-6.14/Services/AdvancedMetaData/classes/Types/
H A Dclass.ilAdvancedMDFieldDefinitionFloat.php49 $def->setDecimals($this->getDecimals());
75 public function getDecimals() function in ilAdvancedMDFieldDefinitionFloat
94 $def["decimals"] = $this->getDecimals();
105 $res[$lng->txt("md_adv_number_decimals")] = $this->getDecimals();
126 $decimals->setValue($this->getDecimals());
156 $a_writer->xmlElement('FieldValue', array("id" => "decimals"), $this->getDecimals());
/dports/www/ilias/ILIAS-5.4.25/Services/Form/classes/
H A Dclass.ilNumberInputGUI.php79 elseif ($this->getDecimals() > 0) {
81 $this->value = round($this->value, $this->getDecimals());
84 $this->value = number_format($this->value, $this->getDecimals(), ".", "");
251 public function getDecimals() function in ilNumberInputGUI
387 if ($this->areDecimalsAllowed() && $this->getDecimals() > 0) {
388 … $constraints = $lng->txt("form_format") . ": ###." . str_repeat("#", $this->getDecimals());
/dports/www/ilias6/ILIAS-6.14/Services/Form/classes/
H A Dclass.ilNumberInputGUI.php79 elseif ($this->getDecimals() > 0) {
81 $this->value = round($this->value, $this->getDecimals());
84 $this->value = number_format($this->value, $this->getDecimals(), ".", "");
251 public function getDecimals() function in ilNumberInputGUI
387 if ($this->areDecimalsAllowed() && $this->getDecimals() > 0) {
388 … $constraints = $lng->txt("form_format") . ": ###." . str_repeat("#", $this->getDecimals());
/dports/www/ilias/ILIAS-5.4.25/Services/ADT/classes/Types/Float/
H A Dclass.ilADTFloatDefinition.php28 $a_value = round((float) $a_value, $this->getDecimals());
33 public function getDecimals() function in ilADTFloatDefinition
H A Dclass.ilADTFloatFormBridge.php18 $number->setDecimals($def->getDecimals());
31 $length = strlen($max) + $def->getDecimals() + 1;
/dports/www/ilias6/ILIAS-6.14/Services/ADT/classes/Types/Float/
H A Dclass.ilADTFloatDefinition.php28 $a_value = round((float) $a_value, $this->getDecimals());
33 public function getDecimals() function in ilADTFloatDefinition
H A Dclass.ilADTFloatFormBridge.php18 $number->setDecimals($def->getDecimals());
31 $length = strlen($max) + $def->getDecimals() + 1;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Ddoublefield.cpp29 int decimal = lineEdit->getDecimals(); in focusOutEvent()
141 int dicimal = m_lineEdit->getDecimals(); in pos2value()
163 int dicimal = m_lineEdit->getDecimals(); in value2pos()
195 int dicimal = m_lineEdit->getDecimals(); in setRange()
284 int dicimal = m_lineEdit->getDecimals(); in onLineEditValueChanged()
378 int DoubleLineEdit::getDecimals() { return m_validator->decimals(); } in getDecimals() function in DoubleLineEdit
475 int MeasuredDoubleLineEdit::getDecimals() { return m_decimals; } in getDecimals() function in MeasuredDoubleLineEdit
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/qtScript/src/
H A DDoubleSpinBoxControl.h22 int getDecimals();
47 Q_PROPERTY(int /*% Number %*/ decimals READ getDecimals WRITE setDecimals);
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/qtScript/src/
H A DDoubleSpinBoxControl.h22 int getDecimals();
47 Q_PROPERTY(int /*% Number %*/ decimals READ getDecimals WRITE setDecimals);
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/qtScript/src/
H A DDoubleSpinBoxControl.h22 int getDecimals();
47 Q_PROPERTY(int /*% Number %*/ decimals READ getDecimals WRITE setDecimals);
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/qtScript/src/
H A DDoubleSpinBoxControl.h22 int getDecimals();
47 Q_PROPERTY(int /*% Number %*/ decimals READ getDecimals WRITE setDecimals);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Ddoublefield.h51 virtual int getDecimals() { return 2; } in getDecimals() function
210 int getDecimals() override;
256 int getDecimals() override;
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-i18n/src/View/Helper/
H A DNumberFormat.php97 $decimals = $this->getDecimals();
185 public function getDecimals() function in Zend\\I18n\\View\\Helper\\NumberFormat
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-i18n/src/View/Helper/
H A DNumberFormat.php97 $decimals = $this->getDecimals();
185 public function getDecimals() function in Zend\\I18n\\View\\Helper\\NumberFormat
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-i18n/src/View/Helper/
H A DNumberFormat.php97 $decimals = $this->getDecimals();
185 public function getDecimals() function in Zend\\I18n\\View\\Helper\\NumberFormat
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-i18n/src/View/Helper/
H A DNumberFormat.php97 $decimals = $this->getDecimals();
185 public function getDecimals() function in Zend\\I18n\\View\\Helper\\NumberFormat
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-i18n/src/View/Helper/
H A DNumberFormat.php97 $decimals = $this->getDecimals();
185 public function getDecimals() function in Zend\\I18n\\View\\Helper\\NumberFormat
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-i18n/src/View/Helper/
H A DNumberFormat.php97 $decimals = $this->getDecimals();
185 public function getDecimals() function in Zend\\I18n\\View\\Helper\\NumberFormat
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-i18n/src/View/Helper/
H A DNumberFormat.php97 $decimals = $this->getDecimals();
185 public function getDecimals() function in Zend\\I18n\\View\\Helper\\NumberFormat
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-i18n/src/View/Helper/
H A DNumberFormat.php97 $decimals = $this->getDecimals();
185 public function getDecimals() function in Zend\\I18n\\View\\Helper\\NumberFormat
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-i18n/src/View/Helper/
H A DNumberFormat.php97 $decimals = $this->getDecimals();
185 public function getDecimals() function in Zend\\I18n\\View\\Helper\\NumberFormat
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-i18n/src/View/Helper/
H A DNumberFormat.php97 $decimals = $this->getDecimals();
185 public function getDecimals() function in Zend\\I18n\\View\\Helper\\NumberFormat
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-i18n/src/View/Helper/
H A DNumberFormat.php97 $decimals = $this->getDecimals();
185 public function getDecimals() function in Zend\\I18n\\View\\Helper\\NumberFormat

1234