Home
last modified time | relevance | path

Searched refs:percent (Results 1 – 25 of 190) sorted by path

12345678

/plugin/404manager/
H A DLICENSE20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/achart/assets/
H A Dapexcharts.min.js6percent<0?n.percent/100*(1.25*o):(1-n.percent/100)*(1.25*o):n.percent<=0?1-(1+n.percent/100)*o:(1-…
/plugin/addressbook/
H A Dsyntax.php547 if ($width > $height) {$percent = $max/$width;} else {$percent = $max/$height;}
549 $newwidth = $width * $percent;
550 $newheight = $height * $percent;
/plugin/advrack/
H A Draphael.js4485 time = (e.initstatus * e.anim.top - e.prev) / (e.percent - e.prev) * ms;
4490 e.status = (e.prev + (e.percent - e.prev) * (time / ms)) / e.anim.top;
4745 function runAnimation(anim, element, percent, status, totalOrigin, times) { argument
4746 percent = toFloat(percent);
4762 if (e.percent != percent) {
4776 if (anim.percents[i] == percent || anim.percents[i] > status * anim.top) {
4777 percent = anim.percents[i];
4779 ms = ms / anim.top * (percent - prev);
4781 params = anim.anim[percent];
4914 percent: percent, property in runAnimation.e
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js199 options.progress = function( percent ) { argument
201 l.percentLoaded[ url ] = percent;
215 options._progress.call( this, globalPercent, Math.round( percent * 100 ) / 100, url );
H A Dlicense.txt20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
H A Dreadme.md222 console.log( 'Total percent loaded: ' + Math.round( totalPercent ) );
/plugin/amcharts/assets/amcharts/plugins/export/
H A DLICENSE20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1percent\\nampersand quotesingle parenleft parenright asterisk plus comma hyphen period slash\\nzer…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dlicense.txt20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/anewssystem/
H A Ddropdowncontent.js52 curveincrement:function(percent){ argument
53 return (1-Math.cos(percent*Math.PI)) / 2 //return cos curve based value from a percentage input
/plugin/approve/syntax/
H A Dtable.php247 $percent = 0;
249 $percent = $all_approved_ready * 100 / $all;
251 $renderer->doc .= $all_approved_ready . ' / ' . $all . sprintf(" (%.0f%%)", $percent);
260 $percent = 0;
262 $percent = $all_approved * 100 / $all;
264 $renderer->doc .= $all_approved . ' / ' . $all . sprintf(" (%.0f%%)", $percent);
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2TrafficTarget.php25 public $percent; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2TrafficTarget
42 public function setPercent($percent) argument
44 $this->percent = $percent;
51 return $this->percent;
H A DGoogleCloudRunOpV2TrafficTargetStatus.php25 public $percent; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2TrafficTargetStatus
46 public function setPercent($percent) argument
48 $this->percent = $percent;
55 return $this->percent;
H A DGoogleCloudRunV2TrafficTarget.php25 public $percent; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2TrafficTarget
42 public function setPercent($percent) argument
44 $this->percent = $percent;
51 return $this->percent;
H A DGoogleCloudRunV2TrafficTargetStatus.php25 public $percent; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2TrafficTargetStatus
46 public function setPercent($percent) argument
48 $this->percent = $percent;
55 return $this->percent;
H A DTrafficTarget.php33 public $percent; variable in Google\\Service\\CloudRun\\TrafficTarget
78 public function setPercent($percent) argument
80 $this->percent = $percent;
87 return $this->percent;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DFixedOrPercent.php33 public $percent; variable in Google\\Service\\Compute\\FixedOrPercent
66 public function setPercent($percent) argument
68 $this->percent = $percent;
75 return $this->percent;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DTrigger.php26 public $percent; variable in Google\\Service\\Monitoring\\Trigger
42 public function setPercent($percent) argument
44 $this->percent = $percent;
48 return $this->percent;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DFixedOrPercent.php29 public $percent; variable in Google\\Service\\OSConfig\\FixedOrPercent
48 public function setPercent($percent) argument
50 $this->percent = $percent;
57 return $this->percent;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
H A DLICENSE20 otherwise, or (ii) ownership of fifty percent (50%) or more of the

12345678