Home
last modified time | relevance | path

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

123

/plugin/scrape/HTMLPurifier/
H A DPrinter.php134 protected function getClass($obj, $sec_prefix = '') { function in HTMLPurifier_Printer
153 $values[] = $this->getClass($def, $sec_prefix);
158 $class .= $this->getClass($obj->single, $sec_prefix) . ', ';
162 $class .= $this->getClass($obj->def, $sec_prefix) . ', ';
166 $class .= $this->getClass($obj->def, $sec_prefix);
/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') {
H A DODTElementList.php89 if ($previous->getClass() == 'list') {
/plugin/combo/ComboStrap/
H A DShadow.php53 $shadowClass = self::getClass($elevationValue);
67 return self::getClass($defaultValue);
71 static function getClass($value) function in ComboStrap\\Shadow
H A DSnippetManager.php70 return $snippet->getClass();
140 "class" => $snippet->getClass(),
165 "class" => $snippet->getClass(),
179 "class" => $snippet->getClass(),
208 "class" => $snippet->getClass(),
/plugin/struct/types/
H A DCheckbox.php47 'class' => 'struct_' . strtolower($this->getClass()),
67 $class = 'struct_' . strtolower($this->getClass());
H A DDropdown.php37 'class' => 'struct_' . strtolower($this->getClass()),
69 'class' => 'struct_' . strtolower($this->getClass()),
H A DAbstractBaseType.php124 'class' => $this->getClass()
132 public function getClass() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
291 $class = 'struct_' . strtolower($this->getClass());
H A DLongText.php63 'class' => 'struct_' . strtolower($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/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/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/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 DCSSDefinition.php26 $name = $this->getClass($obj, 'AttrDef_');
H A DHTMLDefinition.php70 $new = $this->getClass($new, 'TagTransform_');
240 $list[] = $this->getClass($obj, 'AttrTransform_');
254 $list[] = "$name&nbsp;=&nbsp;<i>" . $this->getClass($obj, 'AttrDef_') . '</i>';
/plugin/structgeohash/types/
H A DGeoHash.php56 $class = 'struct_' . strtolower($this->getClass());
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php253 return $parameter->getClass() ? $parameter->getClass()->getName() : null;

123