Home
last modified time | relevance | path

Searched refs:profile (Results 51 – 75 of 100) sorted by path

1234

/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBlackfireDumper.php23 public function dump(Profile $profile) argument
26 $this->dumpProfile('main()', $profile, $data);
27 $this->dumpChildren('main()', $profile, $data);
45 private function dumpChildren($parent, Profile $profile, &$data) argument
47 foreach ($profile as $p) {
58 private function dumpProfile($edge, Profile $profile, &$data) argument
63 $data[$edge]['mu'] += $profile->getMemoryUsage();
64 $data[$edge]['pmu'] += $profile->getPeakMemoryUsage();
68 'wt' => floor($profile->getDuration() * 1000000),
69 'mu' => $profile->getMemoryUsage(),
[all …]
H A DHtmlDumper.php30 public function dump(Profile $profile) argument
32 return '<pre>'.parent::dump($profile).'</pre>';
35 protected function formatTemplate(Profile $profile, $prefix) argument
37 …le="background-color: %s">%s</span>', $prefix, self::$colors['template'], $profile->getTemplate());
40 protected function formatNonTemplate(Profile $profile, $prefix) argument
42 …ix, $profile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self…
45 protected function formatTime(Profile $profile, $percent) argument
47 …">%.2fms/%.0f%%</span>', $percent > 20 ? self::$colors['big'] : 'auto', $profile->getDuration() * …
H A DTextDumper.php23 protected function formatTemplate(Profile $profile, $prefix) argument
25 return sprintf('%s└ %s', $prefix, $profile->getTemplate());
28 protected function formatNonTemplate(Profile $profile, $prefix) argument
30 …return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->…
33 protected function formatTime(Profile $profile, $percent) argument
35 return sprintf('%.2fms/%.0f%%', $profile->getDuration() * 1000, $percent);
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php81 public function addProfile(self $profile) argument
83 $this->profiles[] = $profile;
96 foreach ($this->profiles as $profile) {
97 $duration += $profile->getDuration();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/
H A DAbstractTest.php18 $profile = new Profile('main');
38 $p = new \ReflectionProperty($profile, 'profiles');
40 $p->setValue($profile, $subProfiles);
42 return $profile;
82 $profile = new Profile($templateName, $type, $name);
84 $p = new \ReflectionProperty($profile, 'profiles');
86 $p->setValue($profile, $subProfiles);
90 $starts->setValue($profile, [
95 $ends = new \ReflectionProperty($profile, 'ends');
97 $ends->setValue($profile, [
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php28 $this->assertTrue($profile->isRoot());
31 $this->assertFalse($profile->isRoot());
63 $profile = new Profile();
73 $profile = new Profile();
75 $profile->leave();
84 $profile->addProfile($profile1);
85 $profile->leave();
89 $profiles = $profile->getProfiles();
105 $profile = new Profile();
107 $profile->leave();
[all …]
/plugin/freesync/
H A Dadmin.php104 while($profile = each($profiles)) {
105 ptln('<option value="'.$profile['value'].'"'.
106 (($profile['value'] == $this->fshlp->getProfileName())?'selected="selected"':'').
107 '>'.$profile['value'].'</option>');
122 $profile = $this->fshlp->getProfile();
127 …class="edit" name="fn[save_profile][xmlrpcurl]" id="xmlrpcurl" value="'.$profile['xmlrpcurl'].'"/>…
129 …class="edit" name="fn[save_profile][namespace]" id="namespace" value="'.$profile['namespace'].'"/>…
131 …pe="text" class="edit" name="fn[save_profile][user]" id="user" value="'.$profile['user'].'"/></td>…
133 …pe="text" class="edit" name="fn[save_profile][pass]" id="pass" value="'.$profile['pass'].'"/></td>…
136 …pe="checkbox" class="edit" name="fn[save_profile][pages]" id="pages" '.($profile['pages']?'checked…
[all …]
H A Dhelper.php56 function saveProfile($oldname, $profile) { argument
61 $profile = array_merge($this->_profile, $profile);
63 if(preg_match('/^http:\/\/([a-zA-Z0-9][a-zA-Z0-9_.]+)\//', $profile['xmlrpcurl'], $match)) {
64 $profile['name'] = $match[1];
65 $pfFN = $this->_profilePath.'/'.$profile['name'].".ini";
67 foreach($profile as $key => $val) {
75 $this->loadProfile($profile['name']);
77 elseif(empty($profile['xmlrpcurl']) && file_exists($oldpfFN))
86 while($profile = readdir($dh)) {
87 if(preg_match("/^(.*).ini$/", $profile, $match))
H A Dscript.js25 function plugin_freesync_diff(id, profile) { argument
50 ajax.runAJAX('call=_freesync_diff&id='+id+"&profile="+profile);
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php639 $profile = '';
662 if ($profile == 'LLL') {
674 if ($profile == 'LLLP') {
676 } elseif ($profile == 'LPPP') {
687 if ($profile == 'LLLLL') {
690 } elseif ($profile == 'LLLLP') {
693 } elseif ($profile == 'LLLPP') {
696 } elseif ($profile == 'LLPPP') {
710 if ($profile == 'LLLLLL') {
737 if ($profile == 'LLLLLLL') {
[all …]
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css96 .mode_profile a.action.profile,
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …*<",e:">",c:["stl_container"],l:[hljs.UIR],k:a,r:10}]}}();hljs.LANGUAGES.profile={dM:{l:[hljs.UIR]… class in hljs.LANGUAGES
H A Dreadme.eng.txt110 Python profiler results ("profile"):
H A Dreadme.rus.txt115 Результаты профайлинга Питона ("profile"):
/plugin/highlightjs/highlight/languages/
H A Dprofile.js7 hljs.LANGUAGES.profile = { class in hljs.LANGUAGES
/plugin/html2pdf/snorriheim/
H A Ddokubook_design.css282 div.dokuwiki div#toolbox a.profile {
283 background: transparent url(images/tool-profile.png) 0px 1px no-repeat;
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …fore{content:"\FD4C"}.mdi-face-outline::before{content:"\FB72"}.mdi-face-profile::before{content:"…
/plugin/jmol2/jmol/
H A DCHANGES.txt1168 # new feature: Spartan reader now reads all models in an energy profile
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js37 ret.profile = stream.read(2) + 1;
404 switch (this.config.profile) {
579 var profile = this.config.profile,
583 if (profile === AOT_AAC_MAIN)
586 if (profile === AOT_AAC_LTP)
599 if (profile === AOT_AAC_LTP)
614 var profile = this.config.profile,
626 if (profile === AOT_AAC_MAIN)
632 if (profile === AOT_AAC_LTP)
649 if (profile === AOT_AAC_LTP)
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1195 ¤ AAC module now sets ['audio']['encoder_options'] to profile name
H A Dstructure.txt938 ['profile']=>string() //
950 ['profile']=>integer() //
2110 ['profile']=>string() //
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.flv.php786 $profile = $this->getBits(8); // read profile
787 if ($profile > 0) {
/plugin/lastfm/
H A Dsyntax.php85 'trackchart', 'profile');
/plugin/npd/
H A DREADME.mdown41 <?php tpl_button('profile')?>
/plugin/ol3/
H A Dscript.js8profile)&&t.imageInfo.profile.length>1,n=r&&t.imageInfo.profile[1].supports?t.imageInfo.profile[1]…

1234