Home
last modified time | relevance | path

Searched refs:ForceDefault (Results 1 – 14 of 14) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/base/tests/
H A DfoldableArray.hs25 newtype ForceDefault f a = ForceDefault (f a) constructor
26 instance Foldable f => Foldable (ForceDefault f) where
27 foldMap f (ForceDefault c) = foldMap f c
90 (forall a b . (a -> b -> b) -> b -> ForceDefault f a -> b) ->
94 runWithAllRight fol2 (map ForceDefault containers)
98 (forall a b . (b -> a -> b) -> b -> ForceDefault f a -> b) ->
102 runWithAllLeft fol2 (map ForceDefault containers)
107 (forall a . (a -> a -> a) -> ForceDefault f a -> a) ->
111 <*> runWithAll1 fol2 (map ForceDefault containers)
113 checkup f g cs = map f cs == map g (map ForceDefault cs)
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkComboBox.cpp44 bool ForceDefault; member in ctkComboBoxPrivate
57 this->ForceDefault = false; in ctkComboBoxPrivate()
83 if (count == 0 || this->ForceDefault) in recomputeSizeHint()
108 if ((count == 0 || this->ForceDefault) && !this->DefaultIcon.isNull()) in recomputeSizeHint()
126 if ((count == 0 || this->ForceDefault) && !this->DefaultIcon.isNull()) in recomputeSizeHint()
163 this->ForceDefault) in initStyleOption()
225 if (newForceDefault == d->ForceDefault) in forceDefault()
229 d->ForceDefault = newForceDefault; in forceDefault()
252 return d->ForceDefault; in isDefaultForced()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/ext2ed/
H A Dext2ed.conf.in65 # ForceDefault.
72 # With ForceDefault on, you can force the use of the default parameters
77 ForceDefault off
H A Dinit.c401 if (ForceDefault || !ext2_detected) in set_file_system_info()
412 if (!ForceDefault && ext2_detected) { in set_file_system_info()
570 ForceDefault = 1; in process_configuration_file()
572 ForceDefault = 0; in process_configuration_file()
H A Dmain.c67 int ForceDefault=0; /* detected, or ForceDefault is set */ variable
H A Dext2ed.h196 extern int ForceDefault;
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/ext2ed/
H A Dext2ed.conf.in65 # ForceDefault.
72 # With ForceDefault on, you can force the use of the default parameters
77 ForceDefault off
H A Dinit.c401 if (ForceDefault || !ext2_detected) in set_file_system_info()
412 if (!ForceDefault && ext2_detected) { in set_file_system_info()
570 ForceDefault = 1; in process_configuration_file()
572 ForceDefault = 0; in process_configuration_file()
H A Dmain.c67 int ForceDefault=0; /* detected, or ForceDefault is set */ variable
H A Dext2ed.h196 extern int ForceDefault;
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/ext2ed/
H A Dext2ed.conf.in65 # ForceDefault.
72 # With ForceDefault on, you can force the use of the default parameters
77 ForceDefault off
H A Dinit.c401 if (ForceDefault || !ext2_detected) in set_file_system_info()
412 if (!ForceDefault && ext2_detected) { in set_file_system_info()
570 ForceDefault = 1; in process_configuration_file()
572 ForceDefault = 0; in process_configuration_file()
H A Dmain.c67 int ForceDefault=0; /* detected, or ForceDefault is set */ variable
H A Dext2ed.h196 extern int ForceDefault;