array(7 items)
dce => (uid=11, pid=0)
fluidTemplateCache =>
11 =>
0 =>
templateSource => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
{namespace jw=JWeiland\VideoShar
iff\ViewHelpers}
<f:layout name="None" />
<f:section name="main">
<f:de
bug title="Debug Information">{_all}</f:debug>
<div id="c{contentObject.uid}
" class="tx-dce-pi1" data-ctype="{contentObject.CType}" data-layout="{conten
tObject.layout}">
<div class="row">
<div class="col-xs-12{f:if(c
ondition:'{contentObject.section_frame} == 1', then:' col-lg-8 offset-lg-2')
}">
<div class="ce-container">
<div class="mb-3"
>
<div class="embed-responsive embed-responsive-16by9">
<p>test</p>
<iframe src="htt
ps://www.youtube.com/embed/{field.url}?rel=0&autohide=1&controls=2&a
mp;enablejsapi=1&&showinfo=0" allowfullscreen class="embed-responsiv
e-item"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</f:section> ' (980 chars)
templatePathAndFilename => NULL
templateRootPaths => NULL
partialRootPaths =>
0 => '/home/www/p379084/html/typo3/typo3conf/ext/dce/Resources/Private/Partials/' (74 chars)
layoutRootPaths =>
0 => '/home/www/p379084/html/typo3/typo3conf/ext/dce/Resources/Private/Layouts/' (73 chars)
controllerContext =>
request =>
hashService => TYPO3\CMS\Extbase\Security\Cryptography\HashServicesingletonobjectmax depth
format => 'html' (4 chars)
method => 'GET' (3 chars)
requestUri => 'https://www.michelbau.de/unternehmen/karriereseiten/tiefbaufacharbeiter-mwd-
fachwerker-mwd/' (91 chars)
baseUri => 'https://www.michelbau.de/' (25 chars)
isCached => FALSE
configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth
environmentService => TYPO3\CMS\Extbase\Service\EnvironmentServicesingletonobjectmax depth
controllerObjectNamePattern => 'Tx_@extension_@subpackage_Controller_@controllerController' (58 chars)
namespacedControllerObjectNamePattern => '@vendor\@extension\@subpackage\Controller\@controllerController' (63 chars)
pluginName => '' (0 chars)
controllerExtensionName => NULL
controllerVendorName => NULL
controllerSubpackageKey => NULL
controllerName => 'Standard' (8 chars)
controllerActionName => 'index' (5 chars)
arguments => array(empty)max depth
internalArguments => array(empty)max depth
dispatched => FALSE
originalRequest => NULL
originalRequestMappingResults => NULL
response => NULL
arguments => NULL
uriBuilder =>
configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth
extensionService => TYPO3\CMS\Extbase\Service\ExtensionServicesingletonobjectmax depth
contentObject => TYPO3\CMS\Frontend\ContentObject\ContentObjectRendererprototypeobjectfiltered
request => TYPO3\CMS\Extbase\Mvc\Web\Requestprototypeobjectsee above
arguments => array(empty)max depth
lastArguments => array(empty)max depth
section => '' (0 chars)
createAbsoluteUri => FALSE
absoluteUriScheme => NULL
addQueryString => FALSE
addQueryStringMethod => NULL
argumentsToBeExcludedFromQueryString => array(empty)max depth
linkAccessRestrictedPages => FALSE
targetPageUid => NULL
targetPageType => 0 (integer)
noCache => FALSE
useCacheHash => TRUE
format => '' (0 chars)
argumentPrefix => NULL
environmentService => TYPO3\CMS\Extbase\Service\EnvironmentServicesingletonobjectmax depth
flashMessageQueueDefaultIdentifier => NULL
flashMessageService =>
flashMessageQueues => array(empty)max depth
extensionService =>
objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered
configurationManager => TYPO3\CMS\Extbase\Configuration\ConfigurationManagersingletonobjectmax depth
targetPidPluginCache => array(empty)max depth
objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered
templateParser =>
SCAN_PATTERN_NAMESPACEDECLARATION => '/(?<!\\){namespace\s*(?P<identifier>[a-zA-Z]+[a-zA-Z0-9]*)\s*=\s*(?P<phpName
space>(?:[A-Za-z0-9\.]+|Tx)(?:_\w+|\\\w+)+)\s*}/m' (125 chars)
SCAN_PATTERN_XMLNSDECLARATION => '/\sxmlns:(?P<identifier>.*?)="(?P<xmlNamespace>.*?)"/m' (54 chars)
SPLIT_PATTERN_TEMPLATE_DYNAMICTAGS => '/
(
(?: <\/? # Start dynamic tags
(?:(?:NAMESPACE):[a-zA-Z0-9\.]+) # A tag consists of the namespace
prefix and word characters
(?: # Begi
n tag arguments
\s*[a-zA-Z0-9:-]+ # Argument Keys
= # =
(?>
# either... If we have found an argument, we will not back-track (That
does the Atomic Bracket)
"(?:\\"|[^"])*" # a double-quot
ed string
|'(?:\\'|[^'])*' # or a single quoted string
)
\s* #
)*
# Tag arguments can be replaced many times.
\s*
\/?>
# Closing tag
)
|(?:
# Start match CDATA section
<!\[CDATA\[.*?\]\]>
)
)
/xs' (915 chars)
SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG => '/
^< # A Tag begins with <
(?P<NamespaceIdentifier>NAMESPACE): # Then comes the Namespa
ce prefix followed by a :
(?P<MethodIdentifier>
# Now comes the Name of the ViewHelper
[a-zA-Z0-9\.]+
)
(?P<Attribu
tes> # Begin Tag Attributes
(?:
# A tag might have multiple attributes
\s*
[a-zA-Z0-9:-]+ # The attribute name
= # =
(?>
# either... # If we have found an argument, we will not ba
ck-track (That does the Atomic Bracket)
"(?:\\"|[^"])*"
# a double-quoted string
|'(?:\\'|[^'])*' # or a s
ingle quoted string
) #
\s*
)* # A tag might have multiple
attributes
) # End Tag At
tributes
\s*
(?P<Selfclosing>\/?) # A tag m
ight be selfclosing
>$/x' (1166 chars)
SCAN_PATTERN_TEMPLATE_CLOSINGVIEWHELPERTAG => '/^<\/(?P<NamespaceIdentifier>NAMESPACE):(?P<MethodIdentifier>[a-zA-Z0-9\.]+)
\s*>$/' (82 chars)
SCAN_PATTERN_NAMESPACE_FLUID_HTML_TAG => '/<html\s++[^>]*data-namespace-typo3-fluid="true"[^>]*>/m' (56 chars)
SCAN_PATTERN_REMOVE_VIEWHELPERS_XMLNSDECLARATIONS => '/(?:\s*+xmlns:(?:%1$s)="[^"]*"\s*+)++/m' (39 chars)
SPLIT_PATTERN_TAGARGUMENTS => '/
(?: #
\s*
#
(?P<Argument>
# The attribute name
[a-zA-Z0-9:-]+ #
)
#
=
# =
(?> # If we
have found an argument, we will not back-track (That does the Atomic Bracket
)
(?P<ValueQuoted> # either...
(?:"(?:\\"|[
^"])*") # a double-quoted string
|(?:'(?:\\'|[^'])*')
# or a single quoted string
)
)\s*
)
/xs' (668 chars)
SCAN_PATTERN_CDATA => '/^<!\[CDATA\[(.*?)\]\]>$/s' (26 chars)
SPLIT_PATTERN_SHORTHANDSYNTAX => '/
(
{ # Start of shorthand syntax
(?
: # Shorthand syntax is either composed of...
[a-zA-Z0-9\->_:,.()] # Various characters
|"(?:\\"|[^"])*" #
Double-quoted strings
|'(?:\\'|[^'])*' # Single-quoted strings
|(?R) # Other shorthand syntaxes inside, albeit not in a
quoted string
|\s+ # Spaces
)+
}
# End of shorthand syntax
)/x' (507 chars)
SCAN_PATTERN_SHORTHANDSYNTAX_OBJECTACCESSORS => '/
^{ # Start of short
hand syntax
# A shorthand
syntax is either...
(?P<Object>[a-zA-Z0-9\-_.]*)
# ... an object accessor
\s*(?P<Delimiter>(?:->)?)\s*
(?
P<ViewHelper> # ... a ViewHelper
[a-zA-Z
0-9]+ # Namespace prefix of ViewHelper (as in
$SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG)
:
[a-zA-Z0-9\.]+
# Method Identifier (as in $SCAN_PATTERN_TEMPLATE_VIEWHELPER
TAG)
\( # Opening parameter bra
ckets of ViewHelper
(?P<ViewHelperArguments> # Start sub
match for ViewHelper arguments. This is taken from $SCAN_PATTERN_SHORTHANDSY
NTAX_ARRAYS
(?:
\s*[a-zA-Z0-9\-_]+ # The keys
of the array
\s*:\s* # Key|Value delimite
r :
(?: # Possible value options:
"(?:\\"|[^"])*" # Double qouoted string
|'(?:\\'
|[^'])*' # Single quoted string
|[a-zA-Z0-9\-_.]+
# variable identifiers
|{(?P>ViewHelperArguments)} # Anothe
r sub-array
) # END possible value
options
\s*,? # There might be a , to s
eparate different parts of the array
)*
# The above cycle is repeated for all array elements
)
# End ViewHelper Arguments submatch
\)
# Closing parameter brackets of ViewHelper
)?
(?P<AdditionalViewHelpers> # There can be more
than one ViewHelper chained, by adding more -> and the ViewHelper (recursiv
ely)
(?:
\s*->\s*
(?P>ViewHelper)
)*
)
}$/x' (1966 chars)
SPLIT_PATTERN_SHORTHANDSYNTAX_VIEWHELPER => '/
(?P<NamespaceIdentifier>[a-zA-Z0-9]+) # Namespace prefix of ViewH
elper (as in $SCAN_PATTERN_TEMPLATE_VIEWHELPERTAG)
:
(?P<MethodIdentifie
r>[a-zA-Z0-9\.]+)
\( # Opening pa
rameter brackets of ViewHelper
(?P<ViewHelperArguments> #
Start submatch for ViewHelper arguments. This is taken from $SCAN_PATTERN_SH
ORTHANDSYNTAX_ARRAYS
(?:
\s*[a-zA-Z0-9\-_]+ # The
keys of the array
\s*:\s* # Key|Value delim
iter :
(?: # Possible value options:
"(?:\\"|[^"])*" # Double qouoted string
|'(?:\\'|[^
'])*' # Single quoted string
|[a-zA-Z0-9\-_.]+
# variable identifiers
|{(?P>ViewHelperArguments)} # Another sub-a
rray
) # END possible value options
\s*,? # There might be a , to separate dif
ferent parts of the array
)* # The abov
e cycle is repeated for all array elements
)
# End ViewHelper Arguments submatch
\)
# Closing parameter brackets of ViewHelper
/x' (1279 chars)
SCAN_PATTERN_SHORTHANDSYNTAX_ARRAYS => '/^
(?P<Recursion> # Start the recursive p
art of the regular expression - describing the array syntax
{
# Each array needs to start with {
(?P<Ar
ray> # Start submatch
(?:
\s*[a-zA-Z
0-9\-_]+ # The keys of the array
\s*:\s*
# Key|Value delimiter :
(?: # Poss
ible value options:
"(?:\\"|[^"])*" # Double qouoted strin
g
|'(?:\\'|[^'])*' # Single quoted string
|[a-zA-Z0-9\-_.
]+ # variable identifiers
|(?P>Recursion) # Ano
ther sub-array
) # END possible value op
tions
\s*,? # There might be a , to separate
different parts of the array
)* # The
above cycle is repeated for all array elements
)
# End array submatch
}
# Each array ends with }
)$/x' (1103 chars)
SPLIT_PATTERN_SHORTHANDSYNTAX_ARRAY_PARTS => '/
(?P<ArrayPart> # Start subma
tch
(?P<Key>[a-zA-Z0-9\-_]+) # The keys of
the array
\s*:\s* # Key
|Value delimiter :
(?:
# Possible value options:
(?P<QuotedString>
# Quoted string
(?:"(?:\\"|[^"])*")
|(?:'(?:\\'|[^'])*
')
)
|(?P<VariableIdentifier>[a-zA-Z][a-zA-Z0-9\-_.]*) # variable
identifiers have to start with a letter
|(?P<Number>[0-9.]+)
# Number
|{\s*(?P<Subarray>(?:(?P>ArrayPart)\s*,?
\s*)+)\s*} # Another sub-array
)
# END possible value options
)
# End array part submatch
/x' (908 chars)
SCAN_PATTERN_DEFAULT_XML_NAMESPACE => '/^http\:\/\/typo3\.org\/ns\/(?P<PhpNamespace>.+)$/s' (51 chars)
namespaces =>
f => 'TYPO3\CMS\Fluid\ViewHelpers' (27 chars)
dce => 'ArminVieweg\Dce\ViewHelpers' (27 chars)
jw => 'JWeiland\VideoShariff\ViewHelpers' (33 chars)
objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered
configuration =>
interceptors => array(3 items)max depth
settings => NULL
viewHelperNameToImplementationClassNameRuntimeCache =>
f => array(4 items)max depth
disableEscaping => FALSE
templateCompiler =>
templateCache =>
identifier => 'fluid_template' (14 chars)
backend => TYPO3\CMS\Core\Cache\Backend\FileBackendprototypeobjectmax depth
variableCounter => 52 (integer)
syntaxTreeInstanceCache =>
Standalone_layout_None_a9a0ba181a4d500a44196dc1c16d9db46e822695 => FluidCache_Standalone_layout_None_a9a0ba181a4d500a44196dc1c16d9db46e822695prototypeobjectmax depth
baseRenderingContext =>
templateVariableContainer =>
reservedVariableNames => array(7 items)max depth
variables => array(7 items)max depth
objectManager => TYPO3\CMS\Extbase\Object\ObjectManagersingletonobjectfiltered
controllerContext => TYPO3\CMS\Extbase\Mvc\Controller\ControllerContextprototypeobjectsee above
viewHelperVariableContainer =>
objects => array(1 item)max depth
view => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobjectsee above
renderingStack =>
0 =>
type => 3 (integer)
parsedTemplate => TYPO3\CMS\Fluid\Core\Parser\ParsingStateprototypeobjectmax depth
renderingContext => TYPO3\CMS\Fluid\Core\Rendering\RenderingContextprototypeobjectsee above
1 =>
type => 1 (integer)
parsedTemplate => TYPO3\CMS\Fluid\Core\Parser\ParsingStateprototypeobjectmax depth
renderingContext => TYPO3\CMS\Fluid\Core\Rendering\RenderingContextprototypeobjectsee above
partialIdentifierCache => array(empty)
fieldsCache =>
1267 =>
url => 'DdZHuoMm0yA' (11 chars)
contentElementRowsCache => array(empty)
templateFields =>
0 =>
type => 'template_type' (13 chars)
inline => 'template_content' (16 chars)
file => 'template_file' (13 chars)
3 =>
type => 'detailpage_template_type' (24 chars)
inline => 'detailpage_template' (19 chars)
file => 'detailpage_template_file' (24 chars)
4 =>
type => 'container_template_type' (23 chars)
inline => 'container_template' (18 chars)
file => 'container_template_file' (23 chars)
5 =>
type => 'backend_template_type' (21 chars)
inline => 'backend_template_content' (24 chars)
file => 'backend_template_file' (21 chars)
fields => (1 items)
0000000058e08e180000000020536709 => (uid=51, pid=0)
type => 0 (integer)
title => 'Youtube-Video-ID' (16 chars)
variable => 'url' (3 chars)
configuration => '<config>
<type>input</type>
<size>30</size>
<eval>trim,required</eval>
</config>' (87 chars)
mapTo => '' (0 chars)
newTcaFieldName => '' (0 chars)
newTcaFieldType => 'auto' (4 chars)
sectionFields => NULL
parentDce => (uid=11, pid=0)
fluidTemplateCache =>
11 =>
0 => TYPO3\CMS\Fluid\View\StandaloneViewprototypeobjectsee above
fieldsCache =>
1267 =>
url => 'DdZHuoMm0yA' (11 chars)
contentElementRowsCache => array(empty)
templateFields =>
0 =>
type => 'template_type' (13 chars)
inline => 'template_content' (16 chars)
file => 'template_file' (13 chars)
3 =>
type => 'detailpage_template_type' (24 chars)
inline => 'detailpage_template' (19 chars)
file => 'detailpage_template_file' (24 chars)
4 =>
type => 'container_template_type' (23 chars)
inline => 'container_template' (18 chars)
file => 'container_template_file' (23 chars)
5 =>
type => 'backend_template_type' (21 chars)
inline => 'backend_template_content' (24 chars)
file => 'backend_template_file' (21 chars)
fields => (1 items)
0000000058e089b70000000020536709 => (uid=51, pid=0)
type => 0 (integer)
title => 'Youtube-Video-ID' (16 chars)
variable => 'url' (3 chars)
configuration => '<config>
<type>input</type>
<size>30</size>
<eval>trim,required</eval>
</config>' (87 chars)
mapTo => '' (0 chars)
newTcaFieldName => '' (0 chars)
newTcaFieldType => 'auto' (4 chars)
sectionFields => NULL
parentDce => ArminVieweg\Dce\Domain\Model\Dceprototypepersistent entitysee above (uid=11, pid=0)
parentField => NULL
value => '' (0 chars)
uid => 51 (integer)
_localizedUid => 51 (integer)modified
_languageUid => NULL
_versionedUid => 51 (integer)modified
pid => 0 (integer)
containerIterator => NULL
hidden => FALSE
title => 'Youtube-Video einbinden' (23 chars)
templateType => 'file' (4 chars)
templateContent => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="Default" />
<f:section name="main"><div class="mb-3">
<div class="embed-responsive emb
ed-responsive-16by9">
<iframe src="https://www.youtube.com/embed/{field.u
rl}?rel=0&autohide=1&controls=2&enablejsapi=1&&showinfo=
0" allowfullscreen class="embed-responsive-item"></iframe>
</div></div>
<
/f:section>' (391 chars)
templateFile => 'fileadmin/Template/Resources/Private/DCE/Layouts/youtube-video_einbinden.htm
l' (77 chars)
templateLayoutRootPath => 'EXT:dce/Resources/Private/Layouts/' (34 chars)
templatePartialRootPath => 'EXT:dce/Resources/Private/Partials/' (35 chars)
useSimpleBackendView => TRUE
backendViewHeader => '*dcetitle' (9 chars)
backendViewBodytext => '' (0 chars)
backendTemplateType => '' (0 chars)
backendTemplateContent => '
{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="BackendTemplate
" />
<f:section name="header">
<strong>{dce.title}</strong><br>
</f:sectio
n>
<f:section name="bodytext">
Your backend template goes here...
</f:secti
on>' (231 chars)
backendTemplateFile => '' (0 chars)
enableDetailpage => FALSE
detailpageIdentifier => 'detailDceUid' (12 chars)
detailpageTemplateType => '' (0 chars)
detailpageTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="Default" />
<f:
section name="main">
Your detailpage template goes here...
</f:section>' (148 chars)
detailpageTemplateFile => '' (0 chars)
enableContainer => FALSE
containerItemLimit => 0 (integer)
containerTemplateType => '' (0 chars)
containerTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="DefaultContainer
" />
<f:section name="main">
<f:render partial="Container/Dces" arguments=
"{dces:dces}" />
</f:section>' (181 chars)
containerTemplateFile => '' (0 chars)
wizardEnable => TRUE
wizardCategory => 'special' (7 chars)
wizardDescription => '' (0 chars)
wizardIcon => 'content-textpic' (15 chars)
wizardCustomIcon => '' (0 chars)
contentObject => array(empty)
uid => 11 (integer)
_localizedUid => 11 (integer)modified
_languageUid => NULL
_versionedUid => 11 (integer)modified
pid => 0 (integer)
parentField => NULL
value => 'DdZHuoMm0yA' (11 chars)modified
uid => 51 (integer)
_localizedUid => 51 (integer)modified
_languageUid => NULL
_versionedUid => 51 (integer)modified
pid => 0 (integer)modified
containerIterator => NULL
hidden => FALSE
title => 'Youtube-Video einbinden' (23 chars)
templateType => 'file' (4 chars)
templateContent => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="Default" />
<f:section name="main"><div class="mb-3">
<div class="embed-responsive emb
ed-responsive-16by9">
<iframe src="https://www.youtube.com/embed/{field.u
rl}?rel=0&autohide=1&controls=2&enablejsapi=1&&showinfo=
0" allowfullscreen class="embed-responsive-item"></iframe>
</div></div>
<
/f:section>' (391 chars)
templateFile => 'fileadmin/Template/Resources/Private/DCE/Layouts/youtube-video_einbinden.htm
l' (77 chars)
templateLayoutRootPath => 'EXT:dce/Resources/Private/Layouts/' (34 chars)
templatePartialRootPath => 'EXT:dce/Resources/Private/Partials/' (35 chars)
useSimpleBackendView => TRUE
backendViewHeader => '*dcetitle' (9 chars)
backendViewBodytext => '' (0 chars)
backendTemplateType => '' (0 chars)
backendTemplateContent => '
{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="BackendTemplate
" />
<f:section name="header">
<strong>{dce.title}</strong><br>
</f:sectio
n>
<f:section name="bodytext">
Your backend template goes here...
</f:secti
on>' (231 chars)
backendTemplateFile => '' (0 chars)
enableDetailpage => FALSE
detailpageIdentifier => 'detailDceUid' (12 chars)
detailpageTemplateType => '' (0 chars)
detailpageTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="Default" />
<f:
section name="main">
Your detailpage template goes here...
</f:section>' (148 chars)
detailpageTemplateFile => '' (0 chars)
enableContainer => FALSE
containerItemLimit => 0 (integer)
containerTemplateType => '' (0 chars)
containerTemplate => '{namespace dce=ArminVieweg\Dce\ViewHelpers}
<f:layout name="DefaultContainer
" />
<f:section name="main">
<f:render partial="Container/Dces" arguments=
"{dces:dces}" />
</f:section>' (181 chars)
containerTemplateFile => '' (0 chars)
wizardEnable => TRUE
wizardCategory => 'special' (7 chars)
wizardDescription => '' (0 chars)
wizardIcon => 'content-textpic' (15 chars)
wizardCustomIcon => '' (0 chars)
contentObject =>
header_position => '' (0 chars)
image_compression => '0' (1 chars)
image_effects => '0' (1 chars)
image_noRows => '0' (1 chars)
section_frame => '0' (1 chars)
spaceAfter => '0' (1 chars)
spaceBefore => '0' (1 chars)
table_bgColor => '0' (1 chars)
table_border => '0' (1 chars)
table_cellpadding => '0' (1 chars)
table_cellspacing => '0' (1 chars)
bullets_type => '0' (1 chars)
uploads_description => '0' (1 chars)
uploads_type => '0' (1 chars)
assets => array(empty)
uid => '1267' (4 chars)
pid => '170' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_id => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_label => '' (0 chars)
t3ver_state => '0' (1 chars)
t3ver_stage => '0' (1 chars)
t3ver_count => '0' (1 chars)
t3ver_tstamp => '0' (1 chars)
t3ver_move_id => '0' (1 chars)
t3_origuid => '0' (1 chars)
tstamp => '1726556234' (10 chars)
crdate => '1726556104' (10 chars)
cruser_id => '5' (1 chars)
editlock => '0' (1 chars)
hidden => '0' (1 chars)
sorting => '48' (2 chars)
CType => 'dce_dceuid11' (12 chars)
header => '' (0 chars)
rowDescription => NULL
bodytext => '
' (2 chars)
image => '0' (1 chars)
imagewidth => '0' (1 chars)
imageorient => '17' (2 chars)
imagecols => '1' (1 chars)
imageborder => '0' (1 chars)
media => array(empty)
layout => '0' (1 chars)
deleted => '0' (1 chars)
cols => '0' (1 chars)
records => NULL
pages => NULL
starttime => '0' (1 chars)
endtime => '0' (1 chars)
colPos => '10' (2 chars)
subheader => '' (0 chars)
fe_group => '0' (1 chars)
header_link => '' (0 chars)
image_zoom => '1' (1 chars)
header_layout => '2' (1 chars)
menu_type => '0' (1 chars)
list_type => '' (0 chars)
select_key => '' (0 chars)
sectionIndex => '1' (1 chars)
linkToTop => '0' (1 chars)
file_collections => NULL
filelink_size => '0' (1 chars)
filelink_sorting => '' (0 chars)
target => '' (0 chars)
date => '0' (1 chars)
recursive => '0' (1 chars)
imageheight => '0' (1 chars)
sys_language_uid => '0' (1 chars)
tx_impexp_origuid => '0' (1 chars)
pi_flexform => '<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3FlexForms>
<
data>
<sheet index="sheet.tabGeneral">
<language index="
lDEF">
<field index="settings.url">
<val
ue index="vDEF">DdZHuoMm0yA</value>
</field>
</l
anguage>
</sheet>
</data>
</T3FlexForms>' (356 chars)
accessibility_title => '' (0 chars)
accessibility_bypass => '0' (1 chars)
accessibility_bypass_text => '' (0 chars)
l18n_parent => '0' (1 chars)
l18n_diffsource => 'a:4:{s:5:"CType";N;s:16:"sys_language_uid";N;s:6:"colPos";N;s:11:"pi_flexfor
m";N;}' (82 chars)
selected_categories => NULL
category_field => '' (0 chars)
table_caption => NULL
table_delimiter => '124' (3 chars)
table_enclosure => '0' (1 chars)
table_header_position => '0' (1 chars)
table_tfoot => '0' (1 chars)
categories => array(empty)
tx_dce_dce => '11' (2 chars)
tx_dce_index => NULL
tx_dce_new_container => '0' (1 chars)
tx_news_related_news => '0' (1 chars)
crop => '0' (1 chars)
imagecaption_position => '' (0 chars)
longdescURL => NULL
accordion_items => '0' (1 chars)
accordion_expand_single => '0' (1 chars)
tx_mask_faqs => '0' (1 chars)modified
uid => 11 (integer)
_localizedUid => 11 (integer)modified
_languageUid => NULL
_versionedUid => 11 (integer)modified
pid => 0 (integer)
TSFE =>
id => 170 (integer)
type => 0 (integer)
cHash => NULL
no_cache => FALSE
rootLine =>
3 =>
pid => '152' (3 chars)
uid => '170' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Tiefbaufacharbeiter (m/w/d), Fachwerker (m/w/d)' (47 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
2 =>
pid => '5' (1 chars)
uid => '152' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Karriereseiten' (14 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
1 =>
pid => '1' (1 chars)
uid => '5' (1 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Unternehmen' (11 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
0 =>
pid => '0' (1 chars)
uid => '1' (1 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Startseite' (10 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '' (0 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => '<INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/Template/Configuration/TSconfig
/setup.ts">
<INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/Template/Configura
tion/TSconfig/User.ts>' (174 chars)
tsconfig_includes => NULL
is_siteroot => '1' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '2' (1 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
page =>
uid => '170' (3 chars)
pid => '152' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_id => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_label => '' (0 chars)
t3ver_state => '0' (1 chars)
t3ver_stage => '0' (1 chars)
t3ver_count => '0' (1 chars)
t3ver_tstamp => '0' (1 chars)
t3ver_move_id => '0' (1 chars)
t3_origuid => '0' (1 chars)
tstamp => '1613469000' (10 chars)
sorting => '896' (3 chars)
deleted => '0' (1 chars)
perms_userid => '3' (1 chars)
perms_groupid => '1' (1 chars)
perms_user => '31' (2 chars)
perms_group => '31' (2 chars)
perms_everybody => '0' (1 chars)
editlock => '0' (1 chars)
crdate => '1613463820' (10 chars)
cruser_id => '3' (1 chars)
hidden => '0' (1 chars)
title => 'Tiefbaufacharbeiter (m/w/d), Fachwerker (m/w/d)' (47 chars)
doktype => '1' (1 chars)
TSconfig => NULL
is_siteroot => '0' (1 chars)
php_tree_stop => '0' (1 chars)
tx_impexp_origuid => '0' (1 chars)
url => '' (0 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
urltype => '1' (1 chars)
shortcut => '0' (1 chars)
shortcut_mode => '0' (1 chars)
no_cache => '0' (1 chars)
fe_group => '0' (1 chars)
subtitle => '' (0 chars)
layout => '0' (1 chars)
url_scheme => '0' (1 chars)
target => '' (0 chars)
media => '0' (1 chars)
lastUpdated => '0' (1 chars)
keywords => NULL
cache_timeout => '0' (1 chars)
cache_tags => '' (0 chars)
newUntil => '0' (1 chars)
description => '' (0 chars)
no_search => '0' (1 chars)
SYS_LASTCHANGED => '1726556234' (10 chars)
abstract => NULL
module => '' (0 chars)
extendToSubpages => '0' (1 chars)
author => '' (0 chars)
author_email => '' (0 chars)
nav_title => '' (0 chars)
nav_hide => '0' (1 chars)
content_from_pid => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
alias => '' (0 chars)
l18n_cfg => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout => '' (0 chars)
backend_layout_next_level => '' (0 chars)
tsconfig_includes => NULL
categories => '0' (1 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_pathoverride => '0' (1 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_nocache => '0' (1 chars)
contentPid => 170 (integer)
originalMountPointPage => NULL
originalShortcutPage => NULL
sys_page =>
urltypes =>
0 => '' (0 chars)
1 => 'http://' (7 chars)
2 => 'ftp://' (6 chars)
3 => 'mailto:' (7 chars)
4 => 'https://' (8 chars)
where_hid_del => ' AND pages.deleted=0 AND pages.t3ver_state<=0 AND pages.hidden=0 AND pages.s
tarttime<=1733493240 AND (pages.endtime=0 OR pages.endtime>1733493240) AND p
ages.doktype<200' (168 chars)
where_groupAccess => ' AND (pages.fe_group='' OR pages.fe_group IS NULL OR pages.fe_group='0' OR F
IND_IN_SET('0',pages.fe_group) OR FIND_IN_SET('-1',pages.fe_group))' (143 chars)
sys_language_uid => 0 (integer)
versioningPreview => FALSE
versioningPreview_where_hid_del => '' (0 chars)
versioningWorkspaceId => NULL
workspaceCache => array(empty)
error_getRootLine => '' (0 chars)
error_getRootLine_failPid => 0 (integer)
cache_getRootLine => array(empty)
cache_getPage =>
170 =>
14f81803a5171470db965020eb98f0cb =>
uid => '170' (3 chars)
pid => '152' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_id => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_label => '' (0 chars)
t3ver_state => '0' (1 chars)
t3ver_stage => '0' (1 chars)
t3ver_count => '0' (1 chars)
t3ver_tstamp => '0' (1 chars)
t3ver_move_id => '0' (1 chars)
t3_origuid => '0' (1 chars)
tstamp => '1613469000' (10 chars)
sorting => '896' (3 chars)
deleted => '0' (1 chars)
perms_userid => '3' (1 chars)
perms_groupid => '1' (1 chars)
perms_user => '31' (2 chars)
perms_group => '31' (2 chars)
perms_everybody => '0' (1 chars)
editlock => '0' (1 chars)
crdate => '1613463820' (10 chars)
cruser_id => '3' (1 chars)
hidden => '0' (1 chars)
title => 'Tiefbaufacharbeiter (m/w/d), Fachwerker (m/w/d)' (47 chars)
doktype => '1' (1 chars)
TSconfig => NULL
is_siteroot => '0' (1 chars)
php_tree_stop => '0' (1 chars)
tx_impexp_origuid => '0' (1 chars)
url => '' (0 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
urltype => '1' (1 chars)
shortcut => '0' (1 chars)
shortcut_mode => '0' (1 chars)
no_cache => '0' (1 chars)
fe_group => '0' (1 chars)
subtitle => '' (0 chars)
layout => '0' (1 chars)
url_scheme => '0' (1 chars)
target => '' (0 chars)
media => '0' (1 chars)
lastUpdated => '0' (1 chars)
keywords => NULL
cache_timeout => '0' (1 chars)
cache_tags => '' (0 chars)
newUntil => '0' (1 chars)
description => '' (0 chars)
no_search => '0' (1 chars)
SYS_LASTCHANGED => '1726556234' (10 chars)
abstract => NULL
module => '' (0 chars)
extendToSubpages => '0' (1 chars)
author => '' (0 chars)
author_email => '' (0 chars)
nav_title => '' (0 chars)
nav_hide => '0' (1 chars)
content_from_pid => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
alias => '' (0 chars)
l18n_cfg => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout => '' (0 chars)
backend_layout_next_level => '' (0 chars)
tsconfig_includes => NULL
categories => '0' (1 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_pathoverride => '0' (1 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_nocache => '0' (1 chars)
cache_getPage_noCheck => array(empty)
cache_getPageIdFromAlias => array(empty)
cache_getMountPointInfo => array(empty)
tableNamesAllowedOnRootLevel =>
0 => 'sys_file_metadata' (17 chars)
1 => 'sys_category' (12 chars)
computedPropertyNames =>
0 => '_LOCALIZED_UID' (14 chars)
1 => '_MP_PARAM' (9 chars)
2 => '_ORIG_uid' (9 chars)
3 => '_ORIG_pid' (9 chars)
4 => '_PAGES_OVERLAY' (14 chars)
5 => '_PAGES_OVERLAY_UID' (18 chars)
6 => '_PAGES_OVERLAY_LANGUAGE' (23 chars)
jumpurl => NULL
activeUrlHandlers => array(empty)
pageNotFound => 0 (integer)
domainStartPage => '1' (1 chars)
pageAccessFailureHistory => array(empty)
MP => '' (0 chars)
RDCT => NULL
page_cache_reg1 => 0 (integer)
siteScript => 'unternehmen/karriereseiten/tiefbaufacharbeiter-mwd-fachwerker-mwd/' (66 chars)
fe_user =>
formfield_permanent => 'permalogin' (10 chars)
sessionDataLifetime => 86400 (integer)
usergroup_column => 'usergroup' (9 chars)
usergroup_table => 'fe_groups' (9 chars)
groupData =>
title => array(empty)
uid => array(empty)
pid => array(empty)
TSdataArray =>
0 => '' (0 chars)
userTS => array(empty)
userTSUpdated => FALSE
sesData => array(empty)
sesData_change => FALSE
userData_change => FALSE
is_permanent => 0 (integer)
sessionDataTimestamp => NULL
loginHidden => FALSE
session_table => 'fe_sessions' (11 chars)
name => 'fe_typo_user' (12 chars)
get_name => 'ftu' (3 chars)
user_table => 'fe_users' (8 chars)
username_column => 'username' (8 chars)
userident_column => 'password' (8 chars)
userid_column => 'uid' (3 chars)
lastLogin_column => 'lastlogin' (9 chars)
enablecolumns =>
deleted => 'deleted' (7 chars)
disabled => 'disable' (7 chars)
starttime => 'starttime' (9 chars)
endtime => 'endtime' (7 chars)
showHiddenRecords => FALSE
formfield_uname => 'user' (4 chars)
formfield_uident => 'pass' (4 chars)
formfield_status => 'logintype' (9 chars)
auth_timeout_field => 6000 (integer)
lifetime => 0 (integer)
gc_time => 6000 (integer)
gc_probability => 1 (integer)
writeStdLog => FALSE
writeAttemptLog => FALSE
sendNoCacheHeaders => FALSE
getFallBack => TRUE
hash_length => 32 (integer)
getMethodEnabled => TRUE
lockIP => 2 (integer)
lockHashKeyWords => 'useragent' (9 chars)
warningEmail => '' (0 chars)
warningPeriod => 3600 (integer)
warningMax => 3 (integer)
checkPid => TRUE
checkPid_value => 0 (integer)
id => '7edbe9e3b8b8ca25c7dd09a21f4288cf' (32 chars)
loginFailure => FALSE
loginSessionStarted => FALSE
user => NULL
get_URL_ID => '&ftu=7edbe9e3b8b8ca25c7dd09a21f4288cf' (37 chars)
newSessionID => TRUE
forceSetCookie => FALSE
dontSetCookie => TRUE
cookieWasSetOnCurrentRequest => FALSE
loginType => 'FE' (2 chars)
svConfig => NULL
writeDevLog => FALSE
uc => NULL
db =>
debugOutput => 0 (integer)
debug_lastBuiltQuery => '' (0 chars)
store_lastBuiltQuery => FALSE
explainOutput => 0 (integer)
databaseHost => 'db1265.mydbserver.com' (21 chars)
databasePort => 3306 (integer)
databaseSocket => NULL
databaseName => 'usr_p379084_1' (13 chars)
databaseUsername => 'p379084' (7 chars)
databaseUserPassword => 'Ovipabic$847' (12 chars)
persistentDatabaseConnection => FALSE
connectionCompression => FALSE
connectionCharset => 'utf8' (4 chars)
initializeCommandsAfterConnect => array(empty)
isConnected => TRUE
link =>
affected_rows => 1 (integer)
client_info => 'mysqlnd 5.0.12-dev - 20150407 - $Id: b5c5906d452ec590732a93b051f3827e02749b8
3 $' (79 chars)
client_version => 50012 (integer)
connect_errno => 0 (integer)
connect_error => NULL
errno => 0 (integer)
error => '' (0 chars)
error_list => array(empty)
field_count => 1 (integer)
host_info => 'db1265.mydbserver.com via TCP/IP' (32 chars)
info => NULL
insert_id => 0 (integer)
server_info => '5.6.43-84.3' (11 chars)
server_version => 50643 (integer)
stat => 'Uptime: 1395763 Threads: 1 Questions: 121281816 Slow queries: 11299560 O
pens: 990820 Flush tables: 1 Open tables: 8000 Queries per second avg: 86
.892' (156 chars)
sqlstate => '00000' (5 chars)
protocol_version => 10 (integer)
thread_id => 1774513 (integer)
warning_count => 0 (integer)
default_charset => 'utf8' (4 chars)
preProcessHookObjects => array(empty)
postProcessHookObjects => array(empty)
dateTimeFormats =>
date =>
empty => '0000-00-00' (10 chars)
format => 'Y-m-d' (5 chars)
datetime =>
empty => '0000-00-00 00:00:00' (19 chars)
format => 'Y-m-d H:i:s' (11 chars)
loginUser => FALSE
gr_list => '0,-1' (4 chars)
beUserLogin => FALSE
workspacePreview => 0 (integer)
loginAllowedInBranch => TRUE
loginAllowedInBranch_mode => '' (0 chars)
ADMCMD_preview_BEUSER_uid => 0 (integer)
fePreview => 0 (integer)
showHiddenPage => FALSE
showHiddenRecords => FALSE
simUserGroup => 0 (integer)
TYPO3_CONF_VARS =>
GFX =>
image_processing => 1 (integer)
thumbnails => TRUE
thumbnails_png => 0 (integer)
gif_compress => TRUE
imagefile_ext => 'gif,jpg,jpeg,tif,tiff,bmp,pcx,tga,png,pdf,ai,svg' (48 chars)
gdlib => TRUE
gdlib_png => 0 (integer)
im => 1 (integer)
im_path => '/usr/local/bin/' (15 chars)
im_path_lzw => '/usr/local/bin/' (15 chars)
im_version_5 => 'gm' (2 chars)
im_v5effects => -1 (integer)
im_mask_temp_ext_gif => 1 (integer)
im_noScaleUp => '0' (1 chars)
im_noFramePrepended => FALSE
im_stripProfileCommand => '+profile '*'' (12 chars)
im_useStripProfileByDefault => TRUE
jpg_quality => '65' (2 chars)
png_truecolor => TRUE
colorspace => 'RGB' (3 chars)
SYS =>
lang =>
format =>
priority => 'xlf,xml' (7 chars)
parser =>
xml => 'TYPO3\CMS\Core\Localization\Parser\LocallangXmlParser' (53 chars)
xlf => 'TYPO3\CMS\Core\Localization\Parser\XliffParser' (46 chars)
fileCreateMask => '0644' (4 chars)
folderCreateMask => '0755' (4 chars)
features =>
security.frontend.htmlSanitizeParseFuncDefault => TRUE
security.backend.enforceReferrer => TRUE
security.backend.htmlSanitizeRte => FALSE
createGroup => '' (0 chars)
sitename => 'MICHEL BAU' (10 chars)
encryptionKey => 'hPx9HpuKpmPFmHRdXVhujPtYmu5Bk89AqqDAJL96+/NqcXmUiudBcSVotD2j1ei5zqbxsV3vlMY5
1PNqJdbuha08u1N/TlaK' (96 chars)
cookieDomain => '' (0 chars)
cookieSecure => 0 (integer)
cookieHttpOnly => TRUE
doNotCheckReferer => '1' (1 chars)
recursiveDomainSearch => FALSE
trustedHostsPattern => 'SERVER_NAME' (11 chars)
devIPmask => '' (0 chars)
ipAnonymization => 1 (integer)
sqlDebug => 0 (integer)
enable_DLOG => FALSE
ddmmyy => 'd-m-y' (5 chars)
hhmm => 'H:i' (3 chars)
USdateFormat => FALSE
loginCopyrightWarrantyProvider => '' (0 chars)
loginCopyrightWarrantyURL => '' (0 chars)
curlUse => FALSE
curlProxyNTLM => FALSE
curlProxyServer => '' (0 chars)
curlProxyTunnel => FALSE
curlProxyUserPass => '' (0 chars)
curlTimeout => 0 (integer)
textfile_ext => 'txt,html,htm,css,tmpl,js,sql,xml,csv,xlf,yaml,t3s,ts' (52 chars)
mediafile_ext => 'gif,jpg,jpeg,bmp,png,pdf,svg,ai,mp3,wav,mp4,webm,youtube,vimeo' (62 chars)
binPath => '' (0 chars)
binSetup => '' (0 chars)
t3lib_cs_convMethod => 'mbstring' (8 chars)
t3lib_cs_utils => 'mbstring' (8 chars)
no_pconnect => TRUE
dbClientCompress => FALSE
setDBinit => '' (0 chars)
setMemoryLimit => 0 (integer)
phpTimeZone => 'Europe/Berlin' (13 chars)
systemLog => '' (0 chars)
systemLogLevel => 2 (integer)
enableDeprecationLog => FALSE
maxFileNameLength => 60 (integer)
UTF8filesystem => '1' (1 chars)
systemLocale => 'de_DE' (5 chars)
lockingMode => 'simple' (6 chars)
reverseProxyIP => '' (0 chars)
reverseProxyHeaderMultiValue => 'none' (4 chars)
reverseProxyPrefix => '' (0 chars)
reverseProxySSL => '' (0 chars)
reverseProxyPrefixSSL => '' (0 chars)
caching =>
cacheConfigurations =>
cache_core =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\PhpFrontend' (41 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend' (46 chars)
options => array(1 item)max depth
groups => array(1 item)max depth
cache_hash =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
options => array(empty)max depth
groups => array(2 items)max depth
cache_pages =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
options => array(1 item)max depth
groups => array(2 items)max depth
cache_pagesection =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
options => array(2 items)max depth
groups => array(2 items)max depth
cache_phpcode =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\PhpFrontend' (41 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\FileBackend' (40 chars)
options => array(1 item)max depth
groups => array(1 item)max depth
cache_runtime =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\TransientMemoryBackend' (51 chars)
options => array(empty)max depth
groups => array(empty)max depth
cache_rootline =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
options => array(1 item)max depth
groups => array(2 items)max depth
cache_imagesizes =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
options => array(1 item)max depth
groups => array(1 item)max depth
l10n =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\SimpleFileBackend' (46 chars)
options => array(1 item)max depth
groups => array(1 item)max depth
fluid_template =>
backend => 'TYPO3\CMS\Core\Cache\Backend\FileBackend' (40 chars)
frontend => 'TYPO3\CMS\Core\Cache\Frontend\PhpFrontend' (41 chars)
groups => array(1 item)max depth
extbase_object =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
options => array(1 item)max depth
groups => array(1 item)max depth
extbase_reflection =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
options => array(1 item)max depth
groups => array(1 item)max depth
extbase_typo3dbbackend_tablecolumns =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\NullBackend' (40 chars)
groups => array(1 item)max depth
extbase_typo3dbbackend_queries =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
groups => array(1 item)max depth
extbase_datamapfactory_datamap =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\Typo3DatabaseBackend' (49 chars)
groups => array(1 item)max depth
ws_scss =>
frontend => 'TYPO3\CMS\Core\Cache\Frontend\VariableFrontend' (46 chars)
backend => 'TYPO3\CMS\Core\Cache\Backend\FileBackend' (40 chars)
options => array(1 item)max depth
htmlSanitizer =>
default => 'TYPO3\CMS\Core\Html\DefaultSanitizerBuilder' (43 chars)
defaultCategorizedTables => 'pages,tt_content,sys_file_metadata' (34 chars)
displayErrors => 0 (integer)
productionExceptionHandler => 'TYPO3\CMS\Core\Error\ProductionExceptionHandler' (47 chars)
debugExceptionHandler => 'TYPO3\CMS\Core\Error\DebugExceptionHandler' (42 chars)
errorHandler => 'TYPO3\CMS\Core\Error\ErrorHandler' (33 chars)
errorHandlerErrors => 30466 (integer)
exceptionalErrors => 20480 (integer)
enable_errorDLOG => 0 (integer)
enable_exceptionDLOG => 0 (integer)
syslogErrorReporting => 30711 (integer)
belogErrorReporting => 30711 (integer)
locallangXMLOverride => array(empty)
generateApacheHtaccess => 1 (integer)
Objects =>
TYPO3\CMS\Backend\Search\LiveSearch\LiveSearch =>
className => 'ArminVieweg\Dce\XClass\LiveSearchCompatibility' (46 chars)
TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject =>
className => 'MASK\Mask\Fluid\FluidTemplateContentObject' (42 chars)
fal =>
registeredDrivers =>
Local =>
class => 'TYPO3\CMS\Core\Resource\Driver\LocalDriver' (42 chars)
shortName => 'Local' (5 chars)
flexFormDS => 'FILE:EXT:core/Configuration/Resource/Driver/LocalDriverFlexForm.xml' (67 chars)
label => 'Local filesystem' (16 chars)
defaultFilterCallbacks =>
0 =>
0 => 'TYPO3\CMS\Core\Resource\Filter\FileNameFilter' (45 chars)
1 => 'filterHiddenFilesAndFolders' (27 chars)
processingTaskTypes =>
Image.Preview => 'TYPO3\CMS\Core\Resource\Processing\ImagePreviewTask' (51 chars)
Image.CropScaleMask => 'TYPO3\CMS\Core\Resource\Processing\ImageCropScaleMaskTask' (57 chars)
registeredCollections =>
static => 'TYPO3\CMS\Core\Resource\Collection\StaticFileCollection' (55 chars)
folder => 'TYPO3\CMS\Core\Resource\Collection\FolderBasedFileCollection' (60 chars)
category => 'TYPO3\CMS\Core\Resource\Collection\CategoryBasedFileCollection' (62 chars)
onlineMediaHelpers =>
youtube => 'TYPO3\CMS\Core\Resource\OnlineMedia\Helpers\YouTubeHelper' (57 chars)
vimeo => 'TYPO3\CMS\Core\Resource\OnlineMedia\Helpers\VimeoHelper' (55 chars)
IconFactory =>
recordStatusMapping =>
hidden => 'overlay-hidden' (14 chars)
fe_group => 'overlay-restricted' (18 chars)
starttime => 'overlay-scheduled' (17 chars)
endtime => 'overlay-scheduled' (17 chars)
futureendtime => 'overlay-scheduled' (17 chars)
readonly => 'overlay-readonly' (16 chars)
deleted => 'overlay-deleted' (15 chars)
missing => 'overlay-missing' (15 chars)
translated => 'overlay-translated' (18 chars)
protectedSection => 'overlay-includes-subpages' (25 chars)
overlayPriorities =>
0 => 'hidden' (6 chars)
1 => 'starttime' (9 chars)
2 => 'endtime' (7 chars)
3 => 'futureendtime' (13 chars)
4 => 'protectedSection' (16 chars)
5 => 'fe_group' (8 chars)
FileInfo =>
fileExtensionToMimeType =>
svg => 'image/svg+xml' (13 chars)
youtube => 'video/youtube' (13 chars)
vimeo => 'video/vimeo' (11 chars)
livesearch =>
page => 'pages' (5 chars)
content => 'tt_content' (10 chars)
isInitialInstallationInProgress => FALSE
isInitialDatabaseImportDone => TRUE
clearCacheSystem => FALSE
formEngine =>
nodeRegistry =>
1436965601 =>
nodeName => 'rsaInput' (8 chars)
priority => '70' (2 chars)
class => 'TYPO3\CMS\Rsaauth\Form\Element\RsaInputElement' (46 chars)
1433089350 =>
nodeName => 't3editor' (8 chars)
priority => 40 (integer)
class => 'TYPO3\CMS\T3editor\Form\Element\T3editorElement' (47 chars)
nodeResolver =>
1433167475 =>
nodeName => 'text' (4 chars)
priority => 40 (integer)
class => 'TYPO3\CMS\Rtehtmlarea\Form\Resolver\RichTextNodeResolver' (56 chars)
formDataGroup =>
tcaDatabaseRecord =>
TYPO3\CMS\Backend\Form\FormDataProvider\ReturnUrl => array(empty)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEditRow => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseParentPageRow => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseUserPermissionCheck => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEffectivePid => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabasePageRootline => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\UserTsConfig => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\PageTsConfig => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\InitializeProcessedTca => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\InlineOverrideChildTca => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\ParentPageTca => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowInitializeNew => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseUniqueUidNewRow => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDateTimeFields => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDefaultValues => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordOverrideValues => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaGroup => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseSystemLanguageRows => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabasePageLanguageOverlayRows => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseLanguageRows => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordTypeValue => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\PageTsConfigMerged => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsOverrides => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessCommon => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessRecordTitle => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessPlaceholders => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessShowitem => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsRemoveUnused => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaTypesShowitem => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessFieldLabels => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexFetch => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexPrepare => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexProcess => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaRadioItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaCheckboxItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectTreeItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInline => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInputPlaceholders => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineIsOnSymmetricSide => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaRecordTitle => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\EvaluateDisplayConditions => array(1 item)max depth
flexFormSegment =>
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDefaultValues => array(empty)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsProcessFieldLabels => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaGroup => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaRadioItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaCheckboxItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectTreeItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInline => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInputPlaceholders => array(1 item)max depth
tcaInputPlaceholderRecord =>
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseEditRow => array(empty)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\InitializeProcessedTca => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRowDefaultValues => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaGroup => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\DatabaseRecordTypeValue => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsRemoveUnused => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaRadioItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaCheckboxItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaSelectTreeItems => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInline => array(1 item)max depth
inlineParentRecord =>
TYPO3\CMS\Backend\Form\FormDataProvider\InitializeProcessedTca => array(empty)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\InlineOverrideChildTca => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaColumnsRemoveUnused => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexFetch => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexPrepare => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaFlexProcess => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineExpandCollapseState => array(1 item)max depth
TYPO3\CMS\Backend\Form\FormDataProvider\TcaInlineConfiguration => array(1 item)max depth
EXT =>
allowGlobalInstall => FALSE
allowLocalInstall => TRUE
allowSystemInstall => FALSE
excludeForPackaging => '(?:\..*(?!htaccess)|.*~|.*\.swp|.*\.bak|\.sass-cache|node_modules|bower_comp
onents)' (83 chars)
extConf =>
saltedpasswords => 'a:2:{s:3:"BE.";a:4:{s:21:"saltedPWHashingMethod";s:41:"TYPO3\CMS\Saltedpassw
ords\Salt\PhpassSalt";s:11:"forceSalted";i:0;s:15:"onlyAuthService";i:0;s:12
:"updatePasswd";i:1;}s:3:"FE.";a:5:{s:7:"enabled";i:1;s:21:"saltedPWHashingM
ethod";s:41:"TYPO3\CMS\Saltedpasswords\Salt\PhpassSalt";s:11:"forceSalted";i
:0;s:15:"onlyAuthService";i:0;s:12:"updatePasswd";i:1;}}' (360 chars)
custom => 'a:0:{}' (6 chars)
datamints_piwik => 'a:0:{}' (6 chars)
dce => 'a:5:{s:29:"disableAutoClearFrontendCache";s:1:"0";s:17:"disableCodemirror";s
:1:"0";s:17:"enableUpdateCheck";s:1:"0";s:21:"disableAutoClearCache";s:1:"0"
;s:16:"filebasedDcePath";s:0:"";}' (185 chars)
in_elements => 'a:0:{}' (6 chars)
ip_issuu-master => 'a:0:{}' (6 chars)
lfeditor => 'a:4:{s:13:"viewLanguages";s:0:"";s:15:"defaultLanguage";s:2:"de";s:9:"extIgn
ore";s:23:"/^(CVS|.svn|.git|csh_)/";s:13:"changeXlfDate";s:1:"1";}' (142 chars)
mask => 'a:8:{s:4:"json";s:19:"typo3conf/mask.json";s:7:"content";s:52:"fileadmin/Tem
plate/Resources/Private/Mask/Templates/";s:7:"layouts";s:50:"fileadmin/Templ
ate/Resources/Private/Mask/Layouts/";s:8:"partials";s:51:"fileadmin/Template
/Resources/Private/Mask/Partials/";s:7:"backend";s:50:"fileadmin/Template/Re
sources/Private/Backend/Mask/";s:15:"layouts_backend";s:58:"fileadmin/Templa
te/Resources/Private/Backend/Mask/Layouts/";s:16:"partials_backend";s:59:"fi
leadmin/Template/Resources/Private/Backend/Mask/Partials/";s:7:"preview";s:6
0:"fileadmin/Template/Resources/Private/Backend/Mask/Templates/";}' (598 chars)
news => 'a:14:{s:13:"prependAtCopy";s:1:"1";s:6:"tagPid";s:1:"1";s:12:"rteForTeaser";
s:1:"0";s:22:"contentElementRelation";s:1:"0";s:13:"manualSorting";s:1:"0";s
:19:"categoryRestriction";s:0:"";s:34:"categoryBeGroupTceFormsRestriction";s
:1:"0";s:19:"dateTimeNotRequired";s:1:"0";s:11:"archiveDate";s:4:"date";s:24
:"showAdministrationModule";s:1:"1";s:35:"hidePageTreeForAdministrationModul
e";s:1:"0";s:12:"showImporter";s:1:"0";s:18:"storageUidImporter";s:1:"1";s:2
2:"resourceFolderImporter";s:12:"/news_import";}' (504 chars)
powermail => 'a:8:{s:12:"disableIpLog";s:1:"0";s:27:"disableMarketingInformation";s:1:"1";
s:20:"disableBackendModule";s:1:"0";s:24:"disablePluginInformation";s:1:"0";
s:35:"disablePluginInformationMailPreview";s:1:"0";s:13:"enableCaching";s:1:
"0";s:15:"l10n_mode_merge";s:1:"0";s:29:"replaceIrreWithElementBrowser";s:1:
"0";}' (309 chars)
realurl => 'a:6:{s:10:"configFile";s:26:"typo3conf/realurl_conf.php";s:14:"enableAutoCon
f";s:1:"1";s:14:"autoConfFormat";s:1:"0";s:17:"segTitleFieldList";s:0:"";s:1
2:"enableDevLog";s:1:"0";s:10:"moduleIcon";s:1:"0";}' (204 chars)
recycler => 'a:0:{}' (6 chars)
rsaauth => 'a:1:{s:18:"temporaryDirectory";s:0:"";}' (39 chars)
rtehtmlarea => 'a:8:{s:21:"noSpellCheckLanguages";s:23:"ja,km,ko,lo,th,zh,b5,gb";s:15:"Aspel
lDirectory";s:15:"/usr/bin/aspell";s:20:"defaultConfiguration";s:105:"Typica
l (Most commonly used features are enabled. Select this option if you are un
sure which one to use.)";s:12:"enableImages";s:1:"1";s:20:"enableInlineEleme
nts";s:1:"0";s:19:"allowStyleAttribute";s:1:"1";s:24:"enableAccessibilityIco
ns";s:1:"0";s:16:"forceCommandMode";s:1:"0";}' (425 chars)
video_shariff => 'a:0:{}' (6 chars)
ws_scss => 'a:0:{}' (6 chars)
runtimeActivatedPackages => array(empty)
BE =>
lang =>
debug => FALSE
unzip_path => '' (0 chars)
fileadminDir => 'fileadmin/' (10 chars)
RTE_imageStorageDir => 'uploads/media' (13 chars)
lockRootPath => '' (0 chars)
userHomePath => '' (0 chars)
groupHomePath => '' (0 chars)
userUploadDir => '' (0 chars)
warning_email_addr => '' (0 chars)
warning_mode => '' (0 chars)
lockIP => 4 (integer)
sessionTimeout => 3600 (integer)
IPmaskList => '' (0 chars)
lockBeUserToDBmounts => TRUE
lockSSL => 0 (integer)
lockSSLPort => 0 (integer)
enabledBeUserIPLock => TRUE
lockHashKeyWords => 'useragent' (9 chars)
cookieDomain => '' (0 chars)
cookieName => 'be_typo_user' (12 chars)
loginSecurityLevel => 'rsa' (3 chars)
showRefreshLoginPopup => FALSE
adminOnly => 0 (integer)
disable_exec_function => FALSE
compressionLevel => '9' (1 chars)
installToolPassword => '$P$CBWoWKdPG4TLD0Sa81DWhiTM/Cg.fF1' (34 chars)
pageTree =>
preloadLimit => 50 (integer)
defaultUserTSconfig => 'options.enableBookmarks=1
options.file_list.enableDisplayBigControlPanel=
selectable
options.file_list.enableDisplayThumbnails=selectable
option
s.file_list.enableClipBoard=selectable
options.pageTree {
doktypesToS
howInNewPageDragArea = 1,6,4,7,3,254,255,199
}
options.contextMenu.op
tions.leftIcons = 1
options.contextMenu {
table {
virtual_root {
disableItems =
items {
100 = ITEM
100 {
name = history
label = LLL:EXT:lang/locallang_misc.xlf:CM_history
iconName = actions-document-history-open
displayCondition = ca
nShowHistory != 0
callbackAction = openHistoryPopUp
}
}
}
pages_root {
disableItems =
items {
100 =
ITEM
100 {
name = view
label = LLL:EXT:lang/locallang
_core.xlf:cm.view
iconName = actions-document-view
displayCo
ndition = canBeViewed != 0
callbackAction = viewPage
}
200 = ITEM
200 {
name = new
label = LLL:EXT:lang/lo
callang_core.xlf:cm.new
iconName = actions-page-new
displayC
ondition = canCreateNewPages != 0
callbackAction = newPageWizard
}
300 = DIVIDER
400 = ITEM
400 {
name = h
istory
label = LLL:EXT:lang/locallang_misc.xlf:CM_history
ic
onName = actions-document-history-open
displayCondition = canShowHis
tory != 0
callbackAction = openHistoryPopUp
}
}
}
pages {
disableItems =
items {
100 = ITEM
1
00 {
name = view
label = LLL:EXT:lang/locallang_core.xlf:cm.
view
iconName = actions-document-view
displayCondition = can
BeViewed != 0
callbackAction = viewPage
}
200 = DIVID
ER
300 = ITEM
300 {
name = disable
label = LL
L:EXT:lang/locallang_common.xlf:disable
iconName = actions-edit-hide
displayConditio...' (6929 chars)
defaultPageTSconfig => 'mod.web_list.enableDisplayBigControlPanel=selectable
mod.web_list.enableC
lipBoard=selectable
mod.web_list.enableLocalizationView=selectable
mod
.web_list.tableDisplayOrder {
be_users.after = be_groups
sys_filemou
nts.after = be_users
sys_file_storage.after = sys_filemounts
sys_lan
guage.after = sys_file_storage
pages_language_overlay.before = pages
fe_users.after = fe_groups
fe_users.before = pages
sys_template.aft
er = pages
backend_layout.after = pages
sys_domain.after = sys_templ
ate
tt_content.after = pages,backend_layout,sys_template
sys_categor
y.after = tt_content
}
mod.wizards.newRecord.pages.show.pageInside=1
mod.wizards.newRecord.pages.show.pageAfter=1
mod.wizards.newRecord.page
s.show.pageSelectPosition=1
mod.web_view.previewFrameWidths {
1280.la
bel = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:computer
1024.label = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf:tabl
et
960.label = LLL:EXT:viewpage/Resources/Private/Language/locallang.xlf
:mobile
800.label = LLL:EXT:viewpage/Resources/Private/Language/locallan
g.xlf:computer
768.label = LLL:EXT:viewpage/Resources/Private/Language/l
ocallang.xlf:tablet
600.label = LLL:EXT:viewpage/Resources/Private/Langu
age/locallang.xlf:tablet
640.label = LLL:EXT:viewpage/Resources/Private/
Language/locallang.xlf:mobile
480.label = LLL:EXT:viewpage/Resources/Pri
vate/Language/locallang.xlf:mobile
400.label = LLL:EXT:viewpage/Resource
s/Private/Language/locallang.xlf:mobile
360.label = LLL:EXT:viewpage/Res
ources/Private/Language/locallang.xlf:mobile
300.label = LLL:EXT:viewpag
e/Resources/Private/Language/locallang.xlf:mobile
}
[GLOBAL]
<INCLUDE_
TYPOSCRIPT: source="FILE:EXT:backend/Configuration/PageTSconfig/NewContentEl
ementWizard.ts">
[GLOBAL]
RTE.default.skin = EXT:t3skin/rtehtmlarea/htmlar
ea.css
RTE.default.FE.skin = EXT:t3skin/rtehtmlarea/htmlarea.css
[GLOBAL]
<INCLUDE_TYPOSCRIPT: sou...' (7904 chars)
defaultPermissions => array(empty)
defaultUC => array(empty)
fileExtensions =>
webspace =>
allow => '' (0 chars)
deny => 'php,php3,php4,php5,php6,php7,phpsh,inc,phtml,pht,phar' (53 chars)
ftpspace =>
allow => '*' (1 chars)
deny => '' (0 chars)
customPermOptions => array(empty)
fileDenyPattern => '\.(php[3-7]?|phpsh|phtml|pht|phar|shtml|cgi|pl)(\..*)?$|^\.htaccess$' (68 chars)
interfaces => 'backend' (7 chars)
notificationPrefix => '[TYPO3 Note]' (12 chars)
explicitADmode => 'explicitAllow' (13 chars)
niceFlexFormXMLtags => TRUE
compactFlexFormXML => 0 (integer)
flexformForceCDATA => 0 (integer)
explicitConfirmationOfTranslation => FALSE
versionNumberInFilename => '1' (1 chars)
spriteIconGenerator_handler => 'TYPO3\CMS\Backend\Sprite\SimpleSpriteHandler' (44 chars)
debug => FALSE
AJAX => array(empty)
toolbarItems => array(empty)
HTTP =>
Response =>
Headers =>
clickJackingProtection => 'X-Frame-Options: SAMEORIGIN' (27 chars)
XCLASS => array(empty)
FE =>
enableRecordRegistration => FALSE
addAllowedPaths => '' (0 chars)
debug => FALSE
noPHPscriptInclude => FALSE
strictFormmail => TRUE
secureFormmail => TRUE
formmailMaxAttachmentSize => 250000 (integer)
compressionLevel => '9' (1 chars)
pageNotFound_handling => '' (0 chars)
pageNotFound_handling_statheader => 'HTTP/1.0 404 Not Found' (22 chars)
pageNotFoundOnCHashError => TRUE
pageUnavailable_handling => '' (0 chars)
pageUnavailable_handling_statheader => 'HTTP/1.0 503 Service Temporarily Unavailable' (44 chars)
pageUnavailable_force => FALSE
addRootLineFields => 'tx_realurl_pathsegment,tx_realurl_exclude,tx_realurl_pathoverride' (65 chars)
checkFeUserPid => TRUE
lockIP => 2 (integer)
loginSecurityLevel => 'rsa' (3 chars)
lifetime => 0 (integer)
sessionDataLifetime => 86400 (integer)
permalogin => 0 (integer)
maxSessionDataSize => 10000 (integer)
cookieDomain => '' (0 chars)
cookieName => 'fe_typo_user' (12 chars)
lockHashKeyWords => 'useragent' (9 chars)
defaultUserTSconfig => '' (0 chars)
defaultTypoScript_constants => '' (0 chars)
defaultTypoScript_constants. =>
defaultContentRendering => '
[GLOBAL]
#############################################
## TypoScript added
by extension "TYPO3.CMS.Felogin"
##########################################
###
styles.content.loginform {
# cat=content/cLogin; type=int+; label=
PID of user archive: Enter the page-uid number (PID) of the folder where yo
u keep your fe_users that are supposed to login on this site. This setting i
s necessary, if login is going to work!
pid =
# cat=content/cLogin; ty
pe=; label= Login template: Enter the path for the HTML template to be used
templateFile = EXT:felogin/Resources/Private/Templates/FrontendLogin.html
}
' (610 chars)
defaultTypoScript_setup => '
[GLOBAL]
module.tx_mask {
view {
templateRootPaths {
10 = EXT:mask/R
esources/Private/Backend/Templates/
}
partialRootPaths {
10 = EXT:mas
k/Resources/Private/Backend/Partials/
}
layoutRootPaths {
10 = EXT:ma
sk/Resources/Private/Backend/Layouts/
}
}
persistence{
classes {
MA
SK\Mask\Domain\Model\BackendLayout {
mapping {
tableName = backend_
layout
columns {
uid.mapOnProperty = uid
title.mapOnPropert
y = title
}
}
}
}
}
}
mask.tt_content.mask_faq = USER
mask.tt
_content.mask_faq {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
exten
sionName = Mask
pluginName = ContentRenderer
vendorName = MASK
settings.f
ile = fileadmin/Template/Resources/Private/Mask/Templates/faq.html
switchab
leControllerActions.Frontend.1 = contentelement
action = contentelement
co
ntroller = Frontend
}
' (858 chars)
defaultTypoScript_setup. =>
defaultContentRendering => '
[GLOBAL]
#############################################
## TypoScript added
by extension "rtehtmlarea"
#############################################
<
INCLUDE_TYPOSCRIPT: source="FILE:EXT:rtehtmlarea/Configuration/TypoScript/Im
ageRendering/setup.txt">
[GLOBAL]
#########################################
####
## TypoScript added by extension "TYPO3.CMS.Felogin"
##################
###########################
# Setting "felogin" plugin TypoScript
tt_conte
nt.login = COA
tt_content.login {
10 =< lib.stdheader
20 >
20 =< plugin.t
x_felogin_pi1
}
[GLOBAL]
#############################################
##
TypoScript added by extension "Form"
#######################################
######
# Setting Form plugin TypoScript
tt_content.list.20.form_form = USE
R
tt_content.list.20.form_form {
userFunc = TYPO3\CMS\Extbase\Core\Bootstra
p->run
extensionName = Form
pluginName = Form
vendorName = TYPO3\CMS
}
[
GLOBAL]
#############################################
## TypoScript added by
extension "Dce"
#############################################
# Setting D
ce plugin TypoScript
tt_content.list.20.dce_dce = USER
tt_content.list.20.dc
e_dce {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensionName = D
ce
pluginName = Dce
vendorName = ArminVieweg
}
[GLOBAL]
#################
############################
## TypoScript added by extension "Dce"
########
#####################################
# Setting Dce plugin TypoScript
tt_c
ontent.dce_dceuid12 = COA
tt_content.dce_dceuid12 {
10 = < lib.stdheader
2
0 = USER
20 {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
extensio
nName = Dce
pluginName = dceuid12
vendorName = ArminVieweg
}
}
[GLOBAL
]
#############################################
## TypoScript added by exten
sion "dce"
#############################################
# Hide lib.stdhead
er for DCE with uid 12
tt_content.dce_dceuid12.10 >
[GLOBAL]
##
###########################################
## TypoScript added by extension
"Dce"
#################...' (7066 chars)
additionalAbsRefPrefixDirectories => '' (0 chars)
IPmaskMountGroups => array(empty)
get_url_id_token => '#get_URL_ID_TOK#' (16 chars)
content_doktypes => '1,2,5,7' (7 chars)
enable_mount_pids => TRUE
pageOverlayFields => 'uid,doktype,title,subtitle,nav_title,media,keywords,description,abstract,aut
hor,author_email,url,urltype,shortcut,shortcut_mode,tx_realurl_pathsegment' (150 chars)
hidePagesIfNotTranslatedByDefault => '0' (1 chars)
eID_include =>
dumpFile => 'TYPO3\CMS\Core\Controller\FileDumpController::dumpAction' (56 chars)
requirejs => 'TYPO3\CMS\Core\Controller\RequireJsController::retrievePath' (59 chars)
tx_cms_showpic => 'TYPO3\CMS\Frontend\Controller\ShowImageController::processRequest' (65 chars)
ExtDirect => 'TYPO3\CMS\Frontend\Controller\ExtDirectEidController::processRequest' (68 chars)
rtehtmlarea_spellchecker => 'TYPO3\CMS\Rtehtmlarea\Controller\SpellCheckingController::processRequest' (72 chars)
RsaPublicKeyGenerationController => 'TYPO3\CMS\Rsaauth\Controller\RsaPublicKeyGenerationController::processReques
t' (77 chars)
powermailEidGetLocation => 'EXT:powermail/Classes/Eid/GetLocationEid.php' (44 chars)
powermailEidMarketing => 'EXT:powermail/Classes/Eid/MarketingEid.php' (42 chars)
disableNoCacheParameter => FALSE
cacheHash =>
cachedParametersWhiteList => array(empty)
excludedParameters =>
0 => 'L' (1 chars)
1 => 'pk_campaign' (11 chars)
2 => 'pk_kwd' (6 chars)
3 => 'utm_source' (10 chars)
4 => 'utm_medium' (10 chars)
5 => 'utm_campaign' (12 chars)
6 => 'utm_term' (8 chars)
7 => 'utm_content' (11 chars)
8 => 'fbclid' (6 chars)
9 => 'msclkid' (7 chars)
10 => 'gclid' (5 chars)
requireCacheHashPresenceParameters => array(empty)
includePageId => TRUE
excludedParametersIfEmpty => array(empty)
cHashIncludePageId => TRUE
cHashExcludedParameters => 'L, pk_campaign, pk_kwd, utm_source, utm_medium, utm_campaign, utm_term, utm_
content, fbclid, msclkid, gclid' (107 chars)
cHashOnlyForParameters => '' (0 chars)
cHashRequiredParameters => '' (0 chars)
cHashExcludedParametersIfEmpty => '' (0 chars)
workspacePreviewLogoutTemplate => '' (0 chars)
versionNumberInFilename => 'embed' (5 chars)
contentRenderingTemplates =>
0 => 'cssstyledcontent/static/' (24 chars)
1 => 'cssstyledcontent/static/v6.2/' (29 chars)
2 => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars)
ContentObjects =>
TEXT => 'TYPO3\CMS\Frontend\ContentObject\TextContentObject' (50 chars)
CASE => 'TYPO3\CMS\Frontend\ContentObject\CaseContentObject' (50 chars)
COA => 'TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayContentObject' (64 chars)
COA_INT => 'TYPO3\CMS\Frontend\ContentObject\ContentObjectArrayInternalContentObject' (72 chars)
USER => 'TYPO3\CMS\Frontend\ContentObject\UserContentObject' (50 chars)
USER_INT => 'TYPO3\CMS\Frontend\ContentObject\UserInternalContentObject' (58 chars)
FILE => 'TYPO3\CMS\Frontend\ContentObject\FileContentObject' (50 chars)
FILES => 'TYPO3\CMS\Frontend\ContentObject\FilesContentObject' (51 chars)
IMAGE => 'TYPO3\CMS\Frontend\ContentObject\ImageContentObject' (51 chars)
IMG_RESOURCE => 'TYPO3\CMS\Frontend\ContentObject\ImageResourceContentObject' (59 chars)
CONTENT => 'TYPO3\CMS\Frontend\ContentObject\ContentContentObject' (53 chars)
RECORDS => 'TYPO3\CMS\Frontend\ContentObject\RecordsContentObject' (53 chars)
HMENU => 'TYPO3\CMS\Frontend\ContentObject\HierarchicalMenuContentObject' (62 chars)
LOAD_REGISTER => 'TYPO3\CMS\Frontend\ContentObject\LoadRegisterContentObject' (58 chars)
RESTORE_REGISTER => 'TYPO3\CMS\Frontend\ContentObject\RestoreRegisterContentObject' (61 chars)
TEMPLATE => 'TYPO3\CMS\Frontend\ContentObject\TemplateContentObject' (54 chars)
FLUIDTEMPLATE => 'TYPO3\CMS\Frontend\ContentObject\FluidTemplateContentObject' (59 chars)
SVG => 'TYPO3\CMS\Frontend\ContentObject\ScalableVectorGraphicsContentObject' (68 chars)
EDITPANEL => 'TYPO3\CMS\Frontend\ContentObject\EditPanelContentObject' (55 chars)
XCLASS => array(empty)
MAIL =>
transport => 'smtp' (4 chars)
transport_smtp_server => 'mail.agenturserver.de:465' (25 chars)
transport_smtp_encrypt => 'ssl' (3 chars)
transport_smtp_username => 'p379084p91' (10 chars)
transport_smtp_password => 'po.ear3%8Wbxmn' (14 chars)
transport_sendmail_command => '/usr/sbin/sendmail -t' (21 chars)
transport_mbox_file => '' (0 chars)
defaultMailFromAddress => 'nichtantworten@michelbau.de' (27 chars)
defaultMailFromName => 'MICHEL BAU' (10 chars)
HTTP =>
adapter => 'socket' (6 chars)
connect_timeout => 10 (integer)
timeout => 0 (integer)
protocol_version => '1.1' (3 chars)
follow_redirects => FALSE
max_redirects => 5 (integer)
strict_redirects => FALSE
proxy_host => '' (0 chars)
proxy_port => '' (0 chars)
proxy_user => '' (0 chars)
proxy_password => '' (0 chars)
proxy_auth_scheme => 'basic' (5 chars)
ssl_verify_peer => FALSE
ssl_verify_host => TRUE
ssl_cafile => '' (0 chars)
ssl_capath => '' (0 chars)
ssl_local_cert => '' (0 chars)
ssl_passphrase => '' (0 chars)
userAgent => 'TYPO3' (5 chars)
LOG =>
writerConfiguration =>
4 =>
TYPO3\CMS\Core\Log\Writer\FileWriter => array(empty)
TYPO3 =>
CMS =>
Core =>
Resource => array(1 item)max depth
DmitryDulepov =>
Realurl =>
writerConfiguration =>
7 => array(1 item)max depth
MODS => array(empty)
USER => array(empty)
SC_OPTIONS =>
GLOBAL =>
softRefParser =>
substitute => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
notify => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
images => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
typolink => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
typolink_tag => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
TSconfig => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
TStemplate => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
ext_fileref => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
email => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
url => 'TYPO3\CMS\Core\Database\SoftReferenceIndex' (42 chars)
rtehtmlarea_images => 'TYPO3\CMS\Rtehtmlarea\Hook\SoftReferenceHook' (44 chars)
softRefParser_GL => array(empty)
cliKeys =>
scheduler =>
0 => Closuremax depth
1 => '_CLI_scheduler' (14 chars)
t3lib/class.t3lib_tcemain.php =>
processDatamapClass =>
0 => 'TYPO3\CMS\Core\Hooks\DestroySessionHook' (39 chars)
1 => 'TYPO3\CMS\Core\Hooks\PagesTsConfigGuard' (39 chars)
2 => 'TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks' (49 chars)
rsaauth => 'TYPO3\CMS\Rsaauth\Hook\DecryptionHook' (37 chars)
dce => 'ArminVieweg\Dce\Hooks\AfterSaveHook' (35 chars)
3 => 'EXT:powermail/Classes/Hook/CreateMarker.php:In2code\Powermail\Hook\CreateMar
ker' (79 chars)
realurl => 'DmitryDulepov\Realurl\Hooks\DataHandler' (39 chars)
processCmdmapClass =>
0 => 'TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks' (49 chars)
realurl => 'DmitryDulepov\Realurl\Hooks\DataHandler' (39 chars)
moveRecordClass =>
0 => 'TYPO3\CMS\Frontend\Hooks\TreelistCacheUpdateHooks' (49 chars)
scheduler =>
tasks =>
TYPO3\CMS\Extensionmanager\Task\UpdateExtensionListTask =>
extension => 'extensionmanager' (16 chars)
title => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang.xlf:task.updat
eExtensionListTask.name' (99 chars)
description => 'LLL:EXT:extensionmanager/Resources/Private/Language/locallang.xlf:task.updat
eExtensionListTask.description' (106 chars)
additionalFields => '' (0 chars)
TYPO3\CMS\Saltedpasswords\Task\BulkUpdateTask =>
extension => 'saltedpasswords' (15 chars)
title => 'LLL:EXT:saltedpasswords/Resources/Private/Language/locallang.xlf:ext.saltedp
asswords.tasks.bulkupdate.name' (106 chars)
description => 'LLL:EXT:saltedpasswords/Resources/Private/Language/locallang.xlf:ext.saltedp
asswords.tasks.bulkupdate.description' (113 chars)
additionalFields => 'TYPO3\CMS\Saltedpasswords\Task\BulkUpdateFieldProvider' (54 chars)
TYPO3\CMS\Recycler\Task\CleanerTask =>
extension => 'recycler' (8 chars)
title => 'LLL:EXT:recycler/Resources/Private/Language/locallang_tasks.xlf:cleanerTaskT
itle' (80 chars)
description => 'LLL:EXT:recycler/Resources/Private/Language/locallang_tasks.xlf:cleanerTaskD
escription' (86 chars)
additionalFields => 'TYPO3\CMS\Recycler\Task\CleanerFieldProvider' (44 chars)
TYPO3\CMS\Reports\Task\SystemStatusUpdateTask =>
extension => 'reports' (7 chars)
title => 'LLL:EXT:reports/Resources/Private/Language/locallang_reports.xlf:status_upda
teTaskTitle' (87 chars)
description => 'LLL:EXT:reports/Resources/Private/Language/locallang_reports.xlf:status_upda
teTaskDescription' (93 chars)
additionalFields => 'TYPO3\CMS\Reports\Task\SystemStatusUpdateTaskNotificationEmailField' (67 chars)
TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:cachingFrameworkG
arbageCollection.name' (97 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:cachingFrameworkG
arbageCollection.description' (104 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionAdditionalFieldPro
vider' (81 chars)
TYPO3\CMS\Scheduler\Task\FileStorageIndexingTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageIndexi
ng.name' (83 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageIndexi
ng.description' (90 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\FileStorageIndexingAdditionalFieldProvider' (67 chars)
TYPO3\CMS\Scheduler\Task\FileStorageExtractionTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageExtrac
tion.name' (85 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:fileStorageExtrac
tion.description' (92 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\FileStorageExtractionAdditionalFieldProvider' (69 chars)
TYPO3\CMS\Scheduler\Task\RecyclerGarbageCollectionTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:recyclerGarbageCo
llection.name' (89 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:recyclerGarbageCo
llection.description' (96 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\RecyclerGarbageCollectionAdditionalFieldProvider' (73 chars)
TYPO3\CMS\Scheduler\Task\TableGarbageCollectionTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:tableGarbageColle
ction.name' (86 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:tableGarbageColle
ction.description' (93 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\TableGarbageCollectionAdditionalFieldProvider' (70 chars)
options => array(1 item)max depth
TYPO3\CMS\Scheduler\Task\IpAnonymizationTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:ipAnonymization.n
ame' (79 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:ipAnonymization.d
escription' (86 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\IpAnonymizationAdditionalFieldProvider' (63 chars)
options => array(1 item)max depth
TYPO3\CMS\Scheduler\Task\OptimizeDatabaseTableTask =>
extension => 'scheduler' (9 chars)
title => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:optimizeDatabaseT
able.name' (85 chars)
description => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:optimizeDatabaseT
able.description' (92 chars)
additionalFields => 'TYPO3\CMS\Scheduler\Task\OptimizeDatabaseTableAdditionalFieldProvider' (69 chars)
extbase =>
commandControllers =>
0 => 'TYPO3\CMS\Lang\Command\LanguageCommandController' (48 chars)
1 => 'In2code\Powermail\Command\TaskCommandController' (47 chars)
tce =>
formevals =>
TYPO3\CMS\Saltedpasswords\Evaluation\FrontendEvaluator => '' (0 chars)
TYPO3\CMS\Saltedpasswords\Evaluation\BackendEvaluator => '' (0 chars)
ArminVieweg\Dce\UserFunction\CustomFieldValidation\LowerCamelCaseValidator => 'EXT:dce/Classes/UserFunction/CustomFieldValidation/LowerCamelCaseValidator.p
hp' (78 chars)
ArminVieweg\Dce\UserFunction\CustomFieldValidation\NoLeadingNumberValidator => 'EXT:dce/Classes/UserFunction/CustomFieldValidation/NoLeadingNumberValidator.
php' (79 chars)
DmitryDulepov\Realurl\Evaluator\SegmentFieldCleaner => '/home/www/p379084/html/typo3/typo3conf/ext/realurl/Classes/Evaluator/Segment
FieldCleaner.php' (92 chars)
ext/saltedpasswords =>
saltMethods => array(empty)
t3lib/class.t3lib_tsfebeuserauth.php =>
frontendEditingController =>
default => 'TYPO3\CMS\Core\FrontendEditing\FrontendEditingController' (56 chars)
tslib/class.tslib_fe.php =>
hook_previewInfo =>
cms => 'TYPO3\CMS\Frontend\Hooks\FrontendHooks->hook_previewInfo' (56 chars)
checkAlternativeIdMethods-PostProc =>
realurl => 'DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl' (51 chars)
urlProcessing =>
urlHandlers =>
frontendExternalUrl =>
handler => 'TYPO3\CMS\Frontend\Page\ExternalPageUrlHandler' (46 chars)
ext/install =>
update =>
accessRightParameters => 'TYPO3\CMS\Install\Updates\AccessRightParametersUpdate' (53 chars)
backendUserStartModule => 'TYPO3\CMS\Install\Updates\BackendUserStartModuleUpdate' (54 chars)
languageIsoCode => 'TYPO3\CMS\Install\Updates\LanguageIsoCodeUpdate' (47 chars)
PageShortcutParent => 'TYPO3\CMS\Install\Updates\PageShortcutParentUpdate' (50 chars)
backendShortcuts => 'TYPO3\CMS\Install\Updates\MigrateShortcutUrlsAgainUpdate' (56 chars)
processedFilesChecksum => 'TYPO3\CMS\Install\Updates\ProcessedFileChecksumUpdate' (53 chars)
filesReplacePermission => 'TYPO3\CMS\Install\Updates\FilesReplacePermissionUpdate' (54 chars)
tableCType => 'TYPO3\CMS\Install\Updates\TableFlexFormToTtContentFieldsUpdate' (62 chars)
TYPO3\CMS\Install\Updates\FileListInAccessModuleListUpdate => 'TYPO3\CMS\Install\Updates\FileListInAccessModuleListUpdate' (58 chars)
TYPO3\CMS\Install\Updates\FileListIsStartModuleUpdate => 'TYPO3\CMS\Install\Updates\FileListIsStartModuleUpdate' (53 chars)
textmediaCType => 'TYPO3\CMS\Install\Updates\ContentTypesToTextMediaUpdate' (55 chars)
TYPO3\CMS\Install\Updates\WorkspacesNotificationSettingsUpdate => 'TYPO3\CMS\Install\Updates\WorkspacesNotificationSettingsUpdate' (62 chars)
textmediaAssets => 'TYPO3\CMS\Install\Updates\MigrateMediaToAssetsForTextMediaCe' (60 chars)
compatibility6Extension => 'TYPO3\CMS\Install\Updates\Compatibility6ExtractionUpdate' (56 chars)
mediaceExtension => 'TYPO3\CMS\Install\Updates\MediaceExtractionUpdate' (49 chars)
openidExtension => 'TYPO3\CMS\Install\Updates\OpenidExtractionUpdate' (48 chars)
svgFilesSanitization => 'TYPO3\CMS\Install\Updates\SvgFilesSanitization' (46 chars)
TYPO3\CMS\Install\Updates\ExtensionManagerTables => 'TYPO3\CMS\Install\Updates\ExtensionManagerTables' (48 chars)
checkForDeprecatedRtePageTSConfigProperties => 'TYPO3\CMS\Rtehtmlarea\Hook\Install\DeprecatedRteProperties' (58 chars)
checkForRteAcronymButtonRenamedToAbbreviation => 'TYPO3\CMS\Rtehtmlarea\Hook\Install\RteAcronymButtonRenamedToAbbreviation' (72 chars)
dceMigrateOldNamespacesInFluidTemplateUpdate => 'ArminVieweg\Dce\Updates\MigrateOldNamespacesInFluidTemplateUpdate' (65 chars)
dceMigrateDceFieldDatabaseRelationUpdate => 'ArminVieweg\Dce\Updates\MigrateDceFieldDatabaseRelationUpdate' (61 chars)
dceMigrateFlexformSheetIdentifierUpdate => 'ArminVieweg\Dce\Updates\MigrateFlexformSheetIdentifierUpdate' (60 chars)
dceFixMalformedDceFieldVariableNamesUpdate => 'ArminVieweg\Dce\Updates\FixMalformedDceFieldVariableNamesUpdate' (63 chars)
ext/setup/mod/index.php =>
setupScriptHook =>
rsaauth => 'TYPO3\CMS\Rsaauth\Hook\UserSetupHook->getLoginScripts' (53 chars)
modifyUserDataBeforeSave =>
rsaauth => 'TYPO3\CMS\Rsaauth\Hook\UserSetupHook->decryptPassword' (53 chars)
t3lib/class.t3lib_befunc.php =>
displayWarningMessages =>
rsaauth => 'TYPO3\CMS\Rsaauth\BackendWarnings' (33 chars)
tx_reports_WarningMessagePostProcessor => 'TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor' (59 chars)
getFlexFormDSClass =>
0 => 'EXT:powermail/Classes/Hook/FlexFormManipulationHook.php:In2code\Powermail\Ho
ok\FlexFormManipulationHook' (103 chars)
t3lib/class.t3lib_userauth.php =>
logoff_pre_processing =>
0 => 'TYPO3\CMS\Beuser\Hook\SwitchBackUserHook->switchBack' (52 chars)
cms/layout/class.tx_cms_layout.php =>
tt_content_drawItem =>
image => 'TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\ImagePreviewRenderer' (68 chars)
textpic => 'TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\TextpicPreviewRenderer' (70 chars)
text => 'TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\TextPreviewRenderer' (67 chars)
felogin => 'TYPO3\CMS\Felogin\Hooks\CmsLayout' (33 chars)
textmedia => 'TYPO3\CMS\FluidStyledContent\Hooks\TextmediaPreviewRenderer' (59 chars)
dce => 'ArminVieweg\Dce\Hooks\PageLayoutViewDrawItemHook' (48 chars)
mask => 'EXT:mask/Classes/Hooks/PageLayoutViewDrawItem.php:MASK\Mask\Hooks\PageLayout
ViewDrawItem' (88 chars)
powermail => '/home/www/p379084/html/typo3/typo3conf/ext/powermail/Classes/Hook/PluginPrev
iew.php:In2code\Powermail\Hook\PluginPreview' (120 chars)
tslib/class.tslib_content.php =>
cObjTypeAndClass =>
0 =>
0 => 'FORM' (4 chars)
1 => 'TYPO3\CMS\Form\Hooks\ContentObjectHook' (38 chars)
1 =>
0 => 'FORM_INT' (8 chars)
1 => 'TYPO3\CMS\Form\Hooks\ContentObjectHook' (38 chars)
typoLink_PostProc =>
realurl => 'DmitryDulepov\Realurl\Encoder\UrlEncoder->postProcessEncodedUrl' (63 chars)
typo3/backend.php =>
constructPostProcess =>
0 => 'TYPO3\CMS\Impexp\Hook\BackendControllerHook->addJavaScript' (58 chars)
recordlist/Modules/Recordlist/index.php =>
drawFooterHook =>
sys_note => 'TYPO3\CMS\SysNote\Hook\RecordListHook->render' (45 chars)
cms/layout/db_layout.php =>
drawFooterHook =>
sys_note => 'TYPO3\CMS\SysNote\Hook\PageHook->render' (39 chars)
cms/web_info/class.tx_cms_webinfo.php =>
drawFooterHook =>
sys_note => 'TYPO3\CMS\SysNote\Hook\InfoModuleHook->render' (45 chars)
ext/impexp/class.tx_impexp.php =>
before_setRelation =>
dce => 'ArminVieweg\Dce\Hooks\ImportExportHook->beforeSetRelation' (57 chars)
before_writeRecordsRecords =>
dce => 'ArminVieweg\Dce\Hooks\ImportExportHook->beforeWriteRecordsRecords' (65 chars)
Backend\Template\Components\ButtonBar =>
getButtonsHook =>
Dce => 'ArminVieweg\Dce\Hooks\DocHeaderButtonsHook->addDcePopupButton' (61 chars)
TYPO3\CMS\Core\Configuration\FlexForm\FlexFormTools =>
flexParsing =>
powermail => 'In2code\Powermail\Hook\FlexFormManipulationHook' (47 chars)
t3lib/class.t3lib_tstemplate.php =>
linkData-PostProc =>
realurl => 'DmitryDulepov\Realurl\Encoder\UrlEncoder->encodeUrl' (51 chars)
realurl =>
cacheImplementation => 'DmitryDulepov\Realurl\Cache\DatabaseCache' (41 chars)
t3lib/class.t3lib_pagerenderer.php =>
render-preProcess =>
wsscss => 'EXT:ws_scss/Classes/Hooks/RenderPreProcessorHook.php:&WapplerSystems\WsScss\
Hooks\RenderPreProcessorHook->renderPreProcessorProc' (128 chars)
EXTCONF =>
cms =>
db_layout =>
addTables =>
fe_users => array(1 item)max depth
lang =>
availableLanguages =>
0 => 'de' (2 chars)
extbase =>
typeConverters =>
0 => 'TYPO3\CMS\Extbase\Property\TypeConverter\ArrayConverter' (55 chars)
1 => 'TYPO3\CMS\Extbase\Property\TypeConverter\BooleanConverter' (57 chars)
2 => 'TYPO3\CMS\Extbase\Property\TypeConverter\DateTimeConverter' (58 chars)
3 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FloatConverter' (55 chars)
4 => 'TYPO3\CMS\Extbase\Property\TypeConverter\IntegerConverter' (57 chars)
5 => 'TYPO3\CMS\Extbase\Property\TypeConverter\ObjectStorageConverter' (63 chars)
6 => 'TYPO3\CMS\Extbase\Property\TypeConverter\PersistentObjectConverter' (66 chars)
7 => 'TYPO3\CMS\Extbase\Property\TypeConverter\ObjectConverter' (56 chars)
8 => 'TYPO3\CMS\Extbase\Property\TypeConverter\StringConverter' (56 chars)
9 => 'TYPO3\CMS\Extbase\Property\TypeConverter\CoreTypeConverter' (58 chars)
10 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FileConverter' (54 chars)
11 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FileReferenceConverter' (63 chars)
12 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FolderBasedFileCollectionConverter' (75 chars)
13 => 'TYPO3\CMS\Extbase\Property\TypeConverter\StaticFileCollectionConverter' (70 chars)
14 => 'TYPO3\CMS\Extbase\Property\TypeConverter\FolderConverter' (56 chars)
15 => 'TYPO3\CMS\Form\Domain\Property\TypeConverter\ArrayToValidationElementConvert
er' (78 chars)
extensions =>
Form =>
plugins => array(1 item)max depth
SysNote =>
modules => array(1 item)max depth
Dce =>
plugins => array(8 items)max depth
modules => array(1 item)max depth
Mask =>
plugins => array(1 item)max depth
Powermail =>
plugins => array(2 items)max depth
felogin =>
password_changed =>
0 => 'TYPO3\CMS\Saltedpasswords\Utility\SaltedPasswordsUtility->feloginForgotPassw
ordHook' (83 chars)
loginFormOnSubmitFuncs =>
rsaauth => 'TYPO3\CMS\Rsaauth\Hook\FrontendLoginHook->loginFormHook' (55 chars)
rtehtmlarea =>
version => '7.6.58' (6 chars)
defaultConfiguration => 'Typical' (7 chars)
plugins =>
EditorMode =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\EditorMode' (42 chars)
EditElement =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\EditElement' (43 chars)
disableInFE => 0 (integer)
MicrodataSchema =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\MicroDataSchema' (47 chars)
disableInFE => 0 (integer)
DefaultInline =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefaultInline' (45 chars)
BlockElements =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\BlockElements' (45 chars)
DefinitionList =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefinitionList' (46 chars)
BlockStyle =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\BlockStyle' (42 chars)
CharacterMap =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\CharacterMap' (44 chars)
Abbreviation =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Abbreviation' (44 chars)
disableInFE => 1 (integer)
UserElements =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\UserElements' (44 chars)
disableInFE => 1 (integer)
TextStyle =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\TextStyle' (41 chars)
DefaultImage =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefaultImage' (44 chars)
TYPO3Image =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Typo3Image' (42 chars)
disableInFE => 1 (integer)
DefaultLink =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefaultLink' (43 chars)
TYPO3Link =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Typo3Link' (41 chars)
disableInFE => 1 (integer)
additionalAttributes => 'rel' (3 chars)
TYPO3Color =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Typo3Color' (42 chars)
disableInFE => 0 (integer)
SelectFont =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\SelectFont' (42 chars)
disableInFE => 0 (integer)
TextIndicator =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\TextIndicator' (45 chars)
disableInFE => 0 (integer)
InsertSmiley =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\InsertSmiley' (44 chars)
disableInFE => 0 (integer)
Language =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Language' (40 chars)
disableInFE => 0 (integer)
SpellChecker =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Spellchecker' (44 chars)
disableInFE => 0 (integer)
AspellDirectory => '/usr/bin/aspell' (15 chars)
noSpellCheckLanguages => 'ja,km,ko,lo,th,zh,b5,gb' (23 chars)
forceCommandMode => 0 (integer)
FindReplace =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\FindReplace' (43 chars)
disableInFE => 0 (integer)
RemoveFormat =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\RemoveFormat' (44 chars)
disableInFE => 0 (integer)
PlainText =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Plaintext' (41 chars)
disableInFE => 0 (integer)
DefaultClean =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\DefaultClean' (44 chars)
TYPO3HtmlParser =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\Typo3HtmlParser' (47 chars)
disableInFE => 1 (integer)
QuickTag =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\QuickTag' (40 chars)
disableInFE => 0 (integer)
TableOperations =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\TableOperations' (47 chars)
disableInFE => 0 (integer)
AboutEditor =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\AboutEditor' (43 chars)
disableInFE => 0 (integer)
ContextMenu =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\ContextMenu' (43 chars)
disableInFE => 0 (integer)
UndoRedo =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\UndoRedo' (40 chars)
disableInFE => 0 (integer)
CopyPaste =>
objectReference => 'TYPO3\CMS\Rtehtmlarea\Extension\CopyPaste' (41 chars)
disableInFE => 0 (integer)
enableImages => '1' (1 chars)
enableAccessibilityIcons => 0 (integer)
allowStyleAttribute => 1 (integer)
realurl =>
www.michelbau.de =>
init =>
appendMissingSlash => 'ifNotFile,redirect' (18 chars)
emptyUrlReturnValue => '/' (1 chars)
pagePath =>
rootpage_id => '1' (1 chars)
fileName =>
defaultToHTMLsuffixOnPrev => 0 (integer)
acceptHTMLsuffix => 1 (integer)
index => array(1 item)max depth
preVars =>
0 => array(3 items)max depth
SVCONF => array(empty)
DB =>
database => 'usr_p379084_1' (13 chars)
extTablesDefinitionScript => 'extTables.php' (13 chars)
host => 'db1265.mydbserver.com' (21 chars)
password => 'Ovipabic$847' (12 chars)
port => 3306 (integer)
username => 'p379084' (7 chars)
INSTALL =>
wizardDone =>
TYPO3\CMS\Install\Updates\AccessRightParametersUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\BackendUserStartModuleUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\Compatibility6ExtractionUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\ContentTypesToTextMediaUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\FileListIsStartModuleUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\FilesReplacePermissionUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\LanguageIsoCodeUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\MediaceExtractionUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\MigrateMediaToAssetsForTextMediaCe => 1 (integer)
TYPO3\CMS\Install\Updates\MigrateShortcutUrlsAgainUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\OpenidExtractionUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\PageShortcutParentUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\ProcessedFileChecksumUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\TableFlexFormToTtContentFieldsUpdate => 1 (integer)
TYPO3\CMS\Install\Updates\WorkspacesNotificationSettingsUpdate => 1 (integer)
TYPO3\CMS\Rtehtmlarea\Hook\Install\DeprecatedRteProperties => 1 (integer)
TYPO3\CMS\Rtehtmlarea\Hook\Install\RteAcronymButtonRenamedToAbbreviation => 1 (integer)
config =>
config =>
tx_extbase. =>
mvc. =>
requestHandlers. =>
TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler => 'TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler' (48 chars)
TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler => 'TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler' (47 chars)
TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler => 'TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler' (40 chars)
TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler => 'TYPO3\CMS\Fluid\Core\Widget\WidgetRequestHandler' (48 chars)
throwPageNotFoundExceptionIfActionCantBeResolved => '0' (1 chars)
persistence. =>
enableAutomaticCacheClearing => '1' (1 chars)
updateReferenceIndex => '0' (1 chars)
useQueryCache => '1' (1 chars)
classes. =>
TYPO3\CMS\Extbase\Domain\Model\FileMount. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\FileReference. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\File. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\BackendUser. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\FrontendUser. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup. => array(1 item)max depth
TYPO3\CMS\Extbase\Domain\Model\Category. => array(1 item)max depth
TYPO3\CMS\Beuser\Domain\Model\BackendUser. => array(1 item)max depth
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup. => array(1 item)max depth
TYPO3\CMS\SysNote\Domain\Model\SysNote. => array(1 item)max depth
MASK\Mask\Domain\Model\Content. => array(1 item)max depth
In2code\Powermail\Domain\Model\User. => array(1 item)max depth
In2code\Powermail\Domain\Model\UserGroup. => array(1 item)max depth
DmitryDulepov\Realurl\Domain\Model\Alias. => array(1 item)max depth
DmitryDulepov\Realurl\Domain\Model\UrlCacheEntry. => array(1 item)max depth
DmitryDulepov\Realurl\Domain\Model\PathCacheEntry. => array(1 item)max depth
features. =>
skipDefaultArguments => '0' (1 chars)
ignoreAllEnableFieldsInBe => '0' (1 chars)
headerComment => 'TYPO3 Implementation by INMEDIUM GmbH (www.inmedium.net)' (56 chars)
contentObjectExceptionHandler => '0' (1 chars)
admPanel => '0' (1 chars)
baseURL => 'https://www.michelbau.de/' (25 chars)
noScaleUp => '0' (1 chars)
doctype => 'html5' (5 chars)
xmlprologue => 'none' (4 chars)
xhtml_cleaning => 'all' (3 chars)
noPageTitle => '1' (1 chars)
htmlTag_setParams => 'lang="de" prefix="og: http://ogp.me/ns#" class="no-js"' (54 chars)
renderCharset => 'utf-8' (5 chars)
metaCharset => 'utf-8' (5 chars)
language => 'de' (2 chars)
locale_all => 'de_DE.utf8' (10 chars)
linkVars => 'L(3)' (4 chars)
prefixLocalAnchors => 'all' (3 chars)
absRelPath => '/' (1 chars)
tx_realurl_enable => '1' (1 chars)
disablePrefixComment => '1' (1 chars)
typolinkCheckRootline => TRUE
typolinkEnableLinksAcrossDomains => '1' (1 chars)
spamProtectEmailAddresses => '2' (1 chars)
spamProtectEmailAddresses_atSubst => '<span>@</span>' (19 chars)
compressCss => '1' (1 chars)
concatenateCss => '1' (1 chars)
compressJs => '1' (1 chars)
concatenateJs => '1' (1 chars)
removeDefaultJS => 'external' (8 chars)
moveJsFromHeaderToFooter => '1' (1 chars)
inlineStyle2TempFile => 1 (integer)
xhtmlDoctype => 'html5' (5 chars)
rootLine =>
0 =>
pid => '0' (1 chars)
uid => '1' (1 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Startseite' (10 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '' (0 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => '<INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/Template/Configuration/TSconfig
/setup.ts">
<INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/Template/Configura
tion/TSconfig/User.ts>' (174 chars)
tsconfig_includes => NULL
is_siteroot => '1' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '2' (1 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
1 =>
pid => '1' (1 chars)
uid => '5' (1 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Unternehmen' (11 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
2 =>
pid => '5' (1 chars)
uid => '152' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Karriereseiten' (14 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
3 =>
pid => '152' (3 chars)
uid => '170' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Tiefbaufacharbeiter (m/w/d), Fachwerker (m/w/d)' (47 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
mainScript => 'index.php' (9 chars)
tmpl =>
verbose => FALSE
tt_track => FALSE
forceTemplateParsing => FALSE
matchAlternative => array(empty)
matchAll => FALSE
backend_info => FALSE
ext_constants_BRP => 0 (integer)
ext_config_BRP => 0 (integer)
ext_regLinenumbers => FALSE
ext_regComments => FALSE
tempPath => 'typo3temp/' (10 chars)
whereClause => 'AND deleted=0 AND hidden=0 AND (starttime<=1733493240) AND (endtime=0 OR end
time>1733493240)' (92 chars)
debug => FALSE
allowedPaths =>
0 => 'fileadmin/' (10 chars)
1 => 'uploads/' (8 chars)
2 => 'typo3temp/' (10 chars)
3 => 'typo3/ext/' (10 chars)
4 => 'typo3/sysext/' (13 chars)
5 => 'typo3conf/ext/' (14 chars)
simulationHiddenOrTime => 0 (integer)
loaded => TRUE
setup =>
module. =>
tx_mask. =>
view. =>
templateRootPaths. => array(2 items)max depth
partialRootPaths. => array(2 items)max depth
layoutRootPaths. => array(2 items)max depth
persistence. =>
classes. => array(1 item)max depth
tx_extensionmanager. =>
settings. =>
repositoryUid => '1' (1 chars)
features. =>
skipDefaultArguments => '0' (1 chars)
tx_belog. =>
persistence. =>
classes. => array(3 items)max depth
settings. =>
selectableNumberOfLogEntries. => array(7 items)max depth
selectableTimeFrames. => array(8 items)max depth
selectableActions. => array(7 items)max depth
tx_beuser. =>
persistence. =>
storagePid => '0' (1 chars)
settings. =>
dummy => 'foo' (3 chars)
tx_sysnote. =>
view. =>
layoutRootPath => 'EXT:sys_note/Resources/Private/Layouts/' (39 chars)
templateRootPath => 'EXT:sys_note/Resources/Private/Templates/' (41 chars)
partialRootPath => 'EXT:sys_note/Resources/Private/Partials/' (40 chars)
tx_powermail. =>
view. =>
templateRootPaths. => array(1 item)max depth
partialRootPaths. => array(1 item)max depth
layoutRootPaths. => array(1 item)max depth
settings. =>
sortby => 'crdate' (6 chars)
order => 'desc' (4 chars)
perPage => '25' (2 chars)
export. => array(2 items)max depth
uploadPath => 'uploads/tx_powermail/' (21 chars)
staticTemplate => '1' (1 chars)
mask. =>
tt_content. =>
mask_faq => 'USER' (4 chars)
mask_faq. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Mask' (4 chars)
pluginName => 'ContentRenderer' (15 chars)
vendorName => 'MASK' (4 chars)
settings. => array(1 item)max depth
switchableControllerActions. => array(1 item)max depth
action => 'contentelement' (14 chars)
controller => 'Frontend' (8 chars)
lib. =>
parseFunc. =>
makelinks => '1' (1 chars)
makelinks. =>
http. => array(3 items)max depth
mailto. => array(1 item)max depth
tags. =>
link => 'TEXT' (4 chars)
link. => array(3 items)max depth
allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
, ul, var' (389 chars)
denyTags => '*' (1 chars)
sword => '<span class="ce-sword">|</span>' (31 chars)
constants => '1' (1 chars)
nonTypoTagStdWrap. =>
HTMLparser => '1' (1 chars)
HTMLparser. => array(2 items)max depth
htmlSanitize => '1' (1 chars)
parseFunc_RTE. =>
makelinks => '1' (1 chars)
makelinks. =>
http. => array(3 items)max depth
mailto. => array(1 item)max depth
tags. =>
link => 'TEXT' (4 chars)
link. => array(3 items)max depth
allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
, ul, var' (389 chars)
denyTags => '*' (1 chars)
sword => '<span class="ce-sword">|</span>' (31 chars)
constants => '1' (1 chars)
nonTypoTagStdWrap. =>
HTMLparser => '1' (1 chars)
HTMLparser. => array(2 items)max depth
encapsLines. => array(5 items)max depth
htmlSanitize => '1' (1 chars)
externalBlocks => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, t
able, ul' (84 chars)
externalBlocks. =>
blockquote. => array(3 items)max depth
ol. => array(2 items)max depth
ul. => array(2 items)max depth
table. => array(4 items)max depth
div. => array(2 items)max depth
article. => array(2 items)max depth
aside. => array(2 items)max depth
footer. => array(2 items)max depth
header. => array(2 items)max depth
nav. => array(2 items)max depth
section. => array(2 items)max depth
dl. => array(2 items)max depth
dd. => array(2 items)max depth
fluidContent => 'FLUIDTEMPLATE' (13 chars)
fluidContent. =>
templateName => 'Default' (7 chars)
templateRootPaths. =>
0 => 'EXT:fluid_styled_content/Resources/Private/Templates/' (53 chars)
10 => 'fileadmin/Template/Resources/Private/fluid_styled_content/Templates/' (68 chars)
partialRootPaths. =>
0 => 'EXT:fluid_styled_content/Resources/Private/Partials/' (52 chars)
10 => 'fileadmin/Template/Resources/Private/fluid_styled_content/Partials/' (67 chars)
layoutRootPaths. =>
0 => 'EXT:fluid_styled_content/Resources/Private/Layouts/' (51 chars)
10 => 'fileadmin/Template/Resources/Private/fluid_styled_content/Layouts/' (66 chars)
settings. =>
defaultHeaderType => '2' (1 chars)
media. => array(2 items)max depth
stdheader => '< lib.fluidContent' (18 chars)
stdheader. =>
templateName => 'HeaderOnly' (10 chars)
parseFunc_powermail. =>
makelinks => '1' (1 chars)
makelinks. =>
http. => array(2 items)max depth
mailto. => array(1 item)max depth
tags. =>
link => 'TEXT' (4 chars)
link. => array(3 items)max depth
img => 'TEXT' (4 chars)
img. => array(2 items)max depth
allowTags => 'a, abbr, acronym, address, article, aside, b, bdo, big, blockquote, br, capt
ion, center, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font,
footer, header, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, li
nk, meta, nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, s
trong, style, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u
, ul, var' (389 chars)
denyTags => '*' (1 chars)
sword => '<span class="ce-sword">|</span>' (31 chars)
constants => '1' (1 chars)
nonTypoTagStdWrap. =>
HTMLparser => '1' (1 chars)
HTMLparser. => array(3 items)max depth
encapsLines. => array(4 items)max depth
htmlSanitize => '1' (1 chars)
externalBlocks => 'article, aside, blockquote, div, dd, dl, footer, header, nav, ol, section, t
able, ul, pre' (89 chars)
externalBlocks. =>
blockquote. => array(3 items)max depth
ol. => array(2 items)max depth
ul. => array(2 items)max depth
table. => array(4 items)max depth
div. => array(2 items)max depth
article. => array(2 items)max depth
aside. => array(2 items)max depth
footer. => array(2 items)max depth
header. => array(2 items)max depth
nav. => array(2 items)max depth
section. => array(2 items)max depth
dl. => array(2 items)max depth
dd. => array(2 items)max depth
tx_mask. =>
content => 'RECORDS' (7 chars)
content. =>
tables => 'tt_content' (10 chars)
source. => array(1 item)max depth
dontCheckPid => '1' (1 chars)
contentElement. =>
templateRootPaths. =>
1 => 'EXT:dce/Resources/Private/Templates' (35 chars)
getContentElementsByUid => 'RECORDS' (7 chars)
getContentElementsByUid. =>
tables => 'tt_content' (10 chars)
source. =>
current => '1' (1 chars)
wrap => '|' (1 chars)
dontCheckPid => '1' (1 chars)
getAbstract => 'TEXT' (4 chars)
getAbstract. =>
current => '1' (1 chars)
wrap => '{DB:pages:|:abstract}' (21 chars)
insertData => '1' (1 chars)
math => 'TEXT' (4 chars)
math. =>
current => '1' (1 chars)
prioriCalc => '1' (1 chars)
readmore => 'TEXT' (4 chars)
readmore. =>
value => 'Weiterlesen' (11 chars)
home => 'TEXT' (4 chars)
home. =>
value => 'Zurück zur Startseite' (22 chars)
menu => 'TEXT' (4 chars)
menu. =>
value => 'Menü' (5 chars)
refback => 'TEXT' (4 chars)
refback. =>
value => 'Zurück zur Übersicht' (22 chars)
dynamicContent. =>
20 => 'CONTENT' (7 chars)
20. =>
table => 'tt_content' (10 chars)
select. => array(3 items)max depth
nav_main => 'HMENU' (5 chars)
nav_main. =>
1 => 'TMENU' (5 chars)
1. =>
expAll => '1' (1 chars)
NO => '1' (1 chars)
NO. => array(1 item)max depth
ACT => '1' (1 chars)
ACT. => array(2 items)max depth
IFSUB => '1' (1 chars)
IFSUB. => array(3 items)max depth
ACTIFSUB => '1' (1 chars)
ACTIFSUB. => array(3 items)max depth
2 => 'TMENU' (5 chars)
2. =>
expAll => '1' (1 chars)
NO => '1' (1 chars)
NO. => array(1 item)max depth
ACT => '1' (1 chars)
ACT. => array(2 items)max depth
IFSUB => '1' (1 chars)
IFSUB. => array(3 items)max depth
ACTIFSUB => '1' (1 chars)
ACTIFSUB. => array(3 items)max depth
wrap => '<ul class="cd-secondary-nav is-hidden"><li class="go-back"><a href="" title=
"zurück"></a></li><li class="has-children"><ul class="is-hidden level-3-men
u"><li class="go-back"><a href=""></a></li>|</ul></li></ul>' (211 chars)
3 => 'TMENU' (5 chars)
3. =>
expAll => '1' (1 chars)
NO => '1' (1 chars)
NO. => array(1 item)max depth
ACT => '1' (1 chars)
ACT. => array(2 items)max depth
IFSUB => '1' (1 chars)
IFSUB. => array(4 items)max depth
ACTIFSUB => '1' (1 chars)
ACTIFSUB. => array(5 items)max depth
wrap => '<ul class="is-hidden level-4-menu"><li class="go-back"><a title="zurück">zu
rück</a></li>|</ul>' (96 chars)
4 => 'TMENU' (5 chars)
4. =>
expAll => '1' (1 chars)
NO => '1' (1 chars)
NO. => array(1 item)max depth
ACT => '1' (1 chars)
ACT. => array(2 items)max depth
wrap => '<ul class="is-hidden"><li class="go-back"><a title="zurück"></a></li>|</ul>' (76 chars)
navigation-mobile => 'HMENU' (5 chars)
navigation-mobile. =>
1 => 'TMENU' (5 chars)
1. =>
expAll => '1' (1 chars)
NO => '1' (1 chars)
NO. => array(1 item)max depth
ACT => '1' (1 chars)
ACT. => array(2 items)max depth
IFSUB => '1' (1 chars)
IFSUB. => array(3 items)max depth
ACTIFSUB => '1' (1 chars)
ACTIFSUB. => array(3 items)max depth
wrap => '<ul class="level-1">|</ul>' (26 chars)
2 => 'TMENU' (5 chars)
2. =>
expAll => '1' (1 chars)
NO => '1' (1 chars)
NO. => array(1 item)max depth
ACT => '1' (1 chars)
ACT. => array(2 items)max depth
IFSUB => '1' (1 chars)
IFSUB. => array(3 items)max depth
ACTIFSUB => '1' (1 chars)
ACTIFSUB. => array(3 items)max depth
wrap => '<ul class="level-2">|</ul>' (26 chars)
SPC => '1' (1 chars)
SPC. => array(2 items)max depth
3 => 'TMENU' (5 chars)
3. =>
expAll => '1' (1 chars)
NO => '1' (1 chars)
NO. => array(1 item)max depth
ACT => '1' (1 chars)
ACT. => array(2 items)max depth
IFSUB => '1' (1 chars)
IFSUB. => array(3 items)max depth
ACTIFSUB => '1' (1 chars)
ACTIFSUB. => array(3 items)max depth
wrap => '<ul class="level-3">|</ul>' (26 chars)
SPC => '1' (1 chars)
SPC. => array(2 items)max depth
4 => 'TMENU' (5 chars)
4. =>
expAll => '1' (1 chars)
NO => '1' (1 chars)
NO. => array(1 item)max depth
ACT => '1' (1 chars)
ACT. => array(2 items)max depth
IFSUB => '1' (1 chars)
IFSUB. => array(3 items)max depth
ACTIFSUB => '1' (1 chars)
ACTIFSUB. => array(3 items)max depth
wrap => '<ul class="level-4">|</ul>' (26 chars)
SPC => '1' (1 chars)
SPC. => array(2 items)max depth
breadcrumbfirst => 'HMENU' (5 chars)
breadcrumbfirst. =>
special => 'rootline' (8 chars)
special. =>
range => '2|-1' (4 chars)
includeNotInMenu => '1' (1 chars)
1 => 'TMENU' (5 chars)
1. =>
NO => '1' (1 chars)
NO. => array(7 items)max depth
CUR => '1' (1 chars)
CUR. => array(7 items)max depth
isactivefirst => 'TEXT' (4 chars)
isactivefirst. =>
value => 'active-wrapper' (14 chars)
sprachschalter => 'CONTENT' (7 chars)
sprachschalter. =>
table => 'pages' (5 chars)
select. =>
selectFields => 'COUNT(*)' (8 chars)
pidInList. => array(1 item)max depth
join => 'pages_language_overlay ON (pages_language_overlay.pid = pages.uid)' (66 chars)
where => 'pages_language_overlay.sys_language_uid = 3
AND pages_language_overlay.delet
ed != 1
AND pages_language_overlay.hidden != 1
AND ( pages_language_overlay.
starttime = 0 OR pages_language_overlay.starttime < UNIX_TIMESTAMP() )
AND (
pages_language_overlay.starttime = 0 OR pages_language_overlay.endtime > UN
IX_TIMESTAMP() )' (320 chars)
andWhere. => array(2 items)max depth
renderObj => 'HMENU' (5 chars)
renderObj. =>
if. => array(1 item)max depth
special => 'language' (8 chars)
special. => array(1 item)max depth
1 => 'TMENU' (5 chars)
1. => array(3 items)max depth
styles. =>
content. =>
get => 'CONTENT' (7 chars)
get. =>
table => 'tt_content' (10 chars)
select. => array(2 items)max depth
tt_content => 'CASE' (4 chars)
tt_content. =>
key. =>
field => 'CType' (5 chars)
stdWrap. =>
editPanel => '1' (1 chars)
editPanel. =>
allow => 'move, new, edit, hide, delete' (29 chars)
label => '%s' (2 chars)
onlyCurrentPid => '1' (1 chars)
previewBorder => '1' (1 chars)
edit. => array(1 item)max depth
innerWrap. =>
cObject. => array(7 items)max depth
cObject => 'CASE' (4 chars)
bullets => '< lib.fluidContent' (18 chars)
bullets. =>
templateName => 'Bullets' (7 chars)
dataProcessing. =>
10 => 'TYPO3\CMS\Frontend\DataProcessing\SplitProcessor' (48 chars)
10. => array(4 items)max depth
20 => 'TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor' (62 chars)
20. => array(4 items)max depth
stdWrap. =>
editIcons => 'tt_content: header [header_layout], bodytext [bullets_type]' (59 chars)
editIcons. => array(2 items)max depth
div => '< lib.fluidContent' (18 chars)
div. =>
templateName => 'Div' (3 chars)
header => '< lib.fluidContent' (18 chars)
header. =>
templateName => 'Header' (6 chars)
stdWrap. =>
editIcons => 'tt_content: header [header_layout|header_link], subheader, date' (63 chars)
editIcons. => array(2 items)max depth
html => '< lib.fluidContent' (18 chars)
html. =>
templateName => 'Html' (4 chars)
stdWrap. =>
editIcons => 'tt_content: bodytext' (20 chars)
editIcons. => array(2 items)max depth
list => '< lib.fluidContent' (18 chars)
list. =>
templateName => 'List' (4 chars)
stdWrap. =>
editIcons => 'tt_content: header [header_layout], list_type, layout, select_key, pages [re
cursive]' (84 chars)
editIcons. => array(1 item)max depth
20. =>
form_form => 'USER' (4 chars)
form_form. => array(4 items)max depth
dce_dce => 'USER' (4 chars)
dce_dce. => array(4 items)max depth
mask_contentrenderer => 'USER' (4 chars)
mask_contentrenderer. => array(4 items)max depth
powermail_pi1 => 'USER' (4 chars)
powermail_pi1. => array(4 items)max depth
powermail_pi2 => 'USER' (4 chars)
powermail_pi2. => array(4 items)max depth
menu => '< lib.fluidContent' (18 chars)
menu. =>
templateName => 'Menu' (4 chars)
dataProcessing. =>
10 => 'TYPO3\CMS\Frontend\DataProcessing\SplitProcessor' (48 chars)
10. => array(7 items)max depth
20 => 'TYPO3\CMS\Frontend\DataProcessing\SplitProcessor' (48 chars)
20. => array(7 items)max depth
stdWrap. =>
editIcons => 'tt_content: header [header_layout], menu_type, pages' (52 chars)
editIcons. => array(1 item)max depth
shortcut => '< lib.fluidContent' (18 chars)
shortcut. =>
templateName => 'Shortcut' (8 chars)
variables. =>
shortcuts => 'RECORDS' (7 chars)
shortcuts. => array(2 items)max depth
stdWrap. =>
editIcons => 'tt_content: header [header_layout], records' (43 chars)
editIcons. => array(1 item)max depth
table => '< lib.fluidContent' (18 chars)
table. =>
templateName => 'Table' (5 chars)
dataProcessing. =>
10 => 'TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor' (62 chars)
10. => array(5 items)max depth
stdWrap. =>
editIcons => 'tt_content: header [header_layout], bodytext, [table_caption|cols|table_head
er_position|table_tfoot]' (100 chars)
editIcons. => array(2 items)max depth
20. =>
stdWrap. => array(2 items)max depth
textmedia => '< lib.fluidContent' (18 chars)
textmedia. =>
templateName => 'Textmedia' (9 chars)
dataProcessing. =>
10 => 'TYPO3\CMS\Frontend\DataProcessing\FilesProcessor' (48 chars)
10. => array(1 item)max depth
20 => 'TYPO3\CMS\Frontend\DataProcessing\GalleryProcessor' (50 chars)
20. => array(5 items)max depth
stdWrap. =>
editIcons => 'tt_content: header [header_layout], bodytext, assets [imageorient|imagewidth
|imageheight], [imagecols|imageborder], image_zoom' (126 chars)
editIcons. => array(1 item)max depth
uploads => '< lib.fluidContent' (18 chars)
uploads. =>
templateName => 'Uploads' (7 chars)
dataProcessing. =>
10 => 'TYPO3\CMS\Frontend\DataProcessing\FilesProcessor' (48 chars)
10. => array(3 items)max depth
stdWrap. =>
editIcons => 'tt_content: header [header_layout], media, file_collections, filelink_sortin
g, [filelink_size|uploads_description|uploads_type]' (127 chars)
editIcons. => array(1 item)max depth
login => 'COA' (3 chars)
login. =>
10 => '< lib.stdheader' (15 chars)
20 => '< plugin.tx_felogin_pi1' (23 chars)
dce_dceuid12 => 'COA' (3 chars)
dce_dceuid12. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid12' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid11 => 'COA' (3 chars)
dce_dceuid11. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid11' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid10 => 'COA' (3 chars)
dce_dceuid10. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid10' (8 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid9 => 'COA' (3 chars)
dce_dceuid9. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid9' (7 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid8 => 'COA' (3 chars)
dce_dceuid8. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid8' (7 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid6 => 'COA' (3 chars)
dce_dceuid6. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid6' (7 chars)
vendorName => 'ArminVieweg' (11 chars)
dce_dceuid1 => 'COA' (3 chars)
dce_dceuid1. =>
20 => 'USER' (4 chars)
20. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Dce' (3 chars)
pluginName => 'dceuid1' (7 chars)
vendorName => 'ArminVieweg' (11 chars)
default. =>
mask_faq => 'USER' (4 chars)
mask_faq. =>
userFunc => 'TYPO3\CMS\Extbase\Core\Bootstrap->run' (37 chars)
extensionName => 'Mask' (4 chars)
pluginName => 'ContentRenderer' (15 chars)
vendorName => 'MASK' (4 chars)
settings. => array(1 item)max depth
switchableControllerActions. => array(1 item)max depth
action => 'contentelement' (14 chars)
controller => 'Frontend' (8 chars)
key. =>
field => 'CType' (5 chars)
default => 'TEXT' (4 chars)
default. =>
field => 'CType' (5 chars)
wrap => '<p style="background-color: yellow;"><b>MASK ERROR:</b> Content Element type
"|" has no rendering definition! Have you cleared TYPO3 cache?</p>' (143 chars)
prefixComment => '2 | Unknown element message:' (28 chars)
default => 'CASE' (4 chars)
plugin. =>
tx_powermail. =>
view. =>
templateRootPaths. => array(3 items)max depth
partialRootPaths. => array(3 items)max depth
layoutRootPaths. => array(3 items)max depth
settings. =>
setup. => array(22 items)max depth
Pi2. => array(5 items)max depth
tx_felogin_pi1 => 'USER_INT' (8 chars)
tx_felogin_pi1. =>
userFunc => 'TYPO3\CMS\Felogin\Controller\FrontendLoginController->main' (58 chars)
storagePid => '' (0 chars)
recursive => '' (0 chars)
templateFile => 'EXT:felogin/Resources/Private/Templates/FrontendLogin.html' (58 chars)
feloginBaseURL => '' (0 chars)
wrapContentInBaseClass => '1' (1 chars)
linkConfig. =>
target => '' (0 chars)
ATagParams => 'rel="nofollow"' (14 chars)
preserveGETvars => 'all' (3 chars)
showForgotPasswordLink => '' (0 chars)
showPermaLogin => '' (0 chars)
forgotLinkHashValidTime => '12' (2 chars)
newPasswordMinLength => '6' (1 chars)
welcomeHeader_stdWrap. =>
required => '1' (1 chars)
wrap => '<h3>|</h3>' (10 chars)
htmlSpecialChars => '1' (1 chars)
welcomeMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
successHeader_stdWrap. =>
required => '1' (1 chars)
wrap => '<h3>|</h3>' (10 chars)
htmlSpecialChars => '1' (1 chars)
successMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
logoutHeader_stdWrap. =>
required => '1' (1 chars)
wrap => '<h3>|</h3>' (10 chars)
htmlSpecialChars => '1' (1 chars)
logoutMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
errorHeader_stdWrap. =>
required => '1' (1 chars)
wrap => '<h3>|</h3>' (10 chars)
htmlSpecialChars => '1' (1 chars)
errorMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
forgotHeader_stdWrap. =>
required => '1' (1 chars)
wrap => '<h3>|</h3>' (10 chars)
htmlSpecialChars => '1' (1 chars)
forgotMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
forgotErrorMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
forgotResetMessageEmailSentMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
changePasswordNotValidMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
changePasswordTooShortMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
changePasswordNotEqualMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
changePasswordHeader_stdWrap. =>
required => '1' (1 chars)
wrap => '<h3>|</h3>' (10 chars)
htmlSpecialChars => '1' (1 chars)
changePasswordMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
changePasswordDoneMessage_stdWrap. =>
required => '1' (1 chars)
wrap => '<div>|</div>' (12 chars)
htmlSpecialChars => '1' (1 chars)
cookieWarning_stdWrap. =>
required => '1' (1 chars)
wrap => '<p style="color:red; font-weight:bold;">|</p>' (45 chars)
htmlSpecialChars => '1' (1 chars)
userfields. =>
username. => array(2 items)max depth
redirectMode => '' (0 chars)
redirectFirstMethod => '' (0 chars)
redirectPageLogin => '' (0 chars)
redirectPageLoginError => '' (0 chars)
redirectPageLogout => '' (0 chars)
redirectDisable => '' (0 chars)
email_from => '' (0 chars)
email_fromName => '' (0 chars)
replyTo => '' (0 chars)
domains => '' (0 chars)
showLogoutFormAfterLogin => '' (0 chars)
dateFormat => 'Y-m-d H:i' (9 chars)
exposeNonexistentUserInForgotPasswordDialog => '0' (1 chars)
_CSS_DEFAULT_STYLE => ' .tx-felogin-pi1 label {
display: block;
}' (48 chars)
tx_dce. =>
persistence. =>
storagePid => '0' (1 chars)
tx_mask. =>
view. =>
templateRootPaths. => array(1 item)max depth
partialRootPaths. => array(1 item)max depth
layoutRootPaths. => array(1 item)max depth
tx_wsscss. =>
variables. => array(empty)
page. =>
includeJSFooter. =>
powermailJQueryDatepicker => 'EXT:powermail/Resources/Public/JavaScripts/Libraries/jquery.datetimepicker.m
in.js' (81 chars)
powermailJQueryFormValidation => 'EXT:powermail/Resources/Public/JavaScripts/Libraries/parsley.min.js' (67 chars)
powermailJQueryTabs => 'EXT:powermail/Resources/Public/JavaScripts/Powermail/Tabs.min.js' (64 chars)
powermailForm => 'EXT:powermail/Resources/Public/JavaScripts/Powermail/Form.min.js' (64 chars)
variables => 'fileadmin/Template/Resources/Public/js/variables.js' (51 chars)
owl => 'fileadmin/Template/Resources/Public/js/owl.carousel.js' (54 chars)
highlight => 'fileadmin/Template/Resources/Public/js/highlight.js' (51 chars)
app => 'fileadmin/Template/Resources/Public/js/app.js' (45 chars)
mmenu-jquery => 'fileadmin/Template/Resources/Public/js/mmenu/jquery.mmenu.all.min.js' (68 chars)
mmenu => 'fileadmin/Template/Resources/Public/js/mmenu/mmenu.js' (53 chars)
modernizr => 'fileadmin/Template/Resources/Public/js/modernizr.js' (51 chars)
megamenu => 'fileadmin/Template/Resources/Public/js/main.js' (46 chars)
lightbox => 'fileadmin/Template/Resources/Public/js/lightbox.js' (50 chars)
maxheight => 'fileadmin/Template/Resources/Public/js/maxheight.js' (51 chars)
pictureFill => 'fileadmin/Template/Resources/Public/js/picturefill/picturefill.min.js' (69 chars)
hyphenate => 'fileadmin/Template/Resources/Public/js/hyphenator.js' (52 chars)
includeCSS. =>
powermailBasicCss => 'EXT:powermail/Resources/Public/Css/Basic.css' (44 chars)
video_shariff => 'EXT:video_shariff/Resources/Public/Css/VideoShariff.min.css' (59 chars)
mmenu-css => 'fileadmin/Template/Resources/Public/css/jquery.mmenu.all.css' (60 chars)
owlCss => 'fileadmin/Template/Resources/Public/css/owl.carousel.min.css' (60 chars)
owlCssDefault => 'fileadmin/Template/Resources/Public/css/owl.theme.default.min.css' (65 chars)
reset => 'fileadmin/Template/Resources/Public/css/reset.css' (49 chars)
menustyle => 'fileadmin/Template/Resources/Public/css/menustyle.css' (53 chars)
stylesheet => 'fileadmin/Template/Resources/Public/sass/style.scss' (51 chars)
stylesheet. =>
outputdir => 'fileadmin/Template/Resources/Public/css' (39 chars)
formatter => 'Leafo\ScssPhp\Formatter\Expanded' (32 chars)
linenumber => 'true' (4 chars)
cookiec => 'fileadmin/Template/Resources/Public/css/cookieconsent.css' (57 chars)
includeJSFooterlibs. =>
video_shariff => 'fileadmin/Template/Resources/Public/js/video-shariff.js' (55 chars)
jquery => 'fileadmin/Template/Resources/Public/js/jquery-2.2.3.js' (54 chars)
jquery. =>
forceOnTop => '1' (1 chars)
jqueryMin => 'fileadmin/Template/Resources/Public/js/jquery.min.js' (52 chars)
jqueryMin. =>
forceOnTop => '1' (1 chars)
bootstrap => 'fileadmin/Template/Resources/Public/js/bootstrap.js' (51 chars)
lightbox => 'fileadmin/Template/Resources/Public/js/lightbox/lightbox.min.js' (63 chars)
cc => 'fileadmin/Template/Resources/Public/vendors/cookieconsent-3.1.0/cookieconsen
t.min.js' (84 chars)
klaroConfig => 'fileadmin/Template/Resources/Public/js/klaro/de.klaro-config.js' (63 chars)
klaro => 'fileadmin/Template/Resources/Public/js/klaro/klaro.js' (53 chars)
yt_consent => 'fileadmin/Template/Resources/Public/js/yt-consent.js' (52 chars)
10 => 'FLUIDTEMPLATE' (13 chars)
10. =>
format => 'html' (4 chars)
file => 'fileadmin/Template/Resources/Private/Templates/Default.html' (59 chars)
partialRootPath => 'fileadmin/Template/Resources/Private/Partials/' (46 chars)
layoutRootPath => 'fileadmin/Template/Resources/Private/Layouts/' (45 chars)
variables. =>
images => 'CONTENT' (7 chars)
images. => array(2 items)max depth
content => 'CONTENT' (7 chars)
content. => array(2 items)max depth
cookieText => 'TEXT' (4 chars)
cookieText. => array(1 item)max depth
file. =>
stdWrap. => array(2 items)max depth
footerData. =>
20 => 'TEXT' (4 chars)
20. =>
value => ' <!-- Matomo -->
<script type="opt-in" data-type="application/javas
cript" data-name="matomo">
var _paq = _paq || [];
_paq.push(["setDom
ains", ["*.michelbau.inmedium.net","*.michelbau.de"]]);
_paq.push(['trac
kPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//www.statistik.im/";
_paq.push(['setTrackerUrl', u+'piwik.php
']);
_paq.push(['setSiteId', '23']);
var d=document, g=d.createE
lement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/
javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.in
sertBefore(g,s);
})();
</script>
<noscript><p><img src="//www.statis
tik.im/piwik.php?idsite=23" style="border:0;" alt="" /></p></noscript>
<!-
- End Matomo Code -->' (781 chars)
config. =>
prefixLocalAnchors => 'all' (3 chars)
meta. =>
X-UA-Compatible => 'IE=edge' (7 chars)
X-UA-Compatible. =>
httpEquivalent => '1' (1 chars)
author => 'MICHEL BAU' (10 chars)
robots => 'index, follow' (13 chars)
viewport => 'width=device-width, initial-scale=1, shrink-to-fit=no' (53 chars)
description. =>
data => 'page:description' (16 chars)
fragment => '!' (1 chars)
headerData. =>
10 => 'TEXT' (4 chars)
10. =>
field => 'title' (5 chars)
wrap => '<title>| · Michel Bau</title>' (35 chars)
11 => 'TEXT' (4 chars)
11. =>
field => 'title' (5 chars)
wrap => '<meta property="og:title" content="|" />' (40 chars)
12 => 'TEXT' (4 chars)
12. =>
wrap => '<meta property="og:site_name" content="michel bau" />' (53 chars)
13 => 'TEXT' (4 chars)
13. =>
wrap => '<meta property="og:type" content="website" />' (45 chars)
14 => 'TEXT' (4 chars)
14. =>
wrap => '<meta property="og:locale" content="de_DE" />' (45 chars)
17 => 'COA' (3 chars)
17. =>
10 => 'IMG_RESOURCE' (12 chars)
10. => array(3 items)max depth
20 => 'IMG_RESOURCE' (12 chars)
20. => array(3 items)max depth
30 => 'IMG_RESOURCE' (12 chars)
30. => array(3 items)max depth
40 => 'IMG_RESOURCE' (12 chars)
40. => array(3 items)max depth
50 => 'IMG_RESOURCE' (12 chars)
50. => array(3 items)max depth
60 => 'IMG_RESOURCE' (12 chars)
60. => array(3 items)max depth
70 => 'IMG_RESOURCE' (12 chars)
70. => array(3 items)max depth
80 => 'IMG_RESOURCE' (12 chars)
80. => array(3 items)max depth
120 => 'IMG_RESOURCE' (12 chars)
120. => array(3 items)max depth
130 => 'IMG_RESOURCE' (12 chars)
130. => array(3 items)max depth
140 => 'IMG_RESOURCE' (12 chars)
140. => array(3 items)max depth
150 => 'IMG_RESOURCE' (12 chars)
150. => array(3 items)max depth
18 => 'TEXT' (4 chars)
18. =>
value => '<link rel="shortcut icon" type="image/x-icon" href="fileadmin/Template/Resou
rces/Public/images/icons/favicon/favicon.ico" />' (124 chars)
powermail_frontend_xls => 'PAGE' (4 chars)
powermail_frontend_xls. =>
typeNum => '31311' (5 chars)
config. =>
disableAllHeaderCode => '1' (1 chars)
disablePrefixComment => '1' (1 chars)
xhtml_cleaning => '0' (1 chars)
admPanel => '0' (1 chars)
additionalHeaders => 'Content-type:application/xls | Content-Disposition: inline; filename=export.
xls | Cache-control: | Pragma:' (106 chars)
10 => 'CONTENT' (7 chars)
10. =>
table => 'tt_content' (10 chars)
select. =>
orderBy => 'sorting' (7 chars)
where => 'colPos=0' (8 chars)
powermail_frontend_csv => 'PAGE' (4 chars)
powermail_frontend_csv. =>
typeNum => '31312' (5 chars)
config. =>
disableAllHeaderCode => '1' (1 chars)
disablePrefixComment => '1' (1 chars)
xhtml_cleaning => '0' (1 chars)
admPanel => '0' (1 chars)
additionalHeaders => 'Content-type:text/x-csv | Content-Disposition: inline; filename=export.csv |
Cache-control: | Pragma:' (101 chars)
10 => 'CONTENT' (7 chars)
10. =>
table => 'tt_content' (10 chars)
select. =>
orderBy => 'sorting' (7 chars)
where => 'colPos=0' (8 chars)
powermail_frontend_rss => 'PAGE' (4 chars)
powermail_frontend_rss. =>
typeNum => '31319' (5 chars)
config. =>
disableAllHeaderCode => '1' (1 chars)
disablePrefixComment => '1' (1 chars)
xhtml_cleaning => '0' (1 chars)
admPanel => '0' (1 chars)
10 => 'CONTENT' (7 chars)
10. =>
table => 'tt_content' (10 chars)
select. =>
orderBy => 'sorting' (7 chars)
where => 'colPos=0' (8 chars)
config. =>
tx_extbase. =>
mvc. =>
requestHandlers. => array(4 items)max depth
throwPageNotFoundExceptionIfActionCantBeResolved => '0' (1 chars)
persistence. =>
enableAutomaticCacheClearing => '1' (1 chars)
updateReferenceIndex => '0' (1 chars)
useQueryCache => '1' (1 chars)
classes. => array(17 items)max depth
features. =>
skipDefaultArguments => '0' (1 chars)
ignoreAllEnableFieldsInBe => '0' (1 chars)
headerComment => 'TYPO3 Implementation by INMEDIUM GmbH (www.inmedium.net)' (56 chars)
contentObjectExceptionHandler => '0' (1 chars)
admPanel => '0' (1 chars)
baseURL => 'https://www.michelbau.de/' (25 chars)
noScaleUp => '0' (1 chars)
doctype => 'html5' (5 chars)
xmlprologue => 'none' (4 chars)
xhtml_cleaning => 'all' (3 chars)
noPageTitle => '1' (1 chars)
htmlTag_setParams => 'lang="de" prefix="og: http://ogp.me/ns#" class="no-js"' (54 chars)
renderCharset => 'utf-8' (5 chars)
metaCharset => 'utf-8' (5 chars)
language => 'de' (2 chars)
locale_all => 'de_DE.utf8' (10 chars)
linkVars => 'L(3)' (4 chars)
prefixLocalAnchors => 'all' (3 chars)
absRelPath => '/' (1 chars)
tx_realurl_enable => '1' (1 chars)
disablePrefixComment => '1' (1 chars)
typolinkCheckRootline => '1' (1 chars)
typolinkEnableLinksAcrossDomains => '1' (1 chars)
spamProtectEmailAddresses => '2' (1 chars)
spamProtectEmailAddresses_atSubst => '<span>@</span>' (19 chars)
compressCss => '1' (1 chars)
concatenateCss => '1' (1 chars)
compressJs => '1' (1 chars)
concatenateJs => '1' (1 chars)
removeDefaultJS => 'external' (8 chars)
moveJsFromHeaderToFooter => '1' (1 chars)
fluidAjaxWidgetResponse => 'PAGE' (4 chars)
fluidAjaxWidgetResponse. =>
typeNum => '7076' (4 chars)
config. =>
no_cache => '1' (1 chars)
disableAllHeaderCode => '1' (1 chars)
additionalHeaders => 'Content-type:text/plain' (23 chars)
debug => '0' (1 chars)
10 => 'USER_INT' (8 chars)
10. =>
userFunc => 'TYPO3\CMS\Fluid\Core\Widget\Bootstrap->run' (42 chars)
inmedium => 'TYPO3 Implementation by INMEDIUM GmbH (www.inmedium.net)' (56 chars)
10 => 'TEXT' (4 chars)
10. =>
value => 'Impressum' (9 chars)
lang. =>
en => 'Imprint' (7 chars)
typolink. =>
parameter => '/impressum' (10 chars)
20 => 'TEXT' (4 chars)
20. =>
value => 'Kontakt' (7 chars)
lang. =>
en => 'Contact' (7 chars)
typolink. =>
parameter => '26' (2 chars)
30 => 'TEXT' (4 chars)
30. =>
value => 'Datenschutz' (11 chars)
lang. =>
en => 'Privacy Policy' (14 chars)
typolink. =>
parameter => '/datenschutz' (12 chars)
40 => 'TEXT' (4 chars)
40. =>
value => 'Neumünster' (11 chars)
lang. =>
en => 'Neumuenster, Germany' (20 chars)
45 => 'TEXT' (4 chars)
45. =>
value => 'Friedrich-Wöhler-Straße 54' (28 chars)
lang. =>
en => 'Friedrich-Woehler-Strasse 54' (28 chars)
50 => 'TEXT' (4 chars)
50. =>
value => 'Telefon' (7 chars)
lang. =>
en => 'Phone' (5 chars)
60 => 'TEXT' (4 chars)
60. =>
value => '04321 2005-700' (14 chars)
lang. =>
en => '+49 4321 2005-700' (17 chars)
70 => 'TEXT' (4 chars)
70. =>
value => '04321 2005-777' (14 chars)
lang. =>
en => '+49 4321 2005-777' (17 chars)
80 => 'TEXT' (4 chars)
80. =>
value => 'Auftraggeber' (12 chars)
lang. =>
en => 'Customer' (8 chars)
90 => 'TEXT' (4 chars)
90. =>
value => 'Ausführungszeitraum' (20 chars)
lang. =>
en => 'Period of implementation' (24 chars)
100 => 'TEXT' (4 chars)
100. =>
value => 'Auftragsvolumen' (15 chars)
lang. =>
en => 'Order volume' (12 chars)
101 => 'TEXT' (4 chars)
101. =>
value => 'Auftragsdetails' (15 chars)
lang. =>
en => 'Order details' (13 chars)
102 => 'TEXT' (4 chars)
102. =>
value => 'Erfahren Sie mehr' (17 chars)
lang. =>
en => 'Learn more' (10 chars)
103 => 'TEXT' (4 chars)
103. =>
value => 'Referenzprojekt' (15 chars)
lang. =>
en => 'Reference projects' (18 chars)
page => 'PAGE' (4 chars)
sitetitle => '' (0 chars)
types. =>
31311 => 'powermail_frontend_xls' (22 chars)
31312 => 'powermail_frontend_csv' (22 chars)
31319 => 'powermail_frontend_rss' (22 chars)
7076 => 'fluidAjaxWidgetResponse' (23 chars)
0 => 'page' (4 chars)
flatSetup => array(empty)
config =>
0 => '
[GLOBAL]
module.tx_mask {
view {
templateRootPaths {
10 = EXT:mask/R
esources/Private/Backend/Templates/
}
partialRootPaths {
10 = EXT:mas
k/Resources/Private/Backend/Partials/
}
layoutRootPaths {
10 = EXT:ma
sk/Resources/Private/Backend/Layouts/
}
}
persistence{
classes {
MA
SK\Mask\Domain\Model\BackendLayout {
mapping {
tableName = backend_
layout
columns {
uid.mapOnProperty = uid
title.mapOnPropert
y = title
}
}
}
}
}
}
mask.tt_content.mask_faq = USER
mask.tt
_content.mask_faq {
userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
exten
sionName = Mask
pluginName = ContentRenderer
vendorName = MASK
settings.f
ile = fileadmin/Template/Resources/Private/Mask/Templates/faq.html
switchab
leControllerActions.Frontend.1 = contentelement
action = contentelement
co
ntroller = Frontend
}
' (858 chars)
1 => '
### <INCLUDE_TYPOSCRIPT: source="FILE:./Setup/lib.parseFunc.ts"> BEGIN:
# C
reates persistent ParseFunc setup for non-HTML content.
lib.parseFunc {
mak
elinks = 1
makelinks {
http {
keep = {$styles.content.links.keep}
e
xtTarget = {$styles.content.links.extTarget}
}
mailto {
keep = path
}
}
tags {
link = TEXT
link {
current = 1
typolink {
parame
ter.data = parameters : allParams
extTarget = {$styles.content.links.ext
Target}
target = {$styles.content.links.target}
}
parseFunc.consta
nts = 1
}
}
allowTags = {$styles.content.allowTags}
denyTags = *
sword
= <span class="ce-sword">|</span>
constants = 1
nonTypoTagStdWrap {
HTM
Lparser = 1
HTMLparser {
keepNonMatchedTags = 1
htmlSpecialChars = 2
}
}
htmlSanitize = 1
}
# Creates persistent ParseFunc setup for RTE c
ontent (which is mainly HTML) based on the "ts_css" transformation.
lib.pars
eFunc_RTE < lib.parseFunc
lib.parseFunc_RTE {
# Processing <table> and <blo
ckquote> blocks separately
externalBlocks = article, aside, blockquote, div
, dd, dl, footer, header, nav, ol, section, table, ul, pre
externalBlocks {
# The blockquote content is passed into parseFunc again...
blockquote {
stripNL = 1
callRecursive = 1
callRecursive {
tagStdWrap {
HTMLparser = 1
HTMLparser.tags.blockquote.overrideAttribs = style="ma
rgin-bottom:0;margin-top:0;"
}
}
}
ol {
stripNL = 1
stdWra
p.parseFunc = < lib.parseFunc
}
ul {
stripNL = 1
stdWrap.parseFun
c = < lib.parseFunc
}
table {
stripNL = 1
stdWrap {
HTMLparse
r = 1
HTMLparser {
tags.table.fixAttrib.class {
default = con
tenttable
always = 1
list = contenttable
}
keepNonMatc
hedTags = 1
}
}
HTMLtableCells = 1
HTMLtableCells {
# Recur
sive call to self but without wrapping non-wrapped cell content
default.
stdWrap {
parseFunc = < lib.parseFunc_RTE
parseFunc.nonTypoTagStdW
rap.encapsLines.nonWrapp...' (18352 chars)
2 => '##################
# Frontend Plugin
##################
plugin.tx_powermail
{
view {
templateRootPaths {
0 = EXT:powermail/Resources/Private/Templ
ates/
1 = {$plugin.tx_powermail.view.templateRootPath}
}
partialRootP
aths {
0 = EXT:powermail/Resources/Private/Partials/
1 = {$plugin.tx_p
owermail.view.partialRootPath}
}
layoutRootPaths {
0 = EXT:powermail/
Resources/Private/Layouts/
1 = {$plugin.tx_powermail.view.layoutRootPath}
}
}
# Modify localization of labels
# _LOCAL_LANG {
# default {
# c
onfirmation_message = Are these values correct?
# }
# de {
# confirmatio
n_message = Sind diese Eingaben korrekt?
# }
# }
# Main settings
setting
s {
setup {
main {
pid = {$plugin.tx_powermail.settings.main.pid}
form = {$plugin.tx_powermail.settings.main.form}
confirmation = {$pl
ugin.tx_powermail.settings.main.confirmation}
optin = {$plugin.tx_powerm
ail.settings.main.optin}
moresteps = {$plugin.tx_powermail.settings.main
.moresteps}
}
validation {
# enable native HTML5 validation
n
ative = {$plugin.tx_powermail.settings.validation.native}
# enable clie
ntside validation
client = {$plugin.tx_powermail.settings.validation.cli
ent}
# enable serverside validation
server = {$plugin.tx_powermail.
settings.validation.server}
unique {
# Enable unique check for {em
ail}
#email = 1
# Enable a max limit of 3 times for the same entr
y for {event}
#event = 3
}
###################################
#######################
# CUSTOMVALIDATION EXAMPLE
#
# E.g. Vali
dation was extended with Page TSconfig
# tx_powermail.flexForm.validat
ion.addFieldOptions.100 = New Validation
#
# Register your Class and
Method with TypoScript Setup
# plugin.tx_powermail.settings.setup.val
idation.customValidation.100 =
# In2code\Powermailextended\Domain\Val
idator\ZipValidator
#
# Add method to your class
# validate100
($value, $validationConf...' (32186 chars)
3 => '############################
# POWERMAIL_FRONTEND
##########################
##
plugin.tx_powermail {
settings {
Pi2 {
search {
logicalRelation
= OR
# predefine some filter variables
staticPluginsVariables {
filter {
# examples
# [uid] = [value]
# _all = [value]
}
}
}
rss {
title = Powermail 2.0 RSS Feed
link = ht
tp://www.in2code.de
description = Powermail_Frontend RSS Feed
langua
ge = en
copyright = in2code.de
updatePeriod = hourly
updateFrequ
ency = 1
}
misc {
file {
folder = uploads/tx_powermail/
size = {$plugin.tx_powermail.settings.misc.uploadSize}
extension = {$p
lugin.tx_powermail.settings.misc.uploadFileExtensions}
randomizeFileNam
e = {$plugin.tx_powermail.settings.misc.randomizeFileName}
}
}
#
Don't touch this (this is just to let the extension know, that there is Typo
Script included)
staticTemplate = 1
}
}
}
#########################
###
# Export section
############################
powermail_frontend_xls =
PAGE
powermail_frontend_xls {
typeNum = 31311
config {
disableAllHeader
Code = 1
disablePrefixComment = 1
xhtml_cleaning = 0
admPanel = 0
ad
ditionalHeaders = Content-type:application/xls | Content-Disposition: inline
; filename=export.xls | Cache-control: | Pragma:
}
10 < styles.content.ge
t
}
powermail_frontend_csv < powermail_frontend_xls
powermail_frontend_csv {
typeNum = 31312
config.additionalHeaders = Content-type:text/x-csv | Cont
ent-Disposition: inline; filename=export.csv | Cache-control: | Pragma:
}
############################
# RSS section
############################
po
wermail_frontend_rss = PAGE
powermail_frontend_rss {
typeNum = 31319
conf
ig {
disableAllHeaderCode = 1
disablePrefixComment = 1
xhtml_cleaning
= 0
admPanel = 0
#additionalHeaders = Content-type:application/xml
}
10 < styles.content.get
}
[globalVar = GP:type = 31311] || [globalVar = G
P:type = 31312] || [glob...' (4309 chars)
4 => 'page.includeCSS.powermailBasicCss = {$plugin.tx_powermail.settings.BasicCss}
# add bootstrap.min.css from maxcdn.bootstrapcdn.com
[globalVar = LIT:0 <
{$plugin.tx_powermail.settings.styles.bootstrap.addBootstrap}]
page.include
CSS.powermailBootstrapPath = {$plugin.tx_powermail.settings.styles.bootstrap
.bootstrapPath}
[end]
' (326 chars)
5 => '# Important for content output with mask and optional combination with css_s
tyled_content:
tt_content = CASE
tt_content {
key.field = CType
default >
default < mask.tt_content
default = CASE
default {
key.field = CType
default = TEXT
default {
field = CType
wrap = <p style="background-c
olor: yellow;"><b>MASK ERROR:</b> Content Element type "|" has no rendering
definition! Have you cleared TYPO3 cache?</p>
prefixComment = 2 | Unknown
element message:
}
}
}
# snippet to render content elements
lib.tx_mask
.content = RECORDS
lib.tx_mask.content {
tables = tt_content
source.curren
t = 1
dontCheckPid = 1
}
# Temporary page cObject:
temp.mask.page = PAGE
t
emp.mask.page {
10 = FLUIDTEMPLATE
10 {
file.stdWrap.cObject = CASE
f
ile.stdWrap.cObject {
key.data = levelfield:-1, backend_layout_next_level
, slide
key.override.field = backend_layout
default = TEXT
default
.value = fileadmin/templates/default.html
}
}
headerData.10 = CASE
hea
derData.10 {
key.data = levelfield:-1, backend_layout_next_level, sl
ide
key.override.field = backend_layout
}
}
# Creates persistent P
arseFunc setup for non-HTML content. This is recommended to use (as a refere
nce!)
lib.parseFunc {
makelinks = 1
makelinks.http.keep = path
makelinks.
http.extTarget < lib.parseTarget
makelinks.http.extTarget =
makelinks.http
.extTarget.override = _blank
makelinks.mailto.keep = path
tags {
link =
TEXT
link {
current = 1
typolink.parameter.data = parameters : allPa
rams
typolink.extTarget < lib.parseTarget
typolink.extTarget =
typo
link.extTarget.override = _blank
typolink.target < lib.parseTarget
par
seFunc.constants = 1
}
}
allowTags = a, abbr, acronym, address, article,
aside, b, bdo, big, blockquote, br, caption, center, cite, code, col, colgr
oup, dd, del, dfn, dl, div, dt, em, font, footer, header, h1, h2, h3, h4, h5
, h6, hr, i, img, ins, kbd, label, li, link, meta, nav, ol, p, pre, q, samp,
sdfield, section, small...' (4032 chars)
6 => '
page.includeCSS.video_shariff = EXT:video_shariff/Resources/Public/Css/Vid
eoShariff.min.css
page.includeJSFooterlibs.video_shariff = EXT:video_shariff
/Resources/Public/JavaScript/VideoShariff.min.js
' (201 chars)
7 => 'config.tx_extbase {
mvc {
requestHandlers {
TYPO3\CMS\Extbase\Mvc\Web\
FrontendRequestHandler = TYPO3\CMS\Extbase\Mvc\Web\FrontendRequestHandler
TYPO3\CMS\Extbase\Mvc\Web\BackendRequestHandler = TYPO3\CMS\Extbase\Mvc\Web
\BackendRequestHandler
TYPO3\CMS\Extbase\Mvc\Cli\RequestHandler = TYPO3\C
MS\Extbase\Mvc\Cli\RequestHandler
}
throwPageNotFoundExceptionIfActionCa
ntBeResolved = 0
}
persistence{
enableAutomaticCacheClearing = 1
updat
eReferenceIndex = 0
useQueryCache = 1
classes {
TYPO3\CMS\Extbase\Dom
ain\Model\FileMount {
mapping {
tableName = sys_filemounts
col
umns {
title.mapOnProperty = title
path.mapOnProperty = path
base.mapOnProperty = isAbsolutePath
}
}
}
TYPO3\CMS\Extbas
e\Domain\Model\FileReference {
mapping {
tableName = sys_file_refer
ence
}
}
TYPO3\CMS\Extbase\Domain\Model\File {
mapping {
tableName = sys_file
}
}
TYPO3\CMS\Extbase\Domain\Model\BackendUse
r {
mapping {
tableName = be_users
columns {
username.ma
pOnProperty = userName
admin.mapOnProperty = isAdministrator
dis
able.mapOnProperty = isDisabled
realName.mapOnProperty = realName
starttime.mapOnProperty = startDateAndTime
endtime.mapOnProperty = e
ndDateAndTime
disableIPlock.mapOnProperty = ipLockIsDisabled
las
tlogin.mapOnProperty = lastLoginDateAndTime
}
}
}
TYPO3\CMS\E
xtbase\Domain\Model\BackendUserGroup {
mapping {
tableName = be_gro
ups
columns {
subgroup.mapOnProperty = subGroups
groupMods.
mapOnProperty = modules
tables_select.mapOnProperty = tablesListening
tables_modify.mapOnProperty = tablesModify
pagetypes_select.mapO
nProperty = pageTypes
non_exclude_fields.mapOnProperty = allowedExclud
eFields
explicit_allowdeny.mapOnProperty = explicitlyAllowAndDeny
allowed_languages.mapOnProperty = allowedLanguages
workspace_perms.m
apOnProperty = workspace...' (3060 chars)
8 => 'fluidAjaxWidgetResponse = PAGE
fluidAjaxWidgetResponse {
# todo: make page
type configurable
typeNum = 7076
headerData >
config {
no_cache = 1
disableAllHeaderCode = 1
additionalHeaders = Content-type:text/plain
deb
ug = 0
}
10 = USER_INT
10 {
userFunc = TYPO3\CMS\Fluid\Core\Widget\Boot
strap->run
}
}
config.tx_extbase {
mvc {
requestHandlers {
TYPO3\CMS
\Fluid\Core\Widget\WidgetRequestHandler = TYPO3\CMS\Fluid\Core\Widget\Widget
RequestHandler
}
}
}
' (480 chars)
9 => 'module.tx_extensionmanager {
settings {
repositoryUid = 1
}
features {
# if enabled, default controller and/or action is skipped when creating U
RIs through the URI Builder (see http://forge.typo3.org/projects/typo3v4-mvc
/wiki/Skip_default_arguments_in_URIs)
skipDefaultArguments = 0
}
}' (297 chars)
10 => '
### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:belog/Configuration/TypoScript/se
tup.txt"> BEGIN:
module.tx_belog {
persistence.classes {
TYPO3\CMS\Belog\
Domain\Model\LogEntry {
mapping {
tableName = sys_log
columns {
userid.mapOnProperty = backendUserUid
recuid.mapOnProperty = record
Uid
tablename.mapOnProperty = tableName
recpid.mapOnProperty = rec
ordPid
details_nr.mapOnProperty = detailsNumber
IP.mapOnProperty =
ip
workspace.mapOnProperty = workspaceUid
NEWid.mapOnProperty = n
ewId
}
}
}
TYPO3\CMS\Belog\Domain\Model\Workspace {
mapping {
tableName = sys_workspace
}
}
TYPO3\CMS\Belog\Domain\Model\Histor
yEntry {
mapping {
tableName = sys_history
}
}
}
settings {
selectableNumberOfLogEntries {
20 = 20
50 = 50
100 = 100
200 =
200
500 = 500
1000 = 1000
1000000 = any
}
selectableTimeFrames
{
0 = thisWeek
1 = lastWeek
2 = last7Days
10 = thisMonth
11
= lastMonth
12 = last31Days
20 = noLimit
30 = userDefined
}
se
lectableActions {
0 = any
1 = actionDatabase
2 = actionFile
3 =
actionCache
254 = actionSettings
255 = actionLogin
-1 = actionError
s
}
}
}
### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:belog/Configuration/Typ
oScript/setup.txt"> END:
' (1317 chars)
11 => '
### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:beuser/Configuration/TypoScript/s
etup.txt"> BEGIN:
// Model/table mapping
config.tx_extbase.persistence.class
es {
TYPO3\CMS\Beuser\Domain\Model\BackendUser {
mapping {
tableName =
be_users
columns {
allowed_languages.mapOnProperty = allowedLanguage
s
file_mountpoints.mapOnProperty = fileMountPoints
db_mountpoints.ma
pOnProperty = dbMountPoints
usergroup.mapOnProperty = backendUserGroups
}
}
}
TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup {
mapping {
tableName = be_groups
columns {
subgroup.mapOnProperty = subGroups
}
}
}
}
module.tx_beuser {
persistence {
storagePid = 0
}
settin
gs {
// This is a dummy entry. It is used in \TYPO3\CMS\Beuser\Controller\
BackendUserController
// to test that some TypoScript configuration is set
.
// This entry can be removed if extbase setup is made frontend TS indepe
ndent
// or if there are other settings set.
dummy = foo
}
}
### <INCLU
DE_TYPOSCRIPT: source="FILE:EXT:beuser/Configuration/TypoScript/setup.txt">
END:
' (1069 chars)
12 => '# Setting "felogin" plugin TypoScript
plugin.tx_felogin_pi1 = USER_INT
plugi
n.tx_felogin_pi1 {
userFunc = TYPO3\CMS\Felogin\Controller\FrontendLoginCon
troller->main
# storagePid - where are the user records? use single value
or a comma separated list
storagePid = {$styles.content.loginform.pid}
rec
ursive =
# Location of the template file, it is EXT:felogin/Resources/Priv
ate/Templates/FrontendLogin.html by default
templateFile = {$styles.content
.loginform.templateFile}
# baseURL for the link generation
feloginBaseURL
=
# should a wrapper class be set for this content element
wrapContentIn
BaseClass = 1
# typolink-configuration for links / urls
# parameter and a
dditionalParams are set by extension
linkConfig {
target =
ATagParams =
rel="nofollow"
}
# preserve GET vars - define "all" or comma separated l
ist of GET-vars that should be included by link generation
preserveGETvars
= all
# additional fields
showForgotPasswordLink =
showPermaLogin =
#
time in hours how long the link for forget password is valid
forgotLinkHash
ValidTime = 12
# when setting a new password, this is the minimum amount o
f characters
newPasswordMinLength = 6
welcomeHeader_stdWrap {
required
= 1
wrap = <h3>|</h3>
htmlSpecialChars = 1
}
welcomeMessage_stdWrap {
required = 1
wrap = <div>|</div>
htmlSpecialChars = 1
}
successHead
er_stdWrap {
required = 1
wrap = <h3>|</h3>
htmlSpecialChars = 1
}
s
uccessMessage_stdWrap {
required = 1
wrap = <div>|</div>
htmlSpecialCh
ars = 1
}
logoutHeader_stdWrap {
required = 1
wrap = <h3>|</h3>
htm
lSpecialChars = 1
}
logoutMessage_stdWrap {
required = 1
wrap = <div>|
</div>
htmlSpecialChars = 1
}
errorHeader_stdWrap {
required = 1
wr
ap = <h3>|</h3>
htmlSpecialChars = 1
}
errorMessage_stdWrap {
required
= 1
wrap = <div>|</div>
htmlSpecialChars = 1
}
forgotHeader_stdWrap
{
required = 1
wrap = <h3>|</h3>
htmlSpecialChars = 1
}
forgotMessag
e_stdWrap {
required =...' (3784 chars)
13 => '
### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:sys_note/Configuration/TypoScript
/setup.txt"> BEGIN:
# ======================================================
================
# Module setup
# ==========================================
============================
module.tx_sysnote {
view {
layoutRootPath =
{$module.tx_sysnote.view.layoutRootPath}
templateRootPath = {$module.tx_sy
snote.view.templateRootPath}
partialRootPath = {$module.tx_sysnote.view.pa
rtialRootPath}
}
}
# ====================================================
==================
# Extbase mapping
# =====================================
=================================
config.tx_extbase.persistence.classes {
TYPO3\CMS\SysNote\Domain\Model\SysNote.mapping {
tableName = sys_note
re
cordType =
columns {
crdate.mapOnProperty = creationDate
tstamp.mapO
nProperty = modificationDate
cruser.mapOnProperty = author
}
}
}
###
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:sys_note/Configuration/TypoScript/setu
p.txt"> END:
' (1001 chars)
14 => 'plugin.tx_dce.persistence.storagePid = 0
# Disable ce wrapping (for dce)
tt
_content.stdWrap.innerWrap.cObject.default.stdWrap.if {
value := addToList(
dce_dceuid0)
isInList.field = CType
negate = 1
}
lib.contentElement.templ
ateRootPaths.1 = EXT:dce/Resources/Private/Templates
' (281 chars)
15 => 'plugin.tx_mask {
view {
templateRootPaths.0 = EXT:mask/Resources/Private/
Templates/
partialRootPaths.0 = EXT:mask/Resources/Private/Partials/
lay
outRootPaths.0 = EXT:mask/Resources/Private/Layouts/
}
}
module.tx_mask {
view {
templateRootPaths.0 = EXT:mask/Resources/Private/Backend/Templates/
partialRootPaths.0 = EXT:mask/Resources/Private/Backend/Partials/
layou
tRootPaths.0 = EXT:mask/Resources/Private/Backend/Layouts/
}
}
config.tx_e
xtbase {
persistence{
enableAutomaticCacheClearing = 1
u
pdateReferenceIndex = 0
classes {
MASK\Mask\Domain\Model
\Content {
mapping {
tableName = tt_cont
ent
columns {
uid.mapOnProperty
= uid
pid.mapOnProperty = pid
sorting.mapOnProperty = sorting
CType.mapOnPropert
y = contentType
header.mapOnProperty = header
}
}
}
}
}
}' (1053 chars)
16 => 'config.tx_extbase {
persistence {
classes {
In2code\Powermail\Domain\M
odel\User {
mapping {
tableName = fe_users
}
}
In2code\Po
wermail\Domain\Model\UserGroup {
mapping {
tableName = fe_groups
}
}
}
}
}
#################
# Backend Module
#################
mod
ule.tx_powermail {
view {
templateRootPaths.0 = EXT:powermail/Resources/P
rivate/Templates/
partialRootPaths.0 = EXT:powermail/Resources/Private/Par
tials/
layoutRootPaths.0 = EXT:powermail/Resources/Private/Layouts/
}
se
ttings {
# crdate, sender_name, sender_email, subject, receiver_mail, feus
er, time
sortby = crdate
order = desc
perPage = 25
export {
filen
ameXls = powermail.xls
filenameCsv = powermail.csv
}
uploadPath = {$p
lugin.tx_powermail.settings.misc.uploadFolder}
# Don't touch this (this i
s just to let the extension know, that there is TypoScript included)
stati
cTemplate = 1
}
}
' (931 chars)
17 => 'config.tx_extbase.persistence.classes {
DmitryDulepov\Realurl\Domain\Model\
Alias {
mapping {
tableName = tx_realurl_uniqalias
}
}
DmitryDulepo
v\Realurl\Domain\Model\UrlCacheEntry {
mapping {
tableName = tx_realurl
_urldata
columns {
rootpage_id.mapOnProperty = rootPageId
}
}
}
DmitryDulepov\Realurl\Domain\Model\PathCacheEntry {
mapping {
tableNa
me = tx_realurl_pathdata
columns {
mpvar.mapOnProperty = mpVar
pa
gepath.mapOnProperty = pagePath
rootpage_id.mapOnProperty = rootPageId
}
}
}
}
' (545 chars)
18 => '
plugin.tx_wsscss.variables {
#test = #666
}
' (64 chars)
19 => '
### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/Template/Configuration/Typo
Script/setup.ts"> BEGIN:
inmedium = TEXT
inmedium (
TYPO3 Implementation by
INMEDIUM GmbH (www.inmedium.net)
)
#
# REDIRECT TO /
#
[globalVar = TSFE:
id=4]
config.additionalHeaders = HTTP/1.0 301 Permanent Redirect | Locat
ion: /
[global]
#
# General Setup
#
### <INCLUDE_TYPOSCRIPT: source="FILE:
fileadmin/Template/Configuration/TypoScript/setup/_helper.ts"> BEGIN:
/**
*
HOW TO
*
* <f:cObject typoscriptObjectPath="lib.get">2</f:cObject>
* {f:cObj
ect(typoscriptObjectPath: 'lib.get', data: '2')}
*
*/
// Get Content Elemen
t
//
lib.getContentElementsByUid = RECORDS
lib.getContentElementsByUid {
tables = tt_content
source.current = 1
source.wrap = |
dontChec
kPid = 1
}
// Get abstract of page
//
lib.getAbstract = TEXT
lib.getAbstr
act {
current = 1
wrap = {DB:pages:|:abstract}
insertData = 1
}
#
# A little bit math
#
lib.math = TEXT
lib.math {
current = 1
pr
ioriCalc = 1
}
lib.readmore = TEXT
lib.readmore {
value = {$linknextref
}
}
lib.home = TEXT
lib.home {
value = {$home}
}
lib.menu = TEXT
lib.m
enu {
value = {$menu}
}
lib.refback = TEXT
lib.refback {
value = {$
linkbackref}
}
[globalVar = GP:referenzprojekteDetail > 0]
styles.conte
nt.get.select.uidInList {
data = GP:referenzprojekteDetail
i
ntval = 1
}
[end]
lib.dynamicContent{
20 = CONTENT
20 {
tab
le = tt_content
select {
pidInList = 25
###PID w
here the DCE reside###
uidInList.data = GP:referenzprojekteDetail
###Identificator###
where.insertData = 1
}
}
}
10 = TEXT
10.value = {$text.impressum}
10.lang.en = {$text.en.impressum}
1
0.typolink.parameter = /impressum
20 = TEXT
20.value = {$text.kontakt}
20.l
ang.en = {$text.en.kontakt}
20.typolink.parameter = 26
30 = TEXT
30.value =
{$text.datenschutz}
30.lang.en = {$text.en.datenschutz}
30.typolink.paramet
er = /datenschutz
40 = ...' (32706 chars)
constants =>
0 => '' (0 chars)
1 => 'styles.templates {
# cat=content/templates/b1; type=string; label= Path of
Fluid Templates for all defined content elements
templateRootPath =
# cat=
content/templates/b2; type=string; label= Path of Fluid Partials for all def
ined content elements
partialRootPath =
# cat=content/templates/b3; type=s
tring; label= Path of Fluid Layouts for all defined content elements
layout
RootPath =
}
styles.content {
# cat=content/cHeader/h0; type=int[1-5]; lab
el=Default Header type: Enter the number of the header layout to be used by
default
defaultHeaderType = 2
# cat=content/cShortcut/t0; type=string; la
bel=List of accepted tables
shortcut.tables = tt_content,tt_address,tt_news
,tx_news_domain_model_news
# cat=content/parseFunc/a0; type=string; label=
List of allowed HTML tags when rendering RTE content
allowTags = a, abbr, a
cronym, address, article, aside, b, bdo, big, blockquote, br, caption, cente
r, cite, code, col, colgroup, dd, del, dfn, dl, div, dt, em, font, footer, h
eader, h1, h2, h3, h4, h5, h6, hr, i, img, ins, kbd, label, li, link, meta,
nav, ol, p, pre, q, samp, sdfield, section, small, span, strike, strong, sty
le, sub, sup, table, thead, tbody, tfoot, td, th, tr, title, tt, u, ul, var
textmedia {
# cat=content/cTextmedia/b1; type=int+; label= Max Image/Med
ia Width: This indicates that maximum number of pixels (width) a block of me
dia elements inserted as content is allowed to consume
maxW = 600
# cat=
content/cTextmedia/b2; type=int+; label= Max Image/Media Width (Text): Same
as above, but this is the maximum width when text is wrapped around an block
of media elements. Default is 50% of the normal Max Media Item Width
maxW
InText = 300
# cat=content/cTextmedia/g1; type=int[0-100]; label= Advance
d, Column space: Horizontal distance between media elements in a block in co
ntent elements of type "Media & Images". If you change this manually in your
CSS, you need to adjust this setting accordingly
columnSpacing = 10
# c
at=content/cTextmedia/g2...' (5534 chars)
2 => 'plugin.tx_powermail {
view {
# cat=powermail_main/file; type=string; la
bel= Path to template root (FE)
templateRootPath = EXT:powermail/Resources
/Private/Templates/
# cat=powermail_main/file; type=string; label= Path t
o template partials (FE)
partialRootPath = EXT:powermail/Resources/Private
/Partials/
# cat=powermail_main/file; type=string; label= Path to templat
e layouts (FE)
layoutRootPath = EXT:powermail/Resources/Private/Layouts/
}
settings {
main {
# cat=powermail_additional//0010; type=int+; la
bel= Storage PID: Save mails in a defined Page (normally set via Flexform)
pid =
# cat=powermail_additional//0020; type=text; label= Form Uid: Co
mmaseparated list of forms to show (normally set via Flexform)
form =
# cat=powermail_additional//0030; type=boolean; label= Confirmation Page Ac
tive: Activate Confirmation Page (normally set via Flexform)
confirmation
=
# cat=powermail_additional//0040; type=boolean; label= Double Optin A
ctive: Activate Double Optin for Mail sender (normally set via Flexform)
optin =
# cat=powermail_additional//0050; type=boolean; label= Morestep
Active: Activate Morestep Forms (normally set via Flexform)
moresteps =
}
validation {
# cat=powermail_additional//0100; type=boolean; label=
Native Browser Validation: Validate User Input with HTML5 native browser va
lidation on clientside
native = 1
# cat=powermail_additional//0110; t
ype=boolean; label= JavaScript Browser Validation: Validate User Input with
JavaScript on clientside
client = 1
# cat=powermail_additional//0120;
type=boolean; label= PHP Server Validation: Validate User Input with PHP on
serverside
server = 1
}
receiver {
# cat=powermail_main/enable/0
200; type=boolean; label= Receiver Mail: Enable Email to Receiver
enable
= 1
# cat=powermail_main//0210; type=boolean; label= Receiver Attachment
s: Add uploaded files to emails
attachment = 1
# cat=powermail_main//
0220; type=options[both,...' (16978 chars)
3 => '' (0 chars)
4 => 'plugin.tx_powermail {
settings {
BasicCss = EXT:powermail/Resources/Publi
c/Css/Basic.css
styles {
bootstrap {
# cat=powermail_styles//0000;
type=boolean; label= Enable loading of bootstrap.min.css from powermail
addBootstrap = 0
# cat=powermail_styles//0010; type=text; label= Defin
e path Bootsrap.css
bootstrapPath = EXT:powermail/Resources/Public/Css/B
ootstrap.css
# cat=powermail_styles//0020; type=int+; label= Number of
columns
numberOfColumns = 2
# cat=powermail_styles//0100; type=tex
t; label= Framework classname(s) for row containers
rowClasses = row
# cat=powermail_styles//0105; type=text; label= Framework classname(s) for
form "form-horizontal"
formClasses = form-horizontal
# cat=powerma
il_styles//0110; type=text; label= Framework classname(s) for overall wrappi
ng container of a field/label pair e.g. "row form-group"
fieldAndLabelWr
appingClasses = form-group col-md-6
# cat=powermail_styles//0120; type=
text; label= Framework classname(s) for wrapping container of a field e.g. "
row form-group"
fieldWrappingClasses = col-sm-10
# cat=powermail_st
yles//0130; type=text; label= Framework classname(s) for fieldlabels e.g. "c
ol-md-2 col-md-3"
labelClasses = control-label col-sm-2
# cat=power
mail_styles//0140; type=text; label= Framework classname(s) for fields e.g.
"form-control"
fieldClasses = form-control
# cat=powermail_styles//
0150; type=text; label= Framework classname(s) for fields with an offset e.g
. "col-sm-offset-2"
offsetClasses = col-sm-offset-2
# cat=powermail
_styles//0160; type=text; label= Framework classname(s) especially for radio
buttons e.g. "radio"
radioClasses = radio
# cat=powermail_styles//0
170; type=text; label= Framework classname(s) especially for checkboxes e.g.
"check"
checkClasses = checkbox
# cat=powermail_styles//0180; type
=text; label= Framework classname(s) for the submit button e.g. "btn btn-pri
mary"
submitClasses ...' (2351 chars)
5 => '' (0 chars)
6 => '' (0 chars)
7 => '' (0 chars)
8 => '' (0 chars)
9 => '' (0 chars)
10 => '' (0 chars)
11 => '' (0 chars)
12 => '' (0 chars)
13 => '
### <INCLUDE_TYPOSCRIPT: source="FILE:EXT:sys_note/Configuration/TypoScript
/constants.txt"> BEGIN:
# ==================================================
====================
# Module constants
# ==================================
====================================
module.tx_sysnote {
view {
# cat=Int
ernal Notes/general/1000; type=string; label=Layout Root Path: Path to layou
ts
layoutRootPath = EXT:sys_note/Resources/Private/Layouts/
# cat=Inter
nal Notes/general/1010; type=string; label=Partial Root Path: Path to partia
ls
partialRootPath = EXT:sys_note/Resources/Private/Partials/
# cat=Int
ernal Notes/general/1020; type=string; label=Template Root Path: Path to tem
plates
templateRootPath = EXT:sys_note/Resources/Private/Templates/
}
}
#
## <INCLUDE_TYPOSCRIPT: source="FILE:EXT:sys_note/Configuration/TypoScript/c
onstants.txt"> END:
' (856 chars)
14 => '' (0 chars)
15 => '' (0 chars)
16 => '' (0 chars)
17 => '' (0 chars)
18 => '' (0 chars)
19 => '
### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/Template/Configuration/Typo
Script/constants.ts"> BEGIN:
### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmi
n/Template/Configuration/TypoScript/constants/_fluid_styled_content.ts"> BEG
IN:
styles {
// Templates
//
templates {
templateRootPat
h = fileadmin/Template/Resources/Private/fluid_styled_content/Templates/
partialRootPath = fileadmin/Template/Resources/Private/fluid_styled_con
tent/Partials/
layoutRootPath = fileadmin/Template/Resources/Private
/fluid_styled_content/Layouts/
}
content {
// Text & Media
textmedia {
linkWrap.lightboxEnabled = 1
}
}
}
### <INCLUDE_TYPOSCRIPT: source="FILE:fileadmin/Template/Configuration/Ty
poScript/constants/_fluid_styled_content.ts"> END:
### <INCLUDE_TYPOSCRIP
T: source="FILE:fileadmin/Template/Configuration/TypoScript/constants/_varia
bles.ts"> BEGIN:
# cat=Site Options; type=string; label=Base URL
url = {$url
}
# cat=Site Options; type=string; label=Template Path
templatePath = {$tem
platePath}
# cat=Site Options; type=string; label=Page title
title = {$titl
e}
navbacktitle = zurück
[globalVar = GP:L = 1]
navbacktitle = zurück
[global]
[globalVar = GP:L = 3]
navbacktitle = back
[global]
navnextti
tle = weiter
[globalVar = GP:L = 1]
navnexttitle = weiter
[global]
[glob
alVar = GP:L = 3]
navnexttitle = next
[global]
linknextref = Weiterlese
n
[globalVar = GP:L = 1]
linknextref = Weiterlesen
[global]
[globalVar =
lobal]
[globalVar = GP:L = 3]
linkbackref = Back to overview
[global]
h
ome = Zurück zur Startseite
[globalVar = GP:L = 1]
home = Zurück zur S
tartseite
[global]
[globalVar = GP:L = 3]
home = Back to the start page
[global]
menu = Menü
[globalVar = GP:L = 1]
menu = Menü
[global]
[glo
balVar = GP:L = 3]
m...' (3458 chars)
templateIncludePaths =>
0 => '' (0 chars)
1 => '/home/www/p379084/html/typo3/typo3/sysext/fluid_styled_content/Configuration
/TypoScript/Static/' (95 chars)
2 => '/home/www/p379084/html/typo3/typo3conf/ext/powermail/Configuration/TypoScrip
t/Main/' (83 chars)
3 => '/home/www/p379084/html/typo3/typo3conf/ext/powermail/Configuration/TypoScrip
t/Powermail_Frontend/' (97 chars)
4 => '/home/www/p379084/html/typo3/typo3conf/ext/powermail/Configuration/TypoScrip
t/BootstrapClassesAndLayout/' (104 chars)
5 => '/home/www/p379084/html/typo3/typo3conf/ext/mask/Configuration/TypoScript/' (73 chars)
6 => '/home/www/p379084/html/typo3/typo3conf/ext/video_shariff/Configuration/TypoS
cript/' (82 chars)
7 => '/home/www/p379084/html/typo3/typo3/sysext/extbase/' (50 chars)
8 => '/home/www/p379084/html/typo3/typo3/sysext/fluid/' (48 chars)
9 => '/home/www/p379084/html/typo3/typo3/sysext/extensionmanager/' (59 chars)
10 => '/home/www/p379084/html/typo3/typo3/sysext/belog/' (48 chars)
11 => '/home/www/p379084/html/typo3/typo3/sysext/beuser/' (49 chars)
12 => '/home/www/p379084/html/typo3/typo3/sysext/felogin/' (50 chars)
13 => '/home/www/p379084/html/typo3/typo3/sysext/sys_note/' (51 chars)
14 => '/home/www/p379084/html/typo3/typo3conf/ext/dce/' (47 chars)
15 => '/home/www/p379084/html/typo3/typo3conf/ext/mask/' (48 chars)
16 => '/home/www/p379084/html/typo3/typo3conf/ext/powermail/' (53 chars)
17 => '/home/www/p379084/html/typo3/typo3conf/ext/realurl/' (51 chars)
18 => '/home/www/p379084/html/typo3/typo3conf/ext/ws_scss/' (51 chars)
19 => '' (0 chars)
hierarchyInfo =>
0 =>
root => '' (0 chars)
next => '' (0 chars)
clConst => '' (0 chars)
clConf => '' (0 chars)
templateID => '_defaultTypoScript_' (19 chars)
templateParent => 'sys_1' (5 chars)
title => 'SYS:TYPO3_CONF_VARS:FE:defaultTypoScript' (40 chars)
uid => '_defaultTypoScript_' (19 chars)
pid => '' (0 chars)
configLines => 41 (integer)
1 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_fluidstyledcontent/Configuration/TypoScript/Static/' (55 chars)
templateParent => 'sys_1' (5 chars)
title => 'EXT:fluid_styled_content/Configuration/TypoScript/Static/' (57 chars)
uid => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars)
pid => NULL
configLines => 513 (integer)
2 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_powermail/Configuration/TypoScript/Main/' (44 chars)
templateParent => 'sys_1' (5 chars)
title => 'EXT:powermail/Configuration/TypoScript/Main' (43 chars)
uid => 'powermail/Configuration/TypoScript/Main/' (40 chars)
pid => NULL
configLines => 1022 (integer)
3 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_powermail/Configuration/TypoScript/PowermailFrontend/' (57 chars)
templateParent => 'sys_1' (5 chars)
title => 'EXT:powermail/Configuration/TypoScript/Powermail_Frontend' (57 chars)
uid => 'powermail/Configuration/TypoScript/PowermailFrontend/' (53 chars)
pid => NULL
configLines => 152 (integer)
4 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_powermail/Configuration/TypoScript/BootstrapClassesAndLayout/' (65 chars)
templateParent => 'sys_1' (5 chars)
title => 'EXT:powermail/Configuration/TypoScript/BootstrapClassesAndLayout' (64 chars)
uid => 'powermail/Configuration/TypoScript/BootstrapClassesAndLayout/' (61 chars)
pid => NULL
configLines => 7 (integer)
5 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_mask/Configuration/TypoScript/' (34 chars)
templateParent => 'sys_1' (5 chars)
title => 'EXT:mask/Configuration/TypoScript' (33 chars)
uid => 'mask/Configuration/TypoScript/' (30 chars)
pid => NULL
configLines => 144 (integer)
6 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_videoshariff/Configuration/TypoScript/' (42 chars)
templateParent => 'sys_1' (5 chars)
title => 'EXT:video_shariff/Configuration/TypoScript/' (43 chars)
uid => 'videoshariff/Configuration/TypoScript/' (38 chars)
pid => NULL
configLines => 5 (integer)
7 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_extbase' (11 chars)
templateParent => 'sys_1' (5 chars)
title => 'extbase' (7 chars)
uid => 'extbase' (7 chars)
pid => NULL
configLines => 101 (integer)
8 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_fluid' (9 chars)
templateParent => 'sys_1' (5 chars)
title => 'fluid' (5 chars)
uid => 'fluid' (5 chars)
pid => NULL
configLines => 25 (integer)
9 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_extensionmanager' (20 chars)
templateParent => 'sys_1' (5 chars)
title => 'extensionmanager' (16 chars)
uid => 'extensionmanager' (16 chars)
pid => NULL
configLines => 9 (integer)
10 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_belog' (9 chars)
templateParent => 'sys_1' (5 chars)
title => 'belog' (5 chars)
uid => 'belog' (5 chars)
pid => NULL
configLines => 1 (integer)
11 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_beuser' (10 chars)
templateParent => 'sys_1' (5 chars)
title => 'beuser' (6 chars)
uid => 'beuser' (6 chars)
pid => NULL
configLines => 1 (integer)
12 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_felogin' (11 chars)
templateParent => 'sys_1' (5 chars)
title => 'felogin' (7 chars)
uid => 'felogin' (7 chars)
pid => NULL
configLines => 179 (integer)
13 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_sysnote' (11 chars)
templateParent => 'sys_1' (5 chars)
title => 'sys_note' (8 chars)
uid => 'sysnote' (7 chars)
pid => NULL
configLines => 1 (integer)
14 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_dce' (7 chars)
templateParent => 'sys_1' (5 chars)
title => 'dce' (3 chars)
uid => 'dce' (3 chars)
pid => NULL
configLines => 11 (integer)
15 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_mask' (8 chars)
templateParent => 'sys_1' (5 chars)
title => 'mask' (4 chars)
uid => 'mask' (4 chars)
pid => NULL
configLines => 35 (integer)
16 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_powermail' (13 chars)
templateParent => 'sys_1' (5 chars)
title => 'powermail' (9 chars)
uid => 'powermail' (9 chars)
pid => NULL
configLines => 43 (integer)
17 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_realurl' (11 chars)
templateParent => 'sys_1' (5 chars)
title => 'realurl' (7 chars)
uid => 'realurl' (7 chars)
pid => NULL
configLines => 26 (integer)
18 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_wsscss' (10 chars)
templateParent => 'sys_1' (5 chars)
title => 'ws_scss' (7 chars)
uid => 'wsscss' (6 chars)
pid => NULL
configLines => 10 (integer)
19 =>
root => '1' (1 chars)
next => '' (0 chars)
clConst => 1 (integer)
clConf => 2 (integer)
templateID => 'sys_1' (5 chars)
templateParent => '' (0 chars)
title => 'MICHEL BAU' (10 chars)
uid => '1' (1 chars)
pid => '1' (1 chars)
configLines => 35 (integer)
hierarchyInfoToRoot =>
0 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_fluidstyledcontent/Configuration/TypoScript/Static/' (55 chars)
templateParent => 'sys_1' (5 chars)
title => 'EXT:fluid_styled_content/Configuration/TypoScript/Static/' (57 chars)
uid => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars)
pid => NULL
configLines => 513 (integer)
1 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_powermail/Configuration/TypoScript/Main/' (44 chars)
templateParent => 'sys_1' (5 chars)
title => 'EXT:powermail/Configuration/TypoScript/Main' (43 chars)
uid => 'powermail/Configuration/TypoScript/Main/' (40 chars)
pid => NULL
configLines => 1022 (integer)
2 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_powermail/Configuration/TypoScript/PowermailFrontend/' (57 chars)
templateParent => 'sys_1' (5 chars)
title => 'EXT:powermail/Configuration/TypoScript/Powermail_Frontend' (57 chars)
uid => 'powermail/Configuration/TypoScript/PowermailFrontend/' (53 chars)
pid => NULL
configLines => 152 (integer)
3 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_powermail/Configuration/TypoScript/BootstrapClassesAndLayout/' (65 chars)
templateParent => 'sys_1' (5 chars)
title => 'EXT:powermail/Configuration/TypoScript/BootstrapClassesAndLayout' (64 chars)
uid => 'powermail/Configuration/TypoScript/BootstrapClassesAndLayout/' (61 chars)
pid => NULL
configLines => 7 (integer)
4 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_mask/Configuration/TypoScript/' (34 chars)
templateParent => 'sys_1' (5 chars)
title => 'EXT:mask/Configuration/TypoScript' (33 chars)
uid => 'mask/Configuration/TypoScript/' (30 chars)
pid => NULL
configLines => 144 (integer)
5 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_videoshariff/Configuration/TypoScript/' (42 chars)
templateParent => 'sys_1' (5 chars)
title => 'EXT:video_shariff/Configuration/TypoScript/' (43 chars)
uid => 'videoshariff/Configuration/TypoScript/' (38 chars)
pid => NULL
configLines => 5 (integer)
6 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_extbase' (11 chars)
templateParent => 'sys_1' (5 chars)
title => 'extbase' (7 chars)
uid => 'extbase' (7 chars)
pid => NULL
configLines => 101 (integer)
7 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_fluid' (9 chars)
templateParent => 'sys_1' (5 chars)
title => 'fluid' (5 chars)
uid => 'fluid' (5 chars)
pid => NULL
configLines => 25 (integer)
8 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_extensionmanager' (20 chars)
templateParent => 'sys_1' (5 chars)
title => 'extensionmanager' (16 chars)
uid => 'extensionmanager' (16 chars)
pid => NULL
configLines => 9 (integer)
9 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_belog' (9 chars)
templateParent => 'sys_1' (5 chars)
title => 'belog' (5 chars)
uid => 'belog' (5 chars)
pid => NULL
configLines => 1 (integer)
10 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_beuser' (10 chars)
templateParent => 'sys_1' (5 chars)
title => 'beuser' (6 chars)
uid => 'beuser' (6 chars)
pid => NULL
configLines => 1 (integer)
11 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_felogin' (11 chars)
templateParent => 'sys_1' (5 chars)
title => 'felogin' (7 chars)
uid => 'felogin' (7 chars)
pid => NULL
configLines => 179 (integer)
12 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_sysnote' (11 chars)
templateParent => 'sys_1' (5 chars)
title => 'sys_note' (8 chars)
uid => 'sysnote' (7 chars)
pid => NULL
configLines => 1 (integer)
13 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_dce' (7 chars)
templateParent => 'sys_1' (5 chars)
title => 'dce' (3 chars)
uid => 'dce' (3 chars)
pid => NULL
configLines => 11 (integer)
14 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_mask' (8 chars)
templateParent => 'sys_1' (5 chars)
title => 'mask' (4 chars)
uid => 'mask' (4 chars)
pid => NULL
configLines => 35 (integer)
15 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_powermail' (13 chars)
templateParent => 'sys_1' (5 chars)
title => 'powermail' (9 chars)
uid => 'powermail' (9 chars)
pid => NULL
configLines => 43 (integer)
16 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_realurl' (11 chars)
templateParent => 'sys_1' (5 chars)
title => 'realurl' (7 chars)
uid => 'realurl' (7 chars)
pid => NULL
configLines => 26 (integer)
17 =>
root => '' (0 chars)
next => NULL
clConst => 0 (integer)
clConf => 0 (integer)
templateID => 'ext_wsscss' (10 chars)
templateParent => 'sys_1' (5 chars)
title => 'ws_scss' (7 chars)
uid => 'wsscss' (6 chars)
pid => NULL
configLines => 10 (integer)
18 =>
root => '1' (1 chars)
next => '' (0 chars)
clConst => 1 (integer)
clConf => 2 (integer)
templateID => 'sys_1' (5 chars)
templateParent => '' (0 chars)
title => 'MICHEL BAU' (10 chars)
uid => '1' (1 chars)
pid => '1' (1 chars)
configLines => 35 (integer)
nextLevel => 0 (integer)
rootId => '1' (1 chars)
rootLine =>
0 =>
pid => '0' (1 chars)
uid => '1' (1 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Startseite' (10 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '' (0 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => '<INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/Template/Configuration/TSconfig
/setup.ts">
<INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/Template/Configura
tion/TSconfig/User.ts>' (174 chars)
tsconfig_includes => NULL
is_siteroot => '1' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '2' (1 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
1 =>
pid => '1' (1 chars)
uid => '5' (1 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Unternehmen' (11 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
2 =>
pid => '5' (1 chars)
uid => '152' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Karriereseiten' (14 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
3 =>
pid => '152' (3 chars)
uid => '170' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Tiefbaufacharbeiter (m/w/d), Fachwerker (m/w/d)' (47 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
absoluteRootLine =>
3 =>
pid => '152' (3 chars)
uid => '170' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Tiefbaufacharbeiter (m/w/d), Fachwerker (m/w/d)' (47 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
2 =>
pid => '5' (1 chars)
uid => '152' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Karriereseiten' (14 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
1 =>
pid => '1' (1 chars)
uid => '5' (1 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Unternehmen' (11 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
0 =>
pid => '0' (1 chars)
uid => '1' (1 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Startseite' (10 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '' (0 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => '<INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/Template/Configuration/TSconfig
/setup.ts">
<INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/Template/Configura
tion/TSconfig/User.ts>' (174 chars)
tsconfig_includes => NULL
is_siteroot => '1' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '2' (1 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
outermostRootlineIndexWithTemplate => 0 (integer)
rowSum =>
0 =>
0 => '1' (1 chars)
1 => 'MICHEL BAU' (10 chars)
2 => '1668167290' (10 chars)
1 =>
0 => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars)
1 => 'EXT:fluid_styled_content/Configuration/TypoScript/Static/' (57 chars)
2 => NULL
2 =>
0 => 'powermail/Configuration/TypoScript/Main/' (40 chars)
1 => 'EXT:powermail/Configuration/TypoScript/Main' (43 chars)
2 => NULL
3 =>
0 => 'powermail/Configuration/TypoScript/PowermailFrontend/' (53 chars)
1 => 'EXT:powermail/Configuration/TypoScript/Powermail_Frontend' (57 chars)
2 => NULL
4 =>
0 => 'powermail/Configuration/TypoScript/BootstrapClassesAndLayout/' (61 chars)
1 => 'EXT:powermail/Configuration/TypoScript/BootstrapClassesAndLayout' (64 chars)
2 => NULL
5 =>
0 => 'mask/Configuration/TypoScript/' (30 chars)
1 => 'EXT:mask/Configuration/TypoScript' (33 chars)
2 => NULL
6 =>
0 => 'videoshariff/Configuration/TypoScript/' (38 chars)
1 => 'EXT:video_shariff/Configuration/TypoScript/' (43 chars)
2 => NULL
7 =>
0 => 'extbase' (7 chars)
1 => 'extbase' (7 chars)
2 => NULL
8 =>
0 => 'fluid' (5 chars)
1 => 'fluid' (5 chars)
2 => NULL
9 =>
0 => 'extensionmanager' (16 chars)
1 => 'extensionmanager' (16 chars)
2 => NULL
10 =>
0 => 'belog' (5 chars)
1 => 'belog' (5 chars)
2 => NULL
11 =>
0 => 'beuser' (6 chars)
1 => 'beuser' (6 chars)
2 => NULL
12 =>
0 => 'felogin' (7 chars)
1 => 'felogin' (7 chars)
2 => NULL
13 =>
0 => 'sysnote' (7 chars)
1 => 'sys_note' (8 chars)
2 => NULL
14 =>
0 => 'dce' (3 chars)
1 => 'dce' (3 chars)
2 => NULL
15 =>
0 => 'mask' (4 chars)
1 => 'mask' (4 chars)
2 => NULL
16 =>
0 => 'powermail' (9 chars)
1 => 'powermail' (9 chars)
2 => NULL
17 =>
0 => 'realurl' (7 chars)
1 => 'realurl' (7 chars)
2 => NULL
18 =>
0 => 'wsscss' (6 chars)
1 => 'ws_scss' (7 chars)
2 => NULL
19 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/sys_note/Configuration/TypoScript/
constants.txt' (89 chars)
1 => 1663057698 (integer)
20 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/con
stants.ts' (85 chars)
1 => 1666961057 (integer)
21 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/con
stants/_fluid_styled_content.ts' (107 chars)
1 => 1666961057 (integer)
22 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/con
stants/_variables.ts' (96 chars)
1 => 1666961057 (integer)
23 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/fluid_styled_content/Configuration
/TypoScript/Static/Setup/lib.parseFunc.ts' (117 chars)
1 => 1663057698 (integer)
24 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/fluid_styled_content/Configuration
/TypoScript/Static/Setup/lib.fluidContent.ts' (120 chars)
1 => 1663057698 (integer)
25 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/fluid_styled_content/Configuration
/TypoScript/Static/Setup/lib.stdheader.ts' (117 chars)
1 => 1663057698 (integer)
26 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/fluid_styled_content/Configuration
/TypoScript/Static/Setup/styles.content.get.ts' (122 chars)
1 => 1663057698 (integer)
27 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/rtehtmlarea/Configuration/TypoScri
pt/ImageRendering/setup.txt' (103 chars)
1 => 1663057698 (integer)
28 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/belog/Configuration/TypoScript/set
up.txt' (82 chars)
1 => 1663057698 (integer)
29 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/beuser/Configuration/TypoScript/se
tup.txt' (83 chars)
1 => 1663057698 (integer)
30 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/sys_note/Configuration/TypoScript/
setup.txt' (85 chars)
1 => 1663057698 (integer)
31 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up.ts' (81 chars)
1 => 1666966354 (integer)
32 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up/_helper.ts' (89 chars)
1 => 1666961057 (integer)
33 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up/_rte.ts' (86 chars)
1 => 1666961057 (integer)
34 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up/_config.ts' (89 chars)
1 => 1666961057 (integer)
35 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up/_page.ts' (87 chars)
1 => 1667812373 (integer)
36 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up/_header.ts' (89 chars)
1 => 1667812373 (integer)
37 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up/_navigation.ts' (93 chars)
1 => 1674231270 (integer)
38 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/com
ponents/_powermail.ts' (97 chars)
1 => 1666961057 (integer)
sitetitle => '' (0 chars)
sections => NULL
sectionsMatch => NULL
clearList_const =>
0 => '_defaultTypoScript_' (19 chars)
1 => 'ext_fluidstyledcontent/Configuration/TypoScript/Static/' (55 chars)
2 => 'ext_powermail/Configuration/TypoScript/Main/' (44 chars)
3 => 'ext_powermail/Configuration/TypoScript/PowermailFrontend/' (57 chars)
4 => 'ext_powermail/Configuration/TypoScript/BootstrapClassesAndLayout/' (65 chars)
5 => 'ext_mask/Configuration/TypoScript/' (34 chars)
6 => 'ext_videoshariff/Configuration/TypoScript/' (42 chars)
7 => 'ext_extbase' (11 chars)
8 => 'ext_fluid' (9 chars)
9 => 'ext_extensionmanager' (20 chars)
10 => 'ext_belog' (9 chars)
11 => 'ext_beuser' (10 chars)
12 => 'ext_felogin' (11 chars)
13 => 'ext_sysnote' (11 chars)
14 => 'ext_dce' (7 chars)
15 => 'ext_mask' (8 chars)
16 => 'ext_powermail' (13 chars)
17 => 'ext_realurl' (11 chars)
18 => 'ext_wsscss' (10 chars)
19 => 'sys_1' (5 chars)
clearList_setup =>
0 => '_defaultTypoScript_' (19 chars)
1 => 'ext_fluidstyledcontent/Configuration/TypoScript/Static/' (55 chars)
2 => 'ext_powermail/Configuration/TypoScript/Main/' (44 chars)
3 => 'ext_powermail/Configuration/TypoScript/PowermailFrontend/' (57 chars)
4 => 'ext_powermail/Configuration/TypoScript/BootstrapClassesAndLayout/' (65 chars)
5 => 'ext_mask/Configuration/TypoScript/' (34 chars)
6 => 'ext_videoshariff/Configuration/TypoScript/' (42 chars)
7 => 'ext_extbase' (11 chars)
8 => 'ext_fluid' (9 chars)
9 => 'ext_extensionmanager' (20 chars)
10 => 'ext_belog' (9 chars)
11 => 'ext_beuser' (10 chars)
12 => 'ext_felogin' (11 chars)
13 => 'ext_sysnote' (11 chars)
14 => 'ext_dce' (7 chars)
15 => 'ext_mask' (8 chars)
16 => 'ext_powermail' (13 chars)
17 => 'ext_realurl' (11 chars)
18 => 'ext_wsscss' (10 chars)
19 => 'sys_1' (5 chars)
parserErrors => array(empty)
setup_constants => array(empty)
fileCache => array(empty)
frames => array(empty)
MPmap => '' (0 chars)
extensionStaticsProcessed => TRUE
processExtensionStatics => FALSE
isDefaultTypoScriptAdded => TRUE
processIncludesHasBeenRun => TRUE
cacheTimeOutDefault => 0 (integer)
cacheContentFlag => FALSE
cacheExpires => 1733493313 (integer)
isClientCachable => FALSE
all =>
all =>
5916e85ed947629628fa0f90443f9d8c => '[globalVar = GP:L = 1]' (22 chars)
f5ecdf658f26e9f17c0f8954d0737f48 => '[globalVar = GP:L = 3]' (22 chars)
6d93ff480ed240b90858faf4d2e4dad5 => '[globalVar = LIT:0 < 1]' (23 chars)
00a598b3c89b9de427964ed69f9f2841 => '[globalVar = LIT:0 < 0]' (23 chars)
5892dd801a2063abe54d00a33cdefb09 => '[globalVar = GP:type = 31311] || [globalVar = GP:type = 31312] || [globalVar
= GP:type = 31319]' (95 chars)
bedee4ed12f5744f35e11b32b9855de1 => '[globalVar = TSFE:id=4]' (23 chars)
cc71292a3fbf62c889f71c6794f428b6 => '[globalVar = GP:referenzprojekteDetail > 0]' (43 chars)
5be57a4856867340c7e09c7c9eff37ea => '[globalVar = GP:L=3]' (20 chars)
50dad9ce35eec5ae33612586d2a4e3cb => '[PIDinRootline = 5]' (19 chars)
6d440572d1feb99613229e72c28dfa3c => '[PIDinRootline = 6]' (19 chars)
5d803641a72d0e12bc2c035a09d96b3f => '[PIDinRootline = 14]' (21 chars)
b9a6c20f7bc80030a573f0785092e9fe => '[PIDinRootline = 15]' (20 chars)
e72c24229fb88b70088fd6737d0905f2 => '[treeLevel = 0]' (15 chars)
match =>
6d93ff480ed240b90858faf4d2e4dad5 => '[globalVar = LIT:0 < 1]' (23 chars)
50dad9ce35eec5ae33612586d2a4e3cb => '[PIDinRootline = 5]' (19 chars)
rootLine =>
0 =>
pid => '0' (1 chars)
uid => '1' (1 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Startseite' (10 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '' (0 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => '<INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/Template/Configuration/TSconfig
/setup.ts">
<INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/Template/Configura
tion/TSconfig/User.ts>' (174 chars)
tsconfig_includes => NULL
is_siteroot => '1' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '2' (1 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
1 =>
pid => '1' (1 chars)
uid => '5' (1 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Unternehmen' (11 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
2 =>
pid => '5' (1 chars)
uid => '152' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Karriereseiten' (14 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
3 =>
pid => '152' (3 chars)
uid => '170' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_state => '0' (1 chars)
title => 'Tiefbaufacharbeiter (m/w/d), Fachwerker (m/w/d)' (47 chars)
alias => '' (0 chars)
nav_title => '' (0 chars)
media => '' (0 chars)
layout => '0' (1 chars)
hidden => '0' (1 chars)
starttime => '0' (1 chars)
endtime => '0' (1 chars)
fe_group => '0' (1 chars)
extendToSubpages => '0' (1 chars)
doktype => '1' (1 chars)
TSconfig => NULL
tsconfig_includes => NULL
is_siteroot => '0' (1 chars)
mount_pid => '0' (1 chars)
mount_pid_ol => '0' (1 chars)
fe_login_mode => '0' (1 chars)
backend_layout_next_level => '' (0 chars)
tx_realurl_pathsegment => '' (0 chars)
tx_realurl_exclude => '0' (1 chars)
tx_realurl_pathoverride => '0' (1 chars)
categories => '' (0 chars)
rowSum =>
0 =>
0 => '1' (1 chars)
1 => 'MICHEL BAU' (10 chars)
2 => '1668167290' (10 chars)
1 =>
0 => 'fluidstyledcontent/Configuration/TypoScript/Static/' (51 chars)
1 => 'EXT:fluid_styled_content/Configuration/TypoScript/Static/' (57 chars)
2 => NULL
2 =>
0 => 'powermail/Configuration/TypoScript/Main/' (40 chars)
1 => 'EXT:powermail/Configuration/TypoScript/Main' (43 chars)
2 => NULL
3 =>
0 => 'powermail/Configuration/TypoScript/PowermailFrontend/' (53 chars)
1 => 'EXT:powermail/Configuration/TypoScript/Powermail_Frontend' (57 chars)
2 => NULL
4 =>
0 => 'powermail/Configuration/TypoScript/BootstrapClassesAndLayout/' (61 chars)
1 => 'EXT:powermail/Configuration/TypoScript/BootstrapClassesAndLayout' (64 chars)
2 => NULL
5 =>
0 => 'mask/Configuration/TypoScript/' (30 chars)
1 => 'EXT:mask/Configuration/TypoScript' (33 chars)
2 => NULL
6 =>
0 => 'videoshariff/Configuration/TypoScript/' (38 chars)
1 => 'EXT:video_shariff/Configuration/TypoScript/' (43 chars)
2 => NULL
7 =>
0 => 'extbase' (7 chars)
1 => 'extbase' (7 chars)
2 => NULL
8 =>
0 => 'fluid' (5 chars)
1 => 'fluid' (5 chars)
2 => NULL
9 =>
0 => 'extensionmanager' (16 chars)
1 => 'extensionmanager' (16 chars)
2 => NULL
10 =>
0 => 'belog' (5 chars)
1 => 'belog' (5 chars)
2 => NULL
11 =>
0 => 'beuser' (6 chars)
1 => 'beuser' (6 chars)
2 => NULL
12 =>
0 => 'felogin' (7 chars)
1 => 'felogin' (7 chars)
2 => NULL
13 =>
0 => 'sysnote' (7 chars)
1 => 'sys_note' (8 chars)
2 => NULL
14 =>
0 => 'dce' (3 chars)
1 => 'dce' (3 chars)
2 => NULL
15 =>
0 => 'mask' (4 chars)
1 => 'mask' (4 chars)
2 => NULL
16 =>
0 => 'powermail' (9 chars)
1 => 'powermail' (9 chars)
2 => NULL
17 =>
0 => 'realurl' (7 chars)
1 => 'realurl' (7 chars)
2 => NULL
18 =>
0 => 'wsscss' (6 chars)
1 => 'ws_scss' (7 chars)
2 => NULL
19 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/sys_note/Configuration/TypoScript/
constants.txt' (89 chars)
1 => 1663057698 (integer)
20 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/con
stants.ts' (85 chars)
1 => 1666961057 (integer)
21 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/con
stants/_fluid_styled_content.ts' (107 chars)
1 => 1666961057 (integer)
22 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/con
stants/_variables.ts' (96 chars)
1 => 1666961057 (integer)
23 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/fluid_styled_content/Configuration
/TypoScript/Static/Setup/lib.parseFunc.ts' (117 chars)
1 => 1663057698 (integer)
24 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/fluid_styled_content/Configuration
/TypoScript/Static/Setup/lib.fluidContent.ts' (120 chars)
1 => 1663057698 (integer)
25 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/fluid_styled_content/Configuration
/TypoScript/Static/Setup/lib.stdheader.ts' (117 chars)
1 => 1663057698 (integer)
26 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/fluid_styled_content/Configuration
/TypoScript/Static/Setup/styles.content.get.ts' (122 chars)
1 => 1663057698 (integer)
27 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/rtehtmlarea/Configuration/TypoScri
pt/ImageRendering/setup.txt' (103 chars)
1 => 1663057698 (integer)
28 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/belog/Configuration/TypoScript/set
up.txt' (82 chars)
1 => 1663057698 (integer)
29 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/beuser/Configuration/TypoScript/se
tup.txt' (83 chars)
1 => 1663057698 (integer)
30 =>
0 => '/home/www/p379084/html/typo3/typo3/sysext/sys_note/Configuration/TypoScript/
setup.txt' (85 chars)
1 => 1663057698 (integer)
31 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up.ts' (81 chars)
1 => 1666966354 (integer)
32 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up/_helper.ts' (89 chars)
1 => 1666961057 (integer)
33 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up/_rte.ts' (86 chars)
1 => 1666961057 (integer)
34 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up/_config.ts' (89 chars)
1 => 1666961057 (integer)
35 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up/_page.ts' (87 chars)
1 => 1667812373 (integer)
36 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up/_header.ts' (89 chars)
1 => 1667812373 (integer)
37 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/set
up/_navigation.ts' (93 chars)
1 => 1674231270 (integer)
38 =>
0 => '/home/www/p379084/html/typo3/fileadmin/Template/Configuration/TypoScript/com
ponents/_powermail.ts' (97 chars)
1 => 1666961057 (integer)
sPre => 'page' (4 chars)
pSetup =>
includeJSFooter. =>
powermailJQueryDatepicker => 'EXT:powermail/Resources/Public/JavaScripts/Libraries/jquery.datetimepicker.m
in.js' (81 chars)
powermailJQueryFormValidation => 'EXT:powermail/Resources/Public/JavaScripts/Libraries/parsley.min.js' (67 chars)
powermailJQueryTabs => 'EXT:powermail/Resources/Public/JavaScripts/Powermail/Tabs.min.js' (64 chars)
powermailForm => 'EXT:powermail/Resources/Public/JavaScripts/Powermail/Form.min.js' (64 chars)
variables => 'fileadmin/Template/Resources/Public/js/variables.js' (51 chars)
owl => 'fileadmin/Template/Resources/Public/js/owl.carousel.js' (54 chars)
highlight => 'fileadmin/Template/Resources/Public/js/highlight.js' (51 chars)
app => 'fileadmin/Template/Resources/Public/js/app.js' (45 chars)
mmenu-jquery => 'fileadmin/Template/Resources/Public/js/mmenu/jquery.mmenu.all.min.js' (68 chars)
mmenu => 'fileadmin/Template/Resources/Public/js/mmenu/mmenu.js' (53 chars)
modernizr => 'fileadmin/Template/Resources/Public/js/modernizr.js' (51 chars)
megamenu => 'fileadmin/Template/Resources/Public/js/main.js' (46 chars)
lightbox => 'fileadmin/Template/Resources/Public/js/lightbox.js' (50 chars)
maxheight => 'fileadmin/Template/Resources/Public/js/maxheight.js' (51 chars)
pictureFill => 'fileadmin/Template/Resources/Public/js/picturefill/picturefill.min.js' (69 chars)
hyphenate => 'fileadmin/Template/Resources/Public/js/hyphenator.js' (52 chars)
includeCSS. =>
powermailBasicCss => 'EXT:powermail/Resources/Public/Css/Basic.css' (44 chars)
video_shariff => 'EXT:video_shariff/Resources/Public/Css/VideoShariff.min.css' (59 chars)
mmenu-css => 'fileadmin/Template/Resources/Public/css/jquery.mmenu.all.css' (60 chars)
owlCss => 'fileadmin/Template/Resources/Public/css/owl.carousel.min.css' (60 chars)
owlCssDefault => 'fileadmin/Template/Resources/Public/css/owl.theme.default.min.css' (65 chars)
reset => 'fileadmin/Template/Resources/Public/css/reset.css' (49 chars)
menustyle => 'fileadmin/Template/Resources/Public/css/menustyle.css' (53 chars)
stylesheet => 'fileadmin/Template/Resources/Public/sass/style.scss' (51 chars)
stylesheet. =>
outputdir => 'fileadmin/Template/Resources/Public/css' (39 chars)
formatter => 'Leafo\ScssPhp\Formatter\Expanded' (32 chars)
linenumber => 'true' (4 chars)
cookiec => 'fileadmin/Template/Resources/Public/css/cookieconsent.css' (57 chars)
includeJSFooterlibs. =>
video_shariff => 'fileadmin/Template/Resources/Public/js/video-shariff.js' (55 chars)
jquery => 'fileadmin/Template/Resources/Public/js/jquery-2.2.3.js' (54 chars)
jquery. =>
forceOnTop => '1' (1 chars)
jqueryMin => 'fileadmin/Template/Resources/Public/js/jquery.min.js' (52 chars)
jqueryMin. =>
forceOnTop => '1' (1 chars)
bootstrap => 'fileadmin/Template/Resources/Public/js/bootstrap.js' (51 chars)
lightbox => 'fileadmin/Template/Resources/Public/js/lightbox/lightbox.min.js' (63 chars)
cc => 'fileadmin/Template/Resources/Public/vendors/cookieconsent-3.1.0/cookieconsen
t.min.js' (84 chars)
klaroConfig => 'fileadmin/Template/Resources/Public/js/klaro/de.klaro-config.js' (63 chars)
klaro => 'fileadmin/Template/Resources/Public/js/klaro/klaro.js' (53 chars)
yt_consent => 'fileadmin/Template/Resources/Public/js/yt-consent.js' (52 chars)
10 => 'FLUIDTEMPLATE' (13 chars)
10. =>
format => 'html' (4 chars)
file => 'fileadmin/Template/Resources/Private/Templates/Default.html' (59 chars)
partialRootPath => 'fileadmin/Template/Resources/Private/Partials/' (46 chars)
layoutRootPath => 'fileadmin/Template/Resources/Private/Layouts/' (45 chars)
variables. =>
images => 'CONTENT' (7 chars)
images. =>
table => 'tt_content' (10 chars)
select. =>
orderBy => 'sorting' (7 chars)
where => 'colPos = 0' (10 chars)
content => 'CONTENT' (7 chars)
content. =>
table => 'tt_content' (10 chars)
select. =>
orderBy => 'sorting' (7 chars)
where => 'colPos = 10' (11 chars)
cookieText => 'TEXT' (4 chars)
cookieText. =>
value => 'Cookie-Einstellungen ändern' (28 chars)
file. =>
stdWrap. =>
cObject => 'CASE' (4 chars)
cObject. =>
key. => array(2 items)max depth
default => 'TEXT' (4 chars)
default. => array(1 item)max depth
2 => 'TEXT' (4 chars)
2. => array(1 item)max depth
3 => 'TEXT' (4 chars)
3. => array(1 item)max depth
footerData. =>
20 => 'TEXT' (4 chars)
20. =>
value => ' <!-- Matomo -->
<script type="opt-in" data-type="application/javas
cript" data-name="matomo">
var _paq = _paq || [];
_paq.push(["setDom
ains", ["*.michelbau.inmedium.net","*.michelbau.de"]]);
_paq.push(['trac
kPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//www.statistik.im/";
_paq.push(['setTrackerUrl', u+'piwik.php
']);
_paq.push(['setSiteId', '23']);
var d=document, g=d.createE
lement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/
javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.in
sertBefore(g,s);
})();
</script>
<noscript><p><img src="//www.statis
tik.im/piwik.php?idsite=23" style="border:0;" alt="" /></p></noscript>
<!-
- End Matomo Code -->' (781 chars)
config. =>
prefixLocalAnchors => 'all' (3 chars)
meta. =>
X-UA-Compatible => 'IE=edge' (7 chars)
X-UA-Compatible. =>
httpEquivalent => '1' (1 chars)
author => 'MICHEL BAU' (10 chars)
robots => 'index, follow' (13 chars)
viewport => 'width=device-width, initial-scale=1, shrink-to-fit=no' (53 chars)
description. =>
data => 'page:description' (16 chars)
fragment => '!' (1 chars)
headerData. =>
10 => 'TEXT' (4 chars)
10. =>
field => 'title' (5 chars)
wrap => '<title>| · Michel Bau</title>' (35 chars)
11 => 'TEXT' (4 chars)
11. =>
field => 'title' (5 chars)
wrap => '<meta property="og:title" content="|" />' (40 chars)
12 => 'TEXT' (4 chars)
12. =>
wrap => '<meta property="og:site_name" content="michel bau" />' (53 chars)
13 => 'TEXT' (4 chars)
13. =>
wrap => '<meta property="og:type" content="website" />' (45 chars)
14 => 'TEXT' (4 chars)
14. =>
wrap => '<meta property="og:locale" content="de_DE" />' (45 chars)
17 => 'COA' (3 chars)
17. =>
10 => 'IMG_RESOURCE' (12 chars)
10. =>
file => 'fileadmin/Template/Resources/Public/images/icons/icon-touch.png' (63 chars)
file. =>
width => '57c' (3 chars)
height => '57c' (3 chars)
stdWrap. =>
dataWrap => '<link rel="apple-touch-icon" sizes="{TSFE:lastImgResourceInfo|0}x{TSFE:lastI
mgResourceInfo|1}" href="|">' (104 chars)
20 => 'IMG_RESOURCE' (12 chars)
20. =>
file => 'fileadmin/Template/Resources/Public/images/icons/icon-touch.png' (63 chars)
file. =>
width => '76c' (3 chars)
height => '76c' (3 chars)
stdWrap. =>
dataWrap => '<link rel="apple-touch-icon" sizes="{TSFE:lastImgResourceInfo|0}x{TSFE:lastI
mgResourceInfo|1}" href="|">' (104 chars)
30 => 'IMG_RESOURCE' (12 chars)
30. =>
file => 'fileadmin/Template/Resources/Public/images/icons/icon-touch.png' (63 chars)
file. =>
width => '114c' (4 chars)
height => '114c' (4 chars)
stdWrap. =>
dataWrap => '<link rel="apple-touch-icon" sizes="{TSFE:lastImgResourceInfo|0}x{TSFE:lastI
mgResourceInfo|1}" href="|">' (104 chars)
40 => 'IMG_RESOURCE' (12 chars)
40. =>
file => 'fileadmin/Template/Resources/Public/images/icons/icon-touch.png' (63 chars)
file. =>
width => '120c' (4 chars)
height => '120c' (4 chars)
stdWrap. =>
dataWrap => '<link rel="apple-touch-icon" sizes="{TSFE:lastImgResourceInfo|0}x{TSFE:lastI
mgResourceInfo|1}" href="|">' (104 chars)
50 => 'IMG_RESOURCE' (12 chars)
50. =>
file => 'fileadmin/Template/Resources/Public/images/icons/icon-touch.png' (63 chars)
file. =>
width => '144c' (4 chars)
height => '144c' (4 chars)
stdWrap. =>
dataWrap => '<link rel="apple-touch-icon" sizes="{TSFE:lastImgResourceInfo|0}x{TSFE:lastI
mgResourceInfo|1}" href="|">' (104 chars)
60 => 'IMG_RESOURCE' (12 chars)
60. =>
file => 'fileadmin/Template/Resources/Public/images/icons/icon-touch.png' (63 chars)
file. =>
width => '152c' (4 chars)
height => '152c' (4 chars)
stdWrap. =>
dataWrap => '<link rel="apple-touch-icon" sizes="{TSFE:lastImgResourceInfo|0}x{TSFE:lastI
mgResourceInfo|1}" href="|">' (104 chars)
70 => 'IMG_RESOURCE' (12 chars)
70. =>
file => 'fileadmin/Template/Resources/Public/images/icons/icon-touch.png' (63 chars)
file. =>
width => '180c' (4 chars)
height => '180c' (4 chars)
stdWrap. =>
dataWrap => '<link rel="apple-touch-icon" sizes="{TSFE:lastImgResourceInfo|0}x{TSFE:lastI
mgResourceInfo|1}" href="|">' (104 chars)
80 => 'IMG_RESOURCE' (12 chars)
80. =>
file => 'fileadmin/Template/Resources/Public/images/icons/icon-touch.png' (63 chars)
file. =>
width => '196c' (4 chars)
height => '196c' (4 chars)
stdWrap. =>
dataWrap => '<link rel="icon" type="image/png" sizes="{TSFE:lastImgResourceInfo|0}x{TSFE:
lastImgResourceInfo|1}" href="|">' (109 chars)
120 => 'IMG_RESOURCE' (12 chars)
120. =>
file => 'fileadmin/Template/Resources/Public/images/icons/icon-touch.png' (63 chars)
file. =>
width => '70c' (3 chars)
height => '70c' (3 chars)
stdWrap. =>
dataWrap => '<meta name="msapplication-square{TSFE:lastImgResourceInfo|0}x{TSFE:lastImgRe
sourceInfo|1}logo" content="|" >' (108 chars)
130 => 'IMG_RESOURCE' (12 chars)
130. =>
file => 'fileadmin/Template/Resources/Public/images/icons/icon-touch.png' (63 chars)
file. =>
width => '150c' (4 chars)
height => '150c' (4 chars)
stdWrap. =>
dataWrap => '<meta name="msapplication-square{TSFE:lastImgResourceInfo|0}x{TSFE:lastImgRe
sourceInfo|1}logo" content="|" >' (108 chars)
140 => 'IMG_RESOURCE' (12 chars)
140. =>
file => 'fileadmin/Template/Resources/Public/images/icons/icon-touch.png' (63 chars)
file. =>
width => '310c' (4 chars)
height => '150c' (4 chars)
stdWrap. =>
dataWrap => '<meta name="msapplication-square{TSFE:lastImgResourceInfo|0}x{TSFE:lastImgRe
sourceInfo|1}logo" content="|" >' (108 chars)
150 => 'IMG_RESOURCE' (12 chars)
150. =>
file => 'fileadmin/Template/Resources/Public/images/icons/icon-touch.png' (63 chars)
file. =>
width => '310c' (4 chars)
height => '310c' (4 chars)
stdWrap. =>
dataWrap => '<meta name="msapplication-square{TSFE:lastImgResourceInfo|0}x{TSFE:lastImgRe
sourceInfo|1}logo" content="|" >' (108 chars)
18 => 'TEXT' (4 chars)
18. =>
value => '<link rel="shortcut icon" type="image/x-icon" href="fileadmin/Template/Resou
rces/Public/images/icons/favicon/favicon.ico" />' (124 chars)
newHash => '88be54e3813e403d5842aa4b8e76de95' (32 chars)
getMethodUrlIdToken => '' (0 chars)
no_cacheBeforePageGen => FALSE
tempContent => TRUE
forceTemplateParsing => FALSE
cHash_array => array(empty)
pagesTSconfig => '' (0 chars)
additionalHeaderData => array(empty)
additionalFooterData => array(empty)
additionalJavaScript => array(empty)
additionalCSS => array(empty)
JSeventFuncCalls =>
onmousemove => array(empty)
onmouseup => array(empty)
onkeydown => array(empty)
onkeyup => array(empty)
onkeypress => array(empty)
onload => array(empty)
onunload => array(empty)
JSCode => NULL
inlineJS => NULL
divSection => '' (0 chars)
defaultBodyTag => '<body>' (6 chars)
debug => '' (0 chars)
intTarget => '' (0 chars)
extTarget => '' (0 chars)
fileTarget => '' (0 chars)
MP_defaults => array(empty)
spamProtectEmailAddresses => 2 (integer)
absRefPrefix => '' (0 chars)
compensateFieldWidth => '' (0 chars)
lockFilePath => 'fileadmin/' (10 chars)
ATagParams => '' (0 chars)
sWordRegEx => '' (0 chars)
sWordList => NULL
linkVars => '' (0 chars)
excludeCHashVars => '' (0 chars)
displayEditIcons => '' (0 chars)
displayFieldEditIcons => '' (0 chars)
sys_language_uid => 0 (integer)
sys_language_mode => '' (0 chars)
sys_language_content => 0 (integer)
sys_language_contentOL => NULL
sys_language_isocode => 'de' (2 chars)
applicationData => array(empty)
register =>
SYS_LASTCHANGED => 1726556234 (integer)
registerStack => array(empty)
cObjectDepthCounter => 44 (integer)
recordRegister => array(empty)
currentRecord => 'tt_content:1267' (15 chars)
accessKey => array(empty)
imagesOnPage => array(empty)
lastImageInfo => array(empty)
uniqueCounter => 0 (integer)
uniqueString => 'b4ccab9036cad4a61d3062aeecc46990' (32 chars)
indexedDocTitle => 'Tiefbaufacharbeiter (m/w/d), Fachwerker (m/w/d)' (47 chars)
altPageTitle => '' (0 chars)
baseUrl => 'https://www.michelbau.de/' (25 chars)
anchorPrefix => 'unternehmen/karriereseiten/tiefbaufacharbeiter-mwd-fachwerker-mwd/' (66 chars)
usedUniqueIds => array(empty)
cObj => TYPO3\CMS\Frontend\ContentObject\ContentObjectRendererprototypeobjectfiltered
content => '' (0 chars)
clientInfo => array(empty)
scriptParseTime => 0 (integer)
csConvObj =>
noCharByteVal => 63 (integer)
parsedCharsets => array(empty)
caseFolding => array(empty)
toASCII => array(empty)
twoByteSets =>
ucs-2 => 1 (integer)
fourByteSets =>
ucs-4 => 1 (integer)
utf-32 => 1 (integer)
eucBasedSets =>
gb2312 => 1 (integer)
big5 => 1 (integer)
euc-kr => 1 (integer)
shift_jis => 1 (integer)
synonyms =>
us => 'ascii' (5 chars)
us-ascii => 'ascii' (5 chars)
cp819 => 'iso-8859-1' (10 chars)
ibm819 => 'iso-8859-1' (10 chars)
iso-ir-100 => 'iso-8859-1' (10 chars)
iso-ir-101 => 'iso-8859-2' (10 chars)
iso-ir-109 => 'iso-8859-3' (10 chars)
iso-ir-110 => 'iso-8859-4' (10 chars)
iso-ir-144 => 'iso-8859-5' (10 chars)
iso-ir-127 => 'iso-8859-6' (10 chars)
iso-ir-126 => 'iso-8859-7' (10 chars)
iso-ir-138 => 'iso-8859-8' (10 chars)
iso-ir-148 => 'iso-8859-9' (10 chars)
iso-ir-157 => 'iso-8859-10' (11 chars)
iso-ir-179 => 'iso-8859-13' (11 chars)
iso-ir-199 => 'iso-8859-14' (11 chars)
iso-ir-203 => 'iso-8859-15' (11 chars)
csisolatin1 => 'iso-8859-1' (10 chars)
csisolatin2 => 'iso-8859-2' (10 chars)
csisolatin3 => 'iso-8859-3' (10 chars)
csisolatin5 => 'iso-8859-9' (10 chars)
csisolatin8 => 'iso-8859-14' (11 chars)
csisolatin9 => 'iso-8859-15' (11 chars)
csisolatingreek => 'iso-8859-7' (10 chars)
iso-celtic => 'iso-8859-14' (11 chars)
latin1 => 'iso-8859-1' (10 chars)
latin2 => 'iso-8859-2' (10 chars)
latin3 => 'iso-8859-3' (10 chars)
latin5 => 'iso-8859-9' (10 chars)
latin6 => 'iso-8859-10' (11 chars)
latin8 => 'iso-8859-14' (11 chars)
latin9 => 'iso-8859-15' (11 chars)
l1 => 'iso-8859-1' (10 chars)
l2 => 'iso-8859-2' (10 chars)
l3 => 'iso-8859-3' (10 chars)
l5 => 'iso-8859-9' (10 chars)
l6 => 'iso-8859-10' (11 chars)
l8 => 'iso-8859-14' (11 chars)
l9 => 'iso-8859-15' (11 chars)
cyrillic => 'iso-8859-5' (10 chars)
arabic => 'iso-8859-6' (10 chars)
tis-620 => 'iso-8859-11' (11 chars)
win874 => 'windows-874' (11 chars)
win1250 => 'windows-1250' (12 chars)
win1251 => 'windows-1251' (12 chars)
win1252 => 'windows-1252' (12 chars)
win1253 => 'windows-1253' (12 chars)
win1254 => 'windows-1254' (12 chars)
win1255 => 'windows-1255' (12 chars)
win1256 => 'windows-1256' (12 chars)
win1257 => 'windows-1257' (12 chars)
win1258 => 'windows-1258' (12 chars)
cp1250 => 'windows-1250' (12 chars)
cp1251 => 'windows-1251' (12 chars)
cp1252 => 'windows-1252' (12 chars)
ms-ee => 'windows-1250' (12 chars)
ms-ansi => 'windows-1252' (12 chars)
ms-greek => 'windows-1253' (12 chars)
ms-turk => 'windows-1254' (12 chars)
winbaltrim => 'windows-1257' (12 chars)
koi-8ru => 'koi-8r' (6 chars)
koi8r => 'koi-8r' (6 chars)
cp878 => 'koi-8r' (6 chars)
mac => 'macroman' (8 chars)
macintosh => 'macroman' (8 chars)
euc-cn => 'gb2312' (6 chars)
x-euc-cn => 'gb2312' (6 chars)
euccn => 'gb2312' (6 chars)
cp936 => 'gb2312' (6 chars)
big-5 => 'big5' (4 chars)
cp950 => 'big5' (4 chars)
eucjp => 'euc-jp' (6 chars)
sjis => 'shift_jis' (9 chars)
shift-jis => 'shift_jis' (9 chars)
cp932 => 'shift_jis' (9 chars)
cp949 => 'euc-kr' (6 chars)
utf7 => 'utf-7' (5 chars)
utf8 => 'utf-8' (5 chars)
utf16 => 'utf-16' (6 chars)
utf32 => 'utf-32' (6 chars)
ucs2 => 'ucs-2' (5 chars)
ucs4 => 'ucs-4' (5 chars)
lang_to_script =>
af => 'west_european' (13 chars)
ar => 'arabic' (6 chars)
bg => 'cyrillic' (8 chars)
bs => 'east_european' (13 chars)
cs => 'east_european' (13 chars)
da => 'west_european' (13 chars)
de => 'west_european' (13 chars)
es => 'west_european' (13 chars)
et => 'estonian' (8 chars)
eo => 'unicode' (7 chars)
eu => 'west_european' (13 chars)
fa => 'arabic' (6 chars)
fi => 'west_european' (13 chars)
fo => 'west_european' (13 chars)
fr => 'west_european' (13 chars)
ga => 'west_european' (13 chars)
gl => 'west_european' (13 chars)
gr => 'greek' (5 chars)
he => 'hebrew' (6 chars)
hi => 'unicode' (7 chars)
hr => 'east_european' (13 chars)
hu => 'east_european' (13 chars)
iw => 'hebrew' (6 chars)
is => 'west_european' (13 chars)
it => 'west_european' (13 chars)
ja => 'japanese' (8 chars)
ka => 'unicode' (7 chars)
kl => 'west_european' (13 chars)
km => 'unicode' (7 chars)
ko => 'korean' (6 chars)
lt => 'lithuanian' (10 chars)
lv => 'west_european' (13 chars)
nl => 'west_european' (13 chars)
no => 'west_european' (13 chars)
nb => 'west_european' (13 chars)
nn => 'west_european' (13 chars)
pl => 'east_european' (13 chars)
pt => 'west_european' (13 chars)
ro => 'east_european' (13 chars)
ru => 'cyrillic' (8 chars)
sk => 'east_european' (13 chars)
sl => 'east_european' (13 chars)
sr => 'cyrillic' (8 chars)
sv => 'west_european' (13 chars)
sq => 'albanian' (8 chars)
th => 'thai' (4 chars)
uk => 'cyrillic' (8 chars)
vi => 'vietnamese' (10 chars)
zh => 'chinese' (7 chars)
afk => 'west_european' (13 chars)
ara => 'arabic' (6 chars)
bgr => 'cyrillic' (8 chars)
cat => 'west_european' (13 chars)
chs => 'simpl_chinese' (13 chars)
cht => 'trad_chinese' (12 chars)
csy => 'east_european' (13 chars)
dan => 'west_european' (13 chars)
deu => 'west_european' (13 chars)
dea => 'west_european' (13 chars)
des => 'west_european' (13 chars)
ena => 'west_european' (13 chars)
enc => 'west_european' (13 chars)
eng => 'west_european' (13 chars)
enz => 'west_european' (13 chars)
enu => 'west_european' (13 chars)
euq => 'west_european' (13 chars)
fos => 'west_european' (13 chars)
far => 'arabic' (6 chars)
fin => 'west_european' (13 chars)
fra => 'west_european' (13 chars)
frb => 'west_european' (13 chars)
frc => 'west_european' (13 chars)
frs => 'west_european' (13 chars)
geo => 'unicode' (7 chars)
glg => 'west_european' (13 chars)
ell => 'greek' (5 chars)
heb => 'hebrew' (6 chars)
hin => 'unicode' (7 chars)
hun => 'east_european' (13 chars)
isl => 'west_european' (13 chars)
ita => 'west_european' (13 chars)
its => 'west_european' (13 chars)
jpn => 'japanese' (8 chars)
khm => 'unicode' (7 chars)
kor => 'korean' (6 chars)
lth => 'lithuanian' (10 chars)
lvi => 'west_european' (13 chars)
msl => 'west_european' (13 chars)
nlb => 'west_european' (13 chars)
nld => 'west_european' (13 chars)
nor => 'west_european' (13 chars)
non => 'west_european' (13 chars)
plk => 'east_european' (13 chars)
ptg => 'west_european' (13 chars)
ptb => 'west_european' (13 chars)
rom => 'east_european' (13 chars)
rus => 'cyrillic' (8 chars)
slv => 'east_european' (13 chars)
sky => 'east_european' (13 chars)
srl => 'east_european' (13 chars)
srb => 'cyrillic' (8 chars)
esp => 'west_european' (13 chars)
esm => 'west_european' (13 chars)
esn => 'west_european' (13 chars)
sve => 'west_european' (13 chars)
sqi => 'albanian' (8 chars)
tha => 'thai' (4 chars)
trk => 'turkish' (7 chars)
ukr => 'cyrillic' (8 chars)
afrikaans => 'west_european' (13 chars)
albanian => 'albanian' (8 chars)
arabic => 'arabic' (6 chars)
basque => 'west_european' (13 chars)
bosnian => 'east_european' (13 chars)
bulgarian => 'east_european' (13 chars)
catalan => 'west_european' (13 chars)
croatian => 'east_european' (13 chars)
czech => 'east_european' (13 chars)
danish => 'west_european' (13 chars)
dutch => 'west_european' (13 chars)
english => 'west_european' (13 chars)
esperanto => 'unicode' (7 chars)
estonian => 'estonian' (8 chars)
faroese => 'west_european' (13 chars)
farsi => 'arabic' (6 chars)
finnish => 'west_european' (13 chars)
french => 'west_european' (13 chars)
galician => 'west_european' (13 chars)
georgian => 'unicode' (7 chars)
german => 'west_european' (13 chars)
greek => 'greek' (5 chars)
greenlandic => 'west_european' (13 chars)
hebrew => 'hebrew' (6 chars)
hindi => 'unicode' (7 chars)
hungarian => 'east_european' (13 chars)
icelandic => 'west_european' (13 chars)
italian => 'west_european' (13 chars)
khmer => 'unicode' (7 chars)
latvian => 'west_european' (13 chars)
lettish => 'west_european' (13 chars)
lithuanian => 'lithuanian' (10 chars)
malay => 'west_european' (13 chars)
norwegian => 'west_european' (13 chars)
persian => 'arabic' (6 chars)
polish => 'east_european' (13 chars)
portuguese => 'west_european' (13 chars)
russian => 'cyrillic' (8 chars)
romanian => 'east_european' (13 chars)
serbian => 'cyrillic' (8 chars)
slovak => 'east_european' (13 chars)
slovenian => 'east_european' (13 chars)
spanish => 'west_european' (13 chars)
svedish => 'west_european' (13 chars)
that => 'thai' (4 chars)
turkish => 'turkish' (7 chars)
ukrainian => 'cyrillic' (8 chars)
script_to_charset_unix =>
west_european => 'iso-8859-1' (10 chars)
estonian => 'iso-8859-1' (10 chars)
east_european => 'iso-8859-2' (10 chars)
baltic => 'iso-8859-4' (10 chars)
cyrillic => 'iso-8859-5' (10 chars)
arabic => 'iso-8859-6' (10 chars)
greek => 'iso-8859-7' (10 chars)
hebrew => 'iso-8859-8' (10 chars)
turkish => 'iso-8859-9' (10 chars)
thai => 'iso-8859-11' (11 chars)
lithuanian => 'iso-8859-13' (11 chars)
chinese => 'gb2312' (6 chars)
japanese => 'euc-jp' (6 chars)
korean => 'euc-kr' (6 chars)
simpl_chinese => 'gb2312' (6 chars)
trad_chinese => 'big5' (4 chars)
vietnamese => '' (0 chars)
unicode => 'utf-8' (5 chars)
albanian => 'utf-8' (5 chars)
script_to_charset_windows =>
east_european => 'windows-1250' (12 chars)
cyrillic => 'windows-1251' (12 chars)
west_european => 'windows-1252' (12 chars)
greek => 'windows-1253' (12 chars)
turkish => 'windows-1254' (12 chars)
hebrew => 'windows-1255' (12 chars)
arabic => 'windows-1256' (12 chars)
baltic => 'windows-1257' (12 chars)
estonian => 'windows-1257' (12 chars)
lithuanian => 'windows-1257' (12 chars)
vietnamese => 'windows-1258' (12 chars)
thai => 'cp874' (5 chars)
korean => 'cp949' (5 chars)
chinese => 'gb2312' (6 chars)
japanese => 'shift_jis' (9 chars)
simpl_chinese => 'gb2312' (6 chars)
trad_chinese => 'big5' (4 chars)
albanian => 'windows-1250' (12 chars)
unicode => 'utf-8' (5 chars)
locale_to_charset =>
japanese.euc => 'euc-jp' (6 chars)
ja_jp.ujis => 'euc-jp' (6 chars)
korean.euc => 'euc-kr' (6 chars)
sr@Latn => 'iso-8859-2' (10 chars)
zh_cn => 'gb2312' (6 chars)
zh_hk => 'big5' (4 chars)
zh_tw => 'big5' (4 chars)
charSetArray =>
af => '' (0 chars)
ar => 'iso-8859-6' (10 chars)
ba => 'iso-8859-2' (10 chars)
bg => 'windows-1251' (12 chars)
br => '' (0 chars)
ca => 'iso-8859-15' (11 chars)
ch => 'gb2312' (6 chars)
cs => 'windows-1250' (12 chars)
cz => 'windows-1250' (12 chars)
da => '' (0 chars)
de => '' (0 chars)
dk => '' (0 chars)
el => 'iso-8859-7' (10 chars)
eo => 'utf-8' (5 chars)
es => '' (0 chars)
et => 'iso-8859-4' (10 chars)
eu => '' (0 chars)
fa => 'utf-8' (5 chars)
fi => '' (0 chars)
fo => 'utf-8' (5 chars)
fr => '' (0 chars)
fr_CA => '' (0 chars)
ga => '' (0 chars)
ge => 'utf-8' (5 chars)
gl => '' (0 chars)
gr => 'iso-8859-7' (10 chars)
he => 'utf-8' (5 chars)
hi => 'utf-8' (5 chars)
hk => 'big5' (4 chars)
hr => 'windows-1250' (12 chars)
hu => 'iso-8859-2' (10 chars)
is => 'utf-8' (5 chars)
it => '' (0 chars)
ja => 'shift_jis' (9 chars)
jp => 'shift_jis' (9 chars)
ka => 'utf-8' (5 chars)
kl => 'utf-8' (5 chars)
km => 'utf-8' (5 chars)
ko => 'euc-kr' (6 chars)
kr => 'euc-kr' (6 chars)
lt => 'windows-1257' (12 chars)
lv => 'utf-8' (5 chars)
ms => '' (0 chars)
my => '' (0 chars)
nl => '' (0 chars)
no => '' (0 chars)
pl => 'iso-8859-2' (10 chars)
pt => '' (0 chars)
pt_BR => '' (0 chars)
qc => '' (0 chars)
ro => 'iso-8859-2' (10 chars)
ru => 'windows-1251' (12 chars)
se => '' (0 chars)
si => 'windows-1250' (12 chars)
sk => 'windows-1250' (12 chars)
sl => 'windows-1250' (12 chars)
sq => 'utf-8' (5 chars)
sr => 'utf-8' (5 chars)
sv => '' (0 chars)
th => 'iso-8859-11' (11 chars)
tr => 'iso-8859-9' (10 chars)
ua => 'windows-1251' (12 chars)
uk => 'windows-1251' (12 chars)
vi => 'utf-8' (5 chars)
vn => 'utf-8' (5 chars)
zh => 'big5' (4 chars)
defaultCharSet => 'utf-8' (5 chars)
renderCharset => 'utf-8' (5 chars)
metaCharset => 'utf-8' (5 chars)
localeCharset => 'utf-8' (5 chars)
lang => 'de' (2 chars)
LL_labels_cache => array(empty)
LL_files_cache => array(empty)
languageDependencies =>
0 => 'de' (2 chars)
locks =>
pages =>
accessLock =>
filePointer =>
filePath => '/home/www/p379084/html/typo3/typo3temp/locks/flock_b3b32a2d422265cd25c3323ed
0157f81' (83 chars)
isAcquired => FALSE
pageLock =>
filePointer => resource
filePath => '/home/www/p379084/html/typo3/typo3temp/locks/flock_b323d6c611e8febfd63b44779
efad9ac' (83 chars)
isAcquired => TRUE
pageRenderer =>
compressJavascript => FALSE
compressCss => FALSE
removeLineBreaksFromTemplate => FALSE
concatenateFiles => FALSE
concatenateJavascript => FALSE
concatenateCss => FALSE
moveJsFromHeaderToFooter => FALSE
csConvObj =>
noCharByteVal => 63 (integer)
parsedCharsets => array(empty)
caseFolding => array(empty)
toASCII => array(empty)
twoByteSets =>
ucs-2 => 1 (integer)
fourByteSets =>
ucs-4 => 1 (integer)
utf-32 => 1 (integer)
eucBasedSets =>
gb2312 => 1 (integer)
big5 => 1 (integer)
euc-kr => 1 (integer)
shift_jis => 1 (integer)
synonyms =>
us => 'ascii' (5 chars)
us-ascii => 'ascii' (5 chars)
cp819 => 'iso-8859-1' (10 chars)
ibm819 => 'iso-8859-1' (10 chars)
iso-ir-100 => 'iso-8859-1' (10 chars)
iso-ir-101 => 'iso-8859-2' (10 chars)
iso-ir-109 => 'iso-8859-3' (10 chars)
iso-ir-110 => 'iso-8859-4' (10 chars)
iso-ir-144 => 'iso-8859-5' (10 chars)
iso-ir-127 => 'iso-8859-6' (10 chars)
iso-ir-126 => 'iso-8859-7' (10 chars)
iso-ir-138 => 'iso-8859-8' (10 chars)
iso-ir-148 => 'iso-8859-9' (10 chars)
iso-ir-157 => 'iso-8859-10' (11 chars)
iso-ir-179 => 'iso-8859-13' (11 chars)
iso-ir-199 => 'iso-8859-14' (11 chars)
iso-ir-203 => 'iso-8859-15' (11 chars)
csisolatin1 => 'iso-8859-1' (10 chars)
csisolatin2 => 'iso-8859-2' (10 chars)
csisolatin3 => 'iso-8859-3' (10 chars)
csisolatin5 => 'iso-8859-9' (10 chars)
csisolatin8 => 'iso-8859-14' (11 chars)
csisolatin9 => 'iso-8859-15' (11 chars)
csisolatingreek => 'iso-8859-7' (10 chars)
iso-celtic => 'iso-8859-14' (11 chars)
latin1 => 'iso-8859-1' (10 chars)
latin2 => 'iso-8859-2' (10 chars)
latin3 => 'iso-8859-3' (10 chars)
latin5 => 'iso-8859-9' (10 chars)
latin6 => 'iso-8859-10' (11 chars)
latin8 => 'iso-8859-14' (11 chars)
latin9 => 'iso-8859-15' (11 chars)
l1 => 'iso-8859-1' (10 chars)
l2 => 'iso-8859-2' (10 chars)
l3 => 'iso-8859-3' (10 chars)
l5 => 'iso-8859-9' (10 chars)
l6 => 'iso-8859-10' (11 chars)
l8 => 'iso-8859-14' (11 chars)
l9 => 'iso-8859-15' (11 chars)
cyrillic => 'iso-8859-5' (10 chars)
arabic => 'iso-8859-6' (10 chars)
tis-620 => 'iso-8859-11' (11 chars)
win874 => 'windows-874' (11 chars)
win1250 => 'windows-1250' (12 chars)
win1251 => 'windows-1251' (12 chars)
win1252 => 'windows-1252' (12 chars)
win1253 => 'windows-1253' (12 chars)
win1254 => 'windows-1254' (12 chars)
win1255 => 'windows-1255' (12 chars)
win1256 => 'windows-1256' (12 chars)
win1257 => 'windows-1257' (12 chars)
win1258 => 'windows-1258' (12 chars)
cp1250 => 'windows-1250' (12 chars)
cp1251 => 'windows-1251' (12 chars)
cp1252 => 'windows-1252' (12 chars)
ms-ee => 'windows-1250' (12 chars)
ms-ansi => 'windows-1252' (12 chars)
ms-greek => 'windows-1253' (12 chars)
ms-turk => 'windows-1254' (12 chars)
winbaltrim => 'windows-1257' (12 chars)
koi-8ru => 'koi-8r' (6 chars)
koi8r => 'koi-8r' (6 chars)
cp878 => 'koi-8r' (6 chars)
mac => 'macroman' (8 chars)
macintosh => 'macroman' (8 chars)
euc-cn => 'gb2312' (6 chars)
x-euc-cn => 'gb2312' (6 chars)
euccn => 'gb2312' (6 chars)
cp936 => 'gb2312' (6 chars)
big-5 => 'big5' (4 chars)
cp950 => 'big5' (4 chars)
eucjp => 'euc-jp' (6 chars)
sjis => 'shift_jis' (9 chars)
shift-jis => 'shift_jis' (9 chars)
cp932 => 'shift_jis' (9 chars)
cp949 => 'euc-kr' (6 chars)
utf7 => 'utf-7' (5 chars)
utf8 => 'utf-8' (5 chars)
utf16 => 'utf-16' (6 chars)
utf32 => 'utf-32' (6 chars)
ucs2 => 'ucs-2' (5 chars)
ucs4 => 'ucs-4' (5 chars)
lang_to_script =>
af => 'west_european' (13 chars)
ar => 'arabic' (6 chars)
bg => 'cyrillic' (8 chars)
bs => 'east_european' (13 chars)
cs => 'east_european' (13 chars)
da => 'west_european' (13 chars)
de => 'west_european' (13 chars)
es => 'west_european' (13 chars)
et => 'estonian' (8 chars)
eo => 'unicode' (7 chars)
eu => 'west_european' (13 chars)
fa => 'arabic' (6 chars)
fi => 'west_european' (13 chars)
fo => 'west_european' (13 chars)
fr => 'west_european' (13 chars)
ga => 'west_european' (13 chars)
gl => 'west_european' (13 chars)
gr => 'greek' (5 chars)
he => 'hebrew' (6 chars)
hi => 'unicode' (7 chars)
hr => 'east_european' (13 chars)
hu => 'east_european' (13 chars)
iw => 'hebrew' (6 chars)
is => 'west_european' (13 chars)
it => 'west_european' (13 chars)
ja => 'japanese' (8 chars)
ka => 'unicode' (7 chars)
kl => 'west_european' (13 chars)
km => 'unicode' (7 chars)
ko => 'korean' (6 chars)
lt => 'lithuanian' (10 chars)
lv => 'west_european' (13 chars)
nl => 'west_european' (13 chars)
no => 'west_european' (13 chars)
nb => 'west_european' (13 chars)
nn => 'west_european' (13 chars)
pl => 'east_european' (13 chars)
pt => 'west_european' (13 chars)
ro => 'east_european' (13 chars)
ru => 'cyrillic' (8 chars)
sk => 'east_european' (13 chars)
sl => 'east_european' (13 chars)
sr => 'cyrillic' (8 chars)
sv => 'west_european' (13 chars)
sq => 'albanian' (8 chars)
th => 'thai' (4 chars)
uk => 'cyrillic' (8 chars)
vi => 'vietnamese' (10 chars)
zh => 'chinese' (7 chars)
afk => 'west_european' (13 chars)
ara => 'arabic' (6 chars)
bgr => 'cyrillic' (8 chars)
cat => 'west_european' (13 chars)
chs => 'simpl_chinese' (13 chars)
cht => 'trad_chinese' (12 chars)
csy => 'east_european' (13 chars)
dan => 'west_european' (13 chars)
deu => 'west_european' (13 chars)
dea => 'west_european' (13 chars)
des => 'west_european' (13 chars)
ena => 'west_european' (13 chars)
enc => 'west_european' (13 chars)
eng => 'west_european' (13 chars)
enz => 'west_european' (13 chars)
enu => 'west_european' (13 chars)
euq => 'west_european' (13 chars)
fos => 'west_european' (13 chars)
far => 'arabic' (6 chars)
fin => 'west_european' (13 chars)
fra => 'west_european' (13 chars)
frb => 'west_european' (13 chars)
frc => 'west_european' (13 chars)
frs => 'west_european' (13 chars)
geo => 'unicode' (7 chars)
glg => 'west_european' (13 chars)
ell => 'greek' (5 chars)
heb => 'hebrew' (6 chars)
hin => 'unicode' (7 chars)
hun => 'east_european' (13 chars)
isl => 'west_european' (13 chars)
ita => 'west_european' (13 chars)
its => 'west_european' (13 chars)
jpn => 'japanese' (8 chars)
khm => 'unicode' (7 chars)
kor => 'korean' (6 chars)
lth => 'lithuanian' (10 chars)
lvi => 'west_european' (13 chars)
msl => 'west_european' (13 chars)
nlb => 'west_european' (13 chars)
nld => 'west_european' (13 chars)
nor => 'west_european' (13 chars)
non => 'west_european' (13 chars)
plk => 'east_european' (13 chars)
ptg => 'west_european' (13 chars)
ptb => 'west_european' (13 chars)
rom => 'east_european' (13 chars)
rus => 'cyrillic' (8 chars)
slv => 'east_european' (13 chars)
sky => 'east_european' (13 chars)
srl => 'east_european' (13 chars)
srb => 'cyrillic' (8 chars)
esp => 'west_european' (13 chars)
esm => 'west_european' (13 chars)
esn => 'west_european' (13 chars)
sve => 'west_european' (13 chars)
sqi => 'albanian' (8 chars)
tha => 'thai' (4 chars)
trk => 'turkish' (7 chars)
ukr => 'cyrillic' (8 chars)
afrikaans => 'west_european' (13 chars)
albanian => 'albanian' (8 chars)
arabic => 'arabic' (6 chars)
basque => 'west_european' (13 chars)
bosnian => 'east_european' (13 chars)
bulgarian => 'east_european' (13 chars)
catalan => 'west_european' (13 chars)
croatian => 'east_european' (13 chars)
czech => 'east_european' (13 chars)
danish => 'west_european' (13 chars)
dutch => 'west_european' (13 chars)
english => 'west_european' (13 chars)
esperanto => 'unicode' (7 chars)
estonian => 'estonian' (8 chars)
faroese => 'west_european' (13 chars)
farsi => 'arabic' (6 chars)
finnish => 'west_european' (13 chars)
french => 'west_european' (13 chars)
galician => 'west_european' (13 chars)
georgian => 'unicode' (7 chars)
german => 'west_european' (13 chars)
greek => 'greek' (5 chars)
greenlandic => 'west_european' (13 chars)
hebrew => 'hebrew' (6 chars)
hindi => 'unicode' (7 chars)
hungarian => 'east_european' (13 chars)
icelandic => 'west_european' (13 chars)
italian => 'west_european' (13 chars)
khmer => 'unicode' (7 chars)
latvian => 'west_european' (13 chars)
lettish => 'west_european' (13 chars)
lithuanian => 'lithuanian' (10 chars)
malay => 'west_european' (13 chars)
norwegian => 'west_european' (13 chars)
persian => 'arabic' (6 chars)
polish => 'east_european' (13 chars)
portuguese => 'west_european' (13 chars)
russian => 'cyrillic' (8 chars)
romanian => 'east_european' (13 chars)
serbian => 'cyrillic' (8 chars)
slovak => 'east_european' (13 chars)
slovenian => 'east_european' (13 chars)
spanish => 'west_european' (13 chars)
svedish => 'west_european' (13 chars)
that => 'thai' (4 chars)
turkish => 'turkish' (7 chars)
ukrainian => 'cyrillic' (8 chars)
script_to_charset_unix =>
west_european => 'iso-8859-1' (10 chars)
estonian => 'iso-8859-1' (10 chars)
east_european => 'iso-8859-2' (10 chars)
baltic => 'iso-8859-4' (10 chars)
cyrillic => 'iso-8859-5' (10 chars)
arabic => 'iso-8859-6' (10 chars)
greek => 'iso-8859-7' (10 chars)
hebrew => 'iso-8859-8' (10 chars)
turkish => 'iso-8859-9' (10 chars)
thai => 'iso-8859-11' (11 chars)
lithuanian => 'iso-8859-13' (11 chars)
chinese => 'gb2312' (6 chars)
japanese => 'euc-jp' (6 chars)
korean => 'euc-kr' (6 chars)
simpl_chinese => 'gb2312' (6 chars)
trad_chinese => 'big5' (4 chars)
vietnamese => '' (0 chars)
unicode => 'utf-8' (5 chars)
albanian => 'utf-8' (5 chars)
script_to_charset_windows =>
east_european => 'windows-1250' (12 chars)
cyrillic => 'windows-1251' (12 chars)
west_european => 'windows-1252' (12 chars)
greek => 'windows-1253' (12 chars)
turkish => 'windows-1254' (12 chars)
hebrew => 'windows-1255' (12 chars)
arabic => 'windows-1256' (12 chars)
baltic => 'windows-1257' (12 chars)
estonian => 'windows-1257' (12 chars)
lithuanian => 'windows-1257' (12 chars)
vietnamese => 'windows-1258' (12 chars)
thai => 'cp874' (5 chars)
korean => 'cp949' (5 chars)
chinese => 'gb2312' (6 chars)
japanese => 'shift_jis' (9 chars)
simpl_chinese => 'gb2312' (6 chars)
trad_chinese => 'big5' (4 chars)
albanian => 'windows-1250' (12 chars)
unicode => 'utf-8' (5 chars)
locale_to_charset =>
japanese.euc => 'euc-jp' (6 chars)
ja_jp.ujis => 'euc-jp' (6 chars)
korean.euc => 'euc-kr' (6 chars)
sr@Latn => 'iso-8859-2' (10 chars)
zh_cn => 'gb2312' (6 chars)
zh_hk => 'big5' (4 chars)
zh_tw => 'big5' (4 chars)
charSetArray =>
af => '' (0 chars)
ar => 'iso-8859-6' (10 chars)
ba => 'iso-8859-2' (10 chars)
bg => 'windows-1251' (12 chars)
br => '' (0 chars)
ca => 'iso-8859-15' (11 chars)
ch => 'gb2312' (6 chars)
cs => 'windows-1250' (12 chars)
cz => 'windows-1250' (12 chars)
da => '' (0 chars)
de => '' (0 chars)
dk => '' (0 chars)
el => 'iso-8859-7' (10 chars)
eo => 'utf-8' (5 chars)
es => '' (0 chars)
et => 'iso-8859-4' (10 chars)
eu => '' (0 chars)
fa => 'utf-8' (5 chars)
fi => '' (0 chars)
fo => 'utf-8' (5 chars)
fr => '' (0 chars)
fr_CA => '' (0 chars)
ga => '' (0 chars)
ge => 'utf-8' (5 chars)
gl => '' (0 chars)
gr => 'iso-8859-7' (10 chars)
he => 'utf-8' (5 chars)
hi => 'utf-8' (5 chars)
hk => 'big5' (4 chars)
hr => 'windows-1250' (12 chars)
hu => 'iso-8859-2' (10 chars)
is => 'utf-8' (5 chars)
it => '' (0 chars)
ja => 'shift_jis' (9 chars)
jp => 'shift_jis' (9 chars)
ka => 'utf-8' (5 chars)
kl => 'utf-8' (5 chars)
km => 'utf-8' (5 chars)
ko => 'euc-kr' (6 chars)
kr => 'euc-kr' (6 chars)
lt => 'windows-1257' (12 chars)
lv => 'utf-8' (5 chars)
ms => '' (0 chars)
my => '' (0 chars)
nl => '' (0 chars)
no => '' (0 chars)
pl => 'iso-8859-2' (10 chars)
pt => '' (0 chars)
pt_BR => '' (0 chars)
qc => '' (0 chars)
ro => 'iso-8859-2' (10 chars)
ru => 'windows-1251' (12 chars)
se => '' (0 chars)
si => 'windows-1250' (12 chars)
sk => 'windows-1250' (12 chars)
sl => 'windows-1250' (12 chars)
sq => 'utf-8' (5 chars)
sr => 'utf-8' (5 chars)
sv => '' (0 chars)
th => 'iso-8859-11' (11 chars)
tr => 'iso-8859-9' (10 chars)
ua => 'windows-1251' (12 chars)
uk => 'windows-1251' (12 chars)
vi => 'utf-8' (5 chars)
vn => 'utf-8' (5 chars)
zh => 'big5' (4 chars)
locales =>
languages =>
default => 'English' (7 chars)
af => 'Afrikaans' (9 chars)
ar => 'Arabic' (6 chars)
bs => 'Bosnian' (7 chars)
bg => 'Bulgarian' (9 chars)
ca => 'Catalan' (7 chars)
ch => 'Chinese (Simpl.)' (16 chars)
cs => 'Czech' (5 chars)
da => 'Danish' (6 chars)
de => 'German' (6 chars)
el => 'Greek' (5 chars)
eo => 'Esperanto' (9 chars)
es => 'Spanish' (7 chars)
et => 'Estonian' (8 chars)
eu => 'Basque' (6 chars)
fa => 'Persian' (7 chars)
fi => 'Finnish' (7 chars)
fo => 'Faroese' (7 chars)
fr => 'French' (6 chars)
fr_CA => 'French (Canada)' (15 chars)
gl => 'Galician' (8 chars)
he => 'Hebrew' (6 chars)
hi => 'Hindi' (5 chars)
hr => 'Croatian' (8 chars)
hu => 'Hungarian' (9 chars)
is => 'Icelandic' (9 chars)
it => 'Italian' (7 chars)
ja => 'Japanese' (8 chars)
ka => 'Georgian' (8 chars)
kl => 'Greenlandic' (11 chars)
km => 'Khmer' (5 chars)
ko => 'Korean' (6 chars)
lt => 'Lithuanian' (10 chars)
lv => 'Latvian' (7 chars)
ms => 'Malay' (5 chars)
nl => 'Dutch' (5 chars)
no => 'Norwegian' (9 chars)
pl => 'Polish' (6 chars)
pt => 'Portuguese' (10 chars)
pt_BR => 'Brazilian Portuguese' (20 chars)
ro => 'Romanian' (8 chars)
ru => 'Russian' (7 chars)
sk => 'Slovak' (6 chars)
sl => 'Slovenian' (9 chars)
sq => 'Albanian' (8 chars)
sr => 'Serbian' (7 chars)
sv => 'Swedish' (7 chars)
th => 'Thai' (4 chars)
tr => 'Turkish' (7 chars)
uk => 'Ukrainian' (9 chars)
vi => 'Vietnamese' (10 chars)
zh => 'Chinese (Trad.)' (15 chars)
isoReverseMapping =>
bs => 'ba' (2 chars)
cs => 'cz' (2 chars)
da => 'dk' (2 chars)
el => 'gr' (2 chars)
fr_CA => 'qc' (2 chars)
gl => 'ga' (2 chars)
ja => 'jp' (2 chars)
ka => 'ge' (2 chars)
kl => 'gl' (2 chars)
ko => 'kr' (2 chars)
ms => 'my' (2 chars)
pt_BR => 'br' (2 chars)
sl => 'si' (2 chars)
sv => 'se' (2 chars)
uk => 'ua' (2 chars)
vi => 'vn' (2 chars)
zh => 'hk' (2 chars)
zh_CN => 'ch' (2 chars)
zh_HK => 'hk' (2 chars)
isoMapping =>
ba => 'bs' (2 chars)
cz => 'cs' (2 chars)
dk => 'da' (2 chars)
gr => 'el' (2 chars)
qc => 'fr_CA' (5 chars)
ga => 'gl' (2 chars)
jp => 'ja' (2 chars)
ge => 'ka' (2 chars)
gl => 'kl' (2 chars)
kr => 'ko' (2 chars)
my => 'ms' (2 chars)
br => 'pt_BR' (5 chars)
si => 'sl' (2 chars)
se => 'sv' (2 chars)
ua => 'uk' (2 chars)
vn => 'vi' (2 chars)
hk => 'zh_HK' (5 chars)
ch => 'zh_CN' (5 chars)
localeDependencies =>
fr_CA =>
0 => 'fr' (2 chars)
pt_BR =>
0 => 'pt' (2 chars)
lang => 'de' (2 chars)
languageDependencies =>
0 => 'de' (2 chars)
compressor => NULL
jsFiles => array(empty)
jsFooterFiles => array(empty)
jsLibs => array(empty)
jsFooterLibs => array(empty)
cssFiles => array(empty)
cssLibs => array(empty)
title => NULL
charSet => NULL
favIcon => NULL
baseUrl => NULL
renderXhtml => FALSE
xmlPrologAndDocType => '' (0 chars)
metaTags => array(empty)
inlineComments => array(empty)
headerData => array(empty)
footerData => array(empty)
titleTag => '<title>|</title>' (16 chars)
metaCharsetTag => '<meta http-equiv="Content-Type" content="text/html; charset=|" />' (65 chars)
htmlTag => '<html>' (6 chars)
headTag => '<head>' (6 chars)
baseUrlTag => '<base href="|" />' (17 chars)
iconMimeType => '' (0 chars)
shortcutTag => '<link rel="shortcut icon" href="%1$s"%2$s />' (44 chars)
jsInline => array(empty)
jsFooterInline => array(empty)
extOnReadyCode => array(empty)
cssInline => array(empty)
bodyContent => NULL
templateFile => 'EXT:frontend/Resources/Private/Templates/MainPage.html' (54 chars)
jsLibraryNames =>
0 => 'extjs' (5 chars)
requireJsPath => 'sysext/core/Resources/Public/JavaScript/Contrib/' (48 chars)
extJsPath => 'sysext/core/Resources/Public/JavaScript/Contrib/extjs/' (54 chars)
jQueryPath => 'sysext/core/Resources/Public/JavaScript/Contrib/jquery/' (55 chars)
jQueryVersions => array(empty)
availableLocalJqueryVersions =>
0 => '2.1.4' (5 chars)
jQueryCdnUrls =>
google => 'https://ajax.googleapis.com/ajax/libs/jquery/%1$s/jquery%2$s.js' (63 chars)
msn => 'https://ajax.aspnetcdn.com/ajax/jQuery/jquery-%1$s%2$s.js' (57 chars)
jquery => 'https://code.jquery.com/jquery-%1$s%2$s.js' (42 chars)
cloudflare => 'https://cdnjs.cloudflare.com/ajax/libs/jquery/%1$s/jquery%2$s.js' (64 chars)
addRequireJs => FALSE
requireJsConfig => array(empty)
internalRequireJsPathModuleNames => array(empty)
publicRequireJsConfig => array(empty)
addExtJS => FALSE
extDirectCodeAdded => FALSE
enableExtJsDebug => FALSE
enableJqueryDebug => FALSE
extJStheme => TRUE
extJScss => TRUE
inlineLanguageLabels => array(empty)
inlineLanguageLabelFiles => array(empty)
inlineSettings => array(empty)
inlineJavascriptWrap =>
0 => '<script type="text/javascript">
/*<![CDATA[*/
' (46 chars)
1 => '/*]]>*/
</script>
' (18 chars)
compressError => '' (0 chars)
endingSlash => '' (0 chars)
backPath => 'typo3/' (6 chars)
pageCache =>
useIgBinary => FALSE
identifier => 'cache_pages' (11 chars)
backend =>
cacheTable => 'cf_cache_pages' (14 chars)
tagsTable => 'cf_cache_pages_tags' (19 chars)
compression => TRUE
compressionLevel => -1 (integer)
identifierField => 'cf_cache_pages.identifier' (25 chars)
expiresField => 'cf_cache_pages.expires' (22 chars)
maximumLifetime => 412416317 (integer)
notExpiredStatement => 'cf_cache_pages.expires >= 1733493283' (36 chars)
expiredStatement => 'cf_cache_pages.expires < 1733493283' (35 chars)
tableList => 'cf_cache_pages, cf_cache_pages_tags' (35 chars)
tableJoin => 'cf_cache_pages.identifier = cf_cache_pages_tags.identifier' (58 chars)
cache => TYPO3\CMS\Core\Cache\Frontend\VariableFrontendprototypeobjectsee above
cacheIdentifier => 'cache_pages' (11 chars)
context => 'production' (10 chars)
defaultLifetime => 3600 (integer)
pageCacheTags =>
0 => 'pageId_170' (10 chars)
cacheHash =>
cachedParametersWhiteList => array(empty)
excludedParameters =>
0 => 'L' (1 chars)
1 => 'pk_campaign' (11 chars)
2 => 'pk_kwd' (6 chars)
3 => 'utm_source' (10 chars)
4 => 'utm_medium' (10 chars)
5 => 'utm_campaign' (12 chars)
6 => 'utm_term' (8 chars)
7 => 'utm_content' (11 chars)
8 => 'fbclid' (6 chars)
9 => 'msclkid' (7 chars)
10 => 'gclid' (5 chars)
requireCacheHashPresenceParameters => array(empty)
excludedParametersIfEmpty => array(empty)
excludeAllEmptyParameters => FALSE
includePageId => TRUE
domainDataCache => array(empty)
contentType => 'text/html' (9 chars)
xhtmlDoctype => '' (0 chars)
xhtmlVersion => 0 (integer)
requestedId => 170 (integer)
dtdAllowsFrames => TRUE
page =>
uid => '170' (3 chars)
pid => '152' (3 chars)
t3ver_oid => '0' (1 chars)
t3ver_id => '0' (1 chars)
t3ver_wsid => '0' (1 chars)
t3ver_label => '' (0 chars)
t3ver_state => '0' (1 chars)
t3ver_stage => '0' (1 chars)
t3ver_count => '0' (1 chars)