/plugin/scrape/HTMLPurifier/ |
H A D | Printer.php | 134 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 D | ODTContainerElement.php | 55 if ($container->getClass() == 'table-cell') { 58 if ($container->getClass() == 'table') { 61 if ($container->getClass() == 'frame') {
|
H A D | ODTElementListHeader.php | 72 if ($previous->getClass() == 'list') {
|
H A D | ODTElementListItem.php | 72 if ($previous->getClass() == 'list') {
|
H A D | ODTElementTableRow.php | 85 if ($table->getClass() == 'table') {
|
H A D | ODTElementList.php | 89 if ($previous->getClass() == 'list') {
|
/plugin/combo/ComboStrap/ |
H A D | Shadow.php | 53 $shadowClass = self::getClass($elevationValue); 67 return self::getClass($defaultValue); 71 static function getClass($value) function in ComboStrap\\Shadow
|
H A D | SnippetManager.php | 70 return $snippet->getClass(); 140 "class" => $snippet->getClass(), 165 "class" => $snippet->getClass(), 179 "class" => $snippet->getClass(), 208 "class" => $snippet->getClass(),
|
/plugin/struct/types/ |
H A D | Checkbox.php | 47 'class' => 'struct_' . strtolower($this->getClass()), 67 $class = 'struct_' . strtolower($this->getClass());
|
H A D | Dropdown.php | 37 'class' => 'struct_' . strtolower($this->getClass()), 69 'class' => 'struct_' . strtolower($this->getClass()),
|
H A D | AbstractBaseType.php | 124 'class' => $this->getClass() 132 public function getClass() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType 291 $class = 'struct_' . strtolower($this->getClass());
|
H A D | LongText.php | 63 'class' => 'struct_' . strtolower($this->getClass()),
|
/plugin/odt/ODT/ |
H A D | ODTState.php | 196 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 D | Node.php | 34 public function getClass() function in Twig_Function_Node
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/ |
H A D | Node.php | 34 public function getClass() function in Twig_Filter_Node
|
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/ |
H A D | Node.php | 32 public function getClass() function in Twig_Test_Node
|
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
H A D | MongoDBFormatter.php | 104 $objectVars['class'] = Utils::getClass($value); 115 'class' => Utils::getClass($exception),
|
H A D | NormalizerFormatter.php | 186 return [Utils::getClass($data) => $value]; 206 'class' => Utils::getClass($e),
|
/plugin/structsection/types/ |
H A D | Section.php | 35 'class' => 'struct_' . strtolower($this->getClass()),
|
/plugin/structcombolookup/types/ |
H A D | NarrowingLookup.php | 111 'class' => 'struct_'.strtolower($this->getClass()). '_parent', 142 'class' => 'struct_'.strtolower($this->getClass()) . '_child',
|
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
H A D | StandardTagFactory.php | 241 $typeHint = $parameter->getClass() ? $parameter->getClass()->getName() : null;
|
/plugin/scrape/HTMLPurifier/Printer/ |
H A D | CSSDefinition.php | 26 $name = $this->getClass($obj, 'AttrDef_');
|
H A D | HTMLDefinition.php | 70 $new = $this->getClass($new, 'TagTransform_'); 240 $list[] = $this->getClass($obj, 'AttrTransform_'); 254 $list[] = "$name = <i>" . $this->getClass($obj, 'AttrDef_') . '</i>';
|
/plugin/structgeohash/types/ |
H A D | GeoHash.php | 56 $class = 'struct_' . strtolower($this->getClass());
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ |
H A D | ClassMirror.php | 253 return $parameter->getClass() ? $parameter->getClass()->getName() : null;
|