Home
last modified time | relevance | path

Searched refs:usermodified (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/www/moodle310/moodle/admin/tool/policy/classes/output/
H A Dacceptances.php101 … $onbehalf = $acceptance->usermodified && $acceptance->usermodified != $this->userid;
110 $usermodified = (object)['id' => $acceptance->usermodified];
111 username_load_fields_from_object($usermodified, $acceptance, 'mod');
112 … $profileurl = new \moodle_url('/user/profile.php', array('id' => $usermodified->id));
113 …$version->acceptedby = \html_writer::link($profileurl, fullname($usermodified, $canviewfullnames ||
114 … has_capability('moodle/site:viewfullnames', \context_user::instance($acceptance->usermodified))));
/dports/www/moodle311/moodle/admin/tool/policy/classes/output/
H A Dacceptances.php101 … $onbehalf = $acceptance->usermodified && $acceptance->usermodified != $this->userid;
110 $usermodified = (object)['id' => $acceptance->usermodified];
111 username_load_fields_from_object($usermodified, $acceptance, 'mod');
112 … $profileurl = new \moodle_url('/user/profile.php', array('id' => $usermodified->id));
113 …$version->acceptedby = \html_writer::link($profileurl, fullname($usermodified, $canviewfullnames ||
114 … has_capability('moodle/site:viewfullnames', \context_user::instance($acceptance->usermodified))));
/dports/www/moodle39/moodle/admin/tool/policy/classes/output/
H A Dacceptances.php101 … $onbehalf = $acceptance->usermodified && $acceptance->usermodified != $this->userid;
110 $usermodified = (object)['id' => $acceptance->usermodified];
111 username_load_fields_from_object($usermodified, $acceptance, 'mod');
112 … $profileurl = new \moodle_url('/user/profile.php', array('id' => $usermodified->id));
113 …$version->acceptedby = \html_writer::link($profileurl, fullname($usermodified, $canviewfullnames ||
114 … has_capability('moodle/site:viewfullnames', \context_user::instance($acceptance->usermodified))));
/dports/www/moodle310/moodle/mod/forum/classes/local/entities/
H A Ddiscussion.php57 private $usermodified; variable in mod_forum\\local\\entities\\discussion
79 * @param int $usermodified Id of user that last modified the discussion
95 int $usermodified, argument
110 $this->usermodified = $usermodified;
204 return $this->usermodified;
/dports/www/moodle311/moodle/mod/forum/classes/local/entities/
H A Ddiscussion.php57 private $usermodified; variable in mod_forum\\local\\entities\\discussion
79 * @param int $usermodified Id of user that last modified the discussion
95 int $usermodified, argument
110 $this->usermodified = $usermodified;
204 return $this->usermodified;
/dports/www/moodle39/moodle/mod/forum/classes/local/entities/
H A Ddiscussion.php57 private $usermodified; variable in mod_forum\\local\\entities\\discussion
79 * @param int $usermodified Id of user that last modified the discussion
95 int $usermodified, argument
110 $this->usermodified = $usermodified;
204 return $this->usermodified;
/dports/www/moodle310/moodle/admin/tool/xmldb/tests/behat/
H A Dmandatory_persistent_fields.feature16 And I should see "usermodified"
21 And I should not see "usermodified"
27 And I should see "usermodified"
32 And I should see "usermodified" in the ".alert ul" "css_element"
36 And I should see "usermodified" in the "listfields" "table"
39 And I should see "usermodified" in the "listkeys" "table"
49 And I should see "usermodified" in the ".alert ul" "css_element"
58 And I should not see "usermodified" in the ".alert ul" "css_element"
68 And I should see "usermodified" in the ".alert ul" "css_element"
/dports/www/moodle39/moodle/admin/tool/xmldb/tests/behat/
H A Dmandatory_persistent_fields.feature16 And I should see "usermodified"
21 And I should not see "usermodified"
27 And I should see "usermodified"
32 And I should see "usermodified" in the ".alert ul" "css_element"
36 And I should see "usermodified" in the "listfields" "table"
39 And I should see "usermodified" in the "listkeys" "table"
49 And I should see "usermodified" in the ".alert ul" "css_element"
58 And I should not see "usermodified" in the ".alert ul" "css_element"
68 And I should see "usermodified" in the ".alert ul" "css_element"
/dports/www/moodle311/moodle/admin/tool/xmldb/tests/behat/
H A Dmandatory_persistent_fields.feature16 And I should see "usermodified"
21 And I should not see "usermodified"
27 And I should see "usermodified"
32 And I should see "usermodified" in the ".alert ul" "css_element"
36 And I should see "usermodified" in the "listfields" "table"
39 And I should see "usermodified" in the "listkeys" "table"
49 And I should see "usermodified" in the ".alert ul" "css_element"
58 And I should not see "usermodified" in the ".alert ul" "css_element"
68 And I should see "usermodified" in the ".alert ul" "css_element"
/dports/www/moodle310/moodle/notes/
H A Dlib.php109 $note->usermodified = $USER->id;
133 'userid' => $note->usermodified,
148 'userid' => $note->usermodified,
180 'userid' => $note->usermodified,
235 if (!$author = $DB->get_record('user', array('id' => $note->usermodified))) {
236 debugging("User $note->usermodified not found");
248 ($note->usermodified == $USER->id ? ' ownnotepost' : '') .
274 ($note->publishstate == NOTES_STATE_PUBLIC || $note->usermodified == $USER->id)) {
/dports/www/moodle311/moodle/notes/
H A Dlib.php109 $note->usermodified = $USER->id;
133 'userid' => $note->usermodified,
148 'userid' => $note->usermodified,
180 'userid' => $note->usermodified,
235 if (!$author = $DB->get_record('user', array('id' => $note->usermodified))) {
236 debugging("User $note->usermodified not found");
248 ($note->usermodified == $USER->id ? ' ownnotepost' : '') .
274 ($note->publishstate == NOTES_STATE_PUBLIC || $note->usermodified == $USER->id)) {
/dports/www/moodle39/moodle/notes/
H A Dlib.php109 $note->usermodified = $USER->id;
133 'userid' => $note->usermodified,
148 'userid' => $note->usermodified,
180 'userid' => $note->usermodified,
235 if (!$author = $DB->get_record('user', array('id' => $note->usermodified))) {
236 debugging("User $note->usermodified not found");
248 ($note->usermodified == $USER->id ? ' ownnotepost' : '') .
274 ($note->publishstate == NOTES_STATE_PUBLIC || $note->usermodified == $USER->id)) {
/dports/www/moodle310/moodle/grade/grading/form/
H A Dlib.php298 …* @param int|null $usermodified optional userid of the author of the definition, defaults to the c…
300 public function update_definition(stdClass $definition, $usermodified = null) { argument
303 if (is_null($usermodified)) {
304 $usermodified = $USER->id;
328 $record->usermodified = $usermodified;
351 $record->usercreated = $usermodified;
353 $record->usermodified = $record->usercreated;
/dports/www/moodle311/moodle/grade/grading/form/
H A Dlib.php298 …* @param int|null $usermodified optional userid of the author of the definition, defaults to the c…
300 public function update_definition(stdClass $definition, $usermodified = null) { argument
303 if (is_null($usermodified)) {
304 $usermodified = $USER->id;
328 $record->usermodified = $usermodified;
351 $record->usercreated = $usermodified;
353 $record->usermodified = $record->usercreated;
/dports/www/moodle39/moodle/grade/grading/form/
H A Dlib.php298 …* @param int|null $usermodified optional userid of the author of the definition, defaults to the c…
300 public function update_definition(stdClass $definition, $usermodified = null) { argument
303 if (is_null($usermodified)) {
304 $usermodified = $USER->id;
328 $record->usermodified = $usermodified;
351 $record->usercreated = $usermodified;
353 $record->usermodified = $record->usercreated;
/dports/www/moodle310/moodle/grade/grading/form/rubric/
H A Dlib.php101 …* @param int|null $usermodified optional userid of the author of the definition, defaults to the c…
103 public function update_definition(stdClass $newdefinition, $usermodified = null) { argument
104 $this->update_or_check_rubric($newdefinition, $usermodified, true);
121 …* @param int|null $usermodified optional userid of the author of the definition, defaults to the c…
125 …public function update_or_check_rubric(stdClass $newdefinition, $usermodified = null, $doupdate = … argument
136 parent::update_definition(new stdClass(), $usermodified);
274 if ($usermodified && $usermodified != $this->definition->usermodified) {
281 parent::update_definition($newdefinition, $usermodified);
/dports/www/moodle311/moodle/grade/grading/form/rubric/
H A Dlib.php101 …* @param int|null $usermodified optional userid of the author of the definition, defaults to the c…
103 public function update_definition(stdClass $newdefinition, $usermodified = null) { argument
104 $this->update_or_check_rubric($newdefinition, $usermodified, true);
121 …* @param int|null $usermodified optional userid of the author of the definition, defaults to the c…
125 …public function update_or_check_rubric(stdClass $newdefinition, $usermodified = null, $doupdate = … argument
136 parent::update_definition(new stdClass(), $usermodified);
274 if ($usermodified && $usermodified != $this->definition->usermodified) {
281 parent::update_definition($newdefinition, $usermodified);
/dports/www/moodle39/moodle/grade/grading/form/rubric/
H A Dlib.php101 …* @param int|null $usermodified optional userid of the author of the definition, defaults to the c…
103 public function update_definition(stdClass $newdefinition, $usermodified = null) { argument
104 $this->update_or_check_rubric($newdefinition, $usermodified, true);
121 …* @param int|null $usermodified optional userid of the author of the definition, defaults to the c…
125 …public function update_or_check_rubric(stdClass $newdefinition, $usermodified = null, $doupdate = … argument
136 parent::update_definition(new stdClass(), $usermodified);
274 if ($usermodified && $usermodified != $this->definition->usermodified) {
281 parent::update_definition($newdefinition, $usermodified);
/dports/www/moodle310/moodle/grade/grading/form/guide/
H A Dlib.php104 …* @param int $usermodified optional userid of the author of the definition, defaults to the curren…
106 public function update_definition(stdClass $newdefinition, $usermodified = null) { argument
107 $this->update_or_check_guide($newdefinition, $usermodified, true);
125 …* @param int|null $usermodified optional userid of the author of the definition, defaults to the c…
129 …public function update_or_check_guide(stdClass $newdefinition, $usermodified = null, $doupdate = f… argument
140 parent::update_definition(new stdClass(), $usermodified);
266 if ($usermodified && $usermodified != $this->definition->usermodified) {
273 parent::update_definition($newdefinition, $usermodified);
/dports/www/moodle39/moodle/grade/grading/form/guide/
H A Dlib.php104 …* @param int $usermodified optional userid of the author of the definition, defaults to the curren…
106 public function update_definition(stdClass $newdefinition, $usermodified = null) { argument
107 $this->update_or_check_guide($newdefinition, $usermodified, true);
125 …* @param int|null $usermodified optional userid of the author of the definition, defaults to the c…
129 …public function update_or_check_guide(stdClass $newdefinition, $usermodified = null, $doupdate = f… argument
140 parent::update_definition(new stdClass(), $usermodified);
266 if ($usermodified && $usermodified != $this->definition->usermodified) {
273 parent::update_definition($newdefinition, $usermodified);
/dports/www/moodle311/moodle/grade/grading/form/guide/
H A Dlib.php104 …* @param int $usermodified optional userid of the author of the definition, defaults to the curren…
106 public function update_definition(stdClass $newdefinition, $usermodified = null) { argument
107 $this->update_or_check_guide($newdefinition, $usermodified, true);
125 …* @param int|null $usermodified optional userid of the author of the definition, defaults to the c…
129 …public function update_or_check_guide(stdClass $newdefinition, $usermodified = null, $doupdate = f… argument
140 parent::update_definition(new stdClass(), $usermodified);
266 if ($usermodified && $usermodified != $this->definition->usermodified) {
273 parent::update_definition($newdefinition, $usermodified);
/dports/www/moodle310/moodle/notes/tests/generator/
H A Dlib.php118 if (!isset($record->usermodified)) {
119 $record->usermodified = $USER->id;
/dports/www/moodle311/moodle/notes/tests/generator/
H A Dlib.php118 if (!isset($record->usermodified)) {
119 $record->usermodified = $USER->id;
/dports/www/moodle39/moodle/notes/tests/generator/
H A Dlib.php118 if (!isset($record->usermodified)) {
119 $record->usermodified = $USER->id;
/dports/www/moodle310/moodle/notes/tests/
H A Devents_test.php73 $this->assertEquals($this->eventnote->usermodified, $event->userid);
106 $this->assertEquals($note->usermodified, $event->userid);
137 $this->assertEquals($note->usermodified, $event->userid);

12345678