Home
last modified time | relevance | path

Searched defs:itemname (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/www/moodle310/moodle/grade/report/grader/tests/behat/
H A Dbehat_gradereport_grader.php47 public function i_click_on_student_and_grade_item($student, $itemname) {
60 public function i_click_away_from_student_and_grade_value($student, $itemname) {
73 public function i_click_away_from_student_and_grade_feedback($student, $itemname) {
89 public function the_grade_should_match($student, $itemname, $value) {
129 public function i_should_see_grade_field($student, $itemname) {
142 public function i_should_see_feedback_field($student, $itemname) {
155 public function i_should_not_see_grade_field($student, $itemname) {
168 public function i_should_not_see_feedback_field($student, $itemname) {
198 protected function get_grade_item_id($itemname) {
231 protected function get_student_and_grade_cell_selector($student, $itemname) {
[all …]
/dports/www/moodle311/moodle/grade/report/grader/tests/behat/
H A Dbehat_gradereport_grader.php47 public function i_click_on_student_and_grade_item($student, $itemname) {
60 public function i_click_away_from_student_and_grade_value($student, $itemname) {
73 public function i_click_away_from_student_and_grade_feedback($student, $itemname) {
89 public function the_grade_should_match($student, $itemname, $value) {
129 public function i_should_see_grade_field($student, $itemname) {
142 public function i_should_see_feedback_field($student, $itemname) {
155 public function i_should_not_see_grade_field($student, $itemname) {
168 public function i_should_not_see_feedback_field($student, $itemname) {
198 protected function get_grade_item_id($itemname) {
231 protected function get_student_and_grade_cell_selector($student, $itemname) {
[all …]
/dports/www/moodle39/moodle/grade/report/grader/tests/behat/
H A Dbehat_gradereport_grader.php47 public function i_click_on_student_and_grade_item($student, $itemname) {
60 public function i_click_away_from_student_and_grade_value($student, $itemname) {
73 public function i_click_away_from_student_and_grade_feedback($student, $itemname) {
89 public function the_grade_should_match($student, $itemname, $value) {
129 public function i_should_see_grade_field($student, $itemname) {
142 public function i_should_see_feedback_field($student, $itemname) {
155 public function i_should_not_see_grade_field($student, $itemname) {
168 public function i_should_not_see_feedback_field($student, $itemname) {
198 protected function get_grade_item_id($itemname) {
231 protected function get_student_and_grade_cell_selector($student, $itemname) {
[all …]
/dports/games/legesmotus/legesmotus-0.4.0/client/
H A DClientConfiguration.cpp56 string itemname = (*sit).first; in reload_config() local
68 string itemname = (*iit).first; in reload_config() local
80 string itemname = (*bit).first; in reload_config() local
100 string itemname = (*sit).first; in reset_to_defaults() local
108 string itemname = (*iit).first; in reset_to_defaults() local
116 string itemname = (*bit).first; in reset_to_defaults() local
/dports/www/moodle310/moodle/grade/classes/
H A Dcomponent_gradeitems.php80 public static function is_valid_itemname(string $component, string $itemname): bool {
118 public static function is_advancedgrading_itemname(string $component, string $itemname): bool {
154 …public static function get_field_name_for_itemname(string $component, string $itemname, string $fi…
205 public static function get_itemnumber_from_itemname(string $component, string $itemname): int {
/dports/www/moodle311/moodle/grade/classes/
H A Dcomponent_gradeitems.php80 public static function is_valid_itemname(string $component, string $itemname): bool {
118 public static function is_advancedgrading_itemname(string $component, string $itemname): bool {
154 …public static function get_field_name_for_itemname(string $component, string $itemname, string $fi…
205 public static function get_itemnumber_from_itemname(string $component, string $itemname): int {
/dports/www/moodle39/moodle/grade/classes/
H A Dcomponent_gradeitems.php80 public static function is_valid_itemname(string $component, string $itemname): bool {
118 public static function is_advancedgrading_itemname(string $component, string $itemname): bool {
154 …public static function get_field_name_for_itemname(string $component, string $itemname, string $fi…
205 public static function get_itemnumber_from_itemname(string $component, string $itemname): int {
/dports/www/moodle310/moodle/backup/moodle2/
H A Drestore_plugin.class.php192 …protected function set_mapping($itemname, $oldid, $newid, $restorefiles = false, $filesctxid = nul…
199 protected function get_old_parentid($itemname) {
206 protected function get_new_parentid($itemname) {
217 protected function get_mappingid($itemname, $oldid, $ifnotfound = false) {
224 protected function get_mapping($itemname, $oldid) {
H A Drestore_subplugin.class.php127 …protected function set_mapping($itemname, $oldid, $newid, $restorefiles = false, $filesctxid = nul…
134 protected function get_old_parentid($itemname) {
141 protected function get_new_parentid($itemname) {
152 protected function get_mappingid($itemname, $oldid, $ifnotfound = false) {
159 protected function get_mapping($itemname, $oldid) {
/dports/www/moodle311/moodle/backup/moodle2/
H A Drestore_plugin.class.php192 …protected function set_mapping($itemname, $oldid, $newid, $restorefiles = false, $filesctxid = nul…
199 protected function get_old_parentid($itemname) {
206 protected function get_new_parentid($itemname) {
217 protected function get_mappingid($itemname, $oldid, $ifnotfound = false) {
224 protected function get_mapping($itemname, $oldid) {
H A Drestore_subplugin.class.php127 …protected function set_mapping($itemname, $oldid, $newid, $restorefiles = false, $filesctxid = nul…
134 protected function get_old_parentid($itemname) {
141 protected function get_new_parentid($itemname) {
152 protected function get_mappingid($itemname, $oldid, $ifnotfound = false) {
159 protected function get_mapping($itemname, $oldid) {
/dports/www/moodle39/moodle/backup/moodle2/
H A Drestore_plugin.class.php192 …protected function set_mapping($itemname, $oldid, $newid, $restorefiles = false, $filesctxid = nul…
199 protected function get_old_parentid($itemname) {
206 protected function get_new_parentid($itemname) {
217 protected function get_mappingid($itemname, $oldid, $ifnotfound = false) {
224 protected function get_mapping($itemname, $oldid) {
H A Drestore_subplugin.class.php127 …protected function set_mapping($itemname, $oldid, $newid, $restorefiles = false, $filesctxid = nul…
134 protected function get_old_parentid($itemname) {
141 protected function get_new_parentid($itemname) {
152 protected function get_mappingid($itemname, $oldid, $ifnotfound = false) {
159 protected function get_mapping($itemname, $oldid) {
/dports/www/moodle310/moodle/backup/util/plan/
H A Drestore_structure_step.class.php167 …public function set_mapping($itemname, $oldid, $newid, $restorefiles = false, $filesctxid = null, …
192 public function get_old_parentid($itemname) {
199 public function get_new_parentid($itemname) {
210 public function get_mappingid($itemname, $oldid, $ifnotfound = false) {
218 public function get_mapping($itemname, $oldid) {
/dports/www/moodle311/moodle/backup/util/plan/
H A Drestore_structure_step.class.php167 …public function set_mapping($itemname, $oldid, $newid, $restorefiles = false, $filesctxid = null, …
192 public function get_old_parentid($itemname) {
199 public function get_new_parentid($itemname) {
210 public function get_mappingid($itemname, $oldid, $ifnotfound = false) {
218 public function get_mapping($itemname, $oldid) {
/dports/www/moodle39/moodle/backup/util/plan/
H A Drestore_structure_step.class.php167 …public function set_mapping($itemname, $oldid, $newid, $restorefiles = false, $filesctxid = null, …
192 public function get_old_parentid($itemname) {
199 public function get_new_parentid($itemname) {
210 public function get_mappingid($itemname, $oldid, $ifnotfound = false) {
218 public function get_mapping($itemname, $oldid) {
/dports/www/moodle310/moodle/backup/util/dbops/
H A Dbackup_structure_dbops.class.php91 public static function insert_backup_ids_record($backupid, $itemname, $itemid) {
160 …public static function move_annotations_to_final($backupid, $itemname, \core\progress\base $progre…
183 public static function annotations_exist($backupid, $itemname) {
/dports/www/moodle311/moodle/backup/util/dbops/
H A Dbackup_structure_dbops.class.php91 public static function insert_backup_ids_record($backupid, $itemname, $itemid) {
160 …public static function move_annotations_to_final($backupid, $itemname, \core\progress\base $progre…
183 public static function annotations_exist($backupid, $itemname) {
/dports/www/moodle39/moodle/backup/util/dbops/
H A Dbackup_structure_dbops.class.php91 public static function insert_backup_ids_record($backupid, $itemname, $itemid) {
160 …public static function move_annotations_to_final($backupid, $itemname, \core\progress\base $progre…
183 public static function annotations_exist($backupid, $itemname) {
/dports/math/ploticus-nox11/pl240src/src/
H A Dvalue.c20 TDH_setvalue( itemname, value, data, recordid ) in TDH_setvalue() argument
74 TDH_getvalue( value, itemname, data, recordid ) in TDH_getvalue() argument
/dports/math/ploticus/pl240src/src/
H A Dvalue.c20 TDH_setvalue( itemname, value, data, recordid ) in TDH_setvalue() argument
74 TDH_getvalue( value, itemname, data, recordid ) in TDH_getvalue() argument
/dports/www/moodle310/moodle/grade/tests/
H A Dcomponent_gradeitems_test.php103 public function test_is_valid_itemname(string $itemname, bool $isadvanced): void {
200 public function test_is_advancedgrading_itemname(string $itemname, bool $isadvanced): void {
337 …public function test_get_field_name_for_itemname(string $itemname, string $fieldname, string $expe…
498 public function test_get_itemnumber_from_itemname(string $itemname, int $expected): void {
/dports/www/moodle39/moodle/grade/tests/
H A Dcomponent_gradeitems_test.php103 public function test_is_valid_itemname(string $itemname, bool $isadvanced): void {
200 public function test_is_advancedgrading_itemname(string $itemname, bool $isadvanced): void {
337 …public function test_get_field_name_for_itemname(string $itemname, string $fieldname, string $expe…
498 public function test_get_itemnumber_from_itemname(string $itemname, int $expected): void {
/dports/www/moodle311/moodle/grade/tests/
H A Dcomponent_gradeitems_test.php103 public function test_is_valid_itemname(string $itemname, bool $isadvanced): void {
200 public function test_is_advancedgrading_itemname(string $itemname, bool $isadvanced): void {
337 …public function test_get_field_name_for_itemname(string $itemname, string $fieldname, string $expe…
498 public function test_get_itemnumber_from_itemname(string $itemname, int $expected): void {
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dbionics_test.cpp28 static void test_consumable_charges( player &p, std::string &itemname, bool when_none, in test_consumable_charges()
45 static void test_consumable_ammo( player &p, std::string &itemname, bool when_empty, in test_consumable_ammo()

12345678910>>...12