Home
last modified time | relevance | path

Searched refs:timeFormat (Results 1 – 25 of 27) sorted by relevance

12

/plugin/icalevents/
Dsyntax-impl.php218 $timeFormat = $tformat ?: $this->getConf('tformat') ?: '%H:%M';
255 … = $this->renderEvent($mode, $renderer, $event, $template, $dateFormat, $timeFormat);
307 * @param string $timeFormat
311 …function renderEvent($mode, Doku_Renderer $renderer, $event, $template, $dateFormat, $timeFormat) { argument
337 $dt = $this->handleDatetime($event, $dateFormat, $timeFormat);
414 function handleDatetime($event, $dateFormat, $timeFormat) { argument
425 …$dt['timestring'] = $dtSabre->hasTime() ? strftime($timeFormat, $dtImmutable->getTimestamp()) : '';
/plugin/icalendar/
Dfunctions.php32 function parse_vevent( $vevent, $dateFormat="%Y-%m-%d", $timeFormat="%H:%M" ) { argument
87 $entry['starttime'] = strftime($timeFormat, $entry['startunixdate']);
96 $entry['endtime'] = strftime($timeFormat, $entry['endunixdate']);
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
DIntl.php42 …zed_date_filter(Twig_Environment $env, $date, $dateFormat = 'medium', $timeFormat = 'medium', $loc… argument
58 $formatValues[$timeFormat],
70 $formatValues[$timeFormat],
/plugin/bez/lib/jquery.timepicker-1.11.9-0/
H A Djquery.timepicker.min.js7timeFormat)&&b.timeFormat.match(/[gh]/)&&(b._twelveHourTime=!0),b.showOnFocus===!1&&-1!=b.showOn.i… property
/plugin/datepicker/script/jscalendar-1.0/
Dcalendar-setup.js137 cal.time24 = (params.timeFormat == "24");
169 cal.time24 = (params.timeFormat == "24");
/plugin/jplayer/components/jplayer/dist/jplayer/
Djquery.jplayer.js187 $.jPlayer.timeFormat = {
204 timeFormat: $.jPlayer.timeFormat property
212 …min = this.options.timeFormat.showHour ? myTime.getUTCMinutes() : myTime.getUTCMinutes() + hour * …
213 …sec = this.options.timeFormat.showMin ? myTime.getUTCSeconds() : myTime.getUTCSeconds() + min * 60,
214 strHour = (this.options.timeFormat.padHour && hour < 10) ? "0" + hour : hour,
215 strMin = (this.options.timeFormat.padMin && min < 10) ? "0" + min : min,
216 strSec = (this.options.timeFormat.padSec && sec < 10) ? "0" + sec : sec,
219 strTime += this.options.timeFormat.showHour ? strHour + this.options.timeFormat.sepHour : "";
220 strTime += this.options.timeFormat.showMin ? strMin + this.options.timeFormat.sepMin : "";
221 strTime += this.options.timeFormat.showSec ? strSec + this.options.timeFormat.sepSec : "";
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
Djquery.jplayer.js187 $.jPlayer.timeFormat = {
204 timeFormat: $.jPlayer.timeFormat property
212 …min = this.options.timeFormat.showHour ? myTime.getUTCMinutes() : myTime.getUTCMinutes() + hour * …
213 …sec = this.options.timeFormat.showMin ? myTime.getUTCSeconds() : myTime.getUTCSeconds() + min * 60,
214 strHour = (this.options.timeFormat.padHour && hour < 10) ? "0" + hour : hour,
215 strMin = (this.options.timeFormat.padMin && min < 10) ? "0" + min : min,
216 strSec = (this.options.timeFormat.padSec && sec < 10) ? "0" + sec : sec,
219 strTime += this.options.timeFormat.showHour ? strHour + this.options.timeFormat.sepHour : "";
220 strTime += this.options.timeFormat.showMin ? strMin + this.options.timeFormat.sepMin : "";
221 strTime += this.options.timeFormat.showSec ? strSec + this.options.timeFormat.sepSec : "";
[all …]
Djquery.jplayer.min.js2timeFormat={showHour:!1,showMin:!0,showSec:!0,padHour:!1,padMin:!0,padSec:!0,sepHour:":",sepMin:":… property
/plugin/jplayer/components/jplayer/
Djplayer-built.js187 $.jPlayer.timeFormat = {
204 timeFormat: $.jPlayer.timeFormat property
212 …min = this.options.timeFormat.showHour ? myTime.getUTCMinutes() : myTime.getUTCMinutes() + hour * …
213 …sec = this.options.timeFormat.showMin ? myTime.getUTCSeconds() : myTime.getUTCSeconds() + min * 60,
214 strHour = (this.options.timeFormat.padHour && hour < 10) ? "0" + hour : hour,
215 strMin = (this.options.timeFormat.padMin && min < 10) ? "0" + min : min,
216 strSec = (this.options.timeFormat.padSec && sec < 10) ? "0" + sec : sec,
219 strTime += this.options.timeFormat.showHour ? strHour + this.options.timeFormat.sepHour : "";
220 strTime += this.options.timeFormat.showMin ? strMin + this.options.timeFormat.sepMin : "";
221 strTime += this.options.timeFormat.showSec ? strSec + this.options.timeFormat.sepSec : "";
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
Djquery.jplayer.js187 $.jPlayer.timeFormat = {
204 timeFormat: $.jPlayer.timeFormat property
212 …min = this.options.timeFormat.showHour ? myTime.getUTCMinutes() : myTime.getUTCMinutes() + hour * …
213 …sec = this.options.timeFormat.showMin ? myTime.getUTCSeconds() : myTime.getUTCSeconds() + min * 60,
214 strHour = (this.options.timeFormat.padHour && hour < 10) ? "0" + hour : hour,
215 strMin = (this.options.timeFormat.padMin && min < 10) ? "0" + min : min,
216 strSec = (this.options.timeFormat.padSec && sec < 10) ? "0" + sec : sec,
219 strTime += this.options.timeFormat.showHour ? strHour + this.options.timeFormat.sepHour : "";
220 strTime += this.options.timeFormat.showMin ? strMin + this.options.timeFormat.sepMin : "";
221 strTime += this.options.timeFormat.showSec ? strSec + this.options.timeFormat.sepSec : "";
[all …]
/plugin/jplayer/components/
Drequire-built.js2232 $.jPlayer.timeFormat = {
2249 timeFormat: $.jPlayer.timeFormat property
2257 …min = this.options.timeFormat.showHour ? myTime.getUTCMinutes() : myTime.getUTCMinutes() + hour * …
2258 …sec = this.options.timeFormat.showMin ? myTime.getUTCSeconds() : myTime.getUTCSeconds() + min * 60,
2259 strHour = (this.options.timeFormat.padHour && hour < 10) ? "0" + hour : hour,
2260 strMin = (this.options.timeFormat.padMin && min < 10) ? "0" + min : min,
2261 strSec = (this.options.timeFormat.padSec && sec < 10) ? "0" + sec : sec,
2264 strTime += this.options.timeFormat.showHour ? strHour + this.options.timeFormat.sepHour : "";
2265 strTime += this.options.timeFormat.showMin ? strMin + this.options.timeFormat.sepMin : "";
2266 strTime += this.options.timeFormat.showSec ? strSec + this.options.timeFormat.sepSec : "";
[all …]
/plugin/davcal/
H A Dscript.js114 fcOptions.timeFormat = 'H:mm';
118 fcOptions.timeFormat = 'h:mmt';
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js2199 allowTime, dateFormat, timeFormat, tzFormat;
2219 timeFormat = (match[2] || ' ') + isoTimes[i][0];
2223 if (timeFormat == null) {
2228 if (!allowTime && timeFormat != null) {
2240 config._f = dateFormat + (timeFormat || '') + (tzFormat || '');
/plugin/c3chart/assets/
Dc3.min.js2timeFormat:e.utcFormat,t.defaultAxisTimeFormat=function(t){return(t.getMilliseconds()?e.timeFormat
Dd3.min.js2 …ction Io(t){return Math.floor(+t/1e3)}function Yo(n){return Yv=Ri(n),t.timeFormat=Yv.format,t.time…
/plugin/edittable/lib/
Dhandsontable.full.js9159 allowTime, dateFormat, timeFormat, tzFormat;
9179 timeFormat = (match[2] || ' ') + isoTimes[i][0];
9183 if (timeFormat == null) {
9188 if (!allowTime && timeFormat != null) {
9200 config._f = dateFormat + (timeFormat || '') + (tzFormat || '');
9213 dateFormat, timeFormat, tzFormat;
9237 timeFormat = 'HH:mm' + (match[4] ? ':ss' : '');
9270 config._f = dayFormat + dateFormat + timeFormat + tzFormat;
49176 var timeFormat = this.timeFormat || 'h:mm:ss a';
49190 …FORMATS, true).isValid() ? (0, _moment2.default)(value) : (0, _moment2.default)(value, timeFormat);
[all …]
/plugin/zwidoku/files/
H A Djs.js1timeFormat,tzFormat;if(match){getParsingFlags(config).iso=true;for(i=0,l=isoDates.length;i<l;i++){…
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js13timeFormat[i]){case"%Y":for(e._time_format_order[2]=i,e._time_format_order.size++,e.year_range&&(i… method
Ddhtmlxgantt.js.map1timeFormat","year_range","first","_time_values","time_picker","setTime","getHours","getMinutes","_…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dd3.min.js3 …},ma=/^\s*\d+/,Ma=/^%/;ao.locale=function(n){return{numberFormat:jn(n),timeFormat:Yn(n)}};var xa=a…
5 …","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]],Wl=ga.format=xa.timeFormat,Jl=Wl.utc,Gl=Jl(…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js13870 timeFormat: getTimeFormat(sns) property
13882 for (i = 0; i < settings.timeFormat.length; i++) {
13891 ariaAttrs = gantt._waiAria.lightboxSelectAttrString(settings.timeFormat[i]);
14085 switch (settings.timeFormat[index]) {
/plugin/jsontable/script/
Dhandsontable.full.min.js29 …faultFormat=function(){return Object.assign({},l.currentDefaults(),r().timeFormat)},l.setDefaults=…
35 …e,t,n){"use strict";t.__esModule=!0,t.default=function(e,t){var n=this.timeFormat||"h:mm:ss a",i=!…
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1timeFormat","timeParse","numberRe","percentRe","requoteRe","requote","dow","calendar","month","hou…
/plugin/strata/
Dplotly-2.25.2.min.js8timeFormat:i;var w=f.dateTime2ms(v);v=f.formatDate(w,l.replace(j,""),!1,_)}}else{var T=d+"Label";e…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1timeFormat} from \"d3-time-format\";\nimport {map} from \"./array\";\nimport continuous, {copy, id…

12