Searched refs:padSec (Results 1 – 6 of 6) sorted by relevance
/plugin/jplayer/components/jplayer/ |
H A D | jplayer-built.js | 193 padSec: true, property in $.jPlayer.timeFormat 216 strSec = (this.options.timeFormat.padSec && sec < 10) ? "0" + sec : sec,
|
/plugin/jplayer/components/jplayer/dist/jplayer/ |
H A D | jquery.jplayer.js | 193 padSec: true, property in $.jPlayer.timeFormat 216 strSec = (this.options.timeFormat.padSec && sec < 10) ? "0" + sec : sec,
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/ |
H A D | jquery.jplayer.js | 193 padSec: true, property in $.jPlayer.timeFormat 216 strSec = (this.options.timeFormat.padSec && sec < 10) ? "0" + sec : sec,
|
H A D | jquery.jplayer.min.js | 2 …padSec:!0,sepHour:":",sepMin:":",sepSec:""};var c=function(){this.init()};c.prototype={init:functi… property in a.jPlayer.timeFormat
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/ |
H A D | jquery.jplayer.js | 193 padSec: true, property in $.jPlayer.timeFormat 216 strSec = (this.options.timeFormat.padSec && sec < 10) ? "0" + sec : sec,
|
/plugin/jplayer/components/ |
H A D | require-built.js | 2238 padSec: true, property in $.jPlayer.timeFormat 2261 strSec = (this.options.timeFormat.padSec && sec < 10) ? "0" + sec : sec,
|