Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Services/
H A DMapDataService.php320 * @param string $negative
324 private function writeDegrees(float $degrees, string $positive, string $negative): string argument
329 return $negative . abs($degrees);
H A DGedcomService.php187 private function readDegrees(string $text, string $positive, string $negative): float|null argument
202 if ($hemisphere === $negative) {
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md377 …ckeditor4/latest/api/CKEDITOR_tools.html#method-convertToPx) function now converts negative values.