Home
last modified time | relevance | path

Searched refs:templateService (Results 1 – 25 of 46) sorted by relevance

12

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/tstemplate/Classes/Controller/
H A DTemplateAnalyzerModuleFunctionController.php53 protected $templateService; variable in TYPO3\\CMS\\Tstemplate\\Controller\\TemplateAnalyzerModuleFunctionController
149 …$this->templateService->clearList_const_temp = array_flip($this->templateService->clearList_const);
150 …$this->templateService->clearList_setup_temp = array_flip($this->templateService->clearList_setup);
151 $pointer = count($this->templateService->hierarchyInfo);
204 $this->templateService->ext_lineNumberOffset = 0;
205 $this->templateService->ext_lineNumberOffset_mode = 'const';
207 foreach ($this->templateService->constants as $key => $val) {
212 'content' => $this->templateService->ext_outputTS(
229 $this->templateService->ext_lineNumberOffset = 0;
230 $this->templateService->ext_lineNumberOffset_mode = 'setup';
[all …]
H A DTypoScriptTemplateObjectBrowserModuleFunctionController.php59 protected $templateService; variable in TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateObjectBrowserModuleFunctionController
265 $this->templateService->constantMode = 'untouched';
268 $this->templateService->linkObjects = true;
269 $this->templateService->ext_regLinenumbers = true;
271 $this->templateService->bType = $bType;
278 $this->templateService->generateConfig();
280 $theSetup = $this->templateService->setup;
282 $theSetup = $this->templateService->setup_constants;
316 $this->templateService->tsbrowser_depthKeys =
383 …$assigns['hasConditions'] = is_array($this->templateService->sections) && !empty($this->templateSe…
[all …]
H A DTypoScriptTemplateConstantEditorModuleFunctionController.php49 protected $templateService; variable in TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateConstantEditorModuleFunctionController
91 $this->templateService = GeneralUtility::makeInstance(ExtendedTemplateService::class);
94 $this->templateRow = $this->templateService->ext_getFirstTemplate($pageId, $template_uid);
101 $this->templateService->runThroughTemplates($rootLine, $template_uid);
103 $this->constants = $this->templateService->generateConfig_constants();
105 $this->templateService->ext_categorizeEditableConstants($this->constants);
107 $this->templateService->ext_regObjectPositions($this->templateRow['constants']);
143 $this->templateService->changed = 0;
145 if ($this->templateService->changed) {
169 … $printFields = trim($this->templateService->ext_printFields($this->constants, $category));
[all …]
H A DTypoScriptTemplateInformationModuleFunctionController.php47 protected $templateService; variable in TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateInformationModuleFunctionController
118 $this->templateService = GeneralUtility::makeInstance(ExtendedTemplateService::class);
121 $this->templateRow = $this->templateService->ext_getFirstTemplate($pageId, $template_uid);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/tstemplate/Classes/Controller/
H A DTemplateAnalyzerModuleFunctionController.php73 protected $templateService; variable in TYPO3\\CMS\\Tstemplate\\Controller\\TemplateAnalyzerModuleFunctionController
195 …$this->templateService->clearList_const_temp = array_flip($this->templateService->clearList_const);
196 …$this->templateService->clearList_setup_temp = array_flip($this->templateService->clearList_setup);
197 $pointer = count($this->templateService->hierarchyInfo);
250 $this->templateService->ext_lineNumberOffset = 0;
251 $this->templateService->ext_lineNumberOffset_mode = 'const';
253 foreach ($this->templateService->constants as $key => $val) {
258 'content' => $this->templateService->ext_outputTS(
275 $this->templateService->ext_lineNumberOffset = 0;
276 $this->templateService->ext_lineNumberOffset_mode = 'setup';
[all …]
H A DTypoScriptTemplateObjectBrowserModuleFunctionController.php79 protected $templateService; variable in TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateObjectBrowserModuleFunctionController
315 $this->templateService->constantMode = 'untouched';
319 $this->templateService->linkObjects = true;
320 $this->templateService->ext_regLinenumbers = true;
322 $this->templateService->bType = $bType;
328 $this->templateService->generateConfig();
330 $theSetup = $this->templateService->setup;
332 $theSetup = $this->templateService->setup_constants;
366 $this->templateService->tsbrowser_depthKeys =
434 …$assigns['hasConditions'] = is_array($this->templateService->sections) && !empty($this->templateSe…
[all …]
H A DTypoScriptTemplateConstantEditorModuleFunctionController.php69 protected $templateService; variable in TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateConstantEditorModuleFunctionController
138 $this->templateService = GeneralUtility::makeInstance(ExtendedTemplateService::class);
141 $this->templateRow = $this->templateService->ext_getFirstTemplate($pageId, $template_uid);
148 $this->templateService->runThroughTemplates($rootLine, $template_uid);
150 $this->constants = $this->templateService->generateConfig_constants();
152 $this->templateService->ext_categorizeEditableConstants($this->constants);
154 $this->templateService->ext_regObjectPositions($this->templateRow['constants']);
190 $this->templateService->changed = 0;
192 if ($this->templateService->changed) {
218 … $printFields = trim($this->templateService->ext_printFields($this->constants, $category));
[all …]
H A DTypoScriptTemplateInformationModuleFunctionController.php77 protected $templateService; variable in TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateInformationModuleFunctionController
175 $this->templateService = GeneralUtility::makeInstance(ExtendedTemplateService::class);
178 $this->templateRow = $this->templateService->ext_getFirstTemplate($pageId, $template_uid);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/tstemplate/Classes/Controller/
H A DTypoScriptTemplateObjectBrowserModuleFunctionController.php55 protected $templateService; variable in TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateObjectBrowserModuleFunctionController
265 $this->templateService->constantMode = 'untouched';
268 $this->templateService->linkObjects = true;
269 $this->templateService->ext_regLinenumbers = true;
271 $this->templateService->bType = $bType;
272 $this->templateService->generateConfig();
274 $theSetup = $this->templateService->setup;
276 $theSetup = $this->templateService->setup_constants;
310 $this->templateService->tsbrowser_depthKeys =
377 …$assigns['hasConditions'] = is_array($this->templateService->sections) && !empty($this->templateSe…
[all …]
H A DTypoScriptTemplateConstantEditorModuleFunctionController.php49 protected $templateService; variable in TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateConstantEditorModuleFunctionController
91 $this->templateService = GeneralUtility::makeInstance(ExtendedTemplateService::class);
94 $this->templateRow = $this->templateService->ext_getFirstTemplate($pageId, $template_uid);
101 $this->templateService->runThroughTemplates($rootLine, $template_uid);
103 $this->constants = $this->templateService->generateConfig_constants();
105 $this->templateService->ext_categorizeEditableConstants($this->constants);
107 $this->templateService->ext_regObjectPositions((string)$this->templateRow['constants']);
139 $this->templateService->changed = false;
141 if ($this->templateService->changed) {
165 … $assigns['editorFields'] = $this->templateService->ext_printFields($this->constants, $category);
[all …]
H A DTemplateAnalyzerModuleFunctionController.php47 protected $templateService; variable in TYPO3\\CMS\\Tstemplate\\Controller\\TemplateAnalyzerModuleFunctionController
99 …$this->templateService->clearList_const_temp = array_flip($this->templateService->clearList_const);
100 …$this->templateService->clearList_setup_temp = array_flip($this->templateService->clearList_setup);
101 $pointer = count($this->templateService->hierarchyInfo);
102 $hierarchyInfo = $this->templateService->ext_process_hierarchyInfo([], $pointer);
103 …$assigns['hierarchy'] = implode('', array_reverse($this->templateService->ext_getTemplateHierarchy…
130 $this->templateService = GeneralUtility::makeInstance(ExtendedTemplateService::class);
137 $this->templateService->runThroughTemplates($rootLine, $templateUid);
140 $this->templateRow = $this->templateService->ext_getFirstTemplate($pageId, $templateUid);
162 $templateId = $this->templateService->hierarchyInfo[$templateNumber]['templateID'];
[all …]
H A DTypoScriptTemplateInformationModuleFunctionController.php48 protected $templateService; variable in TYPO3\\CMS\\Tstemplate\\Controller\\TypoScriptTemplateInformationModuleFunctionController
123 $this->templateService = GeneralUtility::makeInstance(ExtendedTemplateService::class);
126 $this->templateRow = $this->templateService->ext_getFirstTemplate($pageId, $template_uid);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/ContentObject/
H A DTemplateContentObject.php29 protected $templateService; variable in TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject
38 $this->templateService = GeneralUtility::makeInstance(MarkerBasedTemplateService::class);
65 $content = $this->templateService->getSubpart($content, $PRE . $workOnSubpart . $POST);
88 … $subpart = $this->templateService->getSubpart($content, $PRE . $theKey . $POST);
91 …$content = $this->templateService->substituteSubpart($content, $PRE . $theKey . $POST, $this->cObj…
100 … $subpart = $this->templateService->getSubpart($content, $PRE . $theKey . $POST);
103 …$content = $this->templateService->substituteSubpart($content, $PRE . $theKey . $POST, explode('|'…
114 … $subpart = $this->templateService->getSubpart($content, $PRE . $theKey . $POST);
164 …$content = $this->templateService->substituteMarkerArrayCached($content, [], $subpartArray, $subpa…
165 … $content = $this->templateService->substituteMarkerArray($content, $markerArray);
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/ContentObject/
H A DTemplateContentObject.php30 protected $templateService; variable in TYPO3\\CMS\\Frontend\\ContentObject\\TemplateContentObject
39 $this->templateService = GeneralUtility::makeInstance(MarkerBasedTemplateService::class);
66 $content = $this->templateService->getSubpart($content, $PRE . $workOnSubpart . $POST);
89 … $subpart = $this->templateService->getSubpart($content, $PRE . $theKey . $POST);
92 …$content = $this->templateService->substituteSubpart($content, $PRE . $theKey . $POST, $this->cObj…
101 … $subpart = $this->templateService->getSubpart($content, $PRE . $theKey . $POST);
104 …$content = $this->templateService->substituteSubpart($content, $PRE . $theKey . $POST, explode('|'…
115 … $subpart = $this->templateService->getSubpart($content, $PRE . $theKey . $POST);
165 …$content = $this->templateService->substituteMarkerArrayCached($content, [], $subpartArray, $subpa…
166 … $content = $this->templateService->substituteMarkerArray($content, $markerArray);
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/7.5/
H A DDeprecation-69262-MoveMarkerSubstitutionFunctionalityToOwnClass.rst49 $templateService = GeneralUtility::makeInstance(MarkerBasedTemplateService::class);
50 $templateService->getSubpart()
51 $templateService->substituteSubpart()
52 $templateService->substituteSubpartArray()
53 $templateService->substituteMarker()
54 $templateService->substituteMarkerArray()
55 $templateService->substituteMarkerAndSubpartArrayRecursive()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/7.5/
H A DDeprecation-69262-MoveMarkerSubstitutionFunctionalityToOwnClass.rst49 $templateService = GeneralUtility::makeInstance(MarkerBasedTemplateService::class);
50 $templateService->getSubpart()
51 $templateService->substituteSubpart()
52 $templateService->substituteSubpartArray()
53 $templateService->substituteMarker()
54 $templateService->substituteMarkerArray()
55 $templateService->substituteMarkerAndSubpartArrayRecursive()
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/7.5/
H A DDeprecation-69262-MoveMarkerSubstitutionFunctionalityToOwnClass.rst49 $templateService = GeneralUtility::makeInstance(MarkerBasedTemplateService::class);
50 $templateService->getSubpart()
51 $templateService->substituteSubpart()
52 $templateService->substituteSubpartArray()
53 $templateService->substituteMarker()
54 $templateService->substituteMarkerArray()
55 $templateService->substituteMarkerAndSubpartArrayRecursive()
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/cloudwatch/__mocks__/
H A DCloudWatchDataSource.ts11 let templateService = new TemplateSrvMock({ variable
17 templateService = new TemplateSrv();
18 templateService.init(variables);
25 templateService,
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Template/
H A DDocumentTemplate.php226 protected $templateService; variable in TYPO3\\CMS\\Backend\\Template\\DocumentTemplate
239 $this->templateService = GeneralUtility::makeInstance(MarkerBasedTemplateService::class);
692 $moduleBody = $this->templateService->getSubpart($this->moduleTemplate, '###FULLDOC###');
705 $moduleBody = $this->templateService->substituteSubpart($moduleBody, $marker, $content);
731 return $this->templateService->substituteMarkerArray($moduleBody, $markerArray, '###|###');
761 …$buttonTemplate = $this->templateService->getSubpart($this->moduleTemplate, '###BUTTON_GROUPS_' . …
763 …$buttonTemplate = $this->templateService->substituteMarkerArray($buttonTemplate, $buttons, '###|##…
765 …$buttonWrap = $this->templateService->getSubpart($this->moduleTemplate, '###BUTTON_GROUP_WRAP###');
769 $buttonGroup = $this->templateService->getSubpart($buttonTemplate, $buttonMarker);
772 …$buttonGroup = $this->templateService->substituteMarker($buttonWrap, '###BUTTONS###', $buttonGroup…
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Template/
H A DDocumentTemplate.php255 protected $templateService; variable in TYPO3\\CMS\\Backend\\Template\\DocumentTemplate
268 $this->templateService = GeneralUtility::makeInstance(MarkerBasedTemplateService::class);
791 $moduleBody = $this->templateService->getSubpart($this->moduleTemplate, '###FULLDOC###');
804 $moduleBody = $this->templateService->substituteSubpart($moduleBody, $marker, $content);
830 return $this->templateService->substituteMarkerArray($moduleBody, $markerArray, '###|###');
860 …$buttonTemplate = $this->templateService->getSubpart($this->moduleTemplate, '###BUTTON_GROUPS_' . …
862 …$buttonTemplate = $this->templateService->substituteMarkerArray($buttonTemplate, $buttons, '###|##…
864 …$buttonWrap = $this->templateService->getSubpart($this->moduleTemplate, '###BUTTON_GROUP_WRAP###');
868 $buttonGroup = $this->templateService->getSubpart($buttonTemplate, $buttonMarker);
871 …$buttonGroup = $this->templateService->substituteMarker($buttonWrap, '###BUTTONS###', $buttonGroup…
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/linkvalidator/Classes/Report/
H A DLinkValidatorReport.php159 protected $templateService; variable in TYPO3\\CMS\\Linkvalidator\\Report\\LinkValidatorReport
368 $this->templateService = GeneralUtility::makeInstance(MarkerBasedTemplateService::class);
490 $brokenLinksTemplate = $this->templateService->getSubpart(
513 $brokenLinksTemplate = $this->templateService->getSubpart(
517 $brokenLinksItemTemplate = $this->templateService->getSubpart(
535 $brokenLinksTemplate = $this->templateService->substituteMarkerArray(
542 …return $this->templateService->substituteSubpart($brokenLinksTemplate, '###BROKENLINKS_ITEM', $bro…
770 …$hookSectionTemplate = $this->templateService->getSubpart($checkOptionsTemplate, '###HOOK_SECTION#…
798 $hookSectionContent .= $this->templateService->substituteMarkerArray(
809 $checkOptionsTemplate = $this->templateService->substituteSubpart(
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/linkvalidator/Classes/Task/
H A DValidatorTask.php122 protected $templateService; variable in TYPO3\\CMS\\Linkvalidator\\Task\\ValidatorTask
260 $this->templateService = GeneralUtility::makeInstance(MarkerBasedTemplateService::class);
278 … $this->templateMail = $this->templateService->getSubpart($htmlFile, '###REPORT_TEMPLATE###');
433 …$content = $this->templateService->substituteSubpart($this->templateMail, '###PAGE_SECTION###', $p…
454 …$content = $this->templateService->substituteMarkerArray($content, $markerArray, '###|###', true, …
525 … $pageSectionHtml = $this->templateService->getSubpart($this->templateMail, '###PAGE_SECTION###');
555 $content = $this->templateService->substituteMarkerArray(
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/linkvalidator/Classes/Task/
H A DValidatorTask.php124 protected $templateService; variable in TYPO3\\CMS\\Linkvalidator\\Task\\ValidatorTask
266 $this->templateService = GeneralUtility::makeInstance(MarkerBasedTemplateService::class);
284 … $this->templateMail = $this->templateService->getSubpart($htmlFile, '###REPORT_TEMPLATE###');
441 …$content = $this->templateService->substituteSubpart($this->templateMail, '###PAGE_SECTION###', $p…
459 …$content = $this->templateService->substituteMarkerArray($content, $markerArray, '###|###', true, …
527 … $pageSectionHtml = $this->templateService->getSubpart($this->templateMail, '###PAGE_SECTION###');
557 $content = $this->templateService->substituteMarkerArray(
/dports/www/ilias/ILIAS-5.4.25/Services/Mail/classes/
H A Dclass.ilMailFormGUI.php44 protected $templateService; variable in ilMailFormGUI
51 * @param ilMailTemplateService|null $templateService
55 ilMailTemplateService $templateService = null, argument
60 if (null === $templateService) {
61 $templateService = $DIC['mail.texttemplates.service'];
63 $this->templateService = $templateService;
432 $template = $this->templateService->loadTemplateForId((int) $_GET['template_id']);
694 $templates = $this->templateService->loadTemplatesForContextId($context->getId());
/dports/www/ilias6/ILIAS-6.14/Services/Mail/classes/
H A Dclass.ilMailFormGUI.php44 protected $templateService; variable in ilMailFormGUI
51 * @param ilMailTemplateService|null $templateService
55 ilMailTemplateService $templateService = null, argument
60 if (null === $templateService) {
61 $templateService = $DIC['mail.texttemplates.service'];
63 $this->templateService = $templateService;
426 $template = $this->templateService->loadTemplateForId((int) $_GET['template_id']);
676 $templates = $this->templateService->loadTemplatesForContextId($context->getId());

12