Home
last modified time | relevance | path

Searched refs:LIST_OPTIONS (Results 1 – 4 of 4) sorted by relevance

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviOptions.cpp1233 #define LIST_OPTIONS(__txt, __num, __table) … in listAvailableOptions() macro
1238 LIST_OPTIONS(__tr("Boolean options (1/0)"), KVI_NUM_BOOL_OPTIONS, g_boolOptionsTable) in listAvailableOptions()
1239LIST_OPTIONS(__tr("Rectangle options (x,y,width,height)"), KVI_NUM_RECT_OPTIONS, g_rectOptionsTabl… in listAvailableOptions()
1240 LIST_OPTIONS(__tr("String options (string value)"), KVI_NUM_STRING_OPTIONS, g_stringOptionsTable) in listAvailableOptions()
1241 LIST_OPTIONS(__tr("Color options (#RRGGBB)"), KVI_NUM_COLOR_OPTIONS, g_colorOptionsTable) in listAvailableOptions()
1242LIST_OPTIONS(__tr("Mirccolor options (#RRGGBB)"), KVI_NUM_MIRCCOLOR_OPTIONS, g_mirccolorOptionsTab… in listAvailableOptions()
1243LIST_OPTIONS(__tr("IRC context color options (#RRGGBB)"), KVI_NUM_ICCOLOR_OPTIONS, g_iccolorOption… in listAvailableOptions()
1244 LIST_OPTIONS(__tr("Pixmap options (image path)"), KVI_NUM_PIXMAP_OPTIONS, g_pixmapOptionsTable) in listAvailableOptions()
1245LIST_OPTIONS(__tr("Unsigned integer options (unsigned integer constant)"), KVI_NUM_UINT_OPTIONS, g… in listAvailableOptions()
1248LIST_OPTIONS(__tr("String list options (comma separated list of strings)"), KVI_NUM_STRINGLIST_OPT… in listAvailableOptions()
[all …]
/dports/deskutils/py-py3status/py3status-3.40/py3status/
H A Dcommand.py118 LIST_OPTIONS = [ variable
376 for short, name, msg in LIST_OPTIONS:
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Doptions.c60 case 'L': Print_options = LIST_OPTIONS; break; in process_options()
H A Ddefs.h88 #define LIST_OPTIONS (TAGNAME|DECVALUE|ASCII_IGNORE_LENGTH|LONGNAMES_FLAG|APP_ENTRY) macro