Home
last modified time | relevance | path

Searched refs:imageauthorurl (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/moodle310/moodle/badges/
H A Dimage_author_json.php48 if (!empty($badge->imageauthorurl)) {
49 $json['url'] = $badge->imageauthorurl;
H A Dbadge_json.php52 $badge->imageauthorurl ||
58 if ($badge->imageauthorname || $badge->imageauthoremail || $badge->imageauthorurl) {
H A Dnewbadge.php83 $fordb->imageauthorurl = $data->imageauthorurl;
H A Dedit.php100 $badge->imageauthorurl = $data->imageauthorurl;
H A Drenderer.php186 … html_writer::link($badge->imageauthorurl, $badge->imageauthorurl, array('target' => '_blank'));
423 if (!empty($badge->imageauthorurl)) {
425 … html_writer::link($badge->imageauthorurl, $badge->imageauthorurl, array('target' => '_blank'));
/dports/www/moodle311/moodle/badges/
H A Dimage_author_json.php48 if (!empty($badge->imageauthorurl)) {
49 $json['url'] = $badge->imageauthorurl;
H A Dbadge_json.php52 $badge->imageauthorurl ||
58 if ($badge->imageauthorname || $badge->imageauthoremail || $badge->imageauthorurl) {
H A Dnewbadge.php81 $fordb->imageauthorurl = $data->imageauthorurl;
H A Dedit.php100 $badge->imageauthorurl = $data->imageauthorurl;
H A Drenderer.php183 … html_writer::link($badge->imageauthorurl, $badge->imageauthorurl, array('target' => '_blank'));
408 if (!empty($badge->imageauthorurl)) {
410 … html_writer::link($badge->imageauthorurl, $badge->imageauthorurl, array('target' => '_blank'));
/dports/www/moodle39/moodle/badges/
H A Dimage_author_json.php48 if (!empty($badge->imageauthorurl)) {
49 $json['url'] = $badge->imageauthorurl;
H A Dbadge_json.php52 $badge->imageauthorurl ||
58 if ($badge->imageauthorname || $badge->imageauthoremail || $badge->imageauthorurl) {
H A Dnewbadge.php83 $fordb->imageauthorurl = $data->imageauthorurl;
H A Dedit.php100 $badge->imageauthorurl = $data->imageauthorurl;
H A Drenderer.php186 … html_writer::link($badge->imageauthorurl, $badge->imageauthorurl, array('target' => '_blank'));
420 if (!empty($badge->imageauthorurl)) {
422 … html_writer::link($badge->imageauthorurl, $badge->imageauthorurl, array('target' => '_blank'));
/dports/www/moodle310/moodle/badges/tests/
H A Dexternal_test.php92 $badge->imageauthorurl = 'http://image-author-url.domain.co.nz';
/dports/www/moodle311/moodle/badges/tests/
H A Dexternal_test.php92 $badge->imageauthorurl = 'http://image-author-url.domain.co.nz';
/dports/www/moodle39/moodle/badges/tests/
H A Dexternal_test.php92 $badge->imageauthorurl = 'http://image-author-url.domain.co.nz';
/dports/www/moodle310/moodle/badges/classes/
H A Dexternal.php145 'imageauthorurl' => $badge->imageauthorurl,
H A Dassertion.php376 $this->_data->imageauthorurl ||
/dports/www/moodle311/moodle/badges/classes/
H A Dexternal.php145 'imageauthorurl' => $badge->imageauthorurl,
H A Dassertion.php376 $this->_data->imageauthorurl ||
/dports/www/moodle39/moodle/badges/classes/
H A Dexternal.php145 'imageauthorurl' => $badge->imageauthorurl,
H A Dassertion.php376 $this->_data->imageauthorurl ||
/dports/www/moodle310/moodle/badges/classes/privacy/
H A Dprovider.php459 'imageauthorurl' => $badge->imageauthorurl,

12