/plugin/html2pdf/html2pdf/html2ps/unittest/ |
H A D | test.table.border.php | 27 $this->assertTrue($table_border->left->width->getPoints() > 0); 28 $this->assertTrue($table_border->right->width->getPoints() > 0); 29 $this->assertTrue($table_border->top->width->getPoints() > 0); 30 $this->assertTrue($table_border->bottom->width->getPoints() > 0); 39 $this->assertTrue($cell1_border->left->width->getPoints() > 0, 41 $this->assertTrue($cell1_border->right->width->getPoints() > 0, 43 $this->assertTrue($cell1_border->top->width->getPoints() > 0, 55 $this->assertTrue($cell2_border->left->width->getPoints() > 0, 59 $this->assertTrue($cell2_border->top->width->getPoints() > 0, 106 $this->assertTrue($cell1_border->top->width->getPoints() > 0, [all …]
|
H A D | test.font.inherit.php | 31 $this->assertEqual($body_font_size->getPoints()*2, 32 $outer_font_size->getPoints()); 33 $this->assertEqual($outer_font_size->getPoints(), 34 $inner_font_size->getPoints()); 63 $this->assertEqual($body_font_size->getPoints()*2, 64 $outer_font_size->getPoints()); 65 $this->assertEqual($outer_font_size->getPoints()*2, 66 $inner_font_size->getPoints());
|
H A D | test.pagebreak.table.lines.php | 81 $this->assertEqual($font_size->getPoints(), 20); 85 $this->assertEqual($font_size->getPoints(), 30);
|
H A D | test.position.horizontal.absolute.positioned.php | 12 $base = $font_size->getPoints();
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.list-item.php | 167 return $font->size->getPoints(); 187 …wport->circle( $x - $font->size->getPoints()*0.5, $y + $font->size->getPoints()*0.4*HEIGHT_KOEFF, … 198 …wport->circle( $x - $font->size->getPoints()*0.5, $y + $font->size->getPoints()*0.4*HEIGHT_KOEFF, … 207 …- $font->size->getPoints()*0.512, $y + $font->size->getPoints()*0.3*HEIGHT_KOEFF, $font->size->get… 215 $imagebox->moveto($x - $font->size->getPoints()*0.5 - $imagebox->get_width()/2, 216 $y + $font->size->getPoints()*0.4*HEIGHT_KOEFF + $imagebox->get_height()/2);
|
H A D | strategy.position.absolute.php | 32 $top_value = $top->getPoints(); 39 $bottom_value = $bottom->getPoints(); 64 $left_value = $left->getPoints(); 71 $right_value = $right->getPoints();
|
H A D | box.field.pageno.php | 29 if ($font->size->getPoints() > 0) { 33 $font->size->getPoints()); 59 if ($font->size->getPoints() > 0) { 63 $font->size->getPoints());
|
H A D | box.field.pages.php | 33 if ($font->size->getPoints() > 0) { 37 $font->size->getPoints()); 65 if ($font->size->getPoints() > 0) { 69 $font->size->getPoints());
|
H A D | strategy.width.absolute.positioned.php | 59 ($left->isAuto() ? 0 : $left->getPoints($containing_block_width)) - 60 ($right->isAuto() ? 0 : $right->getPoints($containing_block_width)) - 144 $left->getPoints($containing_block_width) - 145 $right->getPoints($containing_block_width));
|
H A D | value.border.edge.class.php | 107 return $this->width->getPoints(); 116 ($this->width->getPoints() > 0) && 272 $viewport->dash($this->width->getPoints()*4, $this->width->getPoints()*5); 273 $viewport->setlinewidth($this->width->getPoints()); 285 $viewport->dash($this->width->getPoints(), $this->width->getPoints()*2); 286 $viewport->setlinewidth($this->width->getPoints());
|
H A D | box.text.php | 377 $font_size = $font->getPoints(); 417 if ($letter_spacing->getPoints() != 0) { 430 $this->width += $letter_spacing->getPoints()*$num_chars; 442 if ($font_size->getPoints() == 0) { 503 $font_size->getPoints()); 519 $font_size->getPoints()); 544 $font_size->getPoints()); 575 if ($letter_spacing->getPoints() == 0) { 588 $font_size->getPoints()); 613 $font_size->getPoints()); [all …]
|
H A D | value.generic.percentage.php | 46 function getPoints($base_size = 0) { function in CSSValuePercentage 50 return $this->_value->getPoints();
|
H A D | box.block.php | 409 $vertical_offset = $top->getPoints(); 416 … $vertical_offset = $driver->getPageMaxHeight() - $bottom->getPoints() - $this->get_height(); 433 $horizontal_offset = $left->getPoints(); 440 $horizontal_offset = $driver->getPageWidth() - $right->getPoints() - $this->get_width();
|
H A D | box.whitespace.php | 95 $letter_spacing->getPoints() + 96 $word_spacing->getPoints();
|
H A D | height.php | 145 $constant = array($value->getPoints(), false); 155 $min = array($value->getPoints(), false); 165 $max = array($value->getPoints(), false);
|
H A D | box.frame.php | 180 $top_value = $top->getPoints(); 187 $bottom_value = $bottom->getPoints(); 206 $left_value = $left->getPoints(); 213 $right_value = $right->getPoints();
|
H A D | width.constraint.php | 18 $width = max($this->_min_width->getPoints(), $width);
|
H A D | strategy.table.layout.auto.php | 93 $extra = 2*$cellpadding->getPoints() + $cellspacing->getPoints();
|
/plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
H A D | LineString.php | 92 foreach ($this->getPoints() as $point) { 127 foreach ($this->getPoints() as $point) { 144 foreach ($this->getPoints() as $point) { 165 $points = $this->getPoints(); 203 $points = $this->getPoints(); 234 $points = $this->getPoints(); 300 foreach ($this->getPoints() as $point) { 311 foreach ($this->getPoints() as $point) { 343 foreach ($this->getPoints() as $i => $point) { 368 foreach ($this->getPoints() a [all...] |
H A D | Polygon.php | 156 $points = $ring->getPoints(); 187 foreach ($this->exteriorRing()->getPoints() as $point) { 260 $vertices = $this->getPoints(); 315 foreach ($this->getPoints() as $vertex) { 339 foreach ($geometry->getPoints() as $p) {
|
H A D | Collection.php | 234 public function getPoints() function in geoPHP\\Geometry\\Collection 237 // Same as array_merge($points, $component->getPoints()), but 500× faster 277 $thisPoints = $this->getPoints(); 278 $otherPoints = $geometry->getPoints();
|
H A D | MultiLineString.php | 59 return $this->getPoints()[0];
|
H A D | Curve.php | 69 public function getPoints() function in geoPHP\\Geometry\\Curve
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/ |
H A D | GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries.php | 54 public function getPoints() function in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1CalculateStatsResponseTimeSeries
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/ |
H A D | TimeSeries.php | 96 public function getPoints() function in Google\\Service\\Monitoring\\TimeSeries
|