| /template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/ |
| D | BaseDumper.php | 23 public function dump(Profile $profile) argument 25 return $this->dumpProfile($profile); 28 abstract protected function formatTemplate(Profile $profile, $prefix); argument 30 abstract protected function formatNonTemplate(Profile $profile, $prefix); argument 32 abstract protected function formatTime(Profile $profile, $percent); argument 34 private function dumpProfile(Profile $profile, $prefix = '', $sibling = false): string argument 36 if ($profile->isRoot()) { 37 $this->root = $profile->getDuration(); 38 $start = $profile->getName(); 40 if ($profile->isTemplate()) { [all …]
|
| D | HtmlDumper.php | 28 public function dump(Profile $profile) argument 30 return '<pre>'.parent::dump($profile).'</pre>'; 33 protected function formatTemplate(Profile $profile, $prefix) argument 35 …le="background-color: %s">%s</span>', $prefix, self::$colors['template'], $profile->getTemplate()); 38 protected function formatNonTemplate(Profile $profile, $prefix) argument 40 …ix, $profile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self… 43 protected function formatTime(Profile $profile, $percent) argument 45 …">%.2fms/%.0f%%</span>', $percent > 20 ? self::$colors['big'] : 'auto', $profile->getDuration() * …
|
| D | BlackfireDumper.php | 21 public function dump(Profile $profile) argument 24 $this->dumpProfile('main()', $profile, $data); 25 $this->dumpChildren('main()', $profile, $data); 43 private function dumpChildren(string $parent, Profile $profile, &$data) argument 45 foreach ($profile as $p) { 56 private function dumpProfile(string $edge, Profile $profile, &$data) argument 60 $data[$edge]['wt'] += floor($profile->getDuration() * 1000000); 61 $data[$edge]['mu'] += $profile->getMemoryUsage(); 62 $data[$edge]['pmu'] += $profile->getPeakMemoryUsage(); 66 'wt' => floor($profile->getDuration() * 1000000), [all …]
|
| D | TextDumper.php | 21 protected function formatTemplate(Profile $profile, $prefix) argument 23 return sprintf('%s└ %s', $prefix, $profile->getTemplate()); 26 protected function formatNonTemplate(Profile $profile, $prefix) argument 28 …return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->… 31 protected function formatTime(Profile $profile, $percent) argument 33 return sprintf('%.2fms/%.0f%%', $profile->getDuration() * 1000, $percent);
|
| /template/strap/resources/theme/default/components/css/ |
| H A D | profile-update.css | 2 .form-profile-update { 10 .form-profile-update .form-control-row { 14 .form-profile-update .logo { 20 .form-profile-update label::first-letter { 23 .form-profile-update label { 27 .form-profile-update h1 { 35 .form-profile-update .form-floating:focus-within { 39 .form-profile-update-header { 44 .form-profile-update button { 48 .form-profile-update .login { [all …]
|
| H A D | profile-delete.css | 2 .form-profile-delete { 8 .form-profile-delete h1 { 17 .form-profile-delete .checkbox { 21 .form-profile-delete .form-floating:focus-within { 25 .form-profile-delete input[type="text"] { 32 .form-profile-delete input[type="password"] { 36 .form-profile-delete .rememberMe {
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | ProfilerExtension.php | 21 public function __construct(Profile $profile) argument 23 $this->actives[] = $profile; 26 public function enter(Profile $profile) argument 28 $this->actives[0]->addProfile($profile); 29 array_unshift($this->actives, $profile); 32 public function leave(Profile $profile) argument 34 $profile->leave();
|
| /template/twigstarter/vendor/twig/twig/src/Profiler/ |
| D | Profile.php | 85 public function addProfile(self $profile) argument 87 $this->profiles[] = $profile; 100 foreach ($this->profiles as $profile) { 101 $duration += $profile->getDuration();
|
| /template/launch/css/ |
| D | launch.css | 103 .profile-contents { 107 .profile-contents h2 { 115 .profile-image { 120 .profile-contents ul li { 124 .profile-contents ul li a { 136 .profile-contents ul li a i.fa { 140 .profile-contents ul li a:hover {
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Remote/ |
| H A D | DesiredCapabilities.php | 269 || !array_key_exists('profile', $ossCapabilities[FirefoxOptions::CAPABILITY])) { 270 …$w3cCapabilities[FirefoxOptions::CAPABILITY]['profile'] = $ossCapabilities[FirefoxDriver::PROFILE];
|
| /template/gtopia/ |
| D | main.php | 204 <li class="pager-item"><?php tpl_actionlink('profile') ?></li>
|
| /template/lisps/css/ |
| D | pagetools.css | 628 #dokuwiki__pagetools ul li a.profile { 631 #dokuwiki__pagetools ul li a.profile:before { 634 #dokuwiki__pagetools ul li a.profile:hover, 635 #dokuwiki__pagetools ul li a.profile:active, 636 #dokuwiki__pagetools ul li a.profile:focus, 637 .mode_profile #dokuwiki__pagetools ul li a.profile { 640 .mode_profile #dokuwiki__pagetools ul li a.profile:before { 643 [dir=rtl] #dokuwiki__pagetools ul li a.profile { 646 [dir=rtl] #dokuwiki__pagetools ul li a.profile:hover, 647 [dir=rtl] #dokuwiki__pagetools ul li a.profile:active, [all …]
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Firefox/ |
| H A D | FirefoxProfile.php | 176 $profile = base64_encode(file_get_contents($temp_zip)); 182 return $profile;
|
| /template/a_free_worldic/ |
| D | _design.css | 345 div.dokuwiki div.toolbox_sidebar a.profile, 397 div.dokuwiki div.toolbox_sidebar a.profile { 398 background: transparent url(images/tool-profile.png) 0px 1px no-repeat; 416 div.dokuwiki div.menu-content a.profile, 469 div.dokuwiki div.menu-content a.profile { 470 background: transparent url(images/tool-profile.png) 0px 5px no-repeat;
|
| /template/graphy/css/ |
| D | graphy.css | 142 .entry-content a, .entry-summary a, .page-content a, .author-profile-description a, .comment-conten… 146 …-content a:hover, .entry-summary a:hover, .page-content a:hover, .author-profile-description a:hov… 446 .author-profile:before, 447 .author-profile:after, 482 .author-profile:after, 737 .author-profile-link.menu a:before, 936 .author-profile { 942 .author-profile-avatar { 947 .author-profile-avatar img { 950 .author-profile-meta { [all …]
|
| /template/arctic/ |
| D | arctic_design.css | 363 div.dokuwiki div.toolbox_sidebar a.profile, 420 div.dokuwiki div.toolbox_sidebar a.profile { 421 background: transparent url(images/tool-profile.png) 0px 1px no-repeat; 448 div.dokuwiki div.bar a.profile, 502 div.dokuwiki div.bar a.profile { 503 background: transparent url(images/tool-profile.png) 0px 5px no-repeat;
|
| /template/arctic-mbo/ |
| D | arctic_design.css | 351 div.dokuwiki div.toolbox_sidebar a.profile, 405 div.dokuwiki div.toolbox_sidebar a.profile { 406 background: transparent url(images/tool-profile.png) 0px 1px no-repeat; 432 div.dokuwiki div.bar a.profile, 487 div.dokuwiki div.bar a.profile { 488 background: transparent url(images/tool-profile.png) 0px 5px no-repeat;
|
| /template/ramtop/css/ |
| D | design.less | 72 .mode_profile a.action.profile, 148 a.action.profile { 174 a.action.profile {
|
| /template/flat/css/ |
| D | design.less | 72 .mode_profile a.action.profile, 144 a.action.profile { 170 a.action.profile {
|
| /template/binkytestinstance/css/ |
| D | design.less | 72 .mode_profile a.action.profile, 148 a.action.profile { 174 a.action.profile {
|
| /template/ghw/css/ |
| D | design.less | 72 .mode_profile a.action.profile, 144 a.action.profile { 170 a.action.profile {
|
| /template/simplewiki/css/ |
| D | design.less | 75 .mode_profile a.action.profile, 147 a.action.profile { 173 a.action.profile {
|
| /template/adoradark/css/ |
| D | design.less | 72 .mode_profile a.action.profile, 144 a.action.profile { 170 a.action.profile {
|
| /template/apricot/css/ |
| D | _forms.css | 10 * - profile
|
| /template/writers/css/ |
| D | _forms.css | 10 * - profile
|