Home
last modified time | relevance | path

Searched refs:float (Results 1 – 25 of 56) sorted by relevance

123

/webtrees/app/Report/
H A DHtmlRenderer.php44 public float $cPadding = 2;
47 public float $cellHeightRatio = 1.8;
50 public float $X = 0.0;
53 public float $Y = 0.0;
60 public float $noMarginWidth = 0.0;
63 public float $lastCellHeight = 0.0;
76 public float $largestFontHeight = 0;
80 public float $maxY = 0;
239 …ction createCell(float $width, float $height, string $border, string $align, string $bgcolor, stri…
263 float $width,
[all …]
H A DAbstractRenderer.php51 public float $left_margin = 18.0 * self::MM_TO_POINTS;
53 public float $right_margin = 9.9 * self::MM_TO_POINTS;
55 public float $top_margin = 26.8 * self::MM_TO_POINTS;
57 public float $bottom_margin = 21.6 * self::MM_TO_POINTS;
59 public float $header_margin = 4.9 * self::MM_TO_POINTS;
61 public float $footer_margin = 9.9 * self::MM_TO_POINTS;
70 public float $page_height = 0.0;
73 public float $page_width = 0.0;
82 public float $default_font_size = 12.0;
200 float $width,
[all …]
H A DPdfRenderer.php62 public float $lastCellHeight = 0.0;
65 public float $largestFontHeight = 0.0;
225 public function addMarginX(float $x): float
244 public function getMaxLineWidth(): float
259 public function getFootnotesHeight(): float
274 public function getCurrentStyleHeight(): float
335 public function checkPageBreakPDF(float $height): bool
345 public function getRemainingWidthPDF(): float
422 …ction createCell(float $width, float $height, string $border, string $align, string $bgcolor, stri…
446 float $width,
[all …]
H A DReportBaseLine.php30 public float $x1 = ReportBaseElement::CURRENT_POSITION;
33 public float $y1 = ReportBaseElement::CURRENT_POSITION;
36 public float $x2 = ReportBaseElement::CURRENT_POSITION;
39 public float $y2 = ReportBaseElement::CURRENT_POSITION;
49 public function __construct(float $x1, float $y1, float $x2, float $y2)
64 public function getHeight($renderer): float
H A DReportBaseImage.php31 public float $height;
34 public float $width;
37 public float $x;
40 public float $y;
59 …public function __construct(string $file, float $x, float $y, float $w, float $h, string $align, s…
77 public function getHeight($renderer): float
H A DReportBaseCell.php56 public float $height;
64 public float $left;
92 public float $top;
99 public float $width;
122 float $width,
123 float $height,
129 float $top,
130 float $left,
160 public function getHeight($renderer): float
H A DReportBaseTextbox.php41 public float $left;
44 public float $top;
63 public float $height;
66 public float $width;
91 float $width,
92 float $height,
96 float $left,
97 float $top,
H A DReportBaseText.php36 public float $wrapWidthRemaining;
39 public float $wrapWidthCell;
63 public function setWrapWidth(float $wrapwidth, float $cellwidth): float
H A DReportBaseFootnote.php39 public float $wrapWidthRemaining;
42 public float $wrapWidthCell;
70 public function setWrapWidth(float $wrapwidth, float $cellwidth): float
H A DReportBaseElement.php54 public function getHeight($renderer): float
114 public function setWrapWidth(float $wrapwidth, float $cellwidth): float
/webtrees/public/ckeditor-4.15.1-custom/skins/moono/
H A Deditor_ie7.css5float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit…
H A Deditor_iequirks.css5float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit…
H A Deditor_ie8.css5float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit…
H A Deditor_gecko.css5float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit…
H A Deditor_ie.css5float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit…
H A Deditor.css5float:none}.cke_reset_all .cke_rtl *{text-align:right}.cke_reset_all iframe{vertical-align:inherit…
/webtrees/app/Services/
H A DTimeoutService.php36 private float $start_time;
41 public function __construct(float|null $start_time = null)
53 public function isTimeNearlyUp(float $threshold = self::TIME_UP_THRESHOLD): bool
74 public function isTimeLimitUp(float $limit = self::TIME_LIMIT): bool
H A DGedcomService.php177 public function readLatitude(string $text): float|null
182 public function readLongitude(string $text): float|null
187 private function readDegrees(string $text, string $positive, string $negative): float|null
H A DMapDataService.php272 public function writeLatitude(float $latitude): string
282 public function writeLongitude(float $longitude): string
324 private function writeDegrees(float $degrees, string $positive, string $negative): string
/webtrees/resources/css/
H A D_chart-interactive.css206 float: right;
213 float: right;
219 float: right;
226 float: left;
233 float: left;
269 float: left;
282 float : none;
313 float: left;
/webtrees/app/
H A DPlaceLocation.php173 public function latitude(): float|null
181 public function longitude(): float|null
215 ->map(static fn (string $x): float => (float) $x);
226 ->map(static fn (string $x): float => (float) $x);
H A DValidator.php293 public function float(string $parameter, float|null $default = null): float function in Fisharebest\\Webtrees\\Validator
303 $callback = static fn (?float $value, Closure $rule): float|null => $rule($value);
/webtrees/public/css/
H A Dfab.min.css1float:right;margin-left:4px}[dir=rtl] #tv_tree div.tv_box i.dates{float:left;margin-right:4px}#tv_…
H A Dminimal.min.css1float:right;margin-left:4px}[dir=rtl] #tv_tree div.tv_box i.dates{float:left;margin-right:4px}#tv_…
/webtrees/
H A Dphpstan-baseline.neon496 message: '#^Cannot cast mixed to float\.$#'
790 message: '#^Parameter \#1 \$num of function dechex expects int, float\|int given\.$#'
1222 message: '#^Binary operation "\+\=" between \(float\|int\) and mixed results in an error\.$#'
1240 …\Webtrees\\GedcomFilters\\GedcomEncodingFilter\:\:filter\(\) expects int, \(float\|int\) given\.$#'
1330 …message: '#^Parameter \#3 \$subject of function preg_replace expects array\<float\|int\|string\>\|…
1654 …message: '#^Parameter \#1 \$value of function e expects BackedEnum\|float\|Illuminate\\Contracts\\…
1870 …message: '#^Parameter \#3 \$subject of function preg_replace expects array\<float\|int\|string\>\|…
2200 …message: '#^Parameter \#1 \$value of function e expects BackedEnum\|float\|Illuminate\\Contracts\\…
2278 message: '#^Cannot cast mixed to float\.$#'
2308 …message: '#^Parameter \#2 \$fields of function fputcsv expects array\<int\|string, bool\|float\|in…
[all …]

123