Home
last modified time | relevance | path

Searched refs:controllerAction (Results 1 – 25 of 100) sorted by relevance

1234

/dports/www/matomo/piwik/core/Plugin/
H A DMenu.php79 …* @param string $controllerAction The name of the action that should be executed within your con…
86 protected function urlForAction($controllerAction, $additionalParams = array()) argument
89 $this->checkisValidCallable($module, $controllerAction);
92 $params['action'] = $controllerAction;
105 …* @param string $controllerAction The name of the action that should be executed within your con…
113 protected function urlForModuleAction($module, $controllerAction, $additionalParams = array()) argument
115 $this->checkisValidCallable($module, $controllerAction);
125 $params['action'] = $controllerAction;
141 …protected function urlForActionWithDefaultUserParams($controllerAction, $additionalParams = array(… argument
145 …return $this->urlForModuleActionWithDefaultUserParams($module, $controllerAction, $additionalParam…
[all …]
H A DViewDataTable.php181 …public function __construct($controllerAction, $apiMethodToRequestDataTable, $overrideParams = arr… argument
183 if (strpos($controllerAction, '.') === false) {
185 $controllerAction = '';
187 list($controllerName, $controllerAction) = explode('.', $controllerAction);
192 $this->config->subtable_controller_action = $controllerAction;
193 $this->config->setController($controllerName, $controllerAction);
198 … $this->config->self_url = Request::getBaseReportUrl($controllerName, $controllerAction);
H A DController.php338 …* @param bool $controllerAction The name of the Controller action name that is rendering the repo…
346 protected function renderReport($apiAction, $controllerAction = false) argument
348 if (empty($controllerAction) && is_string($apiAction)) {
374 if ($controllerAction !== false) {
375 $controllerAction = $pluginName . '.' . $controllerAction;
378 $view = ViewDataTableFactory::build(null, $apiAction, $controllerAction);
/dports/www/matomo/piwik/core/ViewDataTable/
H A DFactory.php87 …* @param bool|false|string $controllerAction The controller name and action dedicated to displayin…
99 if (false === $controllerAction) {
100 $controllerAction = $apiAction;
117 $paramsKey = $controllerAction;
118 if (!empty($report) && $controllerAction === $apiAction) {
156 …return self::createViewDataTableInstance($visualizations[$type], $controllerAction, $apiAction, $p…
160 …n self::createViewDataTableInstance($visualizations[$defaultType], $controllerAction, $apiAction, …
164 …::createViewDataTableInstance($visualizations[self::DEFAULT_VIEW], $controllerAction, $apiAction, …
220 * @param string $controllerAction
227 …private static function createViewDataTableInstance($klass, $controllerAction, $apiAction, $params) argument
[all …]
H A DManager.php246 … public static function getViewDataTableParameters($login, $controllerAction, $containerId = null) argument
259 $params = self::removeNonOverridableParameters($controllerAction, $params);
282 $params = self::getViewDataTableParameters($login, $controllerAction);
304 self::errorWhenSettingNonOverridableParameter($controllerAction, $params);
311 $result = sprintf('viewDataTableParameters_%s_%s', $login, $controllerAction);
324 private static function errorWhenSettingNonOverridableParameter($controllerAction, $params) argument
326 $viewDataTable = self::makeTemporaryViewDataTableInstance($controllerAction, $params);
330 private static function removeNonOverridableParameters($controllerAction, $params) argument
332 $viewDataTable = self::makeTemporaryViewDataTableInstance($controllerAction, $params);
349 private static function makeTemporaryViewDataTableInstance($controllerAction, $params) argument
[all …]
H A DConfig.php568 public $controllerAction; variable in Piwik\\ViewDataTable\\Config
592 public function setController($controllerName, $controllerAction) argument
595 $this->controllerAction = $controllerAction;
596 $this->report_id = $controllerName . '.' . $controllerAction;
623 …::getInstance()->getMetadata($idSite, $this->controllerName, $this->controllerAction, $apiParamete…
770 && $this->controllerAction === $action) {
841 $report = ReportsProvider::factory($this->controllerName, $this->controllerAction);
859 $report = ReportsProvider::factory($this->controllerName, $this->controllerAction);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/
H A DcontrollerAction.rst2 renderingOptions.controllerAction
6 …Form.prototypes.<prototypeIdentifier>.formElementsDefinition.Form.renderingOptions.controllerAction
42 controllerAction: perform
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Documentation/Config/proto/formElements/formElementTypes/Form/renderingOptions/
H A DcontrollerAction.rst1 renderingOptions.controllerAction
5 …Form.prototypes.<prototypeIdentifier>.formElementsDefinition.Form.renderingOptions.controllerAction
40 controllerAction: perform
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Documentation/I/Config/proto/formElements/formElementTypes/Form/renderingOptions/
H A DcontrollerAction.rst1 renderingOptions.controllerAction
5 …Form.prototypes.<prototypeIdentifier>.formElementsDefinition.Form.renderingOptions.controllerAction
41 controllerAction: perform
/dports/www/cutelyst/cutelyst-3.2.0/Cutelyst/Actions/REST/
H A Dactionrest.cpp91 for (Action *controllerAction : actions) { in dispatchRestMethod()
92 if (controllerAction->name() == restMethod) { in dispatchRestMethod()
93 action = controllerAction; in dispatchRestMethod()
/dports/www/matomo/piwik/config/environment/
H A Dui-test.php37 …$controllerAction = $request['module'] . '.' . (isset($request['action']) ? $request['action'] : '… variable
38 if (in_array($controllerAction, $controllerActionblacklist)) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/fluid/Classes/Core/Rendering/
H A DRenderingContext.php55 protected $controllerAction = 'Default'; variable in TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext
163 $this->controllerAction = $action;
194 …text ? $this->controllerContext->getRequest()->getControllerActionName() : $this->controllerAction;
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Routing/Converter/
H A DAbstractLegacyRouteProvider.php105 foreach ($controllerActions as $controllerAction => $actionRoute) {
106 if (strtolower($controllerAction) == strtolower($action)) {
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/app/Plugin/Crud/Controller/Component/
H A DCrudComponent.php188 * @param string $controllerAction Override the controller action to execute as.
193 public function executeAction($controllerAction = null, $args = array()) { argument
194 return $this->execute($controllerAction, $args);
200 * @param string $controllerAction Override the controller action to execute as.
205 public function execute($controllerAction = null, $args = array()) { argument
208 $this->_action = $controllerAction ?: $this->_action;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/fluid/Classes/Core/Rendering/
H A DRenderingContext.php59 protected $controllerAction = 'Default'; variable in TYPO3\\CMS\\Fluid\\Core\\Rendering\\RenderingContext
159 $this->controllerAction = $action;
190 …->request instanceof Request ? $this->request->getControllerActionName() : $this->controllerAction;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3fluid/fluid/src/Core/Rendering/
H A DRenderingContext.php78 protected $controllerAction; variable in TYPO3Fluid\\Fluid\\Core\\Rendering\\RenderingContext
398 return $this->controllerAction;
407 $this->controllerAction = $action;
/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3fluid/fluid/src/Core/Rendering/
H A DRenderingContext.php77 protected $controllerAction; variable in TYPO3Fluid\\Fluid\\Core\\Rendering\\RenderingContext
391 return $this->controllerAction;
400 $this->controllerAction = $action;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/Core/Rendering/
H A DRenderingContext.php78 protected $controllerAction; variable in TYPO3Fluid\\Fluid\\Core\\Rendering\\RenderingContext
398 return $this->controllerAction;
407 $this->controllerAction = $action;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DActionMethodSelector.cs35 string controllerAction = Convert.ToString(methodInfo, CultureInfo.CurrentCulture); in CreateAmbiguousMatchException()
38 …rrentCulture, MvcResources.ActionMethodSelector_AmbiguousMatchType, controllerAction, controllerTy… in CreateAmbiguousMatchException()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DActionMethodSelector.cs31 string controllerAction = Convert.ToString(methodInfo, CultureInfo.CurrentCulture); in CreateAmbiguousMatchException()
34 …rrentCulture, MvcResources.ActionMethodSelector_AmbiguousMatchType, controllerAction, controllerTy… in CreateAmbiguousMatchException()
/dports/www/matomo/piwik/core/Widget/
H A DWidgetsList.php230 …public static function getWidgetUniqueId($controllerName, $controllerAction, $customParameters = a… argument
232 $widgetUniqueId = 'widget' . $controllerName . $controllerAction;
/dports/www/firefox-esr/firefox-91.8.0/gfx/vr/service/
H A DOpenVRSession.cpp301 nsCString controllerAction; in SetupContollerActions() local
313 controllerAction = output; in SetupContollerActions()
387 controllerAction = sControllerActionFile->GetFileName(); in SetupContollerActions()
578 if (!controllerAction.Length() || !FileIsExisting(controllerAction)) { in SetupContollerActions()
579 if (!GenerateTempFileName(controllerAction)) { in SetupContollerActions()
644 std::ofstream actionfile(controllerAction.BeginReading()); in SetupContollerActions()
653 vr::VRInput()->SetActionManifestPath(controllerAction.BeginReading()); in SetupContollerActions()
664 [controllerAction, viveManifest, WMRManifest, knucklesManifest, in SetupContollerActions()
668 controllerAction); in SetupContollerActions()
679 sControllerActionFile->SetFileName(controllerAction.BeginReading()); in SetupContollerActions()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/vr/service/
H A DOpenVRSession.cpp300 nsCString controllerAction; in SetupContollerActions() local
312 controllerAction = output; in SetupContollerActions()
386 controllerAction = sControllerActionFile->GetFileName(); in SetupContollerActions()
577 if (!controllerAction.Length() || !FileIsExisting(controllerAction)) { in SetupContollerActions()
578 if (!GenerateTempFileName(controllerAction)) { in SetupContollerActions()
643 std::ofstream actionfile(controllerAction.BeginReading()); in SetupContollerActions()
652 vr::VRInput()->SetActionManifestPath(controllerAction.BeginReading()); in SetupContollerActions()
663 [controllerAction, viveManifest, WMRManifest, knucklesManifest, in SetupContollerActions()
667 controllerAction); in SetupContollerActions()
678 sControllerActionFile->SetFileName(controllerAction.BeginReading()); in SetupContollerActions()
/dports/www/firefox/firefox-99.0/gfx/vr/service/
H A DOpenVRSession.cpp301 nsCString controllerAction; in SetupContollerActions() local
313 controllerAction = output; in SetupContollerActions()
387 controllerAction = sControllerActionFile->GetFileName(); in SetupContollerActions()
578 if (!controllerAction.Length() || !FileIsExisting(controllerAction)) { in SetupContollerActions()
579 if (!GenerateTempFileName(controllerAction)) { in SetupContollerActions()
644 std::ofstream actionfile(controllerAction.BeginReading()); in SetupContollerActions()
653 vr::VRInput()->SetActionManifestPath(controllerAction.BeginReading()); in SetupContollerActions()
664 [controllerAction, viveManifest, WMRManifest, knucklesManifest, in SetupContollerActions()
668 controllerAction); in SetupContollerActions()
679 sControllerActionFile->SetFileName(controllerAction.BeginReading()); in SetupContollerActions()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/vr/service/
H A DOpenVRSession.cpp301 nsCString controllerAction; in SetupContollerActions() local
313 controllerAction = output; in SetupContollerActions()
387 controllerAction = sControllerActionFile->GetFileName(); in SetupContollerActions()
578 if (!controllerAction.Length() || !FileIsExisting(controllerAction)) { in SetupContollerActions()
579 if (!GenerateTempFileName(controllerAction)) { in SetupContollerActions()
644 std::ofstream actionfile(controllerAction.BeginReading()); in SetupContollerActions()
653 vr::VRInput()->SetActionManifestPath(controllerAction.BeginReading()); in SetupContollerActions()
664 [controllerAction, viveManifest, WMRManifest, knucklesManifest, in SetupContollerActions()
668 controllerAction); in SetupContollerActions()
679 sControllerActionFile->SetFileName(controllerAction.BeginReading()); in SetupContollerActions()

1234