Home
last modified time | relevance | path

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

/plugin/jplayer/components/jplayer/
H A Djplayer-built.js191 padHour: false, property in $.jPlayer.timeFormat
214 strHour = (this.options.timeFormat.padHour && hour < 10) ? "0" + hour : hour,
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js191 padHour: false, property in $.jPlayer.timeFormat
214 strHour = (this.options.timeFormat.padHour && hour < 10) ? "0" + hour : hour,
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js191 padHour: false, property in $.jPlayer.timeFormat
214 strHour = (this.options.timeFormat.padHour && hour < 10) ? "0" + hour : hour,
H A Djquery.jplayer.min.js2padHour:!1,padMin:!0,padSec:!0,sepHour:":",sepMin:":",sepSec:""};var c=function(){this.init()};c.p… property in a.jPlayer.timeFormat
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js191 padHour: false, property in $.jPlayer.timeFormat
214 strHour = (this.options.timeFormat.padHour && hour < 10) ? "0" + hour : hour,
/plugin/jplayer/components/
H A Drequire-built.js2236 padHour: false, property in $.jPlayer.timeFormat
2259 strHour = (this.options.timeFormat.padHour && hour < 10) ? "0" + hour : hour,