Home
last modified time | relevance | path

Searched refs:MOD_MENU (Results 1 – 25 of 86) sorted by relevance

1234

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/taskcenter/Classes/Controller/
H A DTaskModuleController.php118 protected $MOD_MENU = [ variable in TYPO3\\CMS\\Taskcenter\\Controller\\TaskModuleController
239 $this->MOD_MENU = ['mode' => []];
241 …$this->MOD_MENU['mode']['information'] = $languageService->sL('LLL:EXT:taskcenter/Resources/Privat…
242 …$this->MOD_MENU['mode']['tasks'] = $languageService->sL('LLL:EXT:taskcenter/Resources/Private/Lang…
247 …$this->MOD_MENU['mode'] = $this->mergeExternalItems($this->MCONF['name'], 'mode', $this->MOD_MENU[…
250 if (!$value && array_key_exists($key, $this->MOD_MENU['mode'])) {
251 unset($this->MOD_MENU['mode'][$key]);
257 …$this->MOD_MENU['function'] = $this->mergeExternalItems($this->MCONF['name'], 'function', $this->M…
260 if (!$value && array_key_exists($key, $this->MOD_MENU['function'])) {
261 unset($this->MOD_MENU['function'][$key]);
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/tstemplate/Classes/Controller/
H A DTypoScriptTemplateObjectBrowserModuleFunctionController.php129 $this->pObj->MOD_MENU = array_merge($this->pObj->MOD_MENU, $this->modMenu());
379 …s['hasTsBrowserTypes'] = is_array($this->pObj->MOD_MENU['ts_browser_type']) && count($this->pObj->
380 …if (is_array($this->pObj->MOD_MENU['ts_browser_type']) && count($this->pObj->MOD_MENU['ts_browser_…
381 …getDropdownMenu($this->id, 'SET[ts_browser_type]', $bType, $this->pObj->MOD_MENU['ts_browser_type'…
383 …lInObjectList'] = is_array($this->pObj->MOD_MENU['ts_browser_toplevel_' . $bType]) && count($this-…
384 …if (is_array($this->pObj->MOD_MENU['ts_browser_toplevel_' . $bType]) && count($this->pObj->MOD_MEN…
385 …this->pObj->MOD_SETTINGS['ts_browser_toplevel_' . $bType], $this->pObj->MOD_MENU['ts_browser_tople…
430 …er_const]', $this->pObj->MOD_SETTINGS['ts_browser_const'], $this->pObj->MOD_MENU['ts_browser_const…
482 …$this->pObj->MOD_SETTINGS = BackendUtility::getModuleData($this->pObj->MOD_MENU, GeneralUtility::_…
H A DTypoScriptTemplateModuleController.php188 public $MOD_MENU = [ variable in TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateModuleController
395 foreach ($this->MOD_MENU['function'] as $controller => $title) {
480 && !empty($this->MOD_MENU['constant_editor_cat'])) {
602 $this->MOD_MENU['templatesOnPage'] = [];
604 $this->MOD_MENU['templatesOnPage'][$d['uid']] = $d['title'];
608 $this->MOD_MENU,
619 $this->MOD_MENU['templatesOnPage']
834 …$this->MOD_MENU['function'] = $this->mergeExternalItems('web_ts', 'function', $this->MOD_MENU['fun…
837 if (!$value && array_key_exists($key, $this->MOD_MENU['function'])) {
838 unset($this->MOD_MENU['function'][$key]);
[all …]
H A DTypoScriptTemplateConstantEditorModuleFunctionController.php208 …$this->pObj->MOD_MENU['constant_editor_cat'] = $this->templateService->ext_getCategoryLabelArray();
209 …$this->pObj->MOD_SETTINGS = BackendUtility::getModuleData($this->pObj->MOD_MENU, GeneralUtility::_…
212 if (!empty($this->pObj->MOD_MENU['constant_editor_cat'])) {
213 …r_cat]', $this->pObj->MOD_SETTINGS['constant_editor_cat'], $this->pObj->MOD_MENU['constant_editor_…
248 …$this->pObj->MOD_SETTINGS = BackendUtility::getModuleData($this->pObj->MOD_MENU, GeneralUtility::_…
H A DTemplateAnalyzerModuleFunctionController.php123 $this->pObj->MOD_MENU = array_merge($this->pObj->MOD_MENU, $this->modMenu());
318 …$this->pObj->MOD_SETTINGS = BackendUtility::getModuleData($this->pObj->MOD_MENU, GeneralUtility::_…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Module/
H A DBaseScriptClass.php111 public $MOD_MENU = [ variable in TYPO3\\CMS\\Backend\\Module\\BaseScriptClass
231 …$this->MOD_MENU['function'] = $this->mergeExternalItems($this->MCONF['name'], 'function', $this->M…
234 if (!$value && array_key_exists($key, $this->MOD_MENU['function'])) {
235 unset($this->MOD_MENU['function'][$key]);
238 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, GeneralUtility::_GP('SET'), $…
311 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, GeneralUtility::_GP('SET'), $…
H A DAbstractFunctionModule.php139 $this->pObj->MOD_MENU = array_merge($this->pObj->MOD_MENU, $this->modMenu());
151 …$this->pObj->MOD_SETTINGS = BackendUtility::getModuleData($this->pObj->MOD_MENU, GeneralUtility::_…
168 …$this->pObj->MOD_SETTINGS = BackendUtility::getModuleData($this->pObj->MOD_MENU, GeneralUtility::_…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/info/Classes/Controller/
H A DInfoModuleController.php140 public $MOD_MENU = [ variable in TYPO3\\CMS\\Info\\Controller\\InfoModuleController
331 ->setDisplayName($this->MOD_MENU['function'][$this->MOD_SETTINGS['function']])
342 ->setSetVariables(array_keys($this->MOD_MENU));
360 foreach ($this->MOD_MENU['function'] as $controller => $title) {
421 …$this->MOD_MENU['function'] = $this->mergeExternalItems('web_info', 'function', $this->MOD_MENU['f…
424 if (!$value && array_key_exists($key, $this->MOD_MENU['function'])) {
425 unset($this->MOD_MENU['function'][$key]);
428 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, GeneralUtility::_GP('SET'), '…
505 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, GeneralUtility::_GP('SET'), '…
H A DPageInformationController.php110 $this->pObj->MOD_MENU = array_merge($this->pObj->MOD_MENU, $this->modMenu());
140 …nMenu($this->id, 'SET[depth]', $this->pObj->MOD_SETTINGS['depth'], $this->pObj->MOD_MENU['depth']);
141 …nMenu($this->id, 'SET[pages]', $this->pObj->MOD_SETTINGS['pages'], $this->pObj->MOD_MENU['pages']);
261 …$this->pObj->MOD_SETTINGS = BackendUtility::getModuleData($this->pObj->MOD_MENU, GeneralUtility::_…
H A DTranslationStatusController.php123 $this->pObj->MOD_MENU = array_merge($this->pObj->MOD_MENU, $this->modMenu());
139 …nMenu($this->id, 'SET[depth]', $this->pObj->MOD_SETTINGS['depth'], $this->pObj->MOD_MENU['depth']);
140 …downMenu($this->id, 'SET[lang]', $this->pObj->MOD_SETTINGS['lang'], $this->pObj->MOD_MENU['lang']);
568 …$this->pObj->MOD_SETTINGS = BackendUtility::getModuleData($this->pObj->MOD_MENU, GeneralUtility::_…
H A DInfoPageTyposcriptConfigController.php121 $this->pObj->MOD_MENU = array_merge($this->pObj->MOD_MENU, $this->modMenu());
260 …tsconf_parts]', $this->pObj->MOD_SETTINGS['tsconf_parts'], $this->pObj->MOD_MENU['tsconf_parts']));
454 …$this->pObj->MOD_SETTINGS = BackendUtility::getModuleData($this->pObj->MOD_MENU, GeneralUtility::_…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/info/Classes/Controller/
H A DInfoModuleController.php99 public $MOD_MENU = [ variable in TYPO3\\CMS\\Info\\Controller\\InfoModuleController
277 ->setDisplayName($this->MOD_MENU['function'][$this->MOD_SETTINGS['function']])
287 ->setSetVariables(array_keys($this->MOD_MENU));
304 foreach ($this->MOD_MENU['function'] as $controller => $title) {
354 …$this->MOD_MENU['function'] = $this->mergeExternalItems('web_info', 'function', $this->MOD_MENU['f…
357 if (!$value && array_key_exists($key, $this->MOD_MENU['function'])) {
358 unset($this->MOD_MENU['function'][$key]);
361 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, GeneralUtility::_GP('SET'), '…
442 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, GeneralUtility::_GP('SET'), '…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/tstemplate/Classes/Controller/
H A DTypoScriptTemplateObjectBrowserModuleFunctionController.php83 $this->pObj->MOD_MENU = array_merge($this->pObj->MOD_MENU, $this->modMenu());
329 …s['hasTsBrowserTypes'] = is_array($this->pObj->MOD_MENU['ts_browser_type']) && count($this->pObj->
330 …if (is_array($this->pObj->MOD_MENU['ts_browser_type']) && count($this->pObj->MOD_MENU['ts_browser_…
331 …getDropdownMenu($this->id, 'SET[ts_browser_type]', $bType, $this->pObj->MOD_MENU['ts_browser_type'…
333 …lInObjectList'] = is_array($this->pObj->MOD_MENU['ts_browser_toplevel_' . $bType]) && count($this-…
334 …if (is_array($this->pObj->MOD_MENU['ts_browser_toplevel_' . $bType]) && count($this->pObj->MOD_MEN…
335 …this->pObj->MOD_SETTINGS['ts_browser_toplevel_' . $bType], $this->pObj->MOD_MENU['ts_browser_tople…
379 …er_const]', $this->pObj->MOD_SETTINGS['ts_browser_const'], $this->pObj->MOD_MENU['ts_browser_const…
H A DTypoScriptTemplateModuleController.php105 public $MOD_MENU = [ variable in TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateModuleController
162 foreach ($this->MOD_MENU['function'] as $controller => $title) {
344 && !empty($this->MOD_MENU['constant_editor_cat'])) {
469 $this->MOD_MENU['templatesOnPage'] = [];
471 $this->MOD_MENU['templatesOnPage'][$d['uid']] = $d['title'];
475 $this->MOD_MENU,
486 $this->MOD_MENU['templatesOnPage']
641 …$this->MOD_MENU['function'] = $this->mergeExternalItems('web_ts', 'function', $this->MOD_MENU['fun…
644 if (!$value && array_key_exists($key, $this->MOD_MENU['function'])) {
645 unset($this->MOD_MENU['function'][$key]);
[all …]
H A DTypoScriptTemplateConstantEditorModuleFunctionController.php159 …$this->pObj->MOD_MENU['constant_editor_cat'] = $this->templateService->ext_getCategoryLabelArray();
160 …$this->pObj->MOD_SETTINGS = BackendUtility::getModuleData($this->pObj->MOD_MENU, $this->request->g…
163 if (!empty($this->pObj->MOD_MENU['constant_editor_cat'])) {
164 …r_cat]', $this->pObj->MOD_SETTINGS['constant_editor_cat'], $this->pObj->MOD_MENU['constant_editor_…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/tstemplate/Classes/Controller/
H A DTypoScriptTemplateObjectBrowserModuleFunctionController.php79 $this->pObj->MOD_MENU = array_merge($this->pObj->MOD_MENU, $this->modMenu());
323 …sTsBrowserTypes'] = is_array($this->pObj->MOD_MENU['ts_browser_type'] ?? false) && count($this->pO…
324 …if (is_array($this->pObj->MOD_MENU['ts_browser_type']) && count($this->pObj->MOD_MENU['ts_browser_…
325 …getDropdownMenu($this->id, 'SET[ts_browser_type]', $bType, $this->pObj->MOD_MENU['ts_browser_type'…
327 …jectList'] = is_array($this->pObj->MOD_MENU['ts_browser_toplevel_' . $bType] ?? false) && count($t…
328 …if (is_array($this->pObj->MOD_MENU['ts_browser_toplevel_' . $bType]) && count($this->pObj->MOD_MEN…
329 …this->pObj->MOD_SETTINGS['ts_browser_toplevel_' . $bType], $this->pObj->MOD_MENU['ts_browser_tople…
373 …st]', $this->pObj->MOD_SETTINGS['ts_browser_const'] ?? '', $this->pObj->MOD_MENU['ts_browser_const…
H A DTypoScriptTemplateModuleController.php108 public $MOD_MENU = [ variable in TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateModuleController
172 foreach ($this->MOD_MENU['function'] as $controller => $title) {
324 && !empty($this->MOD_MENU['constant_editor_cat'])) {
433 $this->MOD_MENU['templatesOnPage'] = [];
435 $this->MOD_MENU['templatesOnPage'][$d['uid']] = $d['title'];
439 $this->MOD_MENU,
450 $this->MOD_MENU['templatesOnPage'] ?? []
602 …$this->MOD_MENU['function'] = $this->mergeExternalItems('web_ts', 'function', $this->MOD_MENU['fun…
605 if (!$value && array_key_exists($key, $this->MOD_MENU['function'])) {
606 unset($this->MOD_MENU['function'][$key]);
[all …]
H A DTypoScriptTemplateConstantEditorModuleFunctionController.php155 …$this->pObj->MOD_MENU['constant_editor_cat'] = $this->templateService->ext_getCategoryLabelArray();
156 …$this->pObj->MOD_SETTINGS = BackendUtility::getModuleData($this->pObj->MOD_MENU, $this->request->g…
159 if (!empty($this->pObj->MOD_MENU['constant_editor_cat'])) {
160 …r_cat]', $this->pObj->MOD_SETTINGS['constant_editor_cat'], $this->pObj->MOD_MENU['constant_editor_…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/lowlevel/Classes/Controller/
H A DDatabaseIntegrityController.php91 protected $MOD_MENU = [ variable in TYPO3\\CMS\\Lowlevel\\Controller\\DatabaseIntegrityController
160 ->setDisplayName($this->MOD_MENU['function'][$this->MOD_SETTINGS['function']])
180 $this->MOD_MENU = [
228 … $OLD_MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, '', $this->moduleName, 'ses');
229 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, GeneralUtility::_GP('SET'), $…
232 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, ['queryConfig' => serialize($…
254 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, $this->MOD_SETTINGS, $this->m…
267 foreach ($this->MOD_MENU['function'] as $controller => $title) {
337 …eralUtility::makeInstance(QueryView::class, $this->MOD_SETTINGS, $this->MOD_MENU, $this->moduleNam…
340 …$submenu .= BackendUtility::getDropdownMenu(0, 'SET[search]', $searchMode, $this->MOD_MENU['search…
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/info/Classes/Controller/
H A DInfoModuleController.php88 public $MOD_MENU = [ variable in TYPO3\\CMS\\Info\\Controller\\InfoModuleController
275 foreach (array_keys($this->MOD_MENU) as $key) {
285 ->setDisplayName($this->MOD_MENU['function'][$this->MOD_SETTINGS['function']])
303 foreach ($this->MOD_MENU['function'] as $controller => $title) {
353 …$this->MOD_MENU['function'] = $this->mergeExternalItems('web_info', 'function', $this->MOD_MENU['f…
356 if (!$value && array_key_exists($key, $this->MOD_MENU['function'])) {
357 unset($this->MOD_MENU['function'][$key]);
361 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, $moduleSet, 'web_info', $this…
442 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, $moduleSet, 'web_info', $this…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/lowlevel/Classes/Controller/
H A DDatabaseIntegrityController.php85 protected $MOD_MENU = [ variable in TYPO3\\CMS\\Lowlevel\\Controller\\DatabaseIntegrityController
144 ->setDisplayName($this->MOD_MENU['function'][$this->MOD_SETTINGS['function']])
164 $this->MOD_MENU = [
212 … $OLD_MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, [], $this->moduleName, 'ses');
213 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, GeneralUtility::_GP('SET'), $…
216 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, ['queryConfig' => serialize($…
238 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, $this->MOD_SETTINGS, $this->m…
250 foreach ($this->MOD_MENU['function'] as $controller => $title) {
328 …eralUtility::makeInstance(QueryView::class, $this->MOD_SETTINGS, $this->MOD_MENU, $this->moduleNam…
331 …$submenu .= BackendUtility::getDropdownMenu(0, 'SET[search]', $searchMode, $this->MOD_MENU['search…
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/lowlevel/Classes/Controller/
H A DDatabaseIntegrityController.php81 protected $MOD_MENU = [ variable in TYPO3\\CMS\\Lowlevel\\Controller\\DatabaseIntegrityController
161 ->setDisplayName($this->MOD_MENU['function'][$this->MOD_SETTINGS['function']])
191 $this->MOD_MENU = [
239 … $OLD_MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, [], $this->moduleName, 'ses');
240 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, GeneralUtility::_GP('SET'), $…
243 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, ['queryConfig' => serialize($…
265 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, $this->MOD_SETTINGS, $this->m…
276 foreach ($this->MOD_MENU['function'] as $controller => $title) {
355 …tility::makeInstance(QueryGenerator::class, $this->MOD_SETTINGS, $this->MOD_MENU, $this->moduleNam…
358 …. BackendUtility::getDropdownMenu(0, 'SET[search]', $searchMode, $this->MOD_MENU['search']) . '</d…
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Controller/
H A DPageLayoutController.php107 protected $MOD_MENU = []; variable in TYPO3\\CMS\\Backend\\Controller\\PageLayoutController
238 $this->MOD_MENU = [
269 … $this->MOD_MENU['language'][$languageId] = $this->availableLanguages[$languageId]->getTitle();
274 $this->MOD_MENU['language'][0] = $this->availableLanguages[0]->getTitle();
278 if (count($this->MOD_MENU['language']) > 1) {
285 …$this->MOD_MENU['language'][-1] = $this->getLanguageService()->sL('LLL:EXT:core/Resources/Private/…
289 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, $request->getParsedBody()['SE…
299 unset($this->MOD_MENU['language'][-1]);
690 $configuration->setLanguageColumns($this->MOD_MENU['language']);
1062 if (count($this->MOD_MENU['language']) > 1) {
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Controller/
H A DPageLayoutController.php240 protected $MOD_MENU = []; variable in TYPO3\\CMS\\Backend\\Controller\\PageLayoutController
383 $this->MOD_MENU = [
418 … $this->MOD_MENU['language'][$languageId] = $availableLanguages[$languageId]->getTitle();
423 $this->MOD_MENU['language'][0] = $availableLanguages[0]->getTitle();
429 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, $parsedBody['SET'] ?? $queryP…
884 $dbList->tt_contentConfig['languageCols'] = $this->MOD_MENU['language'];
899 if (isset($this->MOD_SETTINGS) && isset($this->MOD_MENU)) {
900 …nu($this->id, 'SET[' . $table . ']', $this->MOD_SETTINGS[$table], $this->MOD_MENU[$table], '', '');
1030 ->setSetVariables(array_keys($this->MOD_MENU));
1312 if (count($this->MOD_MENU['language']) > 1) {
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Controller/
H A DPageLayoutController.php103 protected $MOD_MENU = []; variable in TYPO3\\CMS\\Backend\\Controller\\PageLayoutController
224 $this->MOD_MENU = [
255 … $this->MOD_MENU['language'][$languageId] = $this->availableLanguages[$languageId]->getTitle();
260 $this->MOD_MENU['language'][0] = $this->availableLanguages[0]->getTitle();
266 …$this->MOD_SETTINGS = BackendUtility::getModuleData($this->MOD_MENU, $request->getParsedBody()['SE…
650 $configuration->setLanguageColumns($this->MOD_MENU['language']);
795 ->setSetVariables(array_keys($this->MOD_MENU));
1034 if (count($this->MOD_MENU['language']) > 1) {
1037 foreach ($this->MOD_MENU['language'] as $key => $language) {

1234