| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | Printer.php | 170 protected function getClass($obj, $sec_prefix = '') function in HTMLPurifier_Printer 194 $values[] = $this->getClass($def, $sec_prefix); 199 $class .= $this->getClass($obj->single, $sec_prefix) . ', '; 203 $class .= $this->getClass($obj->def, $sec_prefix) . ', '; 207 $class .= $this->getClass($obj->def, $sec_prefix);
|
| /plugin/odt/ODT/elements/ |
| D | ODTContainerElement.php | 55 if ($container->getClass() == 'table-cell') { 58 if ($container->getClass() == 'table') { 61 if ($container->getClass() == 'frame') {
|
| D | ODTElementListItem.php | 72 if ($previous->getClass() == 'list') {
|
| D | ODTElementListHeader.php | 72 if ($previous->getClass() == 'list') {
|
| D | ODTElementTableRow.php | 85 if ($table->getClass() == 'table') {
|
| /plugin/combo/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
|
| /plugin/struct/types/ |
| H A D | Checkbox.php | 45 'class' => 'struct_' . strtolower($this->getClass()), 65 $class = 'struct_' . strtolower($this->getClass());
|
| H A D | Dropdown.php | 38 'class' => 'struct_' . strtolower($this->getClass()), 74 'class' => 'struct_' . strtolower($this->getClass()),
|
| H A D | AbstractBaseType.php | 125 'class' => $this->getClass() 133 public function getClass() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType 292 $class = 'struct_' . strtolower($this->getClass());
|
| H A D | LongText.php | 63 'class' => 'struct_' . strtolower($this->getClass()),
|
| /plugin/combo/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());
|
| /plugin/odt/ODT/ |
| 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/combo/ComboStrap/ |
| H A D | SlotManagerMenuItem.php | 33 private static function getClass(): string function in ComboStrap\\SlotManagerMenuItem 61 $linkAttributes['class'] = self::getClass();
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
| D | MongoDBFormatter.php | 104 $objectVars['class'] = Utils::getClass($value); 115 'class' => Utils::getClass($exception),
|
| D | NormalizerFormatter.php | 186 return [Utils::getClass($data) => $value]; 206 'class' => Utils::getClass($e),
|
| /plugin/jsoncode/ |
| D | jsonTree.js | 20 getClass : function(val) { method 47 switch(utils.getClass(val)) { 55 throw new Error('Bad type: ' + utils.getClass(val)); 179 throw new Error('Bad type: ' + utils.getClass(val));
|
| /plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Test/ |
| D | Node.php | 32 public function getClass() function in Twig_Test_Node
|
| /plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Function/ |
| D | Node.php | 34 public function getClass() function in Twig_Function_Node
|
| /plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Filter/ |
| D | Node.php | 34 public function getClass() function in Twig_Filter_Node
|
| /plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/ |
| D | StandardTagFactory.php | 241 $typeHint = $parameter->getClass() ? $parameter->getClass()->getName() : null;
|
| /plugin/structcombolookup/types/ |
| D | NarrowingLookup.php | 111 'class' => 'struct_'.strtolower($this->getClass()). '_parent', 142 'class' => 'struct_'.strtolower($this->getClass()) . '_child',
|
| /plugin/structsection/types/ |
| D | Section.php | 35 'class' => 'struct_' . strtolower($this->getClass()),
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/ |
| D | HTMLDefinition.php | 79 $new = $this->getClass($new, 'TagTransform_'); 285 $list[] = $this->getClass($obj, 'AttrTransform_'); 303 $list[] = "$name = <i>" . $this->getClass($obj, 'AttrDef_') . '</i>';
|
| D | CSSDefinition.php | 33 $name = $this->getClass($obj, 'AttrDef_');
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/ |
| D | ClassMirror.php | 253 return $parameter->getClass() ? $parameter->getClass()->getName() : null;
|