@@ -538,12 +538,12 @@ discard block |
||
538 | 538 | |
539 | 539 | // ----- For each file in the list check the attributes |
540 | 540 | $v_supported_attributes = array( |
541 | - PCLZIP_ATT_FILE_NAME => 'mandatory', |
|
542 | - PCLZIP_ATT_FILE_NEW_SHORT_NAME => 'optional', |
|
543 | - PCLZIP_ATT_FILE_NEW_FULL_NAME => 'optional', |
|
544 | - PCLZIP_ATT_FILE_MTIME => 'optional', |
|
545 | - PCLZIP_ATT_FILE_CONTENT => 'optional', |
|
546 | - PCLZIP_ATT_FILE_COMMENT => 'optional', |
|
541 | + PCLZIP_ATT_FILE_NAME => 'mandatory', |
|
542 | + PCLZIP_ATT_FILE_NEW_SHORT_NAME => 'optional', |
|
543 | + PCLZIP_ATT_FILE_NEW_FULL_NAME => 'optional', |
|
544 | + PCLZIP_ATT_FILE_MTIME => 'optional', |
|
545 | + PCLZIP_ATT_FILE_CONTENT => 'optional', |
|
546 | + PCLZIP_ATT_FILE_COMMENT => 'optional', |
|
547 | 547 | ); |
548 | 548 | foreach ($v_att_list as $v_entry) { |
549 | 549 | $v_result = $this->privFileDescrParseAtt($v_entry, $v_filedescr_list[], $v_options, $v_supported_attributes); |
@@ -700,25 +700,25 @@ discard block |
||
700 | 700 | if ((is_integer($v_arg_list[0])) && ($v_arg_list[0] > 77000)) { |
701 | 701 | // ----- Parse the options |
702 | 702 | $v_result = $this->privParseOptions($v_arg_list, $v_size, $v_options, array ( |
703 | - PCLZIP_OPT_PATH => 'optional', |
|
704 | - PCLZIP_OPT_REMOVE_PATH => 'optional', |
|
705 | - PCLZIP_OPT_REMOVE_ALL_PATH => 'optional', |
|
706 | - PCLZIP_OPT_ADD_PATH => 'optional', |
|
707 | - PCLZIP_CB_PRE_EXTRACT => 'optional', |
|
708 | - PCLZIP_CB_POST_EXTRACT => 'optional', |
|
709 | - PCLZIP_OPT_SET_CHMOD => 'optional', |
|
710 | - PCLZIP_OPT_BY_NAME => 'optional', |
|
711 | - PCLZIP_OPT_BY_EREG => 'optional', |
|
712 | - PCLZIP_OPT_BY_PREG => 'optional', |
|
713 | - PCLZIP_OPT_BY_INDEX => 'optional', |
|
714 | - PCLZIP_OPT_EXTRACT_AS_STRING => 'optional', |
|
715 | - PCLZIP_OPT_EXTRACT_IN_OUTPUT => 'optional', |
|
716 | - PCLZIP_OPT_REPLACE_NEWER => 'optional', |
|
717 | - PCLZIP_OPT_STOP_ON_ERROR => 'optional', |
|
718 | - PCLZIP_OPT_EXTRACT_DIR_RESTRICTION => 'optional', |
|
719 | - PCLZIP_OPT_TEMP_FILE_THRESHOLD => 'optional', |
|
720 | - PCLZIP_OPT_TEMP_FILE_ON => 'optional', |
|
721 | - PCLZIP_OPT_TEMP_FILE_OFF => 'optional' |
|
703 | + PCLZIP_OPT_PATH => 'optional', |
|
704 | + PCLZIP_OPT_REMOVE_PATH => 'optional', |
|
705 | + PCLZIP_OPT_REMOVE_ALL_PATH => 'optional', |
|
706 | + PCLZIP_OPT_ADD_PATH => 'optional', |
|
707 | + PCLZIP_CB_PRE_EXTRACT => 'optional', |
|
708 | + PCLZIP_CB_POST_EXTRACT => 'optional', |
|
709 | + PCLZIP_OPT_SET_CHMOD => 'optional', |
|
710 | + PCLZIP_OPT_BY_NAME => 'optional', |
|
711 | + PCLZIP_OPT_BY_EREG => 'optional', |
|
712 | + PCLZIP_OPT_BY_PREG => 'optional', |
|
713 | + PCLZIP_OPT_BY_INDEX => 'optional', |
|
714 | + PCLZIP_OPT_EXTRACT_AS_STRING => 'optional', |
|
715 | + PCLZIP_OPT_EXTRACT_IN_OUTPUT => 'optional', |
|
716 | + PCLZIP_OPT_REPLACE_NEWER => 'optional', |
|
717 | + PCLZIP_OPT_STOP_ON_ERROR => 'optional', |
|
718 | + PCLZIP_OPT_EXTRACT_DIR_RESTRICTION => 'optional', |
|
719 | + PCLZIP_OPT_TEMP_FILE_THRESHOLD => 'optional', |
|
720 | + PCLZIP_OPT_TEMP_FILE_ON => 'optional', |
|
721 | + PCLZIP_OPT_TEMP_FILE_OFF => 'optional' |
|
722 | 722 | )); |
723 | 723 | if ($v_result != 1) { |
724 | 724 | return 0; |
@@ -45,11 +45,11 @@ |
||
45 | 45 | */ |
46 | 46 | private $height = -1; |
47 | 47 | |
48 | - /** |
|
49 | - * ZeroHeight for Row? |
|
50 | - * |
|
51 | - * @var bool |
|
52 | - */ |
|
48 | + /** |
|
49 | + * ZeroHeight for Row? |
|
50 | + * |
|
51 | + * @var bool |
|
52 | + */ |
|
53 | 53 | private $zeroHeight = false; |
54 | 54 | |
55 | 55 | /** |
@@ -207,27 +207,27 @@ |
||
207 | 207 | private $scale = 100; |
208 | 208 | |
209 | 209 | /** |
210 | - * Fit To Page |
|
211 | - * Whether scale or fitToWith / fitToHeight applies |
|
212 | - * |
|
213 | - * @var boolean |
|
214 | - */ |
|
210 | + * Fit To Page |
|
211 | + * Whether scale or fitToWith / fitToHeight applies |
|
212 | + * |
|
213 | + * @var boolean |
|
214 | + */ |
|
215 | 215 | private $fitToPage = false; |
216 | 216 | |
217 | 217 | /** |
218 | - * Fit To Height |
|
219 | - * Number of vertical pages to fit on |
|
220 | - * |
|
221 | - * @var int? |
|
222 | - */ |
|
218 | + * Fit To Height |
|
219 | + * Number of vertical pages to fit on |
|
220 | + * |
|
221 | + * @var int? |
|
222 | + */ |
|
223 | 223 | private $fitToHeight = 1; |
224 | 224 | |
225 | 225 | /** |
226 | - * Fit To Width |
|
227 | - * Number of horizontal pages to fit on |
|
228 | - * |
|
229 | - * @var int? |
|
230 | - */ |
|
226 | + * Fit To Width |
|
227 | + * Number of horizontal pages to fit on |
|
228 | + * |
|
229 | + * @var int? |
|
230 | + */ |
|
231 | 231 | private $fitToWidth = 1; |
232 | 232 | |
233 | 233 | /** |
@@ -466,8 +466,8 @@ |
||
466 | 466 | */ |
467 | 467 | public function setShadow(Drawing\Shadow $pValue = null) |
468 | 468 | { |
469 | - $this->shadow = $pValue; |
|
470 | - return $this; |
|
469 | + $this->shadow = $pValue; |
|
470 | + return $this; |
|
471 | 471 | } |
472 | 472 | |
473 | 473 | /** |
@@ -711,8 +711,8 @@ |
||
711 | 711 | ? AutoFilter\Column\Rule::AUTOFILTER_COLUMN_RULE_GREATERTHAN |
712 | 712 | : AutoFilter\Column\Rule::AUTOFILTER_COLUMN_RULE_LESSTHAN; |
713 | 713 | $ruleValues[] = array('operator' => $operator, |
714 | - 'value' => $average |
|
715 | - ); |
|
714 | + 'value' => $average |
|
715 | + ); |
|
716 | 716 | $columnFilterTests[$columnID] = array( |
717 | 717 | 'method' => 'filterTestInCustomDataSet', |
718 | 718 | 'arguments' => array('filterRules' => $ruleValues, 'join' => AutoFilter\Column::AUTOFILTER_COLUMN_JOIN_OR) |
@@ -195,7 +195,7 @@ discard block |
||
195 | 195 | return $this; |
196 | 196 | } |
197 | 197 | |
198 | - /** |
|
198 | + /** |
|
199 | 199 | * Get Shadow alignment |
200 | 200 | * |
201 | 201 | * @return int |
@@ -217,7 +217,7 @@ discard block |
||
217 | 217 | return $this; |
218 | 218 | } |
219 | 219 | |
220 | - /** |
|
220 | + /** |
|
221 | 221 | * Get Color |
222 | 222 | * |
223 | 223 | * @return \PHPExcel\Style\Color |
@@ -236,11 +236,11 @@ discard block |
||
236 | 236 | */ |
237 | 237 | public function setColor(\PHPExcel\Style\Color $pValue = null) |
238 | 238 | { |
239 | - $this->color = $pValue; |
|
240 | - return $this; |
|
239 | + $this->color = $pValue; |
|
240 | + return $this; |
|
241 | 241 | } |
242 | 242 | |
243 | - /** |
|
243 | + /** |
|
244 | 244 | * Get Alpha |
245 | 245 | * |
246 | 246 | * @return int |
@@ -573,7 +573,7 @@ discard block |
||
573 | 573 | // Verify if cell is in range |
574 | 574 | return (($rangeStart[0] <= $myColumn) && ($rangeEnd[0] >= $myColumn) && |
575 | 575 | ($rangeStart[1] <= $myRow) && ($rangeEnd[1] >= $myRow) |
576 | - ); |
|
576 | + ); |
|
577 | 577 | } |
578 | 578 | |
579 | 579 | /** |
@@ -845,11 +845,11 @@ discard block |
||
845 | 845 | $_indexCache[$pColumnIndex] = chr(65 + $pColumnIndex); |
846 | 846 | } elseif ($pColumnIndex < 702) { |
847 | 847 | $_indexCache[$pColumnIndex] = chr(64 + ($pColumnIndex / 26)) . |
848 | - chr(65 + $pColumnIndex % 26); |
|
848 | + chr(65 + $pColumnIndex % 26); |
|
849 | 849 | } else { |
850 | 850 | $_indexCache[$pColumnIndex] = chr(64 + (($pColumnIndex - 26) / 676)) . |
851 | - chr(65 + ((($pColumnIndex - 26) % 676) / 26)) . |
|
852 | - chr(65 + $pColumnIndex % 26); |
|
851 | + chr(65 + ((($pColumnIndex - 26) % 676) / 26)) . |
|
852 | + chr(65 + $pColumnIndex % 26); |
|
853 | 853 | } |
854 | 854 | } |
855 | 855 | return $_indexCache[$pColumnIndex]; |
@@ -12,15 +12,15 @@ discard block |
||
12 | 12 | class GridLines extends Properties |
13 | 13 | { |
14 | 14 | |
15 | - /** |
|
16 | - * Properties of Class: |
|
17 | - * Object State (State for Minor Tick Mark) @var bool |
|
18 | - * Line Properties @var array of mixed |
|
19 | - * Shadow Properties @var array of mixed |
|
20 | - * Glow Properties @var array of mixed |
|
21 | - * Soft Properties @var array of mixed |
|
22 | - * |
|
23 | - */ |
|
15 | + /** |
|
16 | + * Properties of Class: |
|
17 | + * Object State (State for Minor Tick Mark) @var bool |
|
18 | + * Line Properties @var array of mixed |
|
19 | + * Shadow Properties @var array of mixed |
|
20 | + * Glow Properties @var array of mixed |
|
21 | + * Soft Properties @var array of mixed |
|
22 | + * |
|
23 | + */ |
|
24 | 24 | |
25 | 25 | private $objectState = false; |
26 | 26 | |
@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | |
81 | 81 | private $softEdges = array( |
82 | 82 | 'size' => null |
83 | - ); |
|
83 | + ); |
|
84 | 84 | |
85 | 85 | /** |
86 | 86 | * Get Object State |
@@ -385,10 +385,10 @@ |
||
385 | 385 | } |
386 | 386 | |
387 | 387 | /** |
388 | - * Get SubScript |
|
389 | - * |
|
390 | - * @return boolean |
|
391 | - */ |
|
388 | + * Get SubScript |
|
389 | + * |
|
390 | + * @return boolean |
|
391 | + */ |
|
392 | 392 | public function getSubScript() |
393 | 393 | { |
394 | 394 | if ($this->isSupervisor) { |