Home
last modified time | relevance | path

Searched refs:help_texts (Results 1 – 25 of 31) sorted by relevance

12

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/apigee/
H A Dresource_args.py107 def ResourceSpec(path, fallthroughs=tuple(), help_texts=None, validate=False): argument
119 help_texts = collections.defaultdict(lambda: None, help_texts or {})
130 help_texts[entity.singular],
149 help_texts=None): argument
183 ResourceSpec(split_path, fallthroughs, help_texts, validate=validate),
/dports/www/py-django-polymorphic/django-polymorphic-2.1.2/polymorphic/formsets/
H A Dmodels.py41 help_texts=None, argument
57 self.help_texts = help_texts
92 "help_texts": self.help_texts,
321 help_texts=None, argument
356 "help_texts": help_texts,
404 help_texts=None, argument
441 "help_texts": help_texts,
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dhelp.cpp60 help_texts[jo.get_int( "order" )] = std::make_pair( name, messages ); in deserialize()
103 size_t half_size = help_texts.size() / 2 + 1; in draw_menu()
106 for( const auto &text : help_texts ) { in draw_menu()
168 for( const auto &text : help_texts ) { in display_help()
178 auto help_text_it = help_texts.find( hotkey_entry.first ); in display_help()
179 if( help_text_it == help_texts.end() ) { in display_help()
H A Dhelp.h29 std::map<int, std::pair<translation, std::vector<translation>>> help_texts; variable
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dhelp.cpp60 help_texts[jo.get_int( "order" )] = std::make_pair( name, messages ); in deserialize()
103 size_t half_size = help_texts.size() / 2 + 1; in draw_menu()
106 for( const auto &text : help_texts ) { in draw_menu()
168 for( const auto &text : help_texts ) { in display_help()
178 auto help_text_it = help_texts.find( hotkey_entry.first ); in display_help()
179 if( help_text_it == help_texts.end() ) { in display_help()
H A Dhelp.h29 std::map<int, std::pair<translation, std::vector<translation>>> help_texts; variable
/dports/audio/drumgizmo/drumgizmo-0.9.19/getoptpp/
H A Dgetoptpp.hpp37 help_texts.push_back(help_text); in add()
104 assert(options.size() == help_texts.size()); in process()
115 for(auto const & help_text : help_texts) { in help()
178 std::vector<std::string> help_texts{}; member in dg::Options
/dports/cad/horizon-eda/horizon-2.1.0/src/widgets/
H A Dlayer_help_box.cpp66 help_texts.emplace(std::stoi(l), text.str()); in load()
72 if (help_texts.count(layer)) in set_layer()
73 label->set_markup(help_texts.at(layer)); in set_layer()
H A Dlayer_help_box.hpp21 std::map<int, std::string> help_texts; member in horizon::LayerHelpBox
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/circuits/forms/
H A Dmodels.py47 help_texts = { variable in ProviderForm.Meta
109 help_texts = { variable in CircuitForm.Meta
154 help_texts = { variable in CircuitTerminationForm.Meta
H A Dbulk_import.py45 help_texts = { variable in CircuitTypeCSVForm.Meta
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/django-stubs/django-stubs/forms/
H A Dmodels.pyi59 help_texts: Optional[Dict[str, str]] = ...,
73 help_texts: Optional[Dict[str, str]] = ...
112 help_texts: Optional[MutableMapping[str, str]] = ...,
169 help_texts: Optional[Dict[str, str]] = ...,
213 help_texts: Optional[Dict[str, str]] = ...,
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/dcim/forms/
H A Dbulk_import.py101 help_texts = { variable in SiteCSVForm.Meta
135 help_texts = { variable in RackRoleCSVForm.Meta
261 help_texts = { variable in DeviceRoleCSVForm.Meta
328 help_texts = { variable in BaseDeviceCSVForm.Meta
641 help_texts = { variable in FrontPortCSVForm.Meta
681 help_texts = { variable in RearPortCSVForm.Meta
825 help_texts = { variable in CableCSVForm.Meta
H A Dmodels.py147 help_texts = { variable in SiteForm.Meta
254 help_texts = { variable in RackForm.Meta
519 help_texts = { variable in DeviceForm.Meta
1105 help_texts = { variable in InterfaceForm.Meta
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/ipam/forms/
H A Dmodels.py61 help_texts = { variable in VRFForm.Meta
112 help_texts = { variable in AggregateForm.Meta
638 help_texts = { variable in VLANForm.Meta
669 help_texts = { variable in ServiceForm.Meta
H A Dbulk_import.py60 help_texts = { variable in RIRCSVForm.Meta
342 help_texts = { variable in VLANCSVForm.Meta
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/apigee/apis/
H A Dundeploy.py64 fallthroughs=fallthroughs, help_texts=help_text)
H A Ddeploy.py100 help_texts=help_text)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/apigee/deployments/
H A Ddescribe.py90 help_texts=help_text)
H A Dlist.py118 help_texts=help_text)
/dports/security/py-netbox-secretstore/netbox-secretstore-1.0.10/netbox_secretstore/forms/
H A Dsecrets.py186 help_texts = { variable in SecretCSVForm.Meta
258 help_texts = { variable in UserKeyForm.Meta
/dports/math/octave/octave-6.4.0/scripts/help/
H A Dlookfor.m192 function [fcns, help_texts] = search_cache (str, cache_file, search_type)
197 fcns = help_texts = {};
203 help_texts = cache(3, cache_idx); variable
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/extras/forms/
H A Dbulk_import.py89 help_texts = { variable in TagCSVForm.Meta
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/virtualization/forms/
H A Dmodels.py215 help_texts = { variable in VirtualMachineForm.Meta
311 help_texts = { variable in VMInterfaceForm.Meta
/dports/cad/horizon-eda/horizon-2.1.0/
H A DMakefile131 SRC_COMMON_GEN += $(GENDIR)/help_texts.cpp
959 $(BUILDDIR)/gen/help_texts.cpp: scripts/make_help.py src/help_texts.txt $(BUILDDIR)/gen/help_texts.…
962 $(QUIET)python3 scripts/make_help.py c src/help_texts.txt > $@
964 $(BUILDDIR)/gen/help_texts.hpp: scripts/make_help.py src/help_texts.txt
967 $(QUIET)python3 scripts/make_help.py h src/help_texts.txt > $@
1054 $(RM) $(GENDIR)/help_texts.hpp
1055 $(RM) $(GENDIR)/help_texts.cpp

12