Home
last modified time | relevance | path

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

1234

/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/odt/ODT/elements/
H A DODTContainerElement.php55 if ($container->getClass() == 'table-cell') {
58 if ($container->getClass() == 'table') {
61 if ($container->getClass() == 'frame') {
H A DODTElementListHeader.php72 if ($previous->getClass() == 'list') {
H A DODTElementListItem.php72 if ($previous->getClass() == 'list') {
H A DODTElementTableRow.php85 if ($table->getClass() == 'table') {
/plugin/combo/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
/plugin/struct/types/
H A DCheckbox.php45 'class' => 'struct_' . strtolower($this->getClass()),
65 $class = 'struct_' . strtolower($this->getClass());
H A DDropdown.php37 'class' => 'struct_' . strtolower($this->getClass()),
69 'class' => 'struct_' . strtolower($this->getClass()),
H A DAbstractBaseType.php125 'class' => $this->getClass()
133 public function getClass()
292 $class = 'struct_' . strtolower($this->getClass());
132 public function getClass() global() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
H A DLongText.php63 'class' => 'struct_' . strtolower($this->getClass()),
/plugin/combo/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());
/plugin/odt/ODT/
H A DODTState.php196 if ($this->stack [$search]->getClass() == $clazz) {
214 if ($this->stack [$search]->getClass() == $clazz) {
247 if ($this->stack [$search]->getClass() == $clazz) {
/plugin/combo/ComboStrap/
H A DSlotManagerMenuItem.php33 private static function getClass(): string function in ComboStrap\\SlotManagerMenuItem
61 $linkAttributes['class'] = self::getClass();
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DMongoDBFormatter.php104 $objectVars['class'] = Utils::getClass($value);
115 'class' => Utils::getClass($exception),
H A DNormalizerFormatter.php186 return [Utils::getClass($data) => $value];
206 'class' => Utils::getClass($e),
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/
H A DNode.php34 public function getClass() function in Twig_Function_Node
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/
H A DNode.php34 public function getClass() function in Twig_Filter_Node
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/
H A DNode.php32 public function getClass() function in Twig_Test_Node
/plugin/structsection/types/
H A DSection.php35 'class' => 'struct_' . strtolower($this->getClass()),
/plugin/structcombolookup/types/
H A DNarrowingLookup.php111 'class' => 'struct_'.strtolower($this->getClass()). '_parent',
142 'class' => 'struct_'.strtolower($this->getClass()) . '_child',
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php241 $typeHint = $parameter->getClass() ? $parameter->getClass()->getName() : null;
/plugin/scrape/HTMLPurifier/Printer/
H A DHTMLDefinition.php
H A DCSSDefinition.php
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php253 return $parameter->getClass() ? $parameter->getClass()->getName() : null;
/plugin/structgeohash/types/
H A DGeoHash.php56 $class = 'struct_' . strtolower($this->getClass());

1234