Home
last modified time | relevance | path

Searched refs:CHOICES (Results 1 – 25 of 96) sorted by relevance

1234

/dports/net-mgmt/netbox/netbox-3.0.12/netbox/dcim/
H A Dchoices.py16 CHOICES = ( variable in SiteStatusChoices
45 CHOICES = ( variable in RackTypeChoices
61 CHOICES = ( variable in RackWidthChoices
77 CHOICES = ( variable in RackStatusChoices
99 CHOICES = ( variable in RackDimensionUnitChoices
110 CHOICES = ( variable in RackElevationDetailRenderChoices
125 CHOICES = ( variable in SubdeviceRoleChoices
140 CHOICES = ( variable in DeviceFaceChoices
156 CHOICES = ( variable in DeviceStatusChoices
199 CHOICES = ( variable in ConsolePortTypeChoices
[all …]
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/extras/
H A Dchoices.py18 CHOICES = ( variable in CustomFieldTypeChoices
35 CHOICES = ( variable in CustomFieldFilterLogicChoices
62 CHOICES = ( variable in CustomLinkButtonClassChoices
89 CHOICES = ( variable in ObjectChangeActionChoices
113 CHOICES = ( variable in JournalEntryKindChoices
140 CHOICES = ( variable in LogLevelChoices
169 CHOICES = ( variable in JobResultStatusChoices
196 CHOICES = ( variable in WebhookHttpMethodChoices
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/ipam/
H A Dchoices.py9 CHOICES = ( variable in IPAddressFamilyChoices
26 CHOICES = ( variable in PrefixStatusChoices
51 CHOICES = ( variable in IPRangeStatusChoices
76 CHOICES = ( variable in IPAddressStatusChoices
104 CHOICES = ( variable in IPAddressRoleChoices
137 CHOICES = ( variable in VLANStatusChoices
159 CHOICES = ( variable in ServiceProtocolChoices
/dports/science/latte/LATTE-1.2.2/
H A D.travis.yml37 - OPTIONS="CVR=ON" TEST="" CHOICES=gfort.lapack
38 - OPTIONS="CVR=ON PROGRESS=ON" TEST="" CHOICES=gfort.lapack
39 - OPTIONS="CVR=ON MAKELIB=ON lammps" TEST="_lmp" CHOICES=gfort.lapack
42 - LATTE_PERFORMANCE=yes TEST="" CHOICES=gfort.lapack
43 # - LATTE_PERFORMANCE=yes OPTIONS="CVR=ON PROGRESS=ON" TEST="" CHOICES=gfort.lapack
46 - cp -f -v ./makefiles/makefile.CHOICES.${CHOICES:-gfort.lapack} makefile.CHOICES
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/utilities/
H A Dchoices.py16 CHOICES = list() variable in ChoiceSet
20 return [c[0] for c in unpack_grouped_choices(cls.CHOICES)]
25 return dict(unpack_grouped_choices(cls.CHOICES))
96 CHOICES = ( variable in ColorChoices
144 CHOICES = ( variable in ButtonColorChoices
/dports/misc/lingoteach/lingoteach-ui-0.3.9/src/ui/gtk/
H A Dmultichoice.c32 #define CHOICES 4 macro
38 lingMeaning *mulcurrent[CHOICES];
77 right = 1 + (int) (1.0 * CHOICES * rand () / (RAND_MAX + 1.0)); in mul_randomize()
97 gint id[CHOICES]; in create_mul_box()
98 gchar *trans[CHOICES]; in create_mul_box()
109 for (i = 0; i < CHOICES; i++) in create_mul_box()
198 for (i = 0; i < CHOICES; i++) in create_mul_box()
212 gint id[CHOICES]; in on_btn_mul_next_clicked()
237 for (i = 0; i < CHOICES; i++) in on_btn_mul_next_clicked()
287 for (i = 0; i < CHOICES; i++) in on_btn_mul_next_clicked()
/dports/www/py-django-bootstrap-form/django-bootstrap-form-3.4/bootstrapform/
H A Dtests.py14 CHOICES = ( variable
28 choice_field = forms.ChoiceField(choices=CHOICES, required=False)
29 radio_choice = forms.ChoiceField(choices=CHOICES, widget=forms.RadioSelect, required=False)
30 multiple_choice = forms.MultipleChoiceField(choices=CHOICES, required=False)
31 …multiple_checkbox = forms.MultipleChoiceField(choices=CHOICES, widget=forms.CheckboxSelectMultiple…
/dports/devel/awscli/awscli-1.20.61/awscli/customizations/
H A Diamvirtmfa.py32 CHOICES = ('QRCodePNG', 'Base32StringSeed') variable
36 'Valid values are: %s | %s' % CHOICES)
56 choices=CHOICES, required=True)
76 for choice in CHOICES:
/dports/lang/python-legacy/Python-2.7.18/Demo/tkinter/guido/
H A Doptionmenu.py19 CHOICES = "Aah", "Bee", "Cee", "Dee", "Eff" variable
22 var2.set(CHOICES[0])
24 menu2 = apply(OptionMenu, (root, var2) + tuple(CHOICES))
/dports/lang/python27/Python-2.7.18/Demo/tkinter/guido/
H A Doptionmenu.py19 CHOICES = "Aah", "Bee", "Cee", "Dee", "Eff" variable
22 var2.set(CHOICES[0])
24 menu2 = apply(OptionMenu, (root, var2) + tuple(CHOICES))
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/extras/tests/
H A Dtest_forms.py15 CHOICES = ('A', 'B', 'C')
32 …CustomField.objects.create(name='select', type=CustomFieldTypeChoices.TYPE_SELECT, choices=CHOICES)
36 choices=CHOICES)
51 for field_type, _ in CustomFieldTypeChoices.CHOICES:
/dports/devel/efl/efl-1.25.1/src/edje_external/elementary/
H A Delm_bg.c11 #define OPTION_GET(CHOICES, STR) \ argument
13 for (i = 0; i < (sizeof(CHOICES) / sizeof(CHOICES[0])); ++i) \
14 if (!strcmp(STR, CHOICES[i])) \
H A Delm_calendar.c13 #define SELECT_MODE_GET(CHOICES, STR) \ argument
15 for (i = 0; i < (sizeof(CHOICES) / sizeof(CHOICES[0])); ++i) \
16 if (!strcmp(STR, CHOICES[i])) \
H A Delm_toolbar.c23 #define SHRINK_GET(CHOICES, STR) \ argument
25 for (i = 0; i < (sizeof(CHOICES) / sizeof(CHOICES[0])); ++i) \
26 if (!strcmp(STR, CHOICES[i])) \
H A Delm_list.c18 #define CHOICE_GET(CHOICES, STR) \ argument
20 for (i = 0; i < (sizeof(CHOICES)/sizeof(CHOICES[0])); i++) \
21 if (strcmp(STR, CHOICES[i]) == 0) \
H A Delm_entry.c25 #define CHOICE_GET(CHOICES, STR) \ argument
27 for (i = 0; i < sizeof(CHOICES)/sizeof (CHOICES)[0]; i++) \
28 if (strcmp((STR), (CHOICES)[i]) == 0) \
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/dcim/forms/
H A Dobject_import.py104 choices=InterfaceTypeChoices.CHOICES
116 choices=PortTypeChoices.CHOICES
132 choices=PortTypeChoices.CHOICES
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/circuits/
H A Dchoices.py17 CHOICES = ( variable in CircuitStatusChoices
45 CHOICES = ( variable in CircuitTerminationSideChoices
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/contrib/styleguide/
H A Dviews.py33 CHOICES = ( variable in ExampleForm
46 select = forms.ChoiceField(choices=CHOICES)
47 radio_select = forms.ChoiceField(choices=CHOICES, widget=forms.RadioSelect)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.ui.forms.examples/src/org/eclipse/ui/forms/examples/internal/rcp/
H A DTypeOneDetailsPage.java95 choices = new Button[TypeOne.CHOICES.length]; in createContents()
96 for (int i=0; i<TypeOne.CHOICES.length; i++) { in createContents()
97 choices[i] = toolkit.createButton(client, TypeOne.CHOICES[i], SWT.RADIO); in createContents()
146 for (int i=0; i<TypeOne.CHOICES.length; i++) { in update()
/dports/security/py-certbot/certbot-1.22.0/tests/display/
H A Dobj_test.py9 CHOICES = [("First", "Description1"), ("Second", "Description2")] variable
73 ret = self.displayer.menu("message", CHOICES, force_interactive=True)
79 self.displayer.menu, "msg", CHOICES, default=default)
244 self.displayer._print_menu("msg", CHOICES)
305 ret = self.displayer.menu("message", CHOICES, default=1)
307 self.assertRaises(errors.MissingCommandlineFlag, self.displayer.menu, "message", CHOICES)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/json_schema_compiler/
H A Dcpp_type_generator.py95 PropertyType.CHOICES):
136 PropertyType.CHOICES))
147 dep.type_.property_type in (PropertyType.CHOICES,
238 elif type_.property_type == PropertyType.CHOICES:
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/json_schema_compiler/
H A Dcpp_type_generator.py95 PropertyType.CHOICES):
140 PropertyType.CHOICES))
151 dep.type_.property_type in (PropertyType.CHOICES,
256 elif type_.property_type == PropertyType.CHOICES:
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dvariables.h113 #define SET_INTERNAL_VARIABLE_CHOICES(NM, CHOICES) \ argument
114 set_internal_variable (V ## NM, args, nargout, #NM, CHOICES)
/dports/devel/py-dj32-graphene-django/graphene-django-2.15.0/graphene_django/tests/
H A Dmodels.py6 CHOICES = ((1, "this"), (2, _("that"))) variable
45 a_choice = models.CharField(max_length=30, choices=CHOICES, blank=True)

1234