Home
last modified time | relevance | path

Searched refs:DT_LONG (Results 1 – 25 of 65) sorted by relevance

123

/dports/mail/neomutt/neomutt-20211029/test/config/
H A Dlong.c39 { "Banana", DT_LONG, 99, 0, NULL, },
40 { "Cherry", DT_LONG, 33, 0, NULL, },
41 { "Damson", DT_LONG, 0, 0, NULL, }, /* test_string_set */
42 { "Elderberry", DT_LONG|DT_NOT_NEGATIVE, 0, 0, NULL, },
45 { "Hawthorn", DT_LONG|DT_NOT_NEGATIVE, 0, 0, NULL, },
47 { "Jackfruit", DT_LONG, 99, 0, NULL, }, /* test_reset */
48 { "Kumquat", DT_LONG, 33, 0, validator_fail, },
49 { "Lemon", DT_LONG, 0, 0, validator_succeed, }, /* test_validator */
50 { "Mango", DT_LONG, 0, 0, validator_warn, },
51 { "Nectarine", DT_LONG, 0, 0, validator_fail, },
[all …]
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXDataTarget.cpp108 case DT_LONG: in FXIMPLEMENT()
164 case DT_LONG: in onUpdValue()
209 case DT_LONG: in onCmdOption()
252 case DT_LONG: in onUpdOption()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXDataTarget.cpp108 case DT_LONG: in FXIMPLEMENT()
164 case DT_LONG: in onUpdValue()
209 case DT_LONG: in onCmdOption()
252 case DT_LONG: in onUpdOption()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXDataTarget.cpp108 case DT_LONG: in FXIMPLEMENT()
164 case DT_LONG: in onUpdValue()
209 case DT_LONG: in onCmdOption()
252 case DT_LONG: in onUpdOption()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXDataTarget.h69 DT_LONG, enumerator
109 …g& value,FXObject* tgt=NULL,FXSelector sel=0):target(tgt),data(&value),message(sel),type(DT_LONG){} in target()
167 void connect(FXlong& value){ data=&value; type=DT_LONG; } in connect()
204 …(FXlong& value,FXObject* tgt,FXSelector sel){ target=tgt; data=&value; message=sel; type=DT_LONG; } in connect()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXDataTarget.cpp121 case DT_LONG: in FXIMPLEMENT()
177 case DT_LONG: in onUpdValue()
225 case DT_LONG: in onCmdOption()
282 case DT_LONG: in onUpdOption()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXDataTarget.h88 DT_LONG, enumerator
131 …g& value,FXObject* tgt=NULL,FXSelector sel=0):data(&value),target(tgt),message(sel),type(DT_LONG){}
192 void connect(FXlong& value){ data=&value; type=DT_LONG; } in connect()
232 …(FXlong& value,FXObject* tgt,FXSelector sel){ data=&value; target=tgt; message=sel; type=DT_LONG; } in connect()
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXDataTarget.h88 DT_LONG, enumerator
131 …g& value,FXObject* tgt=NULL,FXSelector sel=0):data(&value),target(tgt),message(sel),type(DT_LONG){}
192 void connect(FXlong& value){ data=&value; type=DT_LONG; } in connect()
232 …(FXlong& value,FXObject* tgt,FXSelector sel){ data=&value; target=tgt; message=sel; type=DT_LONG; } in connect()
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXDataTarget.h69 DT_LONG, enumerator
109 …g& value,FXObject* tgt=NULL,FXSelector sel=0):target(tgt),data(&value),message(sel),type(DT_LONG){} in target()
167 void connect(FXlong& value){ data=&value; type=DT_LONG; } in connect()
204 …(FXlong& value,FXObject* tgt,FXSelector sel){ target=tgt; data=&value; message=sel; type=DT_LONG; } in connect()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXDataTarget.cpp121 case DT_LONG: in FXIMPLEMENT()
177 case DT_LONG: in onUpdValue()
225 case DT_LONG: in onCmdOption()
282 case DT_LONG: in onUpdOption()
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXDataTarget.h66 DT_LONG, enumerator
103 …g& value,FXObject* tgt=NULL,FXSelector sel=0):target(tgt),data(&value),message(sel),type(DT_LONG){} in target()
160 void connect(FXlong& value){ type=DT_LONG; data=&value; } in connect()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Ddtptngen.cpp146 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
154 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
159 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
168 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
172 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
181 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
203 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
238 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
240 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
243 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]
/dports/devel/icu/icu/source/i18n/
H A Ddtptngen.cpp148 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
156 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
161 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
170 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
174 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
183 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
205 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
240 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
242 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
245 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]
/dports/devel/icu-lx/icu/source/i18n/
H A Ddtptngen.cpp148 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
156 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
161 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
170 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
174 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
183 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
205 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
240 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
242 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
245 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/i18n/
H A Ddtptngen.cpp148 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
156 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
161 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
170 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
174 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
183 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
205 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
240 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
242 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
245 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/i18n/
H A Ddtptngen.cpp148 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
156 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
161 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
170 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
174 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
183 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
205 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
240 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
242 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
245 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Ddtptngen.cpp148 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
156 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
161 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
170 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
174 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
183 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
205 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
240 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
242 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
245 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]
/dports/www/node10/node-v10.24.1/tools/icu/patches/63/source/i18n/
H A Ddtptngen.cpp147 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
155 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
160 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
169 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
173 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
182 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
204 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
239 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
241 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
244 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]
/dports/www/node10/node-v10.24.1/tools/icu/patches/64/source/i18n/
H A Ddtptngen.cpp147 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
155 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
160 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
169 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
173 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
182 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
204 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
239 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
241 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
244 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]
/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Ddtptngen.cpp147 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
155 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
160 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
169 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
173 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
182 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
204 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
239 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
241 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
244 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Ddtptngen.cpp148 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
156 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
161 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
170 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
174 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
183 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
205 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
240 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
242 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
245 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Ddtptngen.cpp148 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
156 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
161 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
170 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
174 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
183 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
205 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
240 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
242 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
245 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Ddtptngen.cpp148 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
156 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
161 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
170 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
174 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
183 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
205 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
240 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
242 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
245 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Ddtptngen.cpp148 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
156 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
161 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
170 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
174 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
183 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
205 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
240 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
242 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
245 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/i18n/
H A Ddtptngen.cpp148 {CAP_G, UDATPG_ERA_FIELD, DT_LONG, 4, 0},
156 {CAP_U, UDATPG_YEAR_FIELD, DT_LONG, 4, 0},
161 {CAP_Q, UDATPG_QUARTER_FIELD, DT_LONG, 4, 0},
170 {CAP_M, UDATPG_MONTH_FIELD, DT_LONG, 4, 0},
174 {CAP_L, UDATPG_MONTH_FIELD, DT_LONG - DT_DELTA, 4, 0},
183 {CAP_E, UDATPG_WEEKDAY_FIELD, DT_LONG, 4, 0},
205 {LOW_A, UDATPG_DAYPERIOD_FIELD, DT_LONG, 4, 0},
240 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
242 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
245 {CAP_O, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
[all …]

123