Home
last modified time | relevance | path

Searched refs:diffInRealMicroseconds (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/src/Carbon/Traits/
H A DModifiers.php342 …return $this->addRealMicroseconds((int) ($this->diffInRealMicroseconds($this->resolveCarbon($date)…
355 …return $this->diffInRealMicroseconds($date1) < $this->diffInRealMicroseconds($date2) ? $date1 : $d…
368 …return $this->diffInRealMicroseconds($date1) > $this->diffInRealMicroseconds($date2) ? $date1 : $d…
H A DDifference.php425 public function diffInRealMicroseconds($date = null, $absolute = true) function
445 …return (int) ($this->diffInRealMicroseconds($date, $absolute) / static::MICROSECONDS_PER_MILLISECO…
602 return $this->diffInRealMicroseconds($date, $absolute) / static::MICROSECONDS_PER_SECOND;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/
H A DModifiers.php344 …return $this->addRealMicroseconds((int) ($this->diffInRealMicroseconds($this->resolveCarbon($date)…
357 …return $this->diffInRealMicroseconds($date1) < $this->diffInRealMicroseconds($date2) ? $date1 : $d…
370 …return $this->diffInRealMicroseconds($date1) > $this->diffInRealMicroseconds($date2) ? $date1 : $d…
H A DDifference.php440 public function diffInRealMicroseconds($date = null, $absolute = true) function
460 …return (int) ($this->diffInRealMicroseconds($date, $absolute) / static::MICROSECONDS_PER_MILLISECO…
617 return $this->diffInRealMicroseconds($date, $absolute) / static::MICROSECONDS_PER_SECOND;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/src/Carbon/
H A DCarbonInterface.php1414 public function diffInRealMicroseconds($date = null, $absolute = true); function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/
H A DCarbonInterface.php1449 public function diffInRealMicroseconds($date = null, $absolute = true); function