Home
last modified time | relevance | path

Searched refs:padSec (Results 1 – 6 of 6) sorted by relevance

/plugin/jplayer/components/jplayer/
H A Djplayer-built.js193 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 Djquery.jplayer.js193 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 Djquery.jplayer.js193 padSec: true, property in $.jPlayer.timeFormat
216 strSec = (this.options.timeFormat.padSec && sec < 10) ? "0" + sec : sec,
H A Djquery.jplayer.min.js2padSec:!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 Djquery.jplayer.js193 padSec: true, property in $.jPlayer.timeFormat
216 strSec = (this.options.timeFormat.padSec && sec < 10) ? "0" + sec : sec,
/plugin/jplayer/components/
H A Drequire-built.js2238 padSec: true, property in $.jPlayer.timeFormat
2261 strSec = (this.options.timeFormat.padSec && sec < 10) ? "0" + sec : sec,