Searched refs:pct (Results 1 – 7 of 7) sorted by relevance
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
H A D | 9a4d5e41c52c20635d1fd9c6e13f6c7a.asciidoc | 9 'system.cpu.idle.pct' => 0.908, 17 'system.cpu.idle.pct' => 0.105,
|
/plugin/statdisplay/helper/ |
H A D | table.php | 72 $pct = sprintf('%.2f', $this->log->progress()); 73 …R->doc .= '<div class="statdisplay-progress" title="' . $pct . '%"><span style="width: ' . $pct . … 171 … $this->cell($this->pct($data['hits'][$by][$idx]['count'], $data['hits']['all']['count'])); 174 … $this->cell($this->pct($data['media'][$by][$idx]['count'], $data['media']['all']['count'])); 177 … $this->cell($this->pct($data['page'][$by][$idx]['count'], $data['page']['all']['count'])); 180 … $this->cell($this->pct($data['hits'][$by][$idx]['visitor'], $data['hits']['all']['visitor'])); 183 … $this->cell($this->pct($data['hits'][$by][$idx]['bytes'], $data['hits']['all']['bytes'])); 397 $this->cell($this->pct($count, $max)); 413 private function pct($val, $max) function in helper_plugin_statdisplay_table
|
/plugin/multipoll/ |
H A D | syntax.php | 195 $pct = sprintf('%3.1f', 100 * $s / $poll['votes']); 197 …lass="multipoll_bar">'.($s ? '<div class="multipoll_full" style="width:'.($pct * 2).'px"> </d… 198 $ret .= ' <td class="rightalign">'.$pct.'% ('.$s.')</td>'."\n";
|
/plugin/reflect/ |
H A D | action.php | 241 $pct = $y / $reflection_height; 248 … if ($alpha_start > $alpha_end) { $alpha_calc = (int) ($alpha_start - ($pct * $alpha_length)); } 249 else { $alpha_calc = (int) ($alpha_start + ($pct * $alpha_length)); }
|
/plugin/imapmarkers/ |
H A D | jquery.imagemapster.js | 3700 var pct; 3702 pct = 1; 3705 pct = eff.width / actual.width || eff.height / actual.height; 3707 if (pct > 0.98 && pct < 1.02) { 3708 pct = 1; 3712 scale: pct !== 1, 3713 scalePct: pct, 3927 pct = percent || this.owner.scaleInfo.scalePct, 3930 if (pct === 1 && coordOffset === 0) { 3936 newCoords.push(Math.round(this.originalCoords[j] * pct) + offset);
|
/plugin/jquerymigrate/ |
H A D | jquery-migrate-3.1.0.js | 405 var linearEasing = function( pct ) { argument 406 return pct;
|
/plugin/mermaid/ |
H A D | mermaid.min.js | [all...] |