Home
last modified time | relevance | path

Searched refs:attributes (Results 101 – 105 of 105) sorted by path

12345

/template/strap/bootstrap/
H A DupdateBootStrapCustom.yml11 attributes:
/template/strap/class/
H A DDomUtility.php45 foreach ($domElement->attributes as $attr) {
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG338 * fixed edge case in the method cache for Twig attributes
/template/twigstarter/vendor/twig/twig/src/Node/
H A DNode.php26 protected $attributes; variable in Twig\\Node\\Node
35 * @param array $attributes An array of attributes (should not be nodes)
47 $this->attributes = $attributes;
54 $attributes = [];
55 foreach ($this->attributes as $name => $value) {
59 $repr = [static::class.'('.implode(', ', $attributes)];
102 return \array_key_exists($name, $this->attributes);
110 if (!\array_key_exists($name, $this->attributes)) {
114 return $this->attributes[$name];
123 $this->attributes[$name] = $value;
[all …]
/template/vector/user/
H A Dbuttons.php.dist54 //button using all attributes
65 //button using only mandatory attributes

12345