Home
last modified time | relevance | path

Searched refs:actionUrl (Results 1 – 25 of 66) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DPostBackOptions.cs39 string actionUrl; field in System.Web.UI.PostBackOptions
57 …public PostBackOptions (Control targetControl, string argument, string actionUrl, bool autoPostBac… in PostBackOptions() argument
65 this.actionUrl = actionUrl; in PostBackOptions()
76 get { return actionUrl; }
77 set { actionUrl = value; }
134 return actionUrl != null ||
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/authorization/service/
H A DScreenPermissionService.php57 * @param string $actionUrl Action Name
60 public function getScreenPermissions($module, $actionUrl, $roles) { argument
61 …enPermissions = $this->getScreenPermissionDao()->getScreenPermissions($module, $actionUrl, $roles);
70 $screen = $this->getScreenDao()->getScreen($module, $actionUrl);
103 public function getScreen($module, $actionUrl) { argument
104 return $this->getScreenDao()->getScreen($module, $actionUrl);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Notifications/Messages/
H A DSimpleMessage.php64 public $actionUrl; variable in Illuminate\\Notifications\\Messages\\SimpleMessage
208 $this->actionUrl = $url;
241 'actionUrl' => $this->actionUrl,
242 'displayableActionUrl' => str_replace(['mailto:', 'tel:'], '', $this->actionUrl ?? ''),
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/authorization/dao/
H A DScreenPermissionDao.php29 * @param string $actionUrl Action
32 public function getScreenPermissions($module, $actionUrl, $roles) { argument
50 ->andWhere('s.action_url = ?', $actionUrl)
H A DScreenDao.php31 * @param string $actionUrl Action
/dports/www/grafana8/grafana-8.3.6/public/app/features/search/components/
H A DDashboardActions.tsx11 const actionUrl = (type: string) => {
24 {canEdit && <LinkButton href={actionUrl('new')}>New Dashboard</LinkButton>}
26 {canEdit && <LinkButton href={actionUrl('import')}>Import</LinkButton>}
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/
H A DFormRequest.cs71 string actionUrl = formNode.Attributes["action"].Value; in ExtractFormAndHiddenControls()
72 if (actionUrl != null && actionUrl != string.Empty) in ExtractFormAndHiddenControls()
73 base.Url = actionUrl; in ExtractFormAndHiddenControls()
/dports/www/matomo/piwik/plugins/Events/Actions/
H A DActionEvent.php68 $actionUrl = false;
75 $actionUrl = array($url['url'], $this->getActionType(), $url['prefixId']);
78 return array('idaction_url' => $actionUrl);
/dports/www/joomla3/joomla3-3.9.24/libraries/fof/render/
H A Djoomla.php173 …$actionUrl = FOFPlatform::getInstance()->isBackend() ? 'index.php' : JUri::root().'index…
178 $uri = new JUri($actionUrl);
185 $actionUrl = JRoute::_($uri->toString());
188 $html .= '<form action="'.$actionUrl.'" method="post" name="adminForm" id="adminForm">' . PHP_EOL;
454 … $actionUrl = FOFPlatform::getInstance()->isBackend() ? 'index.php' : JUri::root().'index.php';
459 $uri = new JUri($actionUrl);
466 $actionUrl = JRoute::_($uri->toString());
469 $html .= '<form action="'.$actionUrl.'" method="post" name="' . $formname .
H A Dstrapper.php741 …$actionUrl = FOFPlatform::getInstance()->isBackend() ? 'index.php' : JUri::root().'index…
746 $uri = new JUri($actionUrl);
753 $actionUrl = JRoute::_($uri->toString());
756 …$html .= '<form action="'.$actionUrl.'" method="post" name="adminForm" id="adminForm" ' . $form_cl…
1068 … $actionUrl = FOFPlatform::getInstance()->isBackend() ? 'index.php' : JUri::root().'index.php';
1073 $uri = new JUri($actionUrl);
1080 $actionUrl = JRoute::_($uri->toString());
1083 $html .= '<form action="'.$actionUrl.'" method="post" name="' . $formname .
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/OpenSearch/
H A DOpenSearchManager.py243 actionUrl = QUrl(res["action"])
254 if actionUrl.isRelative():
255 actionUrl = view.url().resolved(actionUrl)
257 searchUrlQuery = QUrlQuery(actionUrl)
278 actionUrl.setQuery(searchUrlQuery)
285 actionUrl.toDisplayString(
/dports/www/falkon/falkon-3.2.0/src/lib/opensearch/
H A Dsearchenginesmanager.cpp265 QUrl actionUrl = formData.value(QSL("action")).toUrl(); in addEngineFromForm() local
267 if (actionUrl.isRelative()) { in addEngineFromForm()
268 actionUrl = view->url().resolved(actionUrl); in addEngineFromForm()
271 QUrl parameterUrl = actionUrl; in addEngineFromForm()
300 actionUrl = parameterUrl; in addEngineFromForm()
306 engine.url = actionUrl.toEncoded(); in addEngineFromForm()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/com/leanplum/messagetemplates/
H A DHTMLOptions.java49 private String actionUrl; field in HTMLOptions
307 return actionUrl; in getActionUrl()
310 private void setActionUrl(String actionUrl) { in setActionUrl() argument
311 this.actionUrl = actionUrl; in setActionUrl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DPostBackOptions.cs44 …public PostBackOptions(Control targetControl, string argument, string actionUrl, bool autoPostBack, in PostBackOptions() argument
50 _actionUrl = actionUrl; in PostBackOptions()
/dports/www/matomo/piwik/core/Tracker/
H A DAction.php72 private $actionUrl; variable in Piwik\\Tracker\\Action
185 return $this->actionUrl;
222 $this->actionUrl = PageUrl::getUrlIfLookValid($url2);
238 $this->actionUrl = $url;
/dports/www/limesurvey/limesurvey/application/views/admin/themeoptions/
H A Dupdate.php137 … $actionUrl = Yii::app()->getController()->createUrl($actionBaseUrl,$actionUrlArray); variable
179 'action' => $actionUrl
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/profile/account/components/
H A Ddelete_account_modal.vue12 actionUrl: {
98 <form ref="form" :action="actionUrl" method="post">
H A Dupdate_username.vue18 actionUrl: {
86 .put(this.actionUrl, putData)
/dports/devel/sope/SOPE/sope-appserver/WEExtensions/WETableView/
H A DWETableView+Grouping.h35 actionUrl:(NSString *)_actionUrl
H A DWETableView+Grouping.m51 actionUrl:(NSString *)_actionUrl
152 actionUrl:_actionUrl
/dports/devel/sope2/SOPE/sope-appserver/WEExtensions/WETableView/
H A DWETableView+Grouping.h35 actionUrl:(NSString *)_actionUrl
/dports/www/resin3/resin-3.1.16/webapps/resin-doc/examples/portlet-portal-hello/WEB-INF/classes/example/
H A DHelloWorldPortlet.java116 PortletURL actionUrl = response.createActionURL(); in doView() local
118 out.println("<form method='POST' action='" + actionUrl + "'>"); in doView()
/dports/www/falkon/falkon-3.2.0/src/lib/webengine/
H A Dwebview.cpp636 QUrl actionUrl; in userDefinedOpenUrlInNewTab() local
639 actionUrl = url; in userDefinedOpenUrlInNewTab()
642 actionUrl = action->data().toUrl(); in userDefinedOpenUrlInNewTab()
645 openUrlInNewTab(actionUrl, position); in userDefinedOpenUrlInNewTab()
650 QUrl actionUrl; in userDefinedOpenUrlInBgTab() local
653 actionUrl = url; in userDefinedOpenUrlInBgTab()
656 actionUrl = action->data().toUrl(); in userDefinedOpenUrlInBgTab()
659 userDefinedOpenUrlInNewTab(actionUrl, true); in userDefinedOpenUrlInBgTab()
/dports/www/resin3/resin-3.1.16/webapps/resin-doc/examples/portlet-basic-jsp/
H A Dhello.jsp11 <portlet:actionUrl var="submitUrl" portletMode="edit"/>
/dports/www/matomo/piwik/plugins/Live/Visualizations/
H A DVisitorLog.php270 $actionUrl = !empty($action['url']) ? $action['url'] : '';
277 $isPageviewActionSame = $lastGroupUrl == $actionUrl && $lastGroupTitle == $actionTitle;

123