Home
last modified time | relevance | path

Searched refs:diffForHumans (Results 1 – 13 of 13) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/resources/views/components/
H A Ddatetime-diff.phtml9 <?= e($timestamp->local()->diffForHumans()) ?>
H A Ddatetime.phtml14 <span class="wt-timestamp" title="<?= e($timestamp->local()->diffForHumans()) ?>" dir="auto">
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/src/Carbon/Traits/
H A DDifference.php790 …public function diffForHumans($other = null, $syntax = null, $short = false, $parts = 1, $options … function
850 return $this->diffForHumans($other, $syntax, $short, $parts, $options);
861 return $this->diffForHumans($other, $syntax, $short, $parts, $options);
918 … return $this->resolveCarbon($other)->diffForHumans($this, $syntax, $short, $parts, $options);
1083 return $this->diffForHumans($other, [
H A DDate.php2480 …return $this->diffForHumans($other, $diffSyntaxModes[$match['syntax']], $diffSizes[$match['size']]…
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/
H A DDifference.php807 …public function diffForHumans($other = null, $syntax = null, $short = false, $parts = 1, $options … function
867 return $this->diffForHumans($other, $syntax, $short, $parts, $options);
878 return $this->diffForHumans($other, $syntax, $short, $parts, $options);
935 … return $this->resolveCarbon($other)->diffForHumans($this, $syntax, $short, $parts, $options);
1100 return $this->diffForHumans($other, [
H A DDate.php2537 …return $this->diffForHumans($other, $diffSyntaxModes[$match['syntax']], $diffSizes[$match['size']]…
/dports/www/webtrees20/webtrees-2.0.19/webtrees/resources/views/lists/
H A Danniversaries-list.phtml50 (<?= Carbon::now()->subYears($fact->anniv)->local()->diffForHumans() ?>)
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/
H A Dreadme.md47 echo Carbon::now()->subMinutes(2)->diffForHumans(); // '2 minutes ago'
48 echo Carbon::now()->subMinutes(2)->locale('zh_CN')->diffForHumans(); // '2分钟前'
/dports/net-mgmt/librenms/librenms-21.5.1/app/Http/Controllers/Table/
H A DRoutesTablesController.php175 $item['updated_at'] = $route_entry->updated_at->diffForHumans();
H A DFdbTablesController.php172 $item['last_seen'] = $fdb_entry->updated_at->diffForHumans();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/
H A Dreadme.md45 echo Carbon::now()->subMinutes(2)->diffForHumans(); // '2 minutes ago'
46 echo Carbon::now()->subMinutes(2)->locale('zh_CN')->diffForHumans(); // '2分钟前'
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/src/Carbon/
H A DCarbonInterface.php1302 …public function diffForHumans($other = null, $syntax = null, $short = false, $parts = 1, $options … function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/
H A DCarbonInterface.php1337 …public function diffForHumans($other = null, $syntax = null, $short = false, $parts = 1, $options … function