| /template/twigstarter/vendor/twig/twig/src/Node/Expression/ |
| D | CallExpression.php | 362 … $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 …]
|
| D | AbstractExpression.php | 26 return $this->hasAttribute('is_generator') && $this->getAttribute('is_generator'); 41 return $this->hasAttribute('with_parentheses') && $this->getAttribute('with_parentheses');
|
| D | TestExpression.php | 60 if ($this->hasAttribute('twig_callable')) { 68 if (!$this->hasAttribute('twig_callable')) {
|
| D | FunctionExpression.php | 64 if ($this->hasAttribute('twig_callable')) { 72 if (!$this->hasAttribute('twig_callable')) {
|
| D | FilterExpression.php | 75 if (!$this->hasAttribute('twig_callable')) {
|
| /template/strap/resources/snippet/js/ |
| H A D | lozad-raster.js | 6 if (el.hasAttribute("data-srcset")) { 7 if (el.hasAttribute("data-sizes")) { 12 if (el.hasAttribute("data-src")) {
|
| H A D | page-protection.js | 17 if (element.hasAttribute("title")) {
|
| H A D | lightbox.js | 45 if (img !== null && img.hasAttribute("alt")) {
|
| /template/strap/ComboStrap/Tag/ |
| H A D | FollowTag.php | 39 !$tagAttributes->hasAttribute(syntax_plugin_combo_link::MARKUP_REF_ATTRIBUTE) 40 && !$tagAttributes->hasAttribute(FollowTag::HANDLE_ATTRIBUTE)
|
| H A D | WebCodeTag.php | 292 if (!$tagAttributes->hasAttribute(TagAttributes::NAME_ATTRIBUTE)) {
|
| /template/strap/ComboStrap/ |
| H A D | ButtonTag.php | 117 if (!$attributes->hasAttribute("class") && !$attributes->hasAttribute("spacing")) {
|
| H A D | TagAttributes.php | 1278 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 D | LinkMarkup.php | 339 if (!$outputAttributes->hasAttribute("title")) { 363 if (!$outputAttributes->hasAttribute("title")) {
|
| H A D | CardTag.php | 100 if (!$actualCall->hasAttribute(Dimension::RATIO_ATTRIBUTE)) {
|
| H A D | OutlineSection.php | 175 !$this->headingEnterCall->hasAttribute("id")
|
| H A D | TabsTag.php | 106 if (!$tagAttributes->hasAttribute(Spacing::SPACING_ATTRIBUTE)) {
|
| H A D | FetcherSvg.php | 1147 if ($documentElement->hasAttribute(FetcherSvg::STROKE_ATTRIBUTE)) { 1188 if (!$isDoubleColor && !$documentElement->hasAttribute("fill")) { 1463 !$tagAttributes->hasAttribute(MediaMarkup::$MEDIA_QUERY_PARAMETER) &&
|
| H A D | Call.php | 711 function hasAttribute($attributeName): bool function in ComboStrap\\Call
|
| /template/twigstarter/vendor/twig/twig/src/NodeVisitor/ |
| D | SafeAnalysisNodeVisitor.php | 115 if ($node->hasAttribute('twig_callable')) { 136 if ($node->hasAttribute('twig_callable')) {
|
| D | SandboxNodeVisitor.php | 72 if ($node->hasAttribute('sandboxed_function_name')) {
|
| D | EscaperNodeVisitor.php | 119 if ($filter->hasAttribute('twig_callable')) {
|
| /template/strap/ComboStrap/Xml/ |
| H A D | XmlElement.php | 181 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 D | tooltip.php | 158 if ($openingTag->hasAttribute(self::TEXT_ATTRIBUTE)) {
|
| /template/bootstrap3/assets/anchorjs/ |
| D | anchor.min.js | 6 …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/ |
| D | Node.php | 147 public function hasAttribute(string $name): bool function in Twig\\Node\\Node
|