Home
last modified time | relevance | path

Searched refs:percent (Results 126 – 150 of 190) sorted by last modified time

12345678

/plugin/ckgdoku/ckeditor/lang/
H A Den.js.unc5 …mmary":"Summary","title":"Table Properties","toolbar":"Table","widthPc":"percent","widthPx":"pixel…
H A Dlang_array.txt637 "widthPc": "percent",
/plugin/chordsheets/js/
H A Draphael.js1percent-n.prev)*h,n.status=n.initstatus,delete n.initstatus,n.stop&&Kt.splice(i--,1)):n.status=(n.…
/plugin/gtime/gtlib/
H A DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/fckg/fckeditor/
H A Dlicense.txt855 contract or otherwise, or (b) ownership of more than fifty percent
/plugin/callflow/
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/coinhive/
H A DREADME.md32 - Throttle: The fraction of time that threads should be idle in percent.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DInfo.php146 $percent = round(($count / $totalCount * 100), 2);
147 echo "\t$value => $count ($percent%)".PHP_EOL;
H A DVersionControl.php227 $percent = 0;
230 $percent = round(($this->_praiseCache[$author]['bad'] / $total * 100), 2);
234 $authorPercent = '('.$percent.')';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php694 $percent = round(($numProcessed / $numFiles) * 100);
695 echo " $numProcessed / $numFiles ($percent%)".PHP_EOL;
/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/libs/pdfmake/
H A Dpdfmake.min.js.map1percent\\nampersand quotesingle parenleft parenright asterisk plus comma hyphen period slash\\nzer…
/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/responsive/
H A Dlicense.txt20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md32 function now percent-encodes these characters beforehand.
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng482 property-percent? &
767 property-percent = element percent-complete {
/plugin/quizlib/
H A DREADME.md80 …You Scored <span id="quiz-percent"></span>% - <span id="quiz-score"></span>/<span id="quiz-max-sco…
/plugin/quizlib/scripts/
H A DLICENSE20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.PurifierLinkify.DocURL.txt
/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/plantuml/
H A Dplugin.history.txt13 * Allowed width in percent (w=80%)
/plugin/poll/
H A Dsyntax.php132 $percent = round(($absolute*100)/$total);
134 … if ($percent) $ret .= '<div class="poll_full" style="width:'.($percent*2).'px">&nbsp;</div>';
135 $ret .= '</div></td><td class="rightalign">'.$percent.'%</td>'.
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt308 by a percent sign character ("%") appearing in the first column of a line; the
313 A percent sign appearing in any other place other than the first position in a
2905 string represented by the use of the percent sign ("%") escape mechanism in
2907 follwoing the percent sign up to but not including the terminating newline. As
2908 is the case with the PGN percent sign escape, the use of a PGC escape-string

12345678