/dports/www/ilias/ILIAS-5.4.25/Services/LTI/classes/ |
H A D | class.ilLTIAppEventListener.php | 51 protected function handleUpdateStatus($a_obj_id, $a_usr_id, $a_status, $a_percentage) argument 75 $this->tryOutcomeService($resource, $ext_account, $a_status, $a_percentage); 130 protected function tryOutcomeService($resource, $ext_account, $a_status, $a_percentage) argument 137 …ger->debug('Trying outcome service with status ' . $a_status . ' and percentage ' . $a_percentage); 147 } elseif (!$a_percentage) { 150 $score = (int) $a_percentage / 100; 202 public static function handleOutcomeWithoutLP($a_obj_id, $a_usr_id, $a_percentage) argument 220 if ($a_percentage && $a_percentage > 0) { 221 $score = round($a_percentage/100, 4);
|
/dports/www/ilias6/ILIAS-6.14/Services/LTI/classes/ |
H A D | class.ilLTIAppEventListener.php | 51 protected function handleUpdateStatus($a_obj_id, $a_usr_id, $a_status, $a_percentage) argument 75 $this->tryOutcomeService($resource, $ext_account, $a_status, $a_percentage); 130 protected function tryOutcomeService($resource, $ext_account, $a_status, $a_percentage) argument 137 …ger->debug('Trying outcome service with status ' . $a_status . ' and percentage ' . $a_percentage); 147 } elseif (!$a_percentage) { 150 $score = (int) $a_percentage / 100; 202 public static function handleOutcomeWithoutLP($a_obj_id, $a_usr_id, $a_percentage) argument 220 if ($a_percentage && $a_percentage > 0) { 221 $score = round($a_percentage/100, 4);
|
/dports/www/ilias6/ILIAS-6.14/Modules/LTIConsumer/classes/ |
H A D | class.ilLTIConsumerLPStatus.php | 83 …tion trackResult($a_user_id, $a_obj_id, $a_status = self::LP_STATUS_IN_PROGRESS_NUM, $a_percentage) argument 85 self::writeStatus($a_obj_id, $a_user_id, $a_status, $a_percentage, true); 86 self::raiseEventStatic($a_obj_id, $a_user_id, $a_status, $a_percentage); 98 protected static function raiseEventStatic($a_obj_id, $a_usr_id, $a_status, $a_percentage) argument 106 "percentage" => $a_percentage
|
H A D | class.ilObjLTIConsumer.php | 590 * @param bool $a_percentage 592 public function setHighscorePercentage($a_percentage) argument 594 $this->_highscore_percentage = (bool) $a_percentage;
|
/dports/www/ilias/ILIAS-5.4.25/Services/Tracking/classes/ |
H A D | class.ilLPStatus.php | 203 …public function _updateStatus($a_obj_id, $a_usr_id, $a_obj = null, $a_percentage = false, $a_force… argument 298 protected static function raiseEvent($a_obj_id, $a_usr_id, $a_status, $a_percentage) argument 306 $a_status . ", percentage: " . $a_percentage); 312 "percentage" => $a_percentage 369 …public static function writeStatus($a_obj_id, $a_user_id, $a_status, $a_percentage = false, $a_for… argument 377 $a_status . ", percentage: " . $a_percentage . ", force: " . $a_force_per); 446 if ($a_percentage !== false || $a_force_per) { 447 $a_percentage = max(0, (int) $a_percentage); 448 $a_percentage = min(100, $a_percentage); 451 " percentage = " . $ilDB->quote($a_percentage, "integer") . [all …]
|
H A D | class.ilLPStatusWrapper.php | 265 …public static function _updateStatus($a_obj_id, $a_usr_id, $a_obj = null, $a_percentage = false, $… argument 269 $trac_obj->_updateStatus($a_obj_id, $a_usr_id, $a_obj, $a_percentage, $a_force_raise);
|
/dports/www/ilias6/ILIAS-6.14/Services/Tracking/classes/ |
H A D | class.ilLPStatus.php | 203 …public function _updateStatus($a_obj_id, $a_usr_id, $a_obj = null, $a_percentage = false, $a_force… argument 299 …protected static function raiseEvent($a_obj_id, $a_usr_id, $a_status, $a_old_status, $a_percentage) argument 307 $a_status . ", percentage: " . $a_percentage); 314 "percentage" => $a_percentage 371 …public static function writeStatus($a_obj_id, $a_user_id, $a_status, $a_percentage = false, $a_for… argument 378 …r id: " . $a_user_id . ", status: " . $a_status . ", percentage: " . $a_percentage . ", force: " .… 439 if ($a_percentage !== false || $a_force_per) { 440 $a_percentage = max(0, (int) $a_percentage); 441 $a_percentage = min(100, $a_percentage); 444 " percentage = " . $ilDB->quote($a_percentage, "integer") . [all …]
|
H A D | class.ilLPStatusWrapper.php | 265 …public static function _updateStatus($a_obj_id, $a_usr_id, $a_obj = null, $a_percentage = false, $… argument 269 $trac_obj->_updateStatus($a_obj_id, $a_usr_id, $a_obj, $a_percentage, $a_force_raise);
|
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/Shiny/ |
H A D | ShinyManager.h | 214 …E int ShinyManager_isZoneSelfTimeBelow(ShinyManager *self, ShinyZone* a_zone, float a_percentage) { in ShinyManager_isZoneSelfTimeBelow() argument 215 return a_percentage * (float) self->rootZone.data.childTicks.cur in ShinyManager_isZoneSelfTimeBelow() 219 … int ShinyManager_isZoneTotalTimeBelow(ShinyManager *self, ShinyZone* a_zone, float a_percentage) { in ShinyManager_isZoneTotalTimeBelow() argument 220 return a_percentage * (float) self->rootZone.data.childTicks.cur in ShinyManager_isZoneTotalTimeBelow()
|
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/ |
H A D | example.bat | 49 if !_tests! neq 0 (set/a_percentage=100*_passed/_tests)
|
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/ |
H A D | example.bat | 49 if !_tests! neq 0 (set/a_percentage=100*_passed/_tests)
|
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/ |
H A D | class.ilObjTest.php | 11111 * @param bool $a_percentage 11113 public function setHighscorePercentage($a_percentage) argument 11115 $this->_highscore_percentage = (bool) $a_percentage;
|
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/ |
H A D | class.ilObjTest.php | 11272 * @param bool $a_percentage 11274 public function setHighscorePercentage($a_percentage) argument 11276 $this->_highscore_percentage = (bool) $a_percentage;
|