| /template/strap/ComboStrap/TagAttribute/ |
| H A D | Shadow.php | 58 $shadowClass = self::getClass($elevationValue); 72 return self::getClass($defaultValue); 76 static function getClass($value) function in ComboStrap\\TagAttribute\\Shadow
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | AttributeExtension.php | 45 public function getClass(): string function in Twig\\Extension\\AttributeExtension 81 …is_file($filename = (new \ReflectionClass($this->getClass()))->getFileName()) ? filemtime($filenam… 88 $reflectionClass = new \ReflectionClass($this->getClass());
|
| /template/strap/ComboStrap/Xml/ |
| H A D | XmlElement.php | 48 public function getClass(): string function in ComboStrap\\Xml\\XmlElement 170 $classes = Html::mergeClassNames($class, $this->getClass()); 315 $class = $this->getClass(); 414 $class = $this->getClass(); 427 $classes = preg_split("/\s/", $this->getClass());
|
| /template/strap/ComboStrap/ |
| H A D | SlotManagerMenuItem.php | 33 private static function getClass(): string function in ComboStrap\\SlotManagerMenuItem 61 $linkAttributes['class'] = self::getClass();
|
| H A D | SearchTag.php | 48 $extraClass = $tagAttributes->getClass("");
|
| H A D | LazyLoad.php | 169 public static function getClass() function in ComboStrap\\LazyLoad
|
| H A D | Toc.php | 35 public static function getClass(): string function in ComboStrap\\Toc
|
| H A D | SvgImageLink.php | 246 … $fetcherSvg->setRequestedClass($this->mediaMarkup->getExtraMediaTagAttributes()->getClass());
|
| H A D | IdentityFormsHelper.php | 167 $class = $loginCss->getClass();
|
| H A D | Snippet.php | 534 public function getClass(): string function in ComboStrap\\Snippet 990 ->addClassName($this->getClass());
|
| H A D | TagAttributes.php | 437 public function getClass($default = null) function in ComboStrap\\TagAttributes 1401 return strpos($this->getClass(), $string) !== false;
|
| H A D | Outline.php | 606 $tocSelector = "." . Toc::getClass() . " ul";
|
| H A D | TemplateForWebPage.php | 609 $model['toc-class'] = Toc::getClass();
|
| /template/strap/ComboStrap/Tag/ |
| H A D | WebCodeTag.php | 60 public static function getClass(): string function in ComboStrap\\Tag\\WebCodeTag 358 $webcodeClass = WebCodeTag::getClass();
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | ExtensionSet.php | 153 $class = $extension->getClass();
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.2-compressed.js | 108 …getClass(_element)+" "+_class);},getClass:function(_element){return _element.getAttribute(pi.env.i… method 127 …tClass("");this._parent_;},"getClass":function(){return pi.util.Element.getClass(this._parent_.env… method
|
| H A D | firebug-lite-1.2.js | 2041 pi.util.Element.setClass(_element, pi.util.Element.getClass(_element) + " " + _class ); 2043 getClass:function(_element){ method 2047 return pi.util.Array.indexOf(pi.util.Element.getClass(_element).split(" "),_class)>-1; 2051 var names = pi.util.Element.getClass(_element,_class).split(" "); 2369 return pi.util.Element.getClass( this._parent_.environment.getElement() );
|