Home
last modified time | relevance | path

Searched refs:none_ok (Results 1 – 25 of 106) sorted by relevance

12345

/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/config/
H A Dconfigtypes.py179 self.none_ok = none_ok
380 return utils.get_repr(self, none_ok=self.none_ok,
453 return utils.get_repr(self, none_ok=self.none_ok,
674 none_ok=none_ok,
718 return utils.get_repr(self, none_ok=self.none_ok,
970 none_ok=none_ok,
1510 return utils.get_repr(self, none_ok=self.none_ok,
1557 none_ok=none_ok, completions=completions)
1756 valtype=Int(minval=0, none_ok=none_ok),
1758 none_ok=none_ok,
[all …]
H A Dconfigdata.yml16 none_ok: true
117 none_ok: true
168 none_ok: true
185 none_ok: true
219 none_ok: true
231 none_ok: true
366 none_ok: true
572 none_ok: true
600 none_ok: true
619 none_ok: true
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/pdb/
H A Dapp.pl223 $none_ok = exists $arg->{none_ok} ? 'TRUE' : 'FALSE';
228 pdb->gimp, $none_ok,
233 $none_ok = exists $arg->{none_ok} ? 'TRUE' : 'FALSE';
238 pdb->gimp, $none_ok,
243 $none_ok = exists $arg->{none_ok} ? 'TRUE' : 'FALSE';
253 $none_ok = exists $arg->{none_ok} ? 'TRUE' : 'FALSE';
263 $none_ok = exists $arg->{none_ok} ? 'TRUE' : 'FALSE';
273 $none_ok = exists $arg->{none_ok} ? 'TRUE' : 'FALSE';
283 $none_ok = exists $arg->{none_ok} ? 'TRUE' : 'FALSE';
293 $none_ok = exists $arg->{none_ok} ? 'TRUE' : 'FALSE';
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpparamspecs.c650 ispec->none_ok = FALSE; in gimp_param_image_id_init()
716 ispec->none_ok = none_ok ? TRUE : FALSE; in gimp_param_spec_image_id()
888 ispec->none_ok = none_ok; in gimp_param_spec_item_id()
1041 ispec->none_ok = none_ok ? TRUE : FALSE; in gimp_param_spec_drawable_id()
1156 ispec->none_ok = none_ok ? TRUE : FALSE; in gimp_param_spec_layer_id()
1271 ispec->none_ok = none_ok ? TRUE : FALSE; in gimp_param_spec_channel_id()
1386 ispec->none_ok = none_ok ? TRUE : FALSE; in gimp_param_spec_layer_mask_id()
1501 ispec->none_ok = none_ok ? TRUE : FALSE; in gimp_param_spec_selection_id()
1616 ispec->none_ok = none_ok ? TRUE : FALSE; in gimp_param_spec_vectors_id()
1723 ispec->none_ok = FALSE; in gimp_param_display_id_init()
[all …]
H A Dgimpparamspecs.h226 gboolean none_ok; member
235 gboolean none_ok,
272 gboolean none_ok; member
281 gboolean none_ok,
322 gboolean none_ok,
363 gboolean none_ok,
404 gboolean none_ok,
486 gboolean none_ok,
527 gboolean none_ok,
562 gboolean none_ok; member
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Dbusiness-gnome-utils.c413 gboolean none_ok; member
447 if (lsd->none_ok || !items) in gnc_simple_combo_generate_liststore()
472 gboolean none_ok, QofIdType type_name, in gnc_simple_combo_make() argument
493 lsd->none_ok = none_ok; in gnc_simple_combo_make()
529 gboolean none_ok, GncBillTerm *initial_choice) in gnc_billterms_combo() argument
533 gnc_simple_combo_make (cbox, book, none_ok, GNC_BILLTERM_MODULE_NAME, in gnc_billterms_combo()
542 gboolean none_ok, GncTaxTable *initial_choice) in gnc_taxtables_combo() argument
546 gnc_simple_combo_make (cbox, book, none_ok, GNC_TAXTABLE_MODULE_NAME, in gnc_taxtables_combo()
H A Dbusiness-gnome-utils.h84 gboolean none_ok, GncBillTerm *initial_choice);
89 gboolean none_ok, GncTaxTable *initial_choice);
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/unit/config/
H A Dtest_configdata.py187 assert not typ.none_ok
198 assert not typ.none_ok
211 assert not typ.none_ok
212 assert not typ.valtype.none_ok
228 assert not typ.none_ok
H A Dtest_configtypes.py269 typ = klass(none_ok=True)
294 def test_unset(self, klass, none_ok): argument
295 typ = klass(none_ok=none_ok)
349 basetype.none_ok = True
409 assert klass(none_ok=True).from_obj(obj) == obj
808 typ = klass(strtype, none_ok=True)
1227 typ = klass(none_ok=True)
1557 none_ok=True)
1583 none_ok=True)
1647 none_ok=True)
[all …]
/dports/audio/spectmorph/spectmorph-0.5.2/glui/
H A Dsmcomboboxoperator.cc26 none_ok = true; in ComboBoxOperator()
48 if (none_ok) in on_operators_changed()
187 none_ok = new_none_ok; in set_none_ok()
H A Dsmcomboboxoperator.hh26 bool none_ok; member in SpectMorph::ComboBoxOperator
48 void set_none_ok (bool none_ok);
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);
/dports/databases/postgresql10-server/postgresql-10.19/src/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);
/dports/databases/postgresql11-client/postgresql-11.14/src/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);
/dports/databases/postgresql10-client/postgresql-10.19/src/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/parser/
H A Dparse_collate.h25 extern Oid select_common_collation(ParseState *pstate, List *exprs, bool none_ok);

12345