Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php32 abstract protected function formatTime(Profile $profile, $percent); function in Twig\\Profiler\\Dumper\\BaseDumper
53 $str = sprintf("%s %s\n", $start, $this->formatTime($profile, $percent));
H A DTextDumper.php31 protected function formatTime(Profile $profile, $percent) function in Twig\\Profiler\\Dumper\\TextDumper
H A DHtmlDumper.php43 protected function formatTime(Profile $profile, $percent) function in Twig\\Profiler\\Dumper\\HtmlDumper