Home
last modified time | relevance | path

Searched refs:extra_help (Results 1 – 25 of 83) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/command_line/
H A Dutils.py28 extra_help = parser.format_help().rstrip()
29 if extra_help:
31 print(indent(extra_help, ' '))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/
H A DPRESUBMIT.py49 extra_help = None
60 if not extra_help:
61 extra_help = output_api.PresubmitError('Acceptable format is:\n\n'
66 if extra_help:
67 errors.append(extra_help)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/
H A DPRESUBMIT.py198 extra_help = None
209 if not extra_help:
210 extra_help = output_api.PresubmitError('Acceptable format is:\n\n'
215 if extra_help:
216 errors.append(extra_help)
/dports/misc/xplr/xplr-0.17.0/docs/en/src/
H A Dmodes.md82 - [extra_help][7]
99 ### extra_help subsection
124 [7]: #extra_help
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dcommands.c42 const char *extra_help; /* extra help information; will be line-wrapped */ member
738 fc_assert(pcommand->extra_help == NULL); in command_extra_help()
740 } else if (pcommand->extra_help) { in command_extra_help()
741 return fc_strdup(_(pcommand->extra_help)); in command_extra_help()
H A Dsettings.c102 const char *extra_help; member
587 _(pset->extra_help), game.map.server.huts_absolute); in huts_help()
592 return pset->extra_help; in huts_help()
1218 short_help, extra_help, func_validate, func_action, \ argument
1220 {name, sclass, to_client, short_help, extra_help, NULL, SSET_BOOL, \
1227 short_help, extra_help, func_help, \ argument
1230 {name, sclass, to_client, short_help, extra_help, func_help, SSET_INT, \
1238 short_help, extra_help, func_validate, func_action, \ argument
1240 {name, sclass, to_client, short_help, extra_help, NULL, SSET_STRING, \
2850 return _(pset->extra_help); in setting_extra_help()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dcommands.c42 const char *extra_help; /* extra help information; will be line-wrapped */ member
738 fc_assert(pcommand->extra_help == NULL); in command_extra_help()
740 } else if (pcommand->extra_help) { in command_extra_help()
741 return fc_strdup(_(pcommand->extra_help)); in command_extra_help()
H A Dsettings.c102 const char *extra_help; member
587 _(pset->extra_help), game.map.server.huts_absolute); in huts_help()
592 return pset->extra_help; in huts_help()
1218 short_help, extra_help, func_validate, func_action, \ argument
1220 {name, sclass, to_client, short_help, extra_help, NULL, SSET_BOOL, \
1227 short_help, extra_help, func_help, \ argument
1230 {name, sclass, to_client, short_help, extra_help, func_help, SSET_INT, \
1238 short_help, extra_help, func_validate, func_action, \ argument
1240 {name, sclass, to_client, short_help, extra_help, NULL, SSET_STRING, \
2850 return _(pset->extra_help); in setting_extra_help()
[all …]
/dports/misc/xplr/xplr-0.17.0/src/
H A Dinit.lua786 extra_help = nil,
1030 extra_help = nil,
1112 extra_help = nil,
1155 extra_help = nil,
1196 extra_help = nil,
1238 extra_help = nil,
1281 extra_help = nil,
1330 extra_help = nil,
1369 extra_help = nil,
1434 extra_help = nil,
[all …]
H A Dconfig.rs350 pub extra_help: Option<String>, field
366 let extra_help_lines = self.extra_help.clone().map(|e| { in help_menu()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/monitoring/
H A Dresource_args.py93 def CreateNotificationChannelResourceArg(arg_name, extra_help, required=True, argument
115 help_stem + extra_help,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Dusage_text.py278 extra_help = []
283 extra_help.append('Overrides the default *{0}* property value'
289 extra_help.append('Use *{}* to disable.'.format(
295 extra_help.append(
300 extra_help.append(
322 extra_help.append(
328 extra_help.append('_{metavar}_ must be {one_of}: {choices}.'.format(
333 if extra_help:
336 extra_help_message = ' '.join(extra_help)
/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Dflags.rs343 let mut extra_help = String::new(); in parse() localVariable
351 extra_help.push_str(maybe_rules_help.unwrap_or_default().as_str()); in parse()
353 extra_help.push_str( in parse()
360 if !extra_help.is_empty() { in parse()
361 println!("{}", extra_help); in parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gae_ts_mon/gae_ts_mon/third_party/oauth2client/
H A Dclient.py1064 extra_help = (' (pointed to by ' + GOOGLE_APPLICATION_CREDENTIALS +
1067 application_default_credential_filename, extra_help, error)
1072 extra_help = (' (produced automatically when running'
1074 _raise_exception_for_reading_json(well_known_file, extra_help, error)
1102 extra_help = ' (provided as parameter to the from_stream() method)'
1104 extra_help,
1228 extra_help, argument
1232 credential_file + extra_help + ': ' + str(error))
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/oauth2client/oauth2client/
H A Dclient.py1211 extra_help = (' (produced automatically when running'
1216 extra_help = (' (pointed to by ' + GOOGLE_APPLICATION_CREDENTIALS +
1231 extra_help, error)
1292 extra_help = (' (provided as parameter to the '
1295 extra_help,
1425 extra_help, argument
1429 credential_file + extra_help + ': ' + str(error))
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/oauth2client_4_0/
H A Dclient.py1212 extra_help = (' (produced automatically when running'
1217 extra_help = (' (pointed to by ' + GOOGLE_APPLICATION_CREDENTIALS +
1232 extra_help, error)
1293 extra_help = (' (provided as parameter to the '
1296 extra_help,
1426 extra_help, argument
1430 credential_file + extra_help + ': ' + str(error))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
H A Dclient.py1211 extra_help = (' (produced automatically when running'
1216 extra_help = (' (pointed to by ' + GOOGLE_APPLICATION_CREDENTIALS +
1231 extra_help, error)
1292 extra_help = (' (provided as parameter to the '
1295 extra_help,
1425 extra_help, argument
1429 credential_file + extra_help + ': ' + str(error))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/oauth2client/oauth2client/
H A Dclient.py1149 extra_help = (' (produced automatically when running'
1154 extra_help = (' (pointed to by ' + GOOGLE_APPLICATION_CREDENTIALS +
1163 _raise_exception_for_reading_json(credentials_filename, extra_help, error)
1228 extra_help = ' (provided as parameter to the from_stream() method)'
1230 extra_help,
1368 extra_help, argument
1372 credential_file + extra_help + ': ' + str(error))
/dports/security/py-oauth2client/oauth2client-4.1.3/oauth2client/
H A Dclient.py1211 extra_help = (' (produced automatically when running'
1216 extra_help = (' (pointed to by ' + GOOGLE_APPLICATION_CREDENTIALS +
1231 extra_help, error)
1292 extra_help = (' (provided as parameter to the '
1295 extra_help,
1425 extra_help, argument
1429 credential_file + extra_help + ': ' + str(error))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/oauth2client/
H A Dclient.py1270 extra_help = (' (produced automatically when running'
1275 extra_help = (' (pointed to by ' + GOOGLE_APPLICATION_CREDENTIALS +
1290 extra_help, error)
1351 extra_help = (' (provided as parameter to the '
1354 extra_help,
1484 extra_help, argument
1488 credential_file + extra_help + ': ' + str(error))
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/oauth2client/
H A Dclient.py1324 extra_help = (' (produced automatically when running'
1329 extra_help = (' (pointed to by ' + GOOGLE_APPLICATION_CREDENTIALS +
1344 extra_help, error)
1405 extra_help = (' (provided as parameter to the '
1408 extra_help,
1538 extra_help, argument
1542 credential_file + extra_help + ': ' + str(error))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/oauth2client/oauth2client/
H A Dclient.py1338 extra_help = (' (produced automatically when running'
1343 extra_help = (' (pointed to by ' + GOOGLE_APPLICATION_CREDENTIALS +
1358 extra_help, error)
1419 extra_help = (' (provided as parameter to the '
1422 extra_help,
1552 extra_help, argument
1556 credential_file + extra_help + ': ' + str(error))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/oauth2client/
H A Dclient.py1267 extra_help = (' (produced automatically when running'
1272 extra_help = (' (pointed to by ' + GOOGLE_APPLICATION_CREDENTIALS +
1287 extra_help, error)
1348 extra_help = (' (provided as parameter to the '
1351 extra_help,
1490 extra_help, argument
1494 credential_file + extra_help + ': ' + str(error))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/monitoring/policies/
H A Dcreate.py56 extra_help="""\
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/ext/libav/
H A Dgstavcfg.c224 gint flags, const gchar * extra_help, GHashTable * overrides) in install_opts() argument
263 help = g_strdup_printf ("%s%s", opt->help, extra_help); in install_opts()

1234