Home
last modified time | relevance | path

Searched refs:get_default_unit (Results 1 – 10 of 10) sorted by relevance

/dports/science/py-quantities/quantities-0.12.5/quantities/
H A Dunitquantity.py323 return self.view(Quantity).rescale(self.get_default_unit())
326 def get_default_unit(cls): member in IrreducibleUnit
/dports/www/moodle310/moodle/question/type/numerical/
H A Dquestiontype.php693 public function get_default_unit() { function in qtype_numerical_answer_processor
704 $unit = $this->get_default_unit();
H A Dquestion.php182 $response['unit'] = $this->ap->get_default_unit();
/dports/www/moodle311/moodle/question/type/numerical/
H A Dquestiontype.php702 public function get_default_unit() { function in qtype_numerical_answer_processor
713 $unit = $this->get_default_unit();
H A Dquestion.php182 $response['unit'] = $this->ap->get_default_unit();
/dports/www/moodle39/moodle/question/type/numerical/
H A Dquestiontype.php692 public function get_default_unit() { function in qtype_numerical_answer_processor
703 $unit = $this->get_default_unit();
H A Dquestion.php181 $response['unit'] = $this->ap->get_default_unit();
/dports/www/moodle310/moodle/question/type/calculated/
H A Dquestion.php101 $response['unit'] = $this->ap->get_default_unit();
/dports/www/moodle311/moodle/question/type/calculated/
H A Dquestion.php101 $response['unit'] = $this->ap->get_default_unit();
/dports/www/moodle39/moodle/question/type/calculated/
H A Dquestion.php101 $response['unit'] = $this->ap->get_default_unit();