Home
last modified time | relevance | path

Searched refs:bodyOfFileTag (Results 1 – 5 of 5) sorted by relevance

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Localization/Parser/
H A DLocallangXmlParser.php72 $bodyOfFileTag = $root->data->languageKey;
73 if ($bodyOfFileTag === null) {
78 $parsedData = $this->getParsedDataForElement($bodyOfFileTag, $element);
105 protected function getParsedDataForElement(\SimpleXMLElement $bodyOfFileTag, $element) argument
108 $children = $bodyOfFileTag->children();
112 $reference = sprintf('%s', $bodyOfFileTag);
H A DXliffParser.php32 $bodyOfFileTag = $root->file->body;
33 if ($bodyOfFileTag instanceof \SimpleXMLElement) {
34 foreach ($bodyOfFileTag->children() as $translationElement) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Localization/Parser/
H A DLocallangXmlParser.php79 $bodyOfFileTag = $root->data->languageKey;
80 if ($bodyOfFileTag === null) {
85 $parsedData = $this->getParsedDataForElement($bodyOfFileTag, $element);
112 protected function getParsedDataForElement(\SimpleXMLElement $bodyOfFileTag, $element) argument
115 $children = $bodyOfFileTag->children();
119 $reference = sprintf('%s', $bodyOfFileTag);
H A DXliffParser.php33 $bodyOfFileTag = $root->file->body;
34 if ($bodyOfFileTag instanceof \SimpleXMLElement) {
35 foreach ($bodyOfFileTag->children() as $translationElement) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Localization/Parser/
H A DXliffParser.php33 $bodyOfFileTag = $root->file->body;
34 if ($bodyOfFileTag instanceof \SimpleXMLElement) {
35 foreach ($bodyOfFileTag->children() as $translationElement) {