Home
last modified time | relevance | path

Searched refs:get_module_name (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/www/moodle39/moodle/search/classes/
H A Dbase_activity.php67 $context, $this->get_module_name(), 'modtable');
71 return $DB->get_recordset_sql('SELECT modtable.* FROM {' . $this->get_module_name() .
91 $cm = $this->get_cm($this->get_module_name(), $record->id, $record->course);
138 $cminfo = $this->get_cm($this->get_module_name(), $activity->id, $activity->course);
171 …$cminfo = $this->get_cm($this->get_module_name(), strval($doc->get('itemid')), $doc->get('courseid…
172 …return new \moodle_url('/mod/' . $this->get_module_name() . '/view.php', array('id' => $cminfo->id…
184 if (empty($this->activitiesdata[$this->get_module_name()][$instanceid])) {
185 …$this->activitiesdata[$this->get_module_name()][$instanceid] = $DB->get_record($this->get_module_n…
188 return $this->activitiesdata[$this->get_module_name()][$instanceid];
226 …$cm = $this->get_cm($this->get_module_name(), $document->get('itemid'), $document->get('courseid')…
H A Dbase_mod.php56 protected function get_module_name() { function in core_search\\base_mod
241 ORDER BY $dborder", [CONTEXT_MODULE, $this->get_module_name()]);
297 return new document_icon('icon', $this->get_module_name());
/dports/www/moodle310/moodle/search/classes/
H A Dbase_activity.php67 $context, $this->get_module_name(), 'modtable');
71 return $DB->get_recordset_sql('SELECT modtable.* FROM {' . $this->get_module_name() .
91 $cm = $this->get_cm($this->get_module_name(), $record->id, $record->course);
138 $cminfo = $this->get_cm($this->get_module_name(), $activity->id, $activity->course);
171 …$cminfo = $this->get_cm($this->get_module_name(), strval($doc->get('itemid')), $doc->get('courseid…
172 …return new \moodle_url('/mod/' . $this->get_module_name() . '/view.php', array('id' => $cminfo->id…
184 if (empty($this->activitiesdata[$this->get_module_name()][$instanceid])) {
185 …$this->activitiesdata[$this->get_module_name()][$instanceid] = $DB->get_record($this->get_module_n…
188 return $this->activitiesdata[$this->get_module_name()][$instanceid];
226 …$cm = $this->get_cm($this->get_module_name(), $document->get('itemid'), $document->get('courseid')…
H A Dbase_mod.php56 protected function get_module_name() { function in core_search\\base_mod
241 ORDER BY $dborder", [CONTEXT_MODULE, $this->get_module_name()]);
297 return new document_icon('icon', $this->get_module_name());
/dports/www/moodle311/moodle/search/classes/
H A Dbase_activity.php67 $context, $this->get_module_name(), 'modtable');
71 return $DB->get_recordset_sql('SELECT modtable.* FROM {' . $this->get_module_name() .
91 $cm = $this->get_cm($this->get_module_name(), $record->id, $record->course);
138 $cminfo = $this->get_cm($this->get_module_name(), $activity->id, $activity->course);
171 …$cminfo = $this->get_cm($this->get_module_name(), strval($doc->get('itemid')), $doc->get('courseid…
172 …return new \moodle_url('/mod/' . $this->get_module_name() . '/view.php', array('id' => $cminfo->id…
184 if (empty($this->activitiesdata[$this->get_module_name()][$instanceid])) {
185 …$this->activitiesdata[$this->get_module_name()][$instanceid] = $DB->get_record($this->get_module_n…
188 return $this->activitiesdata[$this->get_module_name()][$instanceid];
226 …$cm = $this->get_cm($this->get_module_name(), $document->get('itemid'), $document->get('courseid')…
H A Dbase_mod.php56 protected function get_module_name() { function in core_search\\base_mod
241 ORDER BY $dborder", [CONTEXT_MODULE, $this->get_module_name()]);
297 return new document_icon('icon', $this->get_module_name());
/dports/www/moodle310/moodle/admin/tool/moodlenet/classes/local/
H A Dimport_processor.php75 if (!$DB->record_exists('modules', array('name' => $handlerinfo->get_module_name()))) {
76 throw new \coding_exception("Module {$handlerinfo->get_module_name()} does not exist");
99 … $this->create_course_module($this->course, $this->section, $this->handlerinfo->get_module_name());
103 …$instanceid = plugin_callback('mod', $this->handlerinfo->get_module_name(), 'dndupload', 'handle',…
106 $name = $this->handlerinfo->get_module_name();
126 … if (plugin_supports('mod', $this->handlerinfo->get_module_name(), FEATURE_MOD_INTRO, true)) {
130 $rec = $DB->get_record($this->handlerinfo->get_module_name(), ['id' => $instanceid]);
132 …if (empty($rec->intro) || in_array($this->handlerinfo->get_module_name(), $this->descriptionoverri…
139 $DB->update_record($this->handlerinfo->get_module_name(), $updatedata);
174 …ew \moodle_exception('errorcreatingactivity', 'moodle', '', $this->handlerinfo->get_module_name());
[all …]
/dports/www/moodle311/moodle/admin/tool/moodlenet/classes/local/
H A Dimport_processor.php75 if (!$DB->record_exists('modules', array('name' => $handlerinfo->get_module_name()))) {
76 throw new \coding_exception("Module {$handlerinfo->get_module_name()} does not exist");
99 … $this->create_course_module($this->course, $this->section, $this->handlerinfo->get_module_name());
103 …$instanceid = plugin_callback('mod', $this->handlerinfo->get_module_name(), 'dndupload', 'handle',…
106 $name = $this->handlerinfo->get_module_name();
126 … if (plugin_supports('mod', $this->handlerinfo->get_module_name(), FEATURE_MOD_INTRO, true)) {
130 $rec = $DB->get_record($this->handlerinfo->get_module_name(), ['id' => $instanceid]);
132 …if (empty($rec->intro) || in_array($this->handlerinfo->get_module_name(), $this->descriptionoverri…
139 $DB->update_record($this->handlerinfo->get_module_name(), $updatedata);
174 …ew \moodle_exception('errorcreatingactivity', 'moodle', '', $this->handlerinfo->get_module_name());
[all …]
/dports/www/moodle39/moodle/admin/tool/moodlenet/classes/local/
H A Dimport_processor.php75 if (!$DB->record_exists('modules', array('name' => $handlerinfo->get_module_name()))) {
76 throw new \coding_exception("Module {$handlerinfo->get_module_name()} does not exist");
99 … $this->create_course_module($this->course, $this->section, $this->handlerinfo->get_module_name());
103 …$instanceid = plugin_callback('mod', $this->handlerinfo->get_module_name(), 'dndupload', 'handle',…
106 $name = $this->handlerinfo->get_module_name();
126 … if (plugin_supports('mod', $this->handlerinfo->get_module_name(), FEATURE_MOD_INTRO, true)) {
130 $rec = $DB->get_record($this->handlerinfo->get_module_name(), ['id' => $instanceid]);
132 …if (empty($rec->intro) || in_array($this->handlerinfo->get_module_name(), $this->descriptionoverri…
139 $DB->update_record($this->handlerinfo->get_module_name(), $updatedata);
174 …ew \moodle_exception('errorcreatingactivity', 'moodle', '', $this->handlerinfo->get_module_name());
[all …]
/dports/misc/libmodulemd/modulemd-2.13.0/modulemd/tests/ModulemdTests/
H A Dcommon.py50 self.assertIsNone(doc.get_module_name())
64 self.assertEqual(doc.get_module_name(), "modulename-override")
87 self.assertEqual(doc.get_module_name(), "modulename-override")
99 self.assertEqual(doc.get_module_name(), "foo")
113 self.assertEqual(doc.get_module_name(), "modulename-override")
149 self.assertIsNone(doc.get_module_name())
159 self.assertEqual(doc.get_module_name(), "modulename-override")
177 self.assertIsNone(doc.get_module_name())
187 self.assertEqual(doc.get_module_name(), "modulename-override")
206 self.assertIsNone(doc.get_module_name())
[all …]
H A Dmodulestream.py60 assert stream.get_module_name() == "foo"
72 assert stream.get_module_name() == "foo"
84 assert stream.get_module_name() is None
96 assert stream.get_module_name() is None
126 assert copied_stream.get_module_name() == stream.get_module_name()
135 assert copied_stream.get_module_name() == stream.get_module_name()
144 assert copied_stream.get_module_name() == stream.get_module_name()
155 assert copied_stream.get_module_name() == stream.get_module_name()
164 assert copied_stream.get_module_name() == "bar"
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/jenkins_jobs/
H A Derrors.py17 def get_module_name(self): member in ModuleError
41 value, self.get_module_name(), attribute_name
54 module = module_name or self.get_module_name()
69 module = module_name or self.get_module_name()
/dports/devel/py-cffi/cffi-1.15.0/testing/cffi0/
H A Dtest_zdistutils.py81 assert v.get_module_name().startswith('_cffi_')
83 mod = imp.load_dynamic(v.get_module_name(), v.modulefilename)
96 assert v.get_module_name() == basename
98 mod = imp.load_dynamic(v.get_module_name(), v.modulefilename)
109 names.append(v.get_module_name())
118 names.append(v.get_module_name())
171 assert ext.name == v.get_module_name()
202 assert ext.name == v.get_module_name()
/dports/www/moodle310/moodle/mod/survey/classes/search/
H A Dactivity.php59 $context, $this->get_module_name(), 'modtable');
63 return $DB->get_recordset_sql('SELECT modtable.* FROM {' . $this->get_module_name() .
/dports/www/moodle311/moodle/mod/survey/classes/search/
H A Dactivity.php59 $context, $this->get_module_name(), 'modtable');
63 return $DB->get_recordset_sql('SELECT modtable.* FROM {' . $this->get_module_name() .
/dports/www/moodle39/moodle/mod/survey/classes/search/
H A Dactivity.php59 $context, $this->get_module_name(), 'modtable');
63 return $DB->get_recordset_sql('SELECT modtable.* FROM {' . $this->get_module_name() .
/dports/devel/py-stdnum/python-stdnum-1.13/update/
H A Dnumlist.py53 print(' * %s' % util.get_module_name(module))
63 print(' <li>%s</li>' % util.get_module_name(module))
/dports/math/eukleides/eukleides-1.5.4/src/common/
H A Dlexer.l81 char *get_module_name(void) in get_module_name() function
137 yylval.string = get_module_name();
143 yylval.string = get_module_name();
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/python/test/
H A Dnumpy.py55 numpy_ext.get_module_name() or '[numeric support not installed]'
76 numpy_ext.get_module_name() or '[numeric support not installed]'
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/python/test/
H A Dnumpy.py55 numpy_ext.get_module_name() or '[numeric support not installed]'
76 numpy_ext.get_module_name() or '[numeric support not installed]'
/dports/databases/percona57-server/boost_1_59_0/libs/python/test/
H A Dnumpy.py55 numpy_ext.get_module_name() or '[numeric support not installed]'
76 numpy_ext.get_module_name() or '[numeric support not installed]'
/dports/databases/xtrabackup/boost_1_59_0/libs/python/test/
H A Dnumpy.py55 numpy_ext.get_module_name() or '[numeric support not installed]'
76 numpy_ext.get_module_name() or '[numeric support not installed]'
/dports/databases/percona57-client/boost_1_59_0/libs/python/test/
H A Dnumpy.py55 numpy_ext.get_module_name() or '[numeric support not installed]'
76 numpy_ext.get_module_name() or '[numeric support not installed]'
/dports/www/py-django-tastypie/django-tastypie-0.14.4/tastypie/
H A Dauthorization.py4 from tastypie.compat import get_module_name
162 get_module_name(klass._meta)
178 get_module_name(klass._meta)
/dports/sysutils/webmin/webmin-1.981/authentic-theme/
H A Dauthentic.pl66 my %this_module_info = &get_module_info(&get_module_name());
95 my $mi = $module_index_link || "/" . &get_module_name() . "/$idx";
153 my %this_module_info = &get_module_info(&get_module_name());
159 } elsif ($url eq '' && &get_module_name()) {
160 $url = "/" . &get_module_name() . "/" . $this_module_info{'index_link'};
161 } elsif ($url =~ /^\?/ && &get_module_name()) {
162 $url = "/" . &get_module_name() . "/$url";
176 (get_module_name() ||
341 (!-r $root_directory . "/" . get_module_name() . "/" . $icon_outer) &&
344 my $mod = get_module_name();
[all …]

1234567891011