Home
last modified time | relevance | path

Searched refs:percent (Results 26 – 50 of 190) sorted by relevance

12345678

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DVersionControl.php227 $percent = 0;
230 $percent = round(($this->_praiseCache[$author]['bad'] / $total * 100), 2);
234 $authorPercent = '('.$percent.')';
/plugin/issuelinks/script/
H A Dadmin_repo.js144 let percent = '?';
148 percent = Math.round(count / total * 100);
151 … const progressText = '' + count + '/' + total + ' (' + percent + ' %) ' + statusText;
/plugin/diagramsnet/lib/
H A Delectron.js875 var percent = d.percent;
877 if (percent)
879 percent = Math.round(percent * 100)/100;
891 detail: `${percent}% ...`,
892 initialValue: percent
907 progressBar.value = percent;
912 progressBar.value = percent;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.PurifierLinkify.DocURL.txt
/plugin/quiz/
H A Dclass_quiz.php194 $percent = round(($total_correct_answers / $total_answers) * 100, 2);
195 …intf($this->quizobj->getLang('quiz_resulttext'), $total_correct_answers, $total_answers, $percent);
225 $scorelist = $this->updateScore($total_score, $percent);
524 function updateScore($userscore, $percent) { argument
546 $score['rows'][$score['total']]['percent'] = $percent;
/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/pubmed2020/tests/
H A DPM15924077.ris16percent) had a MMSE score<24; 55 had mild stage dementia (MMSE score between 23 and 18) and 42 wer…
H A DPM15924077.nbib25 evaluation. Among them, 97 (42.5 percent) had a MMSE score<24; 55 had mild stage
28 consultation in 80 of the 97 patients (82 percent). CONCLUSION: The findings show
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.xml.css15 .syntax-theme-base .syntax .xml .entity, .syntax-theme-base .syntax .xml .percent-escape {
/plugin/plantuml/
H A Dplugin.history.txt13 * Allowed width in percent (w=80%)
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Durl_encode.rst11 The ``url_encode`` filter percent encodes a given string as URL segment
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md32 function now percent-encodes these characters beforehand.
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md32 function now percent-encodes these characters beforehand.
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js236 var percent = ((fastestHz / slowestHz) - 1) * 100;
240 formatNumber(percent < 1 ? percent.toFixed(2) : Math.round(percent)) +
/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/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 );
/plugin/translator/
H A Dstyle.css96 #translator fieldset div.language, #translator fieldset div.percent {
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst96 * 'percent': `NumberFormatter::PERCENT`_
151 …ERCENT`: http://php.net/manual/en/class.numberformatter.php#numberformatter.constants.percent
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js562 $.fn.xdsoftScroller = function (percent) { argument
592 if (percent === 'hide') {
619 timeboxparent.trigger('resize_scroll.xdsoft_scroller', [percent]);
667 var percent, sh;
670 percent = parentHeight / height;
671 sh = percent * scrollbar[0].offsetHeight;
672 if (percent > 1) {
715 timeboxparent.trigger('resize_scroll.xdsoft_scroller', [percent]);
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng482 property-percent? &
767 property-percent = element percent-complete {
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng482 property-percent? &
767 property-percent = element percent-complete {
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js4384 function runAnimation(anim, element, percent, status, totalOrigin, times) { argument
4385 percent = toFloat(percent);
4401 if (e.percent != percent) {
4415 if (anim.percents[i] == percent || anim.percents[i] > status * anim.top) {
4416 percent = anim.percents[i];
4418 ms = ms / anim.top * (percent - prev);
4420 params = anim.anim[percent];
4553 percent: percent, property in runAnimation.e
4629 var percent = toInt(i);
4630 if(params[has](i) && percent > lastKey){
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt309 will be clipped in percent (default = 0.1%)
319 OR <c> can be the percent of white clipping used
338 <x> and <y> are the edge margin in pixels (or percent
368 pixels (or percent if 0 < (x|y) < 1)
407 <m> is the edge (and inter-tile) margin in percent;
486 transparent; <n> is the minimum threshold in percent (all
489 in percent (all pixels more than <x>% from the target
/plugin/confmanager/
H A Djquery.form.js264 var percent = 0;
268 percent = Math.ceil(position / total * 100);
270 options.uploadProgress(event, position, total, percent);
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js45 Element.setContentZoom = function(element, percent) { argument
47 element.setStyle({fontSize: (percent/100) + 'em'});
402 initialize: function(element, percent) { argument
412 scaleTo: percent

12345678