Home
last modified time | relevance | path

Searched refs:help_spec (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/
H A Dhelp_provider.py63 help_spec = None variable in HelpProvider
71 help_name_len = len(help_provider.help_spec.help_name)
74 text=help_provider.help_spec.help_name, max=MAX_HELP_NAME_LEN)
75 for hna in help_provider.help_spec.help_name_aliases:
77 one_line_summary_len = len(help_provider.help_spec.help_one_line_summary)
81 text=help_provider.help_spec.help_one_line_summary,
87 text=help_provider.help_spec.help_one_line_summary,
90 assert len(help_provider.help_spec.help_text
92 text=help_provider.help_spec.help_text)
95 name_check_list = [help_provider.help_spec.help_name]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Dhelp_provider.py63 help_spec = None variable in HelpProvider
71 help_name_len = len(help_provider.help_spec.help_name)
74 text=help_provider.help_spec.help_name, max=MAX_HELP_NAME_LEN)
75 for hna in help_provider.help_spec.help_name_aliases:
77 one_line_summary_len = len(help_provider.help_spec.help_one_line_summary)
81 text=help_provider.help_spec.help_one_line_summary,
87 text=help_provider.help_spec.help_one_line_summary,
90 assert len(help_provider.help_spec.help_text
92 text=help_provider.help_spec.help_text)
95 name_check_list = [help_provider.help_spec.help_name]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/commands/
H A Dhelp.py96 help_spec = Command.HelpSpec( variable in HelpCommand
113 key=lambda hp: hp.help_spec.help_name):
115 help_prov.help_spec.help_name,
116 help_prov.help_spec.help_one_line_summary))
119 key=lambda hp: hp.help_spec.help_name):
121 help_prov.help_spec.help_name,
122 help_prov.help_spec.help_one_line_summary))
133 subcommand_map = help_prov.help_spec.subcommand_help_text
157 help_name = help_prov.help_spec.help_name
158 help_text = help_prov.help_spec.help_text
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dhelp_provider.py57 help_spec = None variable in HelpProvider
65 assert (len(help_provider.help_spec.help_name) > 1
66 and len(help_provider.help_spec.help_name) < MAX_HELP_NAME_LEN)
67 for hna in help_provider.help_spec.help_name_aliases:
69 one_line_summary_len = len(help_provider.help_spec.help_one_line_summary)
72 assert len(help_provider.help_spec.help_text) > 10
75 name_check_list = [help_provider.help_spec.help_name]
76 name_check_list.extend(help_provider.help_spec.help_name_aliases)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/commands/
H A Dhelp.py96 help_spec = Command.HelpSpec( variable in HelpCommand
113 key=lambda hp: hp.help_spec.help_name):
114 output.append(format_str % (help_prov.help_spec.help_name,
118 key=lambda hp: hp.help_spec.help_name):
119 output.append(format_str % (help_prov.help_spec.help_name,
131 subcommand_map = help_prov.help_spec.subcommand_help_text
154 help_name = help_prov.help_spec.help_name
155 help_text = help_prov.help_spec.help_text
242 help_name_map[help_prov.help_spec.help_name] = help_prov
243 for help_name_aliases in help_prov.help_spec.help_name_aliases:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/commands/
H A Dhelp.py99 help_spec = Command.HelpSpec( variable in HelpCommand
116 key=lambda hp: hp.help_spec.help_name):
117 output.append(format_str % (help_prov.help_spec.help_name,
121 key=lambda hp: hp.help_spec.help_name):
122 output.append(format_str % (help_prov.help_spec.help_name,
134 subcommand_map = help_prov.help_spec.subcommand_help_text
157 help_name = help_prov.help_spec.help_name
158 help_text = help_prov.help_spec.help_text
241 help_name_map[help_prov.help_spec.help_name] = help_prov
242 for help_name_aliases in help_prov.help_spec.help_name_aliases:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/addlhelp/
H A Dapis.py58 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dretries.py58 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Danon.py49 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dcreds.py149 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dcsek.py160 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dmetadata.py193 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dnaming.py178 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dprojects.py104 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dsecurity.py219 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dsubdirs.py154 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dthrottling.py58 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dencoding.py157 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dacls.py223 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dcommand_opts.py134 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dcrc32c.py133 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Ddev.py139 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dsupport.py87 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dversions.py283 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
H A Dwildcards.py187 help_spec = HelpProvider.HelpSpec( variable in CommandOptions

12345678