Home
last modified time | relevance | path

Searched refs:get_action_url (Results 1 – 15 of 15) sorted by relevance

/dports/www/py-wagtail/wagtail-2.14.2/wagtail/contrib/modeladmin/helpers/
H A Durl.py31 def get_action_url(self, action, *args, **kwargs): member in AdminURLHelper
39 return self.get_action_url('index')
43 return self.get_action_url('create')
48 def get_action_url(self, action, *args, **kwargs): member in PageAdminURLHelper
53 return super().get_action_url(action, *args, **kwargs)
H A Dbutton.py55 'url': self.url_helper.get_action_url('inspect', quote(pk)),
69 'url': self.url_helper.get_action_url('edit', quote(pk)),
83 'url': self.url_helper.get_action_url('delete', quote(pk)),
129 'url': self.url_helper.get_action_url('unpublish', quote(pk)),
143 'url': self.url_helper.get_action_url('copy', quote(pk)),
/dports/deskutils/egroupware/egroupware/collabora/src/
H A DUi.php175 'url' => Bo::get_action_url($resolved_path),
186 $content['url'] = Bo::get_action_url($token['root']);
195 'url' => Bo::get_action_url(str_replace(Vfs::PREFIX,'',$file_share['share_path']))
371 'url' => Bo::get_action_url($path),
H A DBo.php223 public static function get_action_url($path) function in EGroupware\\Collabora\\Bo
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/contrib/modeladmin/
H A Dviews.py186 button_url = self.url_helper.get_action_url('edit', quote(instance.pk))
231 return self.url_helper.get_action_url('edit', self.pk_quoted)
235 return self.url_helper.get_action_url('delete', self.pk_quoted)
666 return redirect(self.url_helper.get_action_url(
671 return redirect(self.url_helper.get_action_url('choose_parent'))
694 self.url_helper.get_action_url('edit', self.pk_quoted)
748 return redirect(self.url_helper.get_action_url(
771 self.url_helper.get_action_url('delete', self.pk_quoted)
/dports/www/piwigo/piwigo/include/
H A Dfunctions_html.inc.php650 return get_action_url($src_image->id, $src_image->is_original() ? 'e' : 'r', false);
671 return get_action_url($infos['id'], 'e', false);
H A Dfunctions_url.inc.php719 function get_action_url($id, $what_part, $download) function
/dports/www/piwigo/piwigo/
H A Dpicture.php519 $row['download_url'] = get_action_url($row['id'], 'e', true);
525 $row['download_url'] = get_action_url($row['id'], 'e', true);
/dports/security/openfortivpn/openfortivpn-1.17.1/src/
H A Dhttp.c375 static int get_action_url(const char *buf, const char *key, in get_action_url() function
781 get_action_url(res, "action=", action_url, 1024); in auth_log_in()
/dports/www/moodle310/moodle/mod/workshop/
H A Drenderer.php49 $url = $message->get_action_url();
H A Dlocallib.php4549 public function get_action_url() { function in workshop_message
/dports/www/moodle311/moodle/mod/workshop/
H A Drenderer.php49 $url = $message->get_action_url();
H A Dlocallib.php4562 public function get_action_url() { function in workshop_message
/dports/www/moodle39/moodle/mod/workshop/
H A Drenderer.php49 $url = $message->get_action_url();
H A Dlocallib.php4549 public function get_action_url() { function in workshop_message