Home
last modified time | relevance | path

Searched refs:null_label (Results 1 – 20 of 20) sorted by relevance

/dports/www/py-dj32-django-filter/django-filter-21.1/django_filters/
H A Dfields.py228 if self.field.null_label is not None:
229 yield (self.field.null_value, self.field.null_label)
234 add += 1 if self.field.null_label is not None else 0
248 if self.field.null_label is not None:
249 yield (self.field.null_value, self.field.null_label)
253 add = 1 if self.field.null_label is not None else 0
259 self.null_label = kwargs.pop('null_label', settings.NULL_CHOICE_LABEL)
297 if self.null_label is not None and value == self.null_value:
306 null = self.null_label is not None and value and self.null_value in value
/dports/www/py-django-filter/django-filter-21.1/django_filters/
H A Dfields.py228 if self.field.null_label is not None:
229 yield (self.field.null_value, self.field.null_label)
234 add += 1 if self.field.null_label is not None else 0
248 if self.field.null_label is not None:
249 yield (self.field.null_value, self.field.null_label)
253 add = 1 if self.field.null_label is not None else 0
259 self.null_label = kwargs.pop('null_label', settings.NULL_CHOICE_LABEL)
297 if self.null_label is not None and value == self.null_value:
306 null = self.null_label is not None and value and self.null_value in value
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_srte.c306 mpls_label_t null_label = MPLS_LABEL_IMPLICIT_NULL; in zebra_sr_policy_bsid_install() local
325 out_labels = &null_label; in zebra_sr_policy_bsid_install()
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_srte.c306 mpls_label_t null_label = MPLS_LABEL_IMPLICIT_NULL; in zebra_sr_policy_bsid_install() local
325 out_labels = &null_label; in zebra_sr_policy_bsid_install()
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dtree_view_widget.cpp112 label_ptr null_label(new label("<null>", graphics::color_yellow(), font_size_)); in traverse() local
113 null_label->set_loc(x, y); in traverse()
114 null_label->set_dim(col_widths_[depth], null_label->height()); in traverse()
115 widgets_.push_back(null_label); in traverse()
/dports/www/py-dj32-django-filter/django-filter-21.1/tests/
H A Dtest_filters.py272 f = ChoiceFilter(choices=[('a', 'a')], null_label='')
280 f = ChoiceFilter(choices=[('a', 'a')], null_value='NULL', null_label='')
288 f = ChoiceFilter(choices=[('a', 'a')], null_label=None)
302 f = MultipleChoiceFilter(choices=[('a', 'a')], null_label='')
309 f = MultipleChoiceFilter(choices=[('a', 'a')], null_value='NULL', null_label='')
316 f = MultipleChoiceFilter(choices=[('a', 'a')], null_label=None)
704 f = ModelChoiceFilter(queryset=User.objects.all(), null_value='null', null_label='NULL')
756 … f = ModelMultipleChoiceFilter(queryset=User.objects.all(), null_value='null', null_label='NULL')
H A Dtest_filtering.py210 null_label='NULL',
276 null_label='NULL',
/dports/www/py-django-filter/django-filter-21.1/tests/
H A Dtest_filters.py272 f = ChoiceFilter(choices=[('a', 'a')], null_label='')
280 f = ChoiceFilter(choices=[('a', 'a')], null_value='NULL', null_label='')
288 f = ChoiceFilter(choices=[('a', 'a')], null_label=None)
302 f = MultipleChoiceFilter(choices=[('a', 'a')], null_label='')
309 f = MultipleChoiceFilter(choices=[('a', 'a')], null_value='NULL', null_label='')
316 f = MultipleChoiceFilter(choices=[('a', 'a')], null_label=None)
704 f = ModelChoiceFilter(queryset=User.objects.all(), null_value='null', null_label='NULL')
756 … f = ModelMultipleChoiceFilter(queryset=User.objects.all(), null_value='null', null_label='NULL')
H A Dtest_filtering.py210 null_label='NULL',
276 null_label='NULL',
/dports/math/yices/yices-2.6.2/src/solvers/egraph/
H A Degraph_base_types.h156 null_label = -1, enumerator
H A Degraph_printer.c175 if (l == null_label) { in print_label()
H A Degraph.c281 tbl->label[t] = null_label; in new_eterm()
2210 return egraph->terms.label[t] == null_label; in egraph_term_is_fresh()
7025 return null_label;
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dutil.c1828 char *null_label = "null"; in evaluate_labels() local
1831 if (!label->val) label->val = strdup(null_label); in evaluate_labels()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Domp-low.c12067 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
12075 null_label); in lower_omp_target()
12077 gimple_seq_add_stmt (&ilist, gimple_build_label (null_label)); in lower_omp_target()
12347 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
12350 glabel *null_glabel = gimple_build_label (null_label); in lower_omp_target()
12359 null_label); in lower_omp_target()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Domp-low.c12639 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
12647 null_label); in lower_omp_target()
12649 gimple_seq_add_stmt (&ilist, gimple_build_label (null_label)); in lower_omp_target()
12920 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
12923 glabel *null_glabel = gimple_build_label (null_label); in lower_omp_target()
12932 null_label); in lower_omp_target()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Domp-low.c12110 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
12118 null_label); in lower_omp_target()
12120 gimple_seq_add_stmt (&ilist, gimple_build_label (null_label)); in lower_omp_target()
12390 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
12393 glabel *null_glabel = gimple_build_label (null_label); in lower_omp_target()
12402 null_label); in lower_omp_target()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Domp-low.c12639 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
12647 null_label); in lower_omp_target()
12649 gimple_seq_add_stmt (&ilist, gimple_build_label (null_label)); in lower_omp_target()
12920 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
12923 glabel *null_glabel = gimple_build_label (null_label); in lower_omp_target()
12932 null_label); in lower_omp_target()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Domp-low.c12110 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
12118 null_label); in lower_omp_target()
12120 gimple_seq_add_stmt (&ilist, gimple_build_label (null_label)); in lower_omp_target()
12390 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
12393 glabel *null_glabel = gimple_build_label (null_label); in lower_omp_target()
12402 null_label); in lower_omp_target()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Domp-low.c12639 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
12647 null_label); in lower_omp_target()
12649 gimple_seq_add_stmt (&ilist, gimple_build_label (null_label)); in lower_omp_target()
12920 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
12923 glabel *null_glabel = gimple_build_label (null_label); in lower_omp_target()
12932 null_label); in lower_omp_target()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Domp-low.c13360 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
13368 null_label); in lower_omp_target()
13370 gimple_seq_add_stmt (&ilist, gimple_build_label (null_label)); in lower_omp_target()
13659 tree null_label = create_artificial_label (UNKNOWN_LOCATION); in lower_omp_target() local
13662 glabel *null_glabel = gimple_build_label (null_label); in lower_omp_target()
13671 null_label); in lower_omp_target()