Home
last modified time | relevance | path

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

/dports/x11-toolkits/granite/granite-6.2.0/lib/Widgets/
H A DTimePicker.vala22 public string format_12 { get; construct; }
68 * @param format_12 The desired custom 12h format. For example "%l:%M %p".
71 public TimePicker.with_format (string format_12, string format_24) {
72 Object (format_12: format_12, format_24: format_24);
80 if (format_12 == null) {
81 format_12 = Granite.DateTime.get_default_time_format (true);
362 set_text (time.format (format_12));
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms9900/
H A D9900dasm.cpp80 { "cs", format_12, ps_ti990_12 }, { "seqb", format_12, ps_ti990_12 },
81 { "movs", format_12, ps_ti990_12 }, { "lim", format_18, ps_ti990_12 },
83 { "mvsr", format_12, ps_ti990_12 }, { "mvsk", format_12, ps_ti990_12 },
84 { "pops", format_12, ps_ti990_12 }, { "pshs", format_12, ps_ti990_12 },
98 { "sneb", format_12, ps_ti990_12 }, { "crc", format_12, ps_ti990_12 },
99 { "ts", format_12, ps_ti990_12 }, { "ad", format_6, ps_ti990_12 },
501 case format_12: /* string instructions */ in disassemble()
H A D9900dasm.h40 format_12, /* string instructions */ enumerator
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms9900/
H A D9900dasm.cpp80 { "cs", format_12, ps_ti990_12 }, { "seqb", format_12, ps_ti990_12 },
81 { "movs", format_12, ps_ti990_12 }, { "lim", format_18, ps_ti990_12 },
83 { "mvsr", format_12, ps_ti990_12 }, { "mvsk", format_12, ps_ti990_12 },
84 { "pops", format_12, ps_ti990_12 }, { "pshs", format_12, ps_ti990_12 },
98 { "sneb", format_12, ps_ti990_12 }, { "crc", format_12, ps_ti990_12 },
99 { "ts", format_12, ps_ti990_12 }, { "ad", format_6, ps_ti990_12 },
501 case format_12: /* string instructions */ in disassemble()
H A D9900dasm.h40 format_12, /* string instructions */ enumerator
/dports/misc/opennn/opennn-5.0.5/opennn/
H A Dopennn_strings.cpp340 const string format_12 = "([0-2][0-9])+[:]([0-5][0-9])+[:]([0-5][0-9])"; in date_to_timestamp() local
345 … + "|" + format_9 + "|" + format_10 + "|" + format_11 +"|" + format_12 +"|" + format_13); in date_to_timestamp()