| /plugin/icalevents/ |
| D | syntax-impl.php | 218 $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/ |
| D | functions.php | 32 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/ |
| D | Intl.php | 42 …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 D | jquery.timepicker.min.js | 7 …timeFormat)&&b.timeFormat.match(/[gh]/)&&(b._twelveHourTime=!0),b.showOnFocus===!1&&-1!=b.showOn.i… property
|
| /plugin/datepicker/script/jscalendar-1.0/ |
| D | calendar-setup.js | 137 cal.time24 = (params.timeFormat == "24"); 169 cal.time24 = (params.timeFormat == "24");
|
| /plugin/jplayer/components/jplayer/dist/jplayer/ |
| D | jquery.jplayer.js | 187 $.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/ |
| D | jquery.jplayer.js | 187 $.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 …]
|
| D | jquery.jplayer.min.js | 2 …timeFormat={showHour:!1,showMin:!0,showSec:!0,padHour:!1,padMin:!0,padSec:!0,sepHour:":",sepMin:":… property
|
| /plugin/jplayer/components/jplayer/ |
| D | jplayer-built.js | 187 $.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/ |
| D | jquery.jplayer.js | 187 $.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/ |
| D | require-built.js | 2232 $.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 D | script.js | 114 fcOptions.timeFormat = 'H:mm'; 118 fcOptions.timeFormat = 'h:mmt';
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | moment.js | 2199 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/ |
| D | c3.min.js | 2 …timeFormat:e.utcFormat,t.defaultAxisTimeFormat=function(t){return(t.getMilliseconds()?e.timeFormat…
|
| D | d3.min.js | 2 …ction Io(t){return Math.floor(+t/1e3)}function Yo(n){return Yv=Ri(n),t.timeFormat=Yv.format,t.time…
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 9159 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 D | js.js | 1 …timeFormat,tzFormat;if(match){getParsingFlags(config).iso=true;for(i=0,l=isoDates.length;i<l;i++){…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.js | 13 …timeFormat[i]){case"%Y":for(e._time_format_order[2]=i,e._time_format_order.size++,e.year_range&&(i… method
|
| D | dhtmlxgantt.js.map | 1 …timeFormat","year_range","first","_time_values","time_picker","setTime","getHours","getMinutes","_…
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
| D | d3.min.js | 3 …},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/ |
| D | dhtmlxgantt.js | 13870 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/ |
| D | handsontable.full.min.js | 29 …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/ |
| D | mermaid.min.js.map | 1 …timeFormat","timeParse","numberRe","percentRe","requoteRe","requote","dow","calendar","month","hou…
|
| /plugin/strata/ |
| D | plotly-2.25.2.min.js | 8 …timeFormat: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/ |
| D | bundle.js.map | 1 …timeFormat} from \"d3-time-format\";\nimport {map} from \"./array\";\nimport continuous, {copy, id…
|