Home
last modified time | relevance | path

Searched refs:shorthand (Results 1 – 25 of 10528) sorted by relevance

12345678910>>...422

/dports/net/rclone/rclone-1.57.0/fs/config/flags/
H A Dflags.go58 out = pflag.StringP(name, shorthand, value, usage)
67 flags.StringVarP(p, name, shorthand, value, usage)
75 out = pflag.BoolP(name, shorthand, value, usage)
84 flags.BoolVarP(p, name, shorthand, value, usage)
92 out = pflag.IntP(name, shorthand, value, usage)
101 out = pflag.Int64P(name, shorthand, value, usage)
118 flags.IntVarP(p, name, shorthand, value, usage)
168 pflag.VarP(value, name, shorthand, usage)
176 flags.VarP(value, name, shorthand, usage)
205 out = pflag.CountP(name, shorthand, usage)
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssshorthandproperty.c74 shorthand->assign (shorthand, props, state, value); in _gtk_css_shorthand_property_assign()
85 shorthand->query (shorthand, value, query_func, query_data); in _gtk_css_shorthand_property_query()
97 data = g_new0 (GtkCssValue *, shorthand->subproperties->len); in gtk_css_shorthand_property_parse_value()
104 for (i = 0; i < shorthand->subproperties->len; i++) in gtk_css_shorthand_property_parse_value()
117 for (i = 0; i < shorthand->subproperties->len; i++) in gtk_css_shorthand_property_parse_value()
128 for (i = 0; i < shorthand->subproperties->len; i++) in gtk_css_shorthand_property_parse_value()
133 else if (!shorthand->parse (shorthand, data, parser)) in gtk_css_shorthand_property_parse_value()
135 for (i = 0; i < shorthand->subproperties->len; i++) in gtk_css_shorthand_property_parse_value()
147 for (i = 0; i < shorthand->subproperties->len; i++) in gtk_css_shorthand_property_parse_value()
193 return g_ptr_array_index (shorthand->subproperties, property); in _gtk_css_shorthand_property_get_subproperty()
[all …]
/dports/graphics/py-altair/altair-4.1.0/altair/vegalite/v3/schema/
H A Dchannels.py27 if shorthand is Undefined:
54 self.shorthand = Undefined
274 super(Color, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
953 super(Fill, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
1368 super(Href, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
2264 super(Opacity, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
2802 super(Shape, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
3024 super(Size, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
3246 super(Stroke, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
3884 super(Text, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
[all …]
/dports/graphics/py-altair/altair-4.1.0/altair/vegalite/v4/schema/
H A Dchannels.py27 if shorthand is Undefined:
54 self.shorthand = Undefined
278 super(Color, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
1051 super(Fill, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
1479 super(Href, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
2385 super(Opacity, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
2952 super(Shape, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
3177 super(Size, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
3401 super(Stroke, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
4278 super(Text, self).__init__(shorthand=shorthand, aggregate=aggregate, bin=bin,
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/css/parser/
H A Dborder-radius-shorthand.errors1 border-radius-shorthand.css:64: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
2 border-radius-shorthand.css:68: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
3 border-radius-shorthand.css:72: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
4 border-radius-shorthand.css:76: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
5 border-radius-shorthand.css:80: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
6 border-radius-shorthand.css:84: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
7 border-radius-shorthand.css:88: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
8 border-radius-shorthand.css:92: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
9 border-radius-shorthand.css:96: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
10 border-radius-shorthand.css:100: error: GTK_CSS_PROVIDER_ERROR_SYNTAX
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/css/parser/
H A Dborder-radius-shorthand.errors1 border-radius-shorthand.css:64:18-22: error: GTK_CSS_PARSER_ERROR_UNKNOWN_VALUE
2 border-radius-shorthand.css:68:22-26: error: GTK_CSS_PARSER_ERROR_UNKNOWN_VALUE
3 border-radius-shorthand.css:72:26-30: error: GTK_CSS_PARSER_ERROR_UNKNOWN_VALUE
4 border-radius-shorthand.css:76:30-34: error: GTK_CSS_PARSER_ERROR_UNKNOWN_VALUE
5 border-radius-shorthand.css:80:36-40: error: GTK_CSS_PARSER_ERROR_UNKNOWN_VALUE
6 border-radius-shorthand.css:84:40-44: error: GTK_CSS_PARSER_ERROR_UNKNOWN_VALUE
9 border-radius-shorthand.css:96:18-19: error: GTK_CSS_PARSER_ERROR_SYNTAX
10 border-radius-shorthand.css:100:18-19: error: GTK_CSS_PARSER_ERROR_SYNTAX
11 border-radius-shorthand.css:104:23-24: error: GTK_CSS_PARSER_ERROR_SYNTAX
12 border-radius-shorthand.css:108:34-37: error: GTK_CSS_PARSER_ERROR_SYNTAX
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssshorthandproperty.c69 GtkCssShorthandProperty *shorthand = GTK_CSS_SHORTHAND_PROPERTY (property); in gtk_css_shorthand_property_parse_value() local
70 const guint n_props = shorthand->subproperties->len; in gtk_css_shorthand_property_parse_value()
103 else if (!shorthand->parse (shorthand, data, parser)) in gtk_css_shorthand_property_parse_value()
147 _gtk_css_shorthand_property_init (GtkCssShorthandProperty *shorthand) in _gtk_css_shorthand_property_init() argument
149 shorthand->subproperties = g_ptr_array_new_with_free_func (g_object_unref); in _gtk_css_shorthand_property_init()
153 _gtk_css_shorthand_property_get_subproperty (GtkCssShorthandProperty *shorthand, in _gtk_css_shorthand_property_get_subproperty() argument
156 g_return_val_if_fail (GTK_IS_CSS_SHORTHAND_PROPERTY (shorthand), NULL); in _gtk_css_shorthand_property_get_subproperty()
157 g_return_val_if_fail (property < shorthand->subproperties->len, NULL); in _gtk_css_shorthand_property_get_subproperty()
159 return g_ptr_array_index (shorthand->subproperties, property); in _gtk_css_shorthand_property_get_subproperty()
165 g_return_val_if_fail (GTK_IS_CSS_SHORTHAND_PROPERTY (shorthand), 0); in _gtk_css_shorthand_property_get_n_subproperties()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/lint/
H A Dlint-shorthand-field.stderr2 --> $DIR/lint-shorthand-field.rs:14:13
5 | ^^^^ help: use shorthand field pattern: `x`
8 --> $DIR/lint-shorthand-field.rs:4:9
14 --> $DIR/lint-shorthand-field.rs:15:13
17 | ^^^^^^^^ help: use shorthand field pattern: `ref y`
20 --> $DIR/lint-shorthand-field.rs:65:13
23 | ^^^^^^^^ help: use shorthand field pattern: `mut x`
26 --> $DIR/lint-shorthand-field.rs:66:13
29 | ^^^^^^^^ help: use shorthand field pattern: `ref y`
32 --> $DIR/lint-shorthand-field.rs:67:13
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/net/inlets/inlets-3.0.2/vendor/github.com/spf13/pflag/pflag-1.0.5/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/spf13/pflag/pflag-1.0.3/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/net/madonctl/madonctl-8d3e9fa/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/devel/gh/cli-2.4.0/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/net/evans/evans-0.9.1/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/sysutils/brename/brename-2.11.1/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]
/dports/misc/timetrace/timetrace-0.14.2/vendor/github.com/spf13/pflag/
H A Dbytes.go71 f.VarP(newBytesHexValue(value, p), name, shorthand, usage)
81 func BytesHexVarP(p *[]byte, name, shorthand string, value []byte, usage string) {
82 CommandLine.VarP(newBytesHexValue(value, p), name, shorthand, usage)
96 f.BytesHexVarP(p, name, shorthand, value, usage)
107 func BytesHexP(name, shorthand string, value []byte, usage string) *[]byte {
108 return CommandLine.BytesHexP(name, shorthand, value, usage)
171 f.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
182 CommandLine.VarP(newBytesBase64Value(value, p), name, shorthand, usage)
196 f.BytesBase64VarP(p, name, shorthand, value, usage)
207 func BytesBase64P(name, shorthand string, value []byte, usage string) *[]byte {
[all …]

12345678910>>...422