Home
last modified time | relevance | path

Searched defs:itemid (Results 1 – 25 of 2050) sorted by relevance

12345678910>>...82

/dports/www/moodle311/moodle/lib/filebrowser/
H A Dfile_info_context_user.php61 public function get_file_info($component, $filearea, $itemid, $filepath, $filename) {
94 protected function get_area_user_private($itemid, $filepath, $filename) {
136 protected function get_area_user_profile($itemid, $filepath, $filename) {
178 protected function get_area_user_draft($itemid, $filepath, $filename) {
217 protected function get_area_user_backup($itemid, $filepath, $filename) {
H A Dfile_browser.php77 …public function get_file_info($context = NULL, $component = NULL, $filearea = NULL, $itemid = NULL…
109 …private function get_file_info_context_system($context, $component, $filearea, $itemid, $filepath,…
126 …private function get_file_info_context_user($context, $component, $filearea, $itemid, $filepath, $…
158 …private function get_file_info_context_coursecat($context, $component, $filearea, $itemid, $filepa…
180 …private function get_file_info_context_course($context, $component, $filearea, $itemid, $filepath,…
204 …private function get_file_info_context_module($context, $component, $filearea, $itemid, $filepath,…
H A Dfile_info_context_course.php64 public function get_file_info($component, $filearea, $itemid, $filepath, $filename) {
135 protected function get_area_course_summary($itemid, $filepath, $filename) {
169 protected function get_area_course_overviewfiles($itemid, $filepath, $filename) {
203 protected function get_area_course_section($itemid, $filepath, $filename) {
245 protected function get_area_course_legacy($itemid, $filepath, $filename) {
282 protected function get_area_backup_course($itemid, $filepath, $filename) {
320 protected function get_area_backup_automated($itemid, $filepath, $filename) {
360 protected function get_area_backup_section($itemid, $filepath, $filename) {
/dports/www/moodle310/moodle/lib/filebrowser/
H A Dfile_info_context_user.php61 public function get_file_info($component, $filearea, $itemid, $filepath, $filename) {
94 protected function get_area_user_private($itemid, $filepath, $filename) {
136 protected function get_area_user_profile($itemid, $filepath, $filename) {
178 protected function get_area_user_draft($itemid, $filepath, $filename) {
217 protected function get_area_user_backup($itemid, $filepath, $filename) {
H A Dfile_browser.php77 …public function get_file_info($context = NULL, $component = NULL, $filearea = NULL, $itemid = NULL…
109 …private function get_file_info_context_system($context, $component, $filearea, $itemid, $filepath,…
126 …private function get_file_info_context_user($context, $component, $filearea, $itemid, $filepath, $…
158 …private function get_file_info_context_coursecat($context, $component, $filearea, $itemid, $filepa…
180 …private function get_file_info_context_course($context, $component, $filearea, $itemid, $filepath,…
204 …private function get_file_info_context_module($context, $component, $filearea, $itemid, $filepath,…
H A Dfile_info_context_course.php64 public function get_file_info($component, $filearea, $itemid, $filepath, $filename) {
135 protected function get_area_course_summary($itemid, $filepath, $filename) {
169 protected function get_area_course_overviewfiles($itemid, $filepath, $filename) {
203 protected function get_area_course_section($itemid, $filepath, $filename) {
245 protected function get_area_course_legacy($itemid, $filepath, $filename) {
282 protected function get_area_backup_course($itemid, $filepath, $filename) {
320 protected function get_area_backup_automated($itemid, $filepath, $filename) {
360 protected function get_area_backup_section($itemid, $filepath, $filename) {
/dports/www/moodle39/moodle/lib/filebrowser/
H A Dfile_info_context_user.php61 public function get_file_info($component, $filearea, $itemid, $filepath, $filename) {
94 protected function get_area_user_private($itemid, $filepath, $filename) {
136 protected function get_area_user_profile($itemid, $filepath, $filename) {
178 protected function get_area_user_draft($itemid, $filepath, $filename) {
217 protected function get_area_user_backup($itemid, $filepath, $filename) {
H A Dfile_browser.php77 …public function get_file_info($context = NULL, $component = NULL, $filearea = NULL, $itemid = NULL…
109 …private function get_file_info_context_system($context, $component, $filearea, $itemid, $filepath,…
126 …private function get_file_info_context_user($context, $component, $filearea, $itemid, $filepath, $…
158 …private function get_file_info_context_coursecat($context, $component, $filearea, $itemid, $filepa…
180 …private function get_file_info_context_course($context, $component, $filearea, $itemid, $filepath,…
204 …private function get_file_info_context_module($context, $component, $filearea, $itemid, $filepath,…
/dports/www/moodle310/moodle/group/classes/privacy/
H A Dprovider.php84 …tion export_groups(\context $context, string $component, array $subcontext = [], int $itemid = 0) {
140 …tatic function delete_groups_for_all_users(\context $context, string $component, int $itemid = 0) {
179 …ion delete_groups_for_user(approved_contextlist $contextlist, string $component, int $itemid = 0) {
229 …tic function get_group_members_in_context(userlist $userlist, string $component, int $itemid = 0) {
264 …function delete_groups_for_users(approved_userlist $userlist, string $component, int $itemid = 0) {
307 …ic static function get_contexts_for_group_member(int $userid, string $component, int $itemid = 0) {
/dports/www/moodle311/moodle/group/classes/privacy/
H A Dprovider.php84 …tion export_groups(\context $context, string $component, array $subcontext = [], int $itemid = 0) {
140 …tatic function delete_groups_for_all_users(\context $context, string $component, int $itemid = 0) {
179 …ion delete_groups_for_user(approved_contextlist $contextlist, string $component, int $itemid = 0) {
229 …tic function get_group_members_in_context(userlist $userlist, string $component, int $itemid = 0) {
264 …function delete_groups_for_users(approved_userlist $userlist, string $component, int $itemid = 0) {
307 …ic static function get_contexts_for_group_member(int $userid, string $component, int $itemid = 0) {
/dports/www/moodle39/moodle/group/classes/privacy/
H A Dprovider.php84 …tion export_groups(\context $context, string $component, array $subcontext = [], int $itemid = 0) {
140 …tatic function delete_groups_for_all_users(\context $context, string $component, int $itemid = 0) {
179 …ion delete_groups_for_user(approved_contextlist $contextlist, string $component, int $itemid = 0) {
229 …tic function get_group_members_in_context(userlist $userlist, string $component, int $itemid = 0) {
264 …function delete_groups_for_users(approved_userlist $userlist, string $component, int $itemid = 0) {
307 …ic static function get_contexts_for_group_member(int $userid, string $component, int $itemid = 0) {
/dports/www/e107/e107/
H A Drate.php29 $itemid = intval($qs[1]); variable
46 $itemid = intval($_GET['id']); variable
62 $itemid = intval($_POST['id']); variable
/dports/www/moodle311/moodle/payment/classes/local/callback/
H A Dservice_provider.php45 …public static function get_payable(string $paymentarea, int $itemid): \core_payment\local\entities…
54 public static function get_success_url(string $paymentarea, int $itemid): \moodle_url;
66 …public static function deliver_order(string $paymentarea, int $itemid, int $paymentid, int $userid…
/dports/www/moodle311/moodle/payment/classes/
H A Dhelper.php68 …tatic function get_available_gateways(string $component, string $paymentarea, int $itemid): array {
150 …lic static function gateways_modal_link_params(string $component, string $paymentarea, int $itemid,
197 …public static function get_payable(string $component, string $paymentarea, int $itemid): local\ent…
211 …public static function get_success_url(string $component, string $paymentarea, int $itemid): \mood…
226 …blic static function get_gateway_configuration(string $component, string $paymentarea, int $itemid,
252 …public static function deliver_order(string $component, string $paymentarea, int $itemid, int $pay…
273 …tion save_payment(int $accountid, string $component, string $paymentarea, int $itemid, int $userid,
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/widgets/
H A DQtNativePopupMenu.cpp81 int itemid; member
233 int itemid) in newMenuItem()
271 int itemid, in setMenuItemTitle()
298 int itemid) in getMenuItemTitle()
309 QtNativePopupMenu::setMenuItemEnabled(int itemid, in setMenuItemEnabled()
336 QtNativePopupMenu::getMenuItemEnabled(int itemid) in getMenuItemEnabled()
392 int itemid) in getMenuItemMarked()
462 int itemid, in addMenuItem()
560 QtNativePopupMenu::removeMenuItem(int itemid) in removeMenuItem()
623 QtNativePopupMenu::getItemRecord(int itemid) in getItemRecord()
[all …]
/dports/www/moodle310/moodle/message/classes/privacy/
H A Dprovider.php425 string $itemtype, int $itemid = 0) {
460 …onversations_in_context(userlist $userlist, string $component, string $itemtype, int $itemid = 0) {
504 array $subcontext = [], int $itemid = 0) {
547 int $itemid = 0) {
605 int $itemid = 0) {
624 int $itemid = 0) {
717 string $itemtype, int $itemid = 0) {
/dports/www/moodle311/moodle/message/classes/privacy/
H A Dprovider.php425 string $itemtype, int $itemid = 0) {
460 …onversations_in_context(userlist $userlist, string $component, string $itemtype, int $itemid = 0) {
504 array $subcontext = [], int $itemid = 0) {
547 int $itemid = 0) {
605 int $itemid = 0) {
624 int $itemid = 0) {
717 string $itemtype, int $itemid = 0) {
/dports/www/moodle39/moodle/message/classes/privacy/
H A Dprovider.php425 string $itemtype, int $itemid = 0) {
460 …onversations_in_context(userlist $userlist, string $component, string $itemtype, int $itemid = 0) {
504 array $subcontext = [], int $itemid = 0) {
547 int $itemid = 0) {
605 int $itemid = 0) {
624 int $itemid = 0) {
717 string $itemtype, int $itemid = 0) {
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/widgets/
H A DSoGuiPopupMenu.cpp.in127 So@Gui@PopupMenu::setMenuItemMarked(int itemid, SbBool marked)
189 int itemid)
225 int itemid)
236 int itemid)
253 So@Gui@PopupMenu::setRadioGroupMarkedItem(int itemid)
345 int itemid)
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/widgets/
H A DSoGuiPopupMenu.cpp.in118 So@Gui@PopupMenu::setMenuItemMarked(int itemid, SbBool marked)
180 int itemid)
216 int itemid)
227 int itemid)
244 So@Gui@PopupMenu::setRadioGroupMarkedItem(int itemid)
336 int itemid)
/dports/www/moodle310/moodle/payment/classes/
H A Dhelper.php68 …tatic function get_available_gateways(string $component, string $paymentarea, int $itemid): array {
150 …lic static function gateways_modal_link_params(string $component, string $paymentarea, int $itemid,
193 …public static function get_payable(string $component, string $paymentarea, int $itemid): local\ent…
209 …blic static function get_gateway_configuration(string $component, string $paymentarea, int $itemid,
235 …public static function deliver_order(string $component, string $paymentarea, int $itemid, int $pay…
256 …tion save_payment(int $accountid, string $component, string $paymentarea, int $itemid, int $userid,
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/xmpp/
H A Dpubsubtasks.h41 std::string itemid; member
97 const std::string& itemid() const { return itemid_; } in itemid() function
117 const std::string& itemid() const { return itemid_; } in itemid() function
/dports/www/moodle310/moodle/favourites/classes/privacy/
H A Dprovider.php146 … string $component, string $itemtype, int $itemid) {
179 int $itemid = 0) {
207 string $itemtype, int $itemid = 0) {
247 int $itemid = 0) {
/dports/www/moodle311/moodle/favourites/classes/privacy/
H A Dprovider.php146 … string $component, string $itemtype, int $itemid) {
179 int $itemid = 0) {
207 string $itemtype, int $itemid = 0) {
247 int $itemid = 0) {
/dports/www/moodle39/moodle/favourites/classes/privacy/
H A Dprovider.php146 … string $component, string $itemtype, int $itemid) {
179 int $itemid = 0) {
207 string $itemtype, int $itemid = 0) {
247 int $itemid = 0) {

12345678910>>...82