Home
last modified time | relevance | path

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

/plugin/jplayer/components/jplayer/
H A Djplayer-built.js189 showMin: true, property in $.jPlayer.timeFormat
213 …sec = this.options.timeFormat.showMin ? myTime.getUTCSeconds() : myTime.getUTCSeconds() + min * 60,
220 strTime += this.options.timeFormat.showMin ? strMin + this.options.timeFormat.sepMin : "";
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js189 showMin: true, property in $.jPlayer.timeFormat
213 …sec = this.options.timeFormat.showMin ? myTime.getUTCSeconds() : myTime.getUTCSeconds() + min * 60,
220 strTime += this.options.timeFormat.showMin ? strMin + this.options.timeFormat.sepMin : "";
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js189 showMin: true, property in $.jPlayer.timeFormat
213 …sec = this.options.timeFormat.showMin ? myTime.getUTCSeconds() : myTime.getUTCSeconds() + min * 60,
220 strTime += this.options.timeFormat.showMin ? strMin + this.options.timeFormat.sepMin : "";
H A Djquery.jplayer.min.js2showMin:!0,showSec:!0,padHour:!1,padMin:!0,padSec:!0,sepHour:":",sepMin:":",sepSec:""};var c=funct… property in a.jPlayer.timeFormat
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js189 showMin: true, property in $.jPlayer.timeFormat
213 …sec = this.options.timeFormat.showMin ? myTime.getUTCSeconds() : myTime.getUTCSeconds() + min * 60,
220 strTime += this.options.timeFormat.showMin ? strMin + this.options.timeFormat.sepMin : "";
/plugin/jplayer/components/
H A Drequire-built.js2234 showMin: true, property in $.jPlayer.timeFormat
2258 …sec = this.options.timeFormat.showMin ? myTime.getUTCSeconds() : myTime.getUTCSeconds() + min * 60,
2265 strTime += this.options.timeFormat.showMin ? strMin + this.options.timeFormat.sepMin : "";