Searched refs:negative (Results 1 – 3 of 3) sorted by relevance
320 * @param string $negative324 private function writeDegrees(float $degrees, string $positive, string $negative): string argument329 return $negative . abs($degrees);
187 private function readDegrees(string $text, string $positive, string $negative): float|null argument202 if ($hemisphere === $negative) {
377 …ckeditor4/latest/api/CKEDITOR_tools.html#method-convertToPx) function now converts negative values.