Home
last modified time | relevance | path

Searched refs:wwwroot (Results 1 – 25 of 2037) sorted by relevance

12345678910>>...82

/dports/www/moodle39/moodle/mnet/
H A Dpeer.php25 var $wwwroot = ''; variable in mnet_peer
55 if (substr($wwwroot, -1, 1) == '/') {
56 $wwwroot = substr($wwwroot, 0, -1);
61 if ($this->set_wwwroot($wwwroot)) {
74 $this->name = $wwwroot;
86 $this->wwwroot = $wwwroot;
170 $a['host'] = $this->wwwroot;
175 $a['host'] = $this->wwwroot;
192 $obj->wwwroot = $this->wwwroot;
241 function set_wwwroot($wwwroot) { argument
[all …]
/dports/www/moodle310/moodle/mnet/
H A Dpeer.php25 var $wwwroot = ''; variable in mnet_peer
55 if (substr($wwwroot, -1, 1) == '/') {
56 $wwwroot = substr($wwwroot, 0, -1);
61 if ($this->set_wwwroot($wwwroot)) {
74 $this->name = $wwwroot;
86 $this->wwwroot = $wwwroot;
170 $a['host'] = $this->wwwroot;
175 $a['host'] = $this->wwwroot;
192 $obj->wwwroot = $this->wwwroot;
241 function set_wwwroot($wwwroot) { argument
[all …]
/dports/www/moodle311/moodle/mnet/
H A Dpeer.php25 var $wwwroot = ''; variable in mnet_peer
55 if (substr($wwwroot, -1, 1) == '/') {
56 $wwwroot = substr($wwwroot, 0, -1);
61 if ($this->set_wwwroot($wwwroot)) {
74 $this->name = $wwwroot;
86 $this->wwwroot = $wwwroot;
170 $a['host'] = $this->wwwroot;
175 $a['host'] = $this->wwwroot;
192 $obj->wwwroot = $this->wwwroot;
241 function set_wwwroot($wwwroot) { argument
[all …]
/dports/sysutils/racktables/RackTables-0.21.5/
H A DMakefile9 staticdir ?= $(datadir)/RackTables/wwwroot
10 applibdir ?= $(datadir)/RackTables/wwwroot/inc
11 indexdir ?= $(datadir)/RackTables/wwwroot
29 install-static: wwwroot/css wwwroot/js wwwroot/pix
34 install-applib: wwwroot/inc
36 $(INSTALL_DATA) wwwroot/inc/*.php $(DESTDIR)$(applibdir)
38 install-index: wwwroot/index.php
40 $(INSTALL_DATA) wwwroot/index.php $(DESTDIR)$(indexdir)
/dports/www/moodle310/moodle/auth/shibboleth/
H A Dindex.php18 if (isset($SESSION->wantsurl) and (strpos($SESSION->wantsurl, $CFG->wwwroot) === 0)) {
23 $urltogo = $CFG->wwwroot.'/'; /// Go to the standard home page
60 $urltogo = $CFG->wwwroot.'/user/edit.php?id='.$USER->id.'&course='.SITEID;
63 … } else if (isset($SESSION->wantsurl) and (strpos($SESSION->wantsurl, $CFG->wwwroot) === 0)) {
68 $urltogo = $CFG->wwwroot.'/'; /// Go to the standard home page
74 …if ($urltogo == $CFG->wwwroot or $urltogo == $CFG->wwwroot.'/' or $urltogo == $CFG->wwwroot.'/inde…
75 $urltogo = $CFG->wwwroot.'/my/';
/dports/www/moodle311/moodle/auth/shibboleth/
H A Dindex.php18 if (isset($SESSION->wantsurl) and (strpos($SESSION->wantsurl, $CFG->wwwroot) === 0)) {
23 $urltogo = $CFG->wwwroot.'/'; /// Go to the standard home page
60 $urltogo = $CFG->wwwroot.'/user/edit.php?id='.$USER->id.'&course='.SITEID;
63 … } else if (isset($SESSION->wantsurl) and (strpos($SESSION->wantsurl, $CFG->wwwroot) === 0)) {
68 $urltogo = $CFG->wwwroot.'/'; /// Go to the standard home page
74 …if ($urltogo == $CFG->wwwroot or $urltogo == $CFG->wwwroot.'/' or $urltogo == $CFG->wwwroot.'/inde…
75 $urltogo = $CFG->wwwroot.'/my/';
/dports/www/moodle39/moodle/auth/shibboleth/
H A Dindex.php18 if (isset($SESSION->wantsurl) and (strpos($SESSION->wantsurl, $CFG->wwwroot) === 0)) {
23 $urltogo = $CFG->wwwroot.'/'; /// Go to the standard home page
60 $urltogo = $CFG->wwwroot.'/user/edit.php?id='.$USER->id.'&course='.SITEID;
63 … } else if (isset($SESSION->wantsurl) and (strpos($SESSION->wantsurl, $CFG->wwwroot) === 0)) {
68 $urltogo = $CFG->wwwroot.'/'; /// Go to the standard home page
74 …if ($urltogo == $CFG->wwwroot or $urltogo == $CFG->wwwroot.'/' or $urltogo == $CFG->wwwroot.'/inde…
75 $urltogo = $CFG->wwwroot.'/my/';
/dports/www/moodle310/moodle/mod/lesson/
H A Dtabs.php51 $row[] = new tabobject('view', "$CFG->wwwroot/mod/lesson/view.php?id=$cm->id", get_string('preview'…
52 $row[] = new tabobject('edit', "$CFG->wwwroot/mod/lesson/edit.php?id=$cm->id", get_string('edit', '…
54 …$row[] = new tabobject('reports', "$CFG->wwwroot/mod/lesson/report.php?id=$cm->id", get_string('re…
58 …$row[] = new tabobject('essay', "$CFG->wwwroot/mod/lesson/essay.php?id=$cm->id", get_string('manua…
72 …$row[] = new tabobject('reportoverview', "$CFG->wwwroot/mod/lesson/report.php?id=$cm->id&acti…
73 …$row[] = new tabobject('reportdetail', "$CFG->wwwroot/mod/lesson/report.php?id=$cm->id&action…
84 …$row[] = new tabobject('collapsed', "$CFG->wwwroot/mod/lesson/edit.php?id=$cm->id&mode=collap…
85 …$row[] = new tabobject('full', "$CFG->wwwroot/mod/lesson/edit.php?id=$cm->id&mode=full", get_…
/dports/www/moodle311/moodle/mod/lesson/
H A Dtabs.php51 $row[] = new tabobject('view', "$CFG->wwwroot/mod/lesson/view.php?id=$cm->id", get_string('preview'…
52 $row[] = new tabobject('edit', "$CFG->wwwroot/mod/lesson/edit.php?id=$cm->id", get_string('edit', '…
54 …$row[] = new tabobject('reports', "$CFG->wwwroot/mod/lesson/report.php?id=$cm->id", get_string('re…
58 …$row[] = new tabobject('essay', "$CFG->wwwroot/mod/lesson/essay.php?id=$cm->id", get_string('manua…
72 …$row[] = new tabobject('reportoverview', "$CFG->wwwroot/mod/lesson/report.php?id=$cm->id&acti…
73 …$row[] = new tabobject('reportdetail', "$CFG->wwwroot/mod/lesson/report.php?id=$cm->id&action…
84 …$row[] = new tabobject('collapsed', "$CFG->wwwroot/mod/lesson/edit.php?id=$cm->id&mode=collap…
85 …$row[] = new tabobject('full', "$CFG->wwwroot/mod/lesson/edit.php?id=$cm->id&mode=full", get_…
/dports/www/moodle39/moodle/mod/lesson/
H A Dtabs.php51 $row[] = new tabobject('view', "$CFG->wwwroot/mod/lesson/view.php?id=$cm->id", get_string('preview'…
52 $row[] = new tabobject('edit', "$CFG->wwwroot/mod/lesson/edit.php?id=$cm->id", get_string('edit', '…
54 …$row[] = new tabobject('reports', "$CFG->wwwroot/mod/lesson/report.php?id=$cm->id", get_string('re…
58 …$row[] = new tabobject('essay', "$CFG->wwwroot/mod/lesson/essay.php?id=$cm->id", get_string('manua…
72 …$row[] = new tabobject('reportoverview', "$CFG->wwwroot/mod/lesson/report.php?id=$cm->id&acti…
73 …$row[] = new tabobject('reportdetail', "$CFG->wwwroot/mod/lesson/report.php?id=$cm->id&action…
84 …$row[] = new tabobject('collapsed', "$CFG->wwwroot/mod/lesson/edit.php?id=$cm->id&mode=collap…
85 …$row[] = new tabobject('full', "$CFG->wwwroot/mod/lesson/edit.php?id=$cm->id&mode=full", get_…
/dports/www/moodle310/moodle/admin/mnet/
H A Dpeer_forms.php56 $wwwroot = $data['wwwroot'];
58 if (strtolower(substr($wwwroot, 0, 4)) != 'http') {
59 $wwwroot = 'http://'.$wwwroot;
61 if ($host = $DB->get_record('mnet_host', array('wwwroot' => $wwwroot))) {
63 return array('wwwroot' => get_string('hostexists', 'mnet',
94 …$mform->addElement('text', 'wwwroot', get_string('hostname', 'mnet'), array('maxlength' => 255, 's…
95 $mform->setType('wwwroot', PARAM_URL);
96 $mform->addRule('wwwroot', get_string('maximumchars', '', 255), 'maxlength', 255, 'client');
178 … $mnet_peer->wwwroot = $data['wwwroot']; // just hard-set this rather than bootstrap the object
H A Dpeers.php77 $formdata->wwwroot = trim($formdata->wwwroot);
78 $formdata->wwwroot = rtrim($formdata->wwwroot, '/');
81 if (strtolower(substr($formdata->wwwroot, 0, 4)) != 'http') {
82 $formdata->wwwroot = 'http://'.$formdata->wwwroot;
144 } else if (empty($noreviewform) && ($wwwroot = optional_param('wwwroot', '', PARAM_URL)) && ($appli… variable
146 $mnet_peer->bootstrap($wwwroot, null, $application);
153 $mnet_peer->bootstrap($formdata->wwwroot, null, $application);
257 html_writer::link($host->wwwroot, $host->wwwroot),
/dports/www/moodle311/moodle/admin/mnet/
H A Dpeer_forms.php56 $wwwroot = $data['wwwroot'];
58 if (strtolower(substr($wwwroot, 0, 4)) != 'http') {
59 $wwwroot = 'http://'.$wwwroot;
61 if ($host = $DB->get_record('mnet_host', array('wwwroot' => $wwwroot))) {
63 return array('wwwroot' => get_string('hostexists', 'mnet',
94 …$mform->addElement('text', 'wwwroot', get_string('hostname', 'mnet'), array('maxlength' => 255, 's…
95 $mform->setType('wwwroot', PARAM_URL);
96 $mform->addRule('wwwroot', get_string('maximumchars', '', 255), 'maxlength', 255, 'client');
178 … $mnet_peer->wwwroot = $data['wwwroot']; // just hard-set this rather than bootstrap the object
H A Dpeers.php77 $formdata->wwwroot = trim($formdata->wwwroot);
78 $formdata->wwwroot = rtrim($formdata->wwwroot, '/');
81 if (strtolower(substr($formdata->wwwroot, 0, 4)) != 'http') {
82 $formdata->wwwroot = 'http://'.$formdata->wwwroot;
144 } else if (empty($noreviewform) && ($wwwroot = optional_param('wwwroot', '', PARAM_URL)) && ($appli… variable
146 $mnet_peer->bootstrap($wwwroot, null, $application);
153 $mnet_peer->bootstrap($formdata->wwwroot, null, $application);
257 html_writer::link($host->wwwroot, $host->wwwroot),
/dports/www/moodle39/moodle/admin/mnet/
H A Dpeer_forms.php56 $wwwroot = $data['wwwroot'];
58 if (strtolower(substr($wwwroot, 0, 4)) != 'http') {
59 $wwwroot = 'http://'.$wwwroot;
61 if ($host = $DB->get_record('mnet_host', array('wwwroot' => $wwwroot))) {
63 return array('wwwroot' => get_string('hostexists', 'mnet',
94 …$mform->addElement('text', 'wwwroot', get_string('hostname', 'mnet'), array('maxlength' => 255, 's…
95 $mform->setType('wwwroot', PARAM_URL);
96 $mform->addRule('wwwroot', get_string('maximumchars', '', 255), 'maxlength', 255, 'client');
178 … $mnet_peer->wwwroot = $data['wwwroot']; // just hard-set this rather than bootstrap the object
H A Dpeers.php77 $formdata->wwwroot = trim($formdata->wwwroot);
78 $formdata->wwwroot = rtrim($formdata->wwwroot, '/');
81 if (strtolower(substr($formdata->wwwroot, 0, 4)) != 'http') {
82 $formdata->wwwroot = 'http://'.$formdata->wwwroot;
144 } else if (empty($noreviewform) && ($wwwroot = optional_param('wwwroot', '', PARAM_URL)) && ($appli… variable
146 $mnet_peer->bootstrap($wwwroot, null, $application);
153 $mnet_peer->bootstrap($formdata->wwwroot, null, $application);
257 html_writer::link($host->wwwroot, $host->wwwroot),
/dports/www/moodle39/moodle/filter/displayh5p/tests/
H A Dfilter_test.php91 [$CFG->wwwroot."/pluginfile.php/5/user/private/interactive-video.h5p?export=1&embed=1",
92 …"#<iframe src=\"{$CFG->wwwroot}/h5p/embed.php\?url=".rawurlencode("{$CFG->wwwroot}/pluginfile.php/…
94 [$CFG->wwwroot."/pluginfile.php/5/user/private/accordion-6-7138%20%281%29.h5p.h5p",
95 …"#<iframe src=\"{$CFG->wwwroot}/h5p/embed.php\?url=".rawurlencode("{$CFG->wwwroot}/pluginfile.php/…
/dports/www/moodle310/moodle/filter/displayh5p/tests/
H A Dfilter_test.php91 [$CFG->wwwroot."/pluginfile.php/5/user/private/interactive-video.h5p?export=1&embed=1",
92 …"#<iframe src=\"{$CFG->wwwroot}/h5p/embed.php\?url=".rawurlencode("{$CFG->wwwroot}/pluginfile.php/…
94 [$CFG->wwwroot."/pluginfile.php/5/user/private/accordion-6-7138%20%281%29.h5p.h5p",
95 …"#<iframe src=\"{$CFG->wwwroot}/h5p/embed.php\?url=".rawurlencode("{$CFG->wwwroot}/pluginfile.php/…
/dports/www/moodle311/moodle/filter/displayh5p/tests/
H A Dfilter_test.php91 [$CFG->wwwroot."/pluginfile.php/5/user/private/interactive-video.h5p?export=1&embed=1",
92 …"#<iframe src=\"{$CFG->wwwroot}/h5p/embed.php\?url=".rawurlencode("{$CFG->wwwroot}/pluginfile.php/…
94 [$CFG->wwwroot."/pluginfile.php/5/user/private/accordion-6-7138%20%281%29.h5p.h5p",
95 …"#<iframe src=\"{$CFG->wwwroot}/h5p/embed.php\?url=".rawurlencode("{$CFG->wwwroot}/pluginfile.php/…
/dports/www/moodle310/moodle/backup/tests/
H A Dquiz_restore_decode_links_test.php68 … $DB->set_field('question_answers', 'answer', $CFG->wwwroot . '/course/view.php?id=' . $course->id,
72 …$DB->set_field('question_answers', 'answer', $CFG->wwwroot . '/mod/quiz/view.php?id=' . $quiz->cmi…
76 …$DB->set_field('question_answers', 'answer', $CFG->wwwroot . '/grade/report/index.php?id=' . $quiz…
80 …$DB->set_field('question_answers', 'answer', $CFG->wwwroot . '/mod/quiz/index.php?id=' . $quiz->cm…
93 …$this->assertEquals($CFG->wwwroot . '/course/view.php?id=' . $course->id, $answers[$firstanswer->i…
94 …$this->assertEquals($CFG->wwwroot . '/mod/quiz/view.php?id=' . $quiz->cmid, $answers[$secondanswer…
95 …$this->assertEquals($CFG->wwwroot . '/grade/report/index.php?id=' . $quiz->cmid, $answers[$thirdan…
96 …$this->assertEquals($CFG->wwwroot . '/mod/quiz/index.php?id=' . $quiz->cmid, $answers[$fourthanswe…
/dports/www/moodle311/moodle/backup/tests/
H A Dquiz_restore_decode_links_test.php68 … $DB->set_field('question_answers', 'answer', $CFG->wwwroot . '/course/view.php?id=' . $course->id,
72 …$DB->set_field('question_answers', 'answer', $CFG->wwwroot . '/mod/quiz/view.php?id=' . $quiz->cmi…
76 …$DB->set_field('question_answers', 'answer', $CFG->wwwroot . '/grade/report/index.php?id=' . $quiz…
80 …$DB->set_field('question_answers', 'answer', $CFG->wwwroot . '/mod/quiz/index.php?id=' . $quiz->cm…
93 …$this->assertEquals($CFG->wwwroot . '/course/view.php?id=' . $course->id, $answers[$firstanswer->i…
94 …$this->assertEquals($CFG->wwwroot . '/mod/quiz/view.php?id=' . $quiz->cmid, $answers[$secondanswer…
95 …$this->assertEquals($CFG->wwwroot . '/grade/report/index.php?id=' . $quiz->cmid, $answers[$thirdan…
96 …$this->assertEquals($CFG->wwwroot . '/mod/quiz/index.php?id=' . $quiz->cmid, $answers[$fourthanswe…
/dports/www/moodle39/moodle/backup/tests/
H A Dquiz_restore_decode_links_test.php68 … $DB->set_field('question_answers', 'answer', $CFG->wwwroot . '/course/view.php?id=' . $course->id,
72 …$DB->set_field('question_answers', 'answer', $CFG->wwwroot . '/mod/quiz/view.php?id=' . $quiz->cmi…
76 …$DB->set_field('question_answers', 'answer', $CFG->wwwroot . '/grade/report/index.php?id=' . $quiz…
80 …$DB->set_field('question_answers', 'answer', $CFG->wwwroot . '/mod/quiz/index.php?id=' . $quiz->cm…
93 …$this->assertEquals($CFG->wwwroot . '/course/view.php?id=' . $course->id, $answers[$firstanswer->i…
94 …$this->assertEquals($CFG->wwwroot . '/mod/quiz/view.php?id=' . $quiz->cmid, $answers[$secondanswer…
95 …$this->assertEquals($CFG->wwwroot . '/grade/report/index.php?id=' . $quiz->cmid, $answers[$thirdan…
96 …$this->assertEquals($CFG->wwwroot . '/mod/quiz/index.php?id=' . $quiz->cmid, $answers[$fourthanswe…
/dports/www/moodle310/moodle/mod/forum/tests/
H A Dbackup_forum_activity_test.php61 'Link to the list of forums for current wwwroot' => [
65 'Link to forum view by moduleid for current wwwroot' => [
69 'Link to forum view by forumid for current wwwroot' => [
73 'Link to forum discussion with parent syntax for current wwwroot' => [
77 'Link to forum discussion with parent syntax for current wwwroot encoded' => [
81 'Link to forum discussion with relative syntax for current wwwroot' => [
86 sprintf('%s/mod/forum/discuss.php?d=9304', $CFG->wwwroot),
/dports/www/moodle311/moodle/mod/forum/tests/
H A Dbackup_forum_activity_test.php61 'Link to the list of forums for current wwwroot' => [
65 'Link to forum view by moduleid for current wwwroot' => [
69 'Link to forum view by forumid for current wwwroot' => [
73 'Link to forum discussion with parent syntax for current wwwroot' => [
77 'Link to forum discussion with parent syntax for current wwwroot encoded' => [
81 'Link to forum discussion with relative syntax for current wwwroot' => [
86 sprintf('%s/mod/forum/discuss.php?d=9304', $CFG->wwwroot),
/dports/www/moodle39/moodle/mod/forum/tests/
H A Dbackup_forum_activity_test.php61 'Link to the list of forums for current wwwroot' => [
65 'Link to forum view by moduleid for current wwwroot' => [
69 'Link to forum view by forumid for current wwwroot' => [
73 'Link to forum discussion with parent syntax for current wwwroot' => [
77 'Link to forum discussion with parent syntax for current wwwroot encoded' => [
81 'Link to forum discussion with relative syntax for current wwwroot' => [
86 sprintf('%s/mod/forum/discuss.php?d=9304', $CFG->wwwroot),

12345678910>>...82