Home
last modified time | relevance | path

Searched refs:attributesString (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Template/Components/Buttons/
H A DLinkButton.php107 $attributesString = '';
109 … $attributesString .= ' ' . htmlspecialchars($key) . '="' . htmlspecialchars($value) . '"';
112 return '<a ' . $attributesString . '>'
H A DInputButton.php167 $attributesString = '';
170 … $attributesString .= ' ' . htmlspecialchars($key) . '="' . htmlspecialchars($value) . '"';
173 return '<button' . $attributesString . '>'
H A DSplitButton.php151 $attributesString = '';
153 … $attributesString .= ' ' . htmlspecialchars($key) . '="' . htmlspecialchars($value) . '"';
157 <button' . $attributesString . '>
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Template/Components/Buttons/
H A DLinkButton.php112 $attributesString = '';
114 … $attributesString .= ' ' . htmlspecialchars($key) . '="' . htmlspecialchars($value) . '"';
117 return '<a ' . $attributesString . '>'
H A DInputButton.php168 $attributesString = '';
171 … $attributesString .= ' ' . htmlspecialchars($key) . '="' . htmlspecialchars($value) . '"';
174 return '<button' . $attributesString . '>'
H A DSplitButton.php152 $attributesString = '';
154 … $attributesString .= ' ' . htmlspecialchars($key) . '="' . htmlspecialchars($value) . '"';
158 <button' . $attributesString . '>
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Template/Components/Buttons/
H A DLinkButton.php112 $attributesString = '';
114 … $attributesString .= ' ' . htmlspecialchars($key) . '="' . htmlspecialchars($value) . '"';
117 return '<a ' . $attributesString . '>'
H A DInputButton.php168 $attributesString = '';
171 … $attributesString .= ' ' . htmlspecialchars($key) . '="' . htmlspecialchars($value) . '"';
174 return '<button' . $attributesString . '>'
H A DSplitButton.php152 $attributesString = '';
154 … $attributesString .= ' ' . htmlspecialchars($key) . '="' . htmlspecialchars($value) . '"';
158 <button' . $attributesString . '>
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/t3editor/Classes/Form/Element/
H A DT3editorElement.php215 $attributesString = '';
217 $attributesString .= $attribute . '="' . htmlspecialchars((string)$value) . '" ';
219 $attributesString .= $additionalParams;
221 … $code[] = '<textarea ' . $attributesString . '>' . htmlspecialchars($content) . '</textarea>';
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/t3editor/Classes/Form/Element/
H A DT3editorElement.php216 $attributesString = '';
218 $attributesString .= $attribute . '="' . htmlspecialchars((string)$value) . '" ';
220 $attributesString .= $additionalParams;
222 … $code[] = '<textarea ' . $attributesString . '>' . htmlspecialchars($content) . '</textarea>';
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Page/
H A DAssetRenderer.php105 …$attributesString = count($attributes) ? ' ' . GeneralUtility::implodeAttributes($attributes, true…
108 [$attributesString, $assetData['source']],
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Page/
H A DAssetRenderer.php103 …$attributesString = count($attributes) ? ' ' . GeneralUtility::implodeAttributes($attributes, true…
106 [$attributesString, $assetData['source']],
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/containers/
H A Djuce_Variant.cpp491 static constexpr VariantType attributesString { VariantType::StringTag{} }; member
504 constexpr var::VariantType var::Instance::attributesString; member in juce::var::Instance
527 var::var (const String& v) : type (&Instance::attributesString) { new (value.stringValue… in var()
528 var::var (const char* const v) : type (&Instance::attributesString) { new (value.stringValue… in var()
529 var::var (const wchar_t* const v) : type (&Instance::attributesString) { new (value.stringValue… in var()
591 …st char* const v) { type->cleanUp (value); type = &Instance::attributesString; new (value.s… in operator =()
592 …st wchar_t* const v) { type->cleanUp (value); type = &Instance::attributesString; new (value.s… in operator =()
593 …st String& v) { type->cleanUp (value); type = &Instance::attributesString; new (value.s… in operator =()
612 var::var (String&& v) : type (&Instance::attributesString) in var()
630 type = &Instance::attributesString; in operator =()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormCollection.php126 … $attributesString = count($attributes) ? ' ' . $this->createAttributesString($attributes) : '';
155 $attributesString
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormCollection.php126 … $attributesString = count($attributes) ? ' ' . $this->createAttributesString($attributes) : '';
155 $attributesString
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormCollection.php126 … $attributesString = count($attributes) ? ' ' . $this->createAttributesString($attributes) : '';
155 $attributesString
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormCollection.php126 … $attributesString = count($attributes) ? ' ' . $this->createAttributesString($attributes) : '';
155 $attributesString
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormCollection.php126 … $attributesString = count($attributes) ? ' ' . $this->createAttributesString($attributes) : '';
155 $attributesString
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormCollection.php126 … $attributesString = count($attributes) ? ' ' . $this->createAttributesString($attributes) : '';
155 $attributesString
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormCollection.php126 … $attributesString = count($attributes) ? ' ' . $this->createAttributesString($attributes) : '';
155 $attributesString
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormCollection.php126 … $attributesString = count($attributes) ? ' ' . $this->createAttributesString($attributes) : '';
155 $attributesString
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormCollection.php126 … $attributesString = count($attributes) ? ' ' . $this->createAttributesString($attributes) : '';
155 $attributesString
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormCollection.php126 … $attributesString = count($attributes) ? ' ' . $this->createAttributesString($attributes) : '';
155 $attributesString
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-form/src/View/Helper/
H A DFormCollection.php126 … $attributesString = count($attributes) ? ' ' . $this->createAttributesString($attributes) : '';
155 $attributesString

123