Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 25 of 142) sorted by last modified time

123456

/plugin/bez/mdl/
H A DFactory.php262 $reflectionProperty = $reflectionClass->getProperty('id');
H A DThreadFactory.php238 $reflectionProperty = $reflectionClass->getProperty('state');
/plugin/bez/action/
H A Dmaildebug.php40 $property = $reflection->getProperty('html');
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DReplaceFilter.php32 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
H A DSetNullFilter.php19 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineEmptyCollectionFilter.php23 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
H A DDoctrineCollectionFilter.php20 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyTypeMatcher.php37 $reflectionProperty = ReflectionHelper::getProperty($object, $property);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php58 public static function getProperty($object, $name) function in DeepCopy\\Reflection\\ReflectionHelper
63 return $reflection->getProperty($name);
67 return self::getProperty($parentClass->getName(), $name);
/plugin/odt/ODT/
H A DODTIndex.php185 $title_style = $style_obj->getProperty('style-name');
214 $p_styles [$count+1] = $style_obj->getProperty('style-name');
218 $properties ['style-parent'] = $style_obj->getProperty('style-name');
228 $p_styles_auto [$count+1] = $style_obj_auto->getProperty('style-name');
239 $stylesLNames [$count+1] = $style_obj->getProperty('style-name');
H A DODTList.php254 … $style_display_name = 'Last '.$style_body->getProperty('style-display-name');
261 $top = $style_last->getProperty('margin-top');
263 … $style_obj->setProperty('margin-top', $style_body->getProperty('margin-top'));
H A DODTParagraph.php71 … $styleDisplayName = 'First '.$styleBody->getProperty('style-display-name');
77 $bottom = $styleFirstTemplate->getProperty('margin-bottom');
79 … $styleObj->setProperty('margin-bottom', $styleBody->getProperty('margin-bottom'));
223 $style_name = $style_obj->getProperty('style-name');
H A DODTSpan.php100 $style_name = $style_obj->getProperty('style-name');
H A DODTTable.php63 … if ($style_obj->getProperty('width') == NULL && $style_obj->getProperty('rel-width')) {
417 $style_name = $style_obj->getProperty('style-name');
503 $style_name = $style_obj->getProperty('style-name');
556 $style_name = $style_obj->getProperty('style-name');
570 $style_name_paragraph = $style_obj->getProperty('style-name');
H A Dstyleset.php210 $name = $new->getProperty('style-name');
/plugin/odt/ODT/css/
H A Dcssimportnew.php767 $returnString .= $declaration->getProperty ().':'.$declaration->getValue ().";\n";
804 public function getProperty ($name) { function in css_rule_new
806 if ( $name == $declaration->getProperty () ) {
822 $property = $declaration->getProperty ();
1065 $current = $rule->getProperty ($name);
/plugin/odt/ODT/elements/
H A DODTElementFrame.php178 $leftMargin = $frameStyle->getProperty('margin-left');
186 $rightMargin = $frameStyle->getProperty('margin-right');
H A DODTElementTable.php322 if ($cell_style->getProperty('padding-left') != NULL
324 $cell_style->getProperty('padding-right') != NULL) {
325 $value = $cell_style->getProperty('padding-left');
328 $value = $cell_style->getProperty('padding-right');
331 } else if ($cell_style->getProperty('padding') != NULL) {
332 $value = $cell_style->getProperty('padding');
341 $width = $style_obj->getProperty('column-width');
366 $leftMargin = $tableStyle->getProperty('margin-left');
374 $rightMargin = $tableStyle->getProperty('margin-right');
382 $width = $tableStyle->getProperty('width');
[all …]
/plugin/odt/ODT/styles/
H A DODTMasterPageStyle.php91 public function getProperty($property) { function in ODTMasterPageStyle
H A DODTPageLayoutStyle.php192 public function getProperty($property) { function in ODTPageLayoutStyle
H A DODTParagraphStyle.php175 public function getProperty($property) { function in ODTParagraphStyle
182 return parent::getProperty($property);
188 return parent::getProperty($property);
407 $parent = $style_obj->getProperty('style-name');
474 $value = $source->getProperty($property);
482 $value = $source->getProperty($property);
491 $value = $source->getProperty($property);
H A DODTStyle.php77 public function getProperty($property) { function in ODTStyle
H A DODTTextStyle.php291 $parent = $style_obj->getProperty('style-name');
H A DODTUnknownStyle.php130 return $this->getProperty('style-family');
/plugin/odt/helper/
H A Dcssimport.php54 public function getProperty () { function in css_declaration
992 $returnString .= ' '.$declaration->getProperty ().':'.$declaration->getValue ().";\n";
1053 public function getProperty ($name) { function in css_rule
1055 if ( $name == $declaration->getProperty () ) {
1068 $property = $declaration->getProperty ();
1371 $current = $rule->getProperty ($name);
1386 public function getProperty ($classString, $name) { function in helper_plugin_odt_cssimport

123456