Home
last modified time | relevance | path

Searched refs:affirmative (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/emu/
H A Ddialog.c49 const char *affirmative, const char *negative) { in fs_emu_dialog_create() argument
54 if (affirmative) { in fs_emu_dialog_create()
55 dialog->affirmative = g_strdup(affirmative); in fs_emu_dialog_create()
67 if (dialog->affirmative) { in fs_emu_dialog_destroy()
68 g_free(dialog->affirmative); in fs_emu_dialog_destroy()
144 if (dialog->affirmative && action == ACTION_MENU_PRIMARY) { in fs_emu_dialog_handle_action()
247 if (dialog->affirmative) { in fs_emu_dialog_render()
248 fs_emu_font_measure(font, dialog->affirmative, &tw, NULL); in fs_emu_dialog_render()
250 fs_emu_font_render(font, dialog->affirmative, in fs_emu_dialog_render()
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/include/fs/emu/
H A Ddialog.h12 char *affirmative; member
18 const char *affirmative, const char *negative);
/dports/net/clusterit/clusterit-2.5/rvt/
H A Dxsetup.c58 static int affirmative(unsigned char *);
67 static int affirmative();
564 affirmative(s) in affirmative() function
601 debug = affirmative(s); in extract_resources()
606 messages = affirmative(s); in extract_resources()
611 iconic = affirmative(s); in extract_resources()
616 show_scrollbar = affirmative(s); in extract_resources()
722 reverse_wrap = affirmative(s); in extract_resources()
727 reverse_video = affirmative(s); in extract_resources()
732 eight_bit_input = affirmative(s); in extract_resources()
[all …]
/dports/x11-themes/greybird-theme/Greybird-3.22.15/light/gtk-3.0/apps/
H A Dgranite-widgets.css244 * affirmative button *
246 .button.affirmative,
247 .content-view .button.affirmative {
254 .button.affirmative:hover,
255 .content-view .button.affirmative:hover {
261 .button.affirmative:active,
262 .content-view .button.affirmative:active {
268 .button.affirmative:active:hover,
269 .content-view .button.affirmative:active:hover {
275 .button.affirmative GtkLabel,
[all …]
/dports/x11-themes/gtk-xfce-engine/gtk-xfce-engine-3.2.0/themes/flat/gtk-3.0/apps/
H A Dgranite-widgets.css244 * affirmative button *
246 .button.affirmative,
247 .content-view .button.affirmative {
254 .button.affirmative:hover,
255 .content-view .button.affirmative:hover {
261 .button.affirmative:active,
262 .content-view .button.affirmative:active {
268 .button.affirmative:active:hover,
269 .content-view .button.affirmative:active:hover {
275 .button.affirmative GtkLabel,
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunctor_bool.h251 Func_Bool(funcName), value(a_value), affirmative(a_affirmative) {} in Func_Truth()
275 bool ret = (isNull & (!affirmative)) | ((!isNull) & (affirmative ^ (value ^ val))); in getBoolVal()
283 const bool value, affirmative;
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/funcexp/
H A Dfunctor_bool.h251 Func_Bool(funcName), value(a_value), affirmative(a_affirmative) {} in Func_Truth()
275 bool ret = (isNull & (!affirmative)) | ((!isNull) & (affirmative ^ (value ^ val))); in getBoolVal()
283 const bool value, affirmative;
/dports/audio/lv2/lv2-1.18.2/lv2/atom/
H A Datom-test.c276 const LV2_Atom* affirmative; in main() member
295 {eg_true, &matches.affirmative}, in main()
320 } else if (!lv2_atom_equals((LV2_Atom*)t, matches.affirmative)) { in main()
349 eg_true, &matches.affirmative, in main()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lv2/lv2/atom/
H A Datom-test.c312 const LV2_Atom* affirmative; in main() member
332 { eg_true, &matches.affirmative }, in main()
359 } else if (!lv2_atom_equals((LV2_Atom*)t, matches.affirmative)) { in main()
386 eg_true, &matches.affirmative, in main()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/
H A Daccess_decision_manager_service_and_strategy.yml4 strategy: affirmative
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/
H A Daccess_decision_manager_service_and_strategy.yml4 strategy: affirmative
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-extra/src/aix/
H A Dclocale.inc130 YESEXPR = 61; { affirmative response expression }
132 YESSTR = 46; { affirmative response for yes/no queries }
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-extra/src/bsd/
H A Dclocale.inc128 YESEXPR = 52; { affirmative response expression }
130 YESSTR = 54; { affirmative response for yes/no queries }
/dports/lang/fpc-rtl-extra/fpc-3.2.2/packages/rtl-extra/src/aix/
H A Dclocale.inc130 YESEXPR = 61; { affirmative response expression }
132 YESSTR = 46; { affirmative response for yes/no queries }
/dports/lang/fpc-rtl-extra/fpc-3.2.2/packages/rtl-extra/src/bsd/
H A Dclocale.inc128 YESEXPR = 52; { affirmative response expression }
130 YESSTR = 54; { affirmative response for yes/no queries }
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/lilv-0.24.0/test/test.lv2/
H A Dtest.c209 const uint32_t affirmative = 1; in save() local
212 &affirmative, in save()
213 sizeof(affirmative), in save()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lilv/test/test.lv2/
H A Dtest.c241 const uint32_t affirmative = 1; in save() local
244 &affirmative, in save()
245 sizeof(affirmative), in save()
/dports/devel/p5-indirect/indirect-0.39/t/
H A D09-load-threads.t40 my ($affirmative, $desc) = @_;
45 if ($affirmative) {
/dports/devel/p5-autovivification/autovivification-0.18/t/
H A D09-load-threads.t41 my ($affirmative, $desc) = @_;
46 if ($affirmative) {
/dports/devel/p5-Scope-Upper/Scope-Upper-0.32/t/
H A D09-load-threads.t41 my ($affirmative, $desc) = @_;
46 if ($affirmative) {
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/hig/C/
H A Ddialogs.page80 …hoose options before an action can be carried out. In these cases, the affirmative dialog button s…
126 …n a dialog includes an affirmative and a cancel button, always ensure that the cancel button appea…
128 …re of, and are reminded of, the ability to cancel prior to encountering the affirmative button.</p>
135 <p>Label the affirmative primary button with a specific imperative verb, for example: <gui>Save</gu…
144 <p>Assign the return key to activate the primary affirmative button in a dialog (for example <gui>P…
/dports/audio/lilv/lilv-0.24.12/test/test.lv2/
H A Dtest.c244 const uint32_t affirmative = 1; in save() local
247 &affirmative, in save()
248 sizeof(affirmative), in save()
/dports/devel/p5-Variable-Magic/Variable-Magic-0.62/t/
H A D09-load-threads.t35 my ($affirmative, $desc) = @_;
40 if ($affirmative) {
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-extra/src/solaris/
H A Dclocale.inc166 { affirmative response for yes/no queries }
206 { affirmative response expression }
/dports/lang/fpc-rtl-extra/fpc-3.2.2/packages/rtl-extra/src/solaris/
H A Dclocale.inc166 { affirmative response for yes/no queries }
206 { affirmative response expression }

12345678910>>...29