Home
last modified time | relevance | path

Searched refs:property (Results 176 – 200 of 1146) sorted by last modified time

12345678910>>...46

/plugin/approve/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/btable2/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/stellarium/
H A DLICENSE.md65 It is not the purpose of this section to induce you to infringe any patents or other property right…
/plugin/structacl/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/notification/
H A DLICENSE216 patents or other property right claims or to contest validity of any
/plugin/odt/ODT/
H A DODTUtility.php353 foreach ($properties as $property => $value) {
354 $properties [$property] = self::adjustValueForODT ($property, $value, $units);
363 foreach ($adjustToMaxWidth as $property) {
364 if (!empty($properties [$property])) {
365 …$properties [$property] = self::adjustPercentageValueParts ($properties [$property], $maxWidthInPt…
413 * @param string $property The property name
418 public static function adjustValueForODT ($property, $value, ODTUnits $units) { argument
419 if ($property == 'font-family') {
452 strpos($property, 'border')!==false ) {
H A DODTDocument.php225 public function adjustLengthCallback ($property, $value, $type, $rule) { argument
238 switch ($property) {
256 switch ($property) {
268 if ($property == 'line-height' && $value != 'normal') {
2054 public function adjustValueForODT ($property, $value) { argument
2055 return ODTUtility::adjustValueForODT($property, $value, $this->units);
/plugin/odt/ODT/css/
H A Dcssimportnew.php728 $property = substr ($decls, $pos, $colon - $pos);
729 $property = trim($property);
743 $declaration = new css_declaration ($property, $value);
822 $property = $declaration->getProperty ();
824 $values [$property] = $value;
1106 foreach ($current as $property => $value) {
1107 if (isset($highest [$property]) && $specificity >= $highest [$property]) {
1108 $highest [$property] = $specificity;
1109 $temp [$property] = $value;
/plugin/odt/ODT/styles/
H A DODTMasterPageStyle.php77 public function setProperty($property, $value) { argument
78 if (array_key_exists ($property, self::$master_fields)) {
80 …($property, self::$master_fields [$property][0], $value, self::$master_fields [$property][1], $thi…
91 public function getProperty($property) { argument
92 if (array_key_exists ($property, self::$master_fields)) {
93 return $this->master_style [$property]['value'];
158 foreach ($this->master_style as $property => $items) {
163 foreach ($this->style_header as $property => $items) {
168 foreach ($this->style_footer as $property => $items) {
173 foreach ($this->style_header_left as $property => $items) {
[all …]
H A DODTPageLayoutStyle.php158 public function setProperty($property, $value) { argument
161 …($property, self::$page_layout_fields [$property][0], $value, self::$page_layout_fields [$property
166 …($property, self::$layout_props_fields [$property][0], $value, self::$layout_props_fields [$proper…
171 …($property, self::$bgi_fields [$property][0], $value, self::$bgi_fields [$property][1], $this->bgi…
176 …($property, self::$columns_fields [$property][0], $value, self::$columns_fields [$property][1], $t…
181 …($property, self::$footnote_fields [$property][0], $value, self::$footnote_fields [$property][1], …
192 public function getProperty($property) { argument
197 return $this->layout_props [$property]['value'];
200 return $this->bgi_props [$property]['value'];
203 return $this->columns_props [$property]['value'];
[all …]
H A DODTParagraphStyle.php106 foreach ($properties as $property => $value) {
107 if ($disabled [$property] == 0) {
108 $this->setProperty($property, $value);
137 public function setProperty($property, $value) { argument
141 …($property, $style_fields [$property][0], $value, $style_fields [$property][1], $this->style_prope…
151 …($property, self::$tab_stop_fields [$property][0], $value, self::$tab_stop_fields [$property][1], …
158 …($property, self::$paragraph_fields [$property][0], $value, self::$paragraph_fields [$property][1]…
164 …($property, $text_fields [$property][0], $value, $text_fields [$property][1], $this->text_properti…
175 public function getProperty($property) { argument
182 return parent::getProperty($property);
[all …]
H A DODTStyle.php77 public function getProperty($property) { argument
78 …return (isset($this->properties [$property]['value']) ? $this->properties [$property]['value'] : N…
93 return $properties [$property]['value'];
103 public function getPropertySection($property) { argument
104 return $this->properties [$property]['section'];
172 unset ($this->properties [$property]);
174 unset ($dest [$property]);
189 foreach ($fields as $property => $field) {
219 foreach ($properties as $property => $value) {
220 if ($disabled [$property] == 0 && array_key_exists ($property, $fields)) {
[all …]
H A DODTStyleStyle.php110 foreach ($this->properties as $property => $items) {
225 foreach ($this->properties as $property => $items) {
232 $this->properties [$property] = NULL;
233 unset ($this->properties [$property]);
H A DODTTableCellStyle.php116 public function setProperty($property, $value) { argument
118 if (array_key_exists ($property, $style_fields)) {
120 ($property, $style_fields [$property][0], $value, $style_fields [$property][1]);
123 if (array_key_exists ($property, self::$table_cell_fields)) {
125 …($property, self::$table_cell_fields [$property][0], $value, self::$table_cell_fields [$property][…
129 if (array_key_exists ($property, $paragraph_fields)) {
131 … ($property, $paragraph_fields [$property][0], $value, $paragraph_fields [$property][1]);
135 if (array_key_exists ($property, $text_fields)) {
137 ($property, $text_fields [$property][0], $value, $text_fields [$property][1]);
H A DODTTableColumnStyle.php72 public function setProperty($property, $value) { argument
74 if (array_key_exists ($property, $style_fields)) {
76 ($property, $style_fields [$property][0], $value, $style_fields [$property][1]);
79 if (array_key_exists ($property, self::$table_column_fields)) {
81 …($property, self::$table_column_fields [$property][0], $value, self::$table_column_fields [$proper…
H A DODTTableRowStyle.php91 public function setProperty($property, $value) { argument
93 if (array_key_exists ($property, $style_fields)) {
95 ($property, $style_fields [$property][0], $value, $style_fields [$property][1]);
98 if (array_key_exists ($property, self::$table_row_fields)) {
100 …($property, self::$table_row_fields [$property][0], $value, self::$table_row_fields [$property][1]…
H A DODTTableStyle.php101 public function setProperty($property, $value) { argument
103 if (array_key_exists ($property, $style_fields)) {
105 ($property, $style_fields [$property][0], $value, $style_fields [$property][1]);
108 if (array_key_exists ($property, self::$table_fields)) {
110 … ($property, self::$table_fields [$property][0], $value, self::$table_fields [$property][1]);
H A DODTTextListStyle.php118 public function setProperty($property, $value) { argument
121 … ($property, self::$list_fields [$property][0], $value, self::$list_fields [$property][1]);
239 if ($property != 'list-level-style' && array_key_exists ($property, $fields)) {
290 if ($property == 'list-level-style') {
312 if (array_key_exists ($property, $fields)) {
331 if ($property == 'list-level-style') {
342 …($property, $text_fields [$property][0], $value, $text_fields [$property][1], $this->list_level_st…
347 …($property, self::$list_level_props_fields [$property][0], $value, self::$list_level_props_fields …
352 …($property, self::$label_align_fields [$property][0], $value, self::$label_align_fields [$property
369 if (array_key_exists ($property, $fields)) {
[all …]
H A DODTTextOutlineStyle.php87 public function setProperty($property, $value) { argument
89 if (array_key_exists ($property, $style_fields)) {
91 ($property, $text_fields [$property][0], $value, $text_fields [$property][1]);
94 if (array_key_exists ($property, self::$outline_fields)) {
96 … ($property, self::$outline_fields [$property][0], $value, self::$outline_fields [$property][1]);
165 foreach ($this->properties as $property => $items) {
175 foreach ($properties as $property => $items) {
224 public function getPropertyFromLevel($level, $property) { argument
234 public function setPropertyForLevel($level, $property, $value) { argument
235 if (array_key_exists ($property, self::$outline_fields)) {
[all …]
H A DODTTextStyle.php164 public function setProperty($property, $value) { argument
166 if (array_key_exists ($property, $style_fields)) {
168 ($property, $style_fields [$property][0], $value, $style_fields [$property][1]);
171 if (array_key_exists ($property, self::$text_fields)) {
173 … ($property, self::$text_fields [$property][0], $value, self::$text_fields [$property][1]);
H A DODTUnknownStyle.php78 public function setProperty($property, $value) { argument
/plugin/odt/
H A Dexample.css147 * HINT: use pseudo property align (left, center, right)
/plugin/odt/helper/
H A Dcssimport.php35 protected $property; variable in css_declaration
45 $this->property = $property;
55 return $this->property;
71 if ( empty ($this->property) ) {
75 switch ($this->property) {
125 switch ($this->property) {
195 if ( $this->property == 'font' ) {
841 switch ($this->property) {
889 switch ($this->property) {
955 $property = trim($property);
[all …]
H A Dstylefactory.php289 * @param string $property The property name
294 public function adjustValueForODT ($property, $value, $emValue = 0) { argument
295 return ODTUtility::adjustValueForODT ($property, $value, $emValue);
/plugin/odt/renderer/
H A Dpage.php76 public function replaceURLPrefixesCallback ($property, $value, $url) { argument
2046 public function adjustValueForODT ($property, $value) { argument
2047 return $this->document->adjustValueForODT ($property, $value);
2062 public function adjustLengthCallback ($property, $value, $type) { argument
2073 switch ($property) {

12345678910>>...46