Home
last modified time | relevance | path

Searched refs:getClass (Results 1 – 15 of 15) sorted by relevance

/template/strap/ComboStrap/TagAttribute/
H A DShadow.php58 $shadowClass = self::getClass($elevationValue);
72 return self::getClass($defaultValue);
76 static function getClass($value) function in ComboStrap\\TagAttribute\\Shadow
/template/strap/ComboStrap/Xml/
H A DXmlElement.php48 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 DSlotManagerMenuItem.php33 private static function getClass(): string function in ComboStrap\\SlotManagerMenuItem
61 $linkAttributes['class'] = self::getClass();
H A DSearchTag.php48 $extraClass = $tagAttributes->getClass("");
H A DLazyLoad.php169 public static function getClass() function in ComboStrap\\LazyLoad
H A DToc.php35 public static function getClass(): string function in ComboStrap\\Toc
H A DSvgImageLink.php246 … $fetcherSvg->setRequestedClass($this->mediaMarkup->getExtraMediaTagAttributes()->getClass());
H A DIdentityFormsHelper.php167 $class = $loginCss->getClass();
H A DSnippet.php534 public function getClass(): string function in ComboStrap\\Snippet
990 ->addClassName($this->getClass());
H A DTagAttributes.php437 public function getClass($default = null) function in ComboStrap\\TagAttributes
1401 return strpos($this->getClass(), $string) !== false;
H A DOutline.php606 $tocSelector = "." . Toc::getClass() . " ul";
H A DTemplateForWebPage.php609 $model['toc-class'] = Toc::getClass();
/template/strap/ComboStrap/Tag/
H A DWebCodeTag.php60 public static function getClass(): string function in ComboStrap\\Tag\\WebCodeTag
358 $webcodeClass = WebCodeTag::getClass();
/template/strap/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js108getClass(_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 Dfirebug-lite-1.2.js2041 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() );