openfl
Version:
A fast, productive library for 2D cross-platform development.
40 lines (33 loc) • 5.04 kB
JavaScript
// Enum: openfl.globalization._DateTimeFormatter.DateTimeFormatToken
var $global = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : this
$global.Object.defineProperty(exports, "__esModule", {value: true});
// Imports
var $estr = require("./../../../estr_stub").default;
var $hxEnums = require("./../../../hxEnums_stub").default;
// Definition
var DateTimeFormatToken = $hxEnums["openfl.globalization._DateTimeFormatter.DateTimeFormatToken"] = { __ename__ : "openfl.globalization._DateTimeFormatter.DateTimeFormatToken", __constructs__ : ["Text","Invalid","Weekday","Era","Year","Month","Date","Quarter","WeekOfYear","WeekOfMonth","DayOfYear","DayOfWeekOccurence","AMPM","Hour11","Hour12","Hour23","Hour24","Minute","Second","Millisecond","TimeZone","TimeZoneDST","TimeZoneOffset"]
,Year: ($_=function(length) { return {_hx_index:4,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,Weekday: ($_=function(length) { return {_hx_index:2,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,WeekOfYear: ($_=function(length) { return {_hx_index:8,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,WeekOfMonth: {_hx_index:9,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}
,TimeZoneOffset: ($_=function(length) { return {_hx_index:22,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,TimeZoneDST: ($_=function(length) { return {_hx_index:21,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,TimeZone: ($_=function(length) { return {_hx_index:20,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,Text: ($_=function(text) { return {_hx_index:0,text:text,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["text"],$_)
,Second: ($_=function(length) { return {_hx_index:18,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,Quarter: ($_=function(length) { return {_hx_index:7,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,Month: ($_=function(length) { return {_hx_index:5,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,Minute: ($_=function(length) { return {_hx_index:17,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,Millisecond: ($_=function(length) { return {_hx_index:19,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,Invalid: ($_=function(text) { return {_hx_index:1,text:text,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["text"],$_)
,Hour24: ($_=function(length) { return {_hx_index:16,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,Hour23: ($_=function(length) { return {_hx_index:15,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,Hour12: ($_=function(length) { return {_hx_index:14,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,Hour11: ($_=function(length) { return {_hx_index:13,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,Era: ($_=function(length) { return {_hx_index:3,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,DayOfYear: ($_=function(length) { return {_hx_index:10,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,DayOfWeekOccurence: {_hx_index:11,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}
,Date: ($_=function(length) { return {_hx_index:6,length:length,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}; },$_.__params__ = ["length"],$_)
,AMPM: {_hx_index:12,__enum__:"openfl.globalization._DateTimeFormatter.DateTimeFormatToken",toString:$estr}
};
exports.default = DateTimeFormatToken;