Home
last modified time | relevance | path

Searched refs:percent (Results 76 – 100 of 190) sorted by relevance

12345678

/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Diso-8859-4.map38 !25 U+0025 percent
H A Dcp1252.map38 !25 U+0025 percent
H A Dcp1254.map38 !25 U+0025 percent
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js3051 _html_playHead: function(percent) { argument
3061 media.currentTime = percent * media.seekable.end(media.seekable.length-1) / 100;
3063 media.currentTime = percent * media.duration / 100;
3069 self.playHead(percent);
3163 _aurora_playHead: function(percent) { argument
3166 this.aurora.player.seek(percent * this.aurora.player.duration / 100); // Using seconds
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js3051 _html_playHead: function(percent) { argument
3061 media.currentTime = percent * media.seekable.end(media.seekable.length-1) / 100;
3063 media.currentTime = percent * media.duration / 100;
3069 self.playHead(percent);
3163 _aurora_playHead: function(percent) { argument
3166 this.aurora.player.seek(percent * this.aurora.player.duration / 100); // Using seconds
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js3051 _html_playHead: function(percent) { argument
3061 media.currentTime = percent * media.seekable.end(media.seekable.length-1) / 100;
3063 media.currentTime = percent * media.duration / 100;
3069 self.playHead(percent);
3163 _aurora_playHead: function(percent) { argument
3166 this.aurora.player.seek(percent * this.aurora.player.duration / 100); // Using seconds
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js3051 _html_playHead: function(percent) { argument
3061 media.currentTime = percent * media.seekable.end(media.seekable.length-1) / 100;
3063 media.currentTime = percent * media.duration / 100;
3069 self.playHead(percent);
3163 _aurora_playHead: function(percent) { argument
3166 this.aurora.player.seek(percent * this.aurora.player.duration / 100); // Using seconds
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md117 - precentages by provifing an integer and a percent sign (eg. ``25%``)
/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/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/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php694 $percent = round(($numProcessed / $numFiles) * 100);
695 echo " $numProcessed / $numFiles ($percent%)".PHP_EOL;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md746 …All letters within a percent-encoding triplet (e.g., "%3A") are case-insensitive, and should be ca…
752 …Decodes percent-encoded octets of unreserved characters. For consistency, percent-encoded octets i…
/plugin/odt/
H A DChangeLog.txt123 … * Added support for font-size in percent (e.g. 'font-size:200%;') in CSS based span and paragraph
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/jplayer/components/
H A Drequire-built.js5096 _html_playHead: function(percent) { argument
5106 media.currentTime = percent * media.seekable.end(media.seekable.length-1) / 100;
5108 media.currentTime = percent * media.duration / 100;
5114 self.playHead(percent);
5208 _aurora_playHead: function(percent) { argument
5211 this.aurora.player.seek(percent * this.aurora.player.duration / 100); // Using seconds
/plugin/pdfjs/pdfjs/
H A DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/sequencediagram/bower_components/bower-webfontloader/
H A DLICENSE20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-APACHE20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js12percent||0,c=this.entriesCount,d=this._sources.length;this.accumulate?this.contentBuffer.push(a):(…
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js773 var currentFilePercent = chunk.meta.percent || 0;
786percent : entriesCount ? (currentFilePercent + 100 * (entriesCount - remainingFiles - 1)) / entrie…
807 meta : {percent:0}
829 meta : {percent:100}
836 meta : {percent:0}
854 meta : {percent:100}
863 meta : {percent:100}
1193 percent : 0
2232 percent : this.max ? this.index / this.max * 100 : 0
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as839 public function playHead(percent:Number):Boolean
841 var time:Number = percent * getDuration() * getLoadRatio() / 100;
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js1174 var percent = Math.round(level * 100);
1176 if (percent > this.loadingBar.percent || isNaN(percent)) {
1177 this.loadingBar.percent = percent;
1180 if (disableAutoFetch && percent) {
3816 …var percent = (viewHeight - hiddenHeight) * (viewWidth - hiddenWidth) * 100 / viewHeight / viewWid…
3822 percent: percent
3831 var pc = a.percent - b.percent;
4111 this.percent = 0;
9567 shouldScroll = view.percent < 100;
10282 if (page.percent < 100) {
/plugin/codeprettify/code-prettify/
H A DCOPYING21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md222 console.log( 'Total percent loaded: ' + Math.round( totalPercent ) );
/plugin/sequencediagram/bower_components/eve-raphael/
H A DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the

12345678