Home
last modified time | relevance | path

Searched refs:ActionController (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/11.0/
H A DImportant-92996-PropertiesAndMethodsInActionControllerMarkedInternal.rst4 Important: #92996 - Properties and methods in ActionController marked internal
20 - :php:`TYPO3\CMS\Extbase\Mvc\Controller\ActionController::$reflectionService`
21 - :php:`TYPO3\CMS\Extbase\Mvc\Controller\ActionController::$cacheService`
22 - :php:`TYPO3\CMS\Extbase\Mvc\Controller\ActionController::$hashService`
23 - :php:`TYPO3\CMS\Extbase\Mvc\Controller\ActionController::$viewResolver`
24 - :php:`TYPO3\CMS\Extbase\Mvc\Controller\ActionController::$actionMethodName`
26 - :php:`TYPO3\CMS\Extbase\Mvc\Controller\ActionController::$objectManager`
27 - :php:`TYPO3\CMS\Extbase\Mvc\Controller\ActionController::$validatorResolver`
30 - :php:`TYPO3\CMS\Extbase\Mvc\Controller\ActionController::$propertyMapper`
47 - :php:`TYPO3\CMS\Extbase\Mvc\Controller\ActionController->processRequest()`
[all …]
H A DDeprecation-92815-ActionControllerForward.rst4 Deprecation: #92815 - ActionController::forward()
12 Method :php:`TYPO3\CMS\Extbase\Mvc\Controller\ActionController::forward()` has been marked as depre…
19 Calling :php:`TYPO3\CMS\Extbase\Mvc\Controller\ActionController::forward()`,
27 All installations using method :php:`TYPO3\CMS\Extbase\Mvc\Controller\ActionController::forward()`.
41 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
43 class FooController extends ActionController
62 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
65 class FooController extends ActionController
H A DFeature-92815-IntroduceForwardResponseForExtbase.rst22 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
25 class FooController extends ActionController
43 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
46 class FooController extends ActionController
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/evosuite-tests/uk/ac/sanger/artemis/
H A DActionController_ESTest.java37 ActionController actionController0 = new ActionController(); in test00()
87 ActionController actionController0 = new ActionController(); in test03()
97 ActionController actionController0 = new ActionController(); in test04()
107 ActionController actionController0 = new ActionController(); in test05()
124 ActionController actionController0 = new ActionController(); in test06()
131 ActionController actionController0 = new ActionController(); in test07()
162 ActionController actionController0 = new ActionController(); in test09()
173 ActionController actionController0 = new ActionController(); in test10()
183 ActionController actionController0 = new ActionController(); in test11()
200 ActionController actionController0 = new ActionController(); in test13()
[all …]
H A DEntryGroupChangeListener_ESTest.java14 import uk.ac.sanger.artemis.ActionController;
24 ActionController actionController0 = new ActionController(); in test0()
33 ActionController actionController0 = new ActionController(); in test1()
/dports/games/scorched3d/scorched/src/common/engine/
H A DActionController.cpp28 ActionController::ActionController() : in ActionController() function in ActionController
38 ActionController::~ActionController() in ~ActionController()
43 void ActionController::clear(bool warn) in clear()
75 void ActionController::logActions() in logActions()
87 void ActionController::stopActionProfiling() in stopActionProfiling()
110 bool ActionController::noReferencedActions() in noReferencedActions()
118 void ActionController::setScorchedContext(ScorchedContext *context) in setScorchedContext()
123 void ActionController::addAction(Action *action) in addAction()
129 void ActionController::addNewActions(fixed time) in addNewActions()
178 void ActionController::draw() in draw()
[all …]
H A DActionController.h29 class ActionController
32 ActionController();
33 virtual ~ActionController();
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/layouts/
H A D_loading_hints.html.haml1 = cache([ActionController::Base.asset_host, user_application_theme, user_color_scheme], expires_in:…
2 - css_crossorigin = ActionController::Base.asset_host ? 'anonymous' : nil
4 - if ActionController::Base.asset_host
5 %link{ rel: 'dns-prefetch', href: ActionController::Base.asset_host }
6 %link{ rel: 'preconnect', href: ActionController::Base.asset_host, crossorigin: '' }
/dports/games/scorched3d/scorched/src/server/server/
H A DScorchedServer.cpp259 new ConsoleRuleMethodIAdapter<ActionController>( in startServerInternal()
261 &ActionController::logActions, "ActionsLog"); in startServerInternal()
262 new ConsoleRuleMethodIAdapter<ActionController>( in startServerInternal()
264 &ActionController::startActionProfiling, "ActionsProfilingStart"); in startServerInternal()
265 new ConsoleRuleMethodIAdapter<ActionController>( in startServerInternal()
267 &ActionController::stopActionProfiling, "ActionsProfilingStop"); in startServerInternal()
/dports/devel/py-pyface/pyface-7.2.0/pyface/workbench/action/
H A Daction_controller.py13 from pyface.action.api import ActionController
18 class ActionController(ActionController): class
H A Dmenu_bar_manager.py17 from .action_controller import ActionController
36 controller = ActionController(window=self.window)
H A Dtool_bar_manager.py17 from .action_controller import ActionController
37 controller = ActionController(window=self.window)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.2/
H A DDeprecation-89554-DeprecateTYPO3CMSExtbaseMvcControllerAbstractController.rst15 providing some basic methods for the :php:`\TYPO3\CMS\Extbase\Mvc\Controller\ActionController`. The…
23 As all functionality of the :php:`AbstractController` has been moved to the :php:`ActionController`…
24 for extbase extensions that used and extended the :php:`ActionController`.
36 Extend the :php:`ActionController`.
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.2/
H A DDeprecation-89554-DeprecateTYPO3CMSExtbaseMvcControllerAbstractController.rst15 providing some basic methods for the :php:`\TYPO3\CMS\Extbase\Mvc\Controller\ActionController`. The…
23 As all functionality of the :php:`AbstractController` has been moved to the :php:`ActionController`…
24 for extbase extensions that used and extended the :php:`ActionController`.
36 Extend the :php:`ActionController`.
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-87957-DoNotMagicallyRegisterValidators.rst50 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
52 class BlogController extends ActionController
73 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
75 class BlogController extends ActionController
106 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
108 class BlogController extends ActionController
129 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
131 class BlogController extends ActionController
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-87957-DoNotMagicallyRegisterValidators.rst50 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
52 class BlogController extends ActionController
73 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
75 class BlogController extends ActionController
106 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
108 class BlogController extends ActionController
129 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
131 class BlogController extends ActionController
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/evosuite-tests/uk/ac/sanger/artemis/sequence/
H A DSequenceChangeListener_ESTest.java14 import uk.ac.sanger.artemis.ActionController;
27 ActionController actionController0 = new ActionController(); in test0()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Web/Controller/
H A DBasePreferenceController.php15 class BasePreferenceController extends ActionController
32 * @see ActionController::init()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.6/
H A DFeature-79409-AutorenderAssetSectionsInFluidTemplateWithController.rst13 ActionController has received a new method, `renderAssetsForRequest` which receives the `RequestInt…
14 Request currently being processed. The ActionController has a default implementation of this method…
29 The feature only applies to ActionController (thus excluding CommandController) and will only attem…
37 * Fluid templates rendered through any ActionController using a TemplateView may now contain two ne…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.6/
H A DFeature-79409-AutorenderAssetSectionsInFluidTemplateWithController.rst13 ActionController has received a new method, `renderAssetsForRequest` which receives the `RequestInt…
14 Request currently being processed. The ActionController has a default implementation of this method…
29 The feature only applies to ActionController (thus excluding CommandController) and will only attem…
37 * Fluid templates rendered through any ActionController using a TemplateView may now contain two ne…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.6/
H A DFeature-79409-AutorenderAssetSectionsInFluidTemplateWithController.rst13 ActionController has received a new method, `renderAssetsForRequest` which receives the `RequestInt…
14 Request currently being processed. The ActionController has a default implementation of this method…
29 The feature only applies to ActionController (thus excluding CommandController) and will only attem…
37 * Fluid templates rendered through any ActionController using a TemplateView may now contain two ne…
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/application/controllers/
H A DIndexController.php6 use Icinga\Web\Controller\ActionController; alias
12 class IndexController extends ActionController
H A DLayoutController.php6 use Icinga\Web\Controller\ActionController; alias
12 class LayoutController extends ActionController
H A DSearchController.php6 use Icinga\Web\Controller\ActionController; alias
13 class SearchController extends ActionController
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/beuser/Classes/Controller/
H A DBackendUserGroupController.php17 use TYPO3\CMS\Extbase\Mvc\Controller\ActionController; alias
23 class BackendUserGroupController extends ActionController

12345678