Home
last modified time | relevance | path

Searched refs:get_tablename (Results 1 – 25 of 70) sorted by relevance

123

/dports/www/moodle311/moodle/admin/tool/brickfield/classes/local/areas/
H A Dmodule_area_base.php41 if ($event->other['modulename'] === $this->get_tablename()) {
92 FROM {'.$this->get_tablename().'} t
99 'ptablename2' => $this->get_tablename(),
/dports/www/moodle311/moodle/admin/tool/brickfield/classes/local/areas/mod_book/
H A Dchaptertitle.php34 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\mod_book\\chaptertitle
119 JOIN {'.$this->get_tablename().'} co ON co.bookid = t.id ' .
H A Dchaptercontent.php34 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\mod_book\\chaptercontent
119 JOIN {'.$this->get_tablename().'} co ON co.bookid = t.id ' .
/dports/www/moodle311/moodle/admin/tool/brickfield/classes/local/areas/core_course/
H A Dsectionsummary.php36 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\core_course\\sectionsummary
117 FROM {'.$this->get_tablename().'} t
H A Dsectionname.php36 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\core_course\\sectionname
117 FROM {'.$this->get_tablename().'} t
H A Dfullname.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\core_course\\fullname
H A Dcategory_description.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\core_course\\category_description
H A Dcategory_name.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\core_course\\category_name
H A Dsummary.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\core_course\\summary
H A Dshortname.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\core_course\\shortname
/dports/www/moodle311/moodle/admin/tool/brickfield/classes/local/areas/mod_choice/
H A Doption.php36 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\mod_choice\\option
122 JOIN {'.$this->get_tablename().'} co ON co.choiceid = t.id ' .
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndb/t/
H A Dndb_import.pl188 sub get_tablename { subroutine
242 my $tname = get_tablename($test, $table, $opts);
273 my $tname = get_tablename($test, $table, $opts);
342 my $tname = get_tablename($test, $table, $opts);
367 my $tname = get_tablename($test, $table, $opts);
399 my $tname1 = get_tablename($test, $table, { ver => 0 });
400 my $tname2 = get_tablename($test, $table, { ver => 1 });
909 my $tname = get_tablename($test, $table, { ver => 0 });
980 my $tname = get_tablename($test, $table, { ver => 0 });
1030 my $tname = get_tablename($test, $table, { ver => 0 });
/dports/www/moodle311/moodle/admin/tool/brickfield/classes/
H A Darea_base.php149 abstract public function get_tablename(): string; function in tool_brickfield\\area_base
194 \'' . $this->get_tablename() . '\' AS tablename,
/dports/www/moodle311/moodle/admin/tool/brickfield/classes/local/areas/core_question/
H A Dquestionanswers.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\core_question\\questionanswers
H A Dquestiontext.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\core_question\\questiontext
H A Dgeneralfeedback.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\core_question\\generalfeedback
H A Dquestionfeedback.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\core_question\\questionfeedback
H A Dquestionname.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\core_question\\questionname
/dports/www/moodle311/moodle/admin/tool/brickfield/classes/local/areas/mod_lesson/
H A Dpagecontent.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\mod_lesson\\pagecontent
H A Dpagetitle.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\mod_lesson\\pagetitle
H A Danswer_answer.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\mod_lesson\\answer_answer
H A Danswer_response.php32 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\mod_lesson\\answer_response
/dports/www/moodle311/moodle/admin/tool/brickfield/classes/local/areas/mod_data/
H A Dname.php34 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\mod_data\\name
/dports/www/moodle311/moodle/admin/tool/brickfield/classes/local/areas/mod_forum/
H A Dintro.php34 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\mod_forum\\intro
H A Dname.php34 public function get_tablename(): string { function in tool_brickfield\\local\\areas\\mod_forum\\name

123