Home
last modified time | relevance | path

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

/plugin/jplayer/components/jplayer/
H A Djplayer-built.js188 showHour: false, property in $.jPlayer.timeFormat
212 …min = this.options.timeFormat.showHour ? myTime.getUTCMinutes() : myTime.getUTCMinutes() + hour * …
219 strTime += this.options.timeFormat.showHour ? strHour + this.options.timeFormat.sepHour : "";
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js188 showHour: false, property in $.jPlayer.timeFormat
212 …min = this.options.timeFormat.showHour ? myTime.getUTCMinutes() : myTime.getUTCMinutes() + hour * …
219 strTime += this.options.timeFormat.showHour ? strHour + this.options.timeFormat.sepHour : "";
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js188 showHour: false, property in $.jPlayer.timeFormat
212 …min = this.options.timeFormat.showHour ? myTime.getUTCMinutes() : myTime.getUTCMinutes() + hour * …
219 strTime += this.options.timeFormat.showHour ? strHour + this.options.timeFormat.sepHour : "";
H A Djquery.jplayer.min.js2showHour:!1,showMin:!0,showSec:!0,padHour:!1,padMin:!0,padSec:!0,sepHour:":",sepMin:":",sepSec:""}… property in a.jPlayer.timeFormat
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js188 showHour: false, property in $.jPlayer.timeFormat
212 …min = this.options.timeFormat.showHour ? myTime.getUTCMinutes() : myTime.getUTCMinutes() + hour * …
219 strTime += this.options.timeFormat.showHour ? strHour + this.options.timeFormat.sepHour : "";
/plugin/jplayer/components/
H A Drequire-built.js2233 showHour: false, property in $.jPlayer.timeFormat
2257 …min = this.options.timeFormat.showHour ? myTime.getUTCMinutes() : myTime.getUTCMinutes() + hour * …
2264 strTime += this.options.timeFormat.showHour ? strHour + this.options.timeFormat.sepHour : "";