Home
last modified time | relevance | path

Searched refs:hasAttribute (Results 1 – 25 of 44) sorted by relevance

12

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DCallExpression.php362 … $this->hasAttribute('callable') ? $this->getAttribute('callable') : $current->getCallable(),
364 …'needs_is_sandboxed' => $this->hasAttribute('needs_is_sandboxed') ? $this->getAttribute('needs_is_…
365 …'is_variadic' => $this->hasAttribute('is_variadic') ? $this->getAttribute('is_variadic') : $curren…
367 …e('name'), $this->hasAttribute('dynamic_name') ? $this->getAttribute('dynamic_name') : $current->g…
369 $this->hasAttribute('name') ? $this->getAttribute('name') : $current->getName(),
370 … $this->hasAttribute('callable') ? $this->getAttribute('callable') : $current->getCallable(),
372 …'needs_environment' => $this->hasAttribute('needs_environment') ? $this->getAttribute('needs_envir…
373 …'needs_context' => $this->hasAttribute('needs_context') ? $this->getAttribute('needs_context') : $…
374 …'needs_charset' => $this->hasAttribute('needs_charset') ? $this->getAttribute('needs_charset') : $…
375 …'needs_is_sandboxed' => $this->hasAttribute('needs_is_sandboxed') ? $this->getAttribute('needs_is_…
[all …]
DAbstractExpression.php26 return $this->hasAttribute('is_generator') && $this->getAttribute('is_generator');
41 return $this->hasAttribute('with_parentheses') && $this->getAttribute('with_parentheses');
DTestExpression.php60 if ($this->hasAttribute('twig_callable')) {
68 if (!$this->hasAttribute('twig_callable')) {
DFunctionExpression.php64 if ($this->hasAttribute('twig_callable')) {
72 if (!$this->hasAttribute('twig_callable')) {
DFilterExpression.php75 if (!$this->hasAttribute('twig_callable')) {
/template/strap/resources/snippet/js/
H A Dlozad-raster.js6 if (el.hasAttribute("data-srcset")) {
7 if (el.hasAttribute("data-sizes")) {
12 if (el.hasAttribute("data-src")) {
H A Dpage-protection.js17 if (element.hasAttribute("title")) {
H A Dlightbox.js45 if (img !== null && img.hasAttribute("alt")) {
/template/strap/ComboStrap/Tag/
H A DFollowTag.php39 !$tagAttributes->hasAttribute(syntax_plugin_combo_link::MARKUP_REF_ATTRIBUTE)
40 && !$tagAttributes->hasAttribute(FollowTag::HANDLE_ATTRIBUTE)
H A DWebCodeTag.php292 if (!$tagAttributes->hasAttribute(TagAttributes::NAME_ATTRIBUTE)) {
/template/strap/ComboStrap/
H A DButtonTag.php117 if (!$attributes->hasAttribute("class") && !$attributes->hasAttribute("spacing")) {
H A DTagAttributes.php1278 public function hasAttribute($attribute): bool function in ComboStrap\\TagAttributes
1280 $hasAttribute = $this->hasComponentAttribute($attribute);
1281 if ($hasAttribute === true) {
1473 $hasAttribute = $this->hasComponentAttribute($key);
1474 if ($hasAttribute) {
1477 return $hasAttribute;
H A DLinkMarkup.php339 if (!$outputAttributes->hasAttribute("title")) {
363 if (!$outputAttributes->hasAttribute("title")) {
H A DCardTag.php100 if (!$actualCall->hasAttribute(Dimension::RATIO_ATTRIBUTE)) {
H A DOutlineSection.php175 !$this->headingEnterCall->hasAttribute("id")
H A DTabsTag.php106 if (!$tagAttributes->hasAttribute(Spacing::SPACING_ATTRIBUTE)) {
H A DFetcherSvg.php1147 if ($documentElement->hasAttribute(FetcherSvg::STROKE_ATTRIBUTE)) {
1188 if (!$isDoubleColor && !$documentElement->hasAttribute("fill")) {
1463 !$tagAttributes->hasAttribute(MediaMarkup::$MEDIA_QUERY_PARAMETER) &&
H A DCall.php711 function hasAttribute($attributeName): bool function in ComboStrap\\Call
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DSafeAnalysisNodeVisitor.php115 if ($node->hasAttribute('twig_callable')) {
136 if ($node->hasAttribute('twig_callable')) {
DSandboxNodeVisitor.php72 if ($node->hasAttribute('sandboxed_function_name')) {
DEscaperNodeVisitor.php119 if ($filter->hasAttribute('twig_callable')) {
/template/strap/ComboStrap/Xml/
H A DXmlElement.php181 public function hasAttribute(string $name): bool function in ComboStrap\\Xml\\XmlElement
183 return $this->domElement->hasAttribute($name);
246 if (!$this->hasAttribute($string)) {
/template/strap/syntax/
H A Dtooltip.php158 if ($openingTag->hasAttribute(self::TEXT_ATTRIBUTE)) {
/template/bootstrap3/assets/anchorjs/
Danchor.min.js6 …0;r<o.length;r++)if(this.hasAnchorJSLink(o[r]))d.push(r);else{if(o[r].hasAttribute("id"))a=o[r].ge…
/template/twigstarter/vendor/twig/twig/src/Node/
DNode.php147 public function hasAttribute(string $name): bool function in Twig\\Node\\Node

12