Home
last modified time | relevance | path

Searched defs:format (Results 101 – 125 of 33135) sorted by relevance

12345678910>>...1326

/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dformat.go21 type format struct { struct
22 Diff bool `flag:"d" help:"display diffs instead of rewriting files"`
23 Write bool `flag:"w" help:"write result to (source) file instead of stdout"`
24 List bool `flag:"l" help:"list files whose formatting differs from gofmt's"`
26 app *Application
29 func (c *format) Name() string { return "format" }
30 func (c *format) Usage() string { return "<filerange>" }
31 func (c *format) ShortHelp() string { return "format the code according to the go standard" }
32 func (c *format) DetailedHelp(f *flag.FlagSet) {
47 func (c *format) Run(ctx context.Context, args ...string) error {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/tools/tools-113979e3529a/internal/lsp/cmd/
H A Dformat.go21 type format struct { struct
22 Diff bool `flag:"d" help:"display diffs instead of rewriting files"`
23 Write bool `flag:"w" help:"write result to (source) file instead of stdout"`
24 List bool `flag:"l" help:"list files whose formatting differs from gofmt's"`
26 app *Application
29 func (c *format) Name() string { return "format" }
30 func (c *format) Usage() string { return "<filerange>" }
31 func (c *format) ShortHelp() string { return "format the code according to the go standard" }
32 func (c *format) DetailedHelp(f *flag.FlagSet) {
47 func (c *format) Run(ctx context.Context, args ...string) error {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dformat.go21 type format struct { struct
22 Diff bool `flag:"d" help:"display diffs instead of rewriting files"`
23 Write bool `flag:"w" help:"write result to (source) file instead of stdout"`
24 List bool `flag:"l" help:"list files whose formatting differs from gofmt's"`
26 app *Application
29 func (c *format) Name() string { return "format" }
30 func (c *format) Usage() string { return "<filerange>" }
31 func (c *format) ShortHelp() string { return "format the code according to the go standard" }
32 func (c *format) DetailedHelp(f *flag.FlagSet) {
47 func (c *format) Run(ctx context.Context, args ...string) error {
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dformat.go21 type format struct { struct
22 Diff bool `flag:"d" help:"display diffs instead of rewriting files"`
23 Write bool `flag:"w" help:"write result to (source) file instead of stdout"`
24 List bool `flag:"l" help:"list files whose formatting differs from gofmt's"`
26 app *Application
29 func (c *format) Name() string { return "format" }
30 func (c *format) Usage() string { return "<filerange>" }
31 func (c *format) ShortHelp() string { return "format the code according to the go standard" }
32 func (c *format) DetailedHelp(f *flag.FlagSet) {
47 func (c *format) Run(ctx context.Context, args ...string) error {
/dports/sysutils/istio/istio-1.6.7/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dformat.go21 type format struct { struct
22 Diff bool `flag:"d" help:"display diffs instead of rewriting files"`
23 Write bool `flag:"w" help:"write result to (source) file instead of stdout"`
24 List bool `flag:"l" help:"list files whose formatting differs from gofmt's"`
26 app *Application
29 func (c *format) Name() string { return "format" }
30 func (c *format) Usage() string { return "<filerange>" }
31 func (c *format) ShortHelp() string { return "format the code according to the go standard" }
32 func (c *format) DetailedHelp(f *flag.FlagSet) {
47 func (c *format) Run(ctx context.Context, args ...string) error {
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dformat.go21 type format struct { struct
22 Diff bool `flag:"d" help:"display diffs instead of rewriting files"`
23 Write bool `flag:"w" help:"write result to (source) file instead of stdout"`
24 List bool `flag:"l" help:"list files whose formatting differs from gofmt's"`
26 app *Application
29 func (c *format) Name() string { return "format" }
30 func (c *format) Usage() string { return "<filerange>" }
31 func (c *format) ShortHelp() string { return "format the code according to the go standard" }
32 func (c *format) DetailedHelp(f *flag.FlagSet) {
47 func (c *format) Run(ctx context.Context, args ...string) error {
/dports/sysutils/terraform/terraform-1.0.11/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dformat.go21 type format struct { struct
22 Diff bool `flag:"d" help:"display diffs instead of rewriting files"`
23 Write bool `flag:"w" help:"write result to (source) file instead of stdout"`
24 List bool `flag:"l" help:"list files whose formatting differs from gofmt's"`
26 app *Application
29 func (c *format) Name() string { return "format" }
30 func (c *format) Usage() string { return "<filerange>" }
31 func (c *format) ShortHelp() string { return "format the code according to the go standard" }
32 func (c *format) DetailedHelp(f *flag.FlagSet) {
47 func (c *format) Run(ctx context.Context, args ...string) error {
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dformat.go21 type format struct { struct
22 Diff bool `flag:"d" help:"display diffs instead of rewriting files"`
23 Write bool `flag:"w" help:"write result to (source) file instead of stdout"`
24 List bool `flag:"l" help:"list files whose formatting differs from gofmt's"`
26 app *Application
29 func (c *format) Name() string { return "format" }
30 func (c *format) Usage() string { return "<filerange>" }
31 func (c *format) ShortHelp() string { return "format the code according to the go standard" }
32 func (c *format) DetailedHelp(f *flag.FlagSet) {
47 func (c *format) Run(ctx context.Context, args ...string) error {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dformat.go21 type format struct { struct
22 Diff bool `flag:"d" help:"display diffs instead of rewriting files"`
23 Write bool `flag:"w" help:"write result to (source) file instead of stdout"`
24 List bool `flag:"l" help:"list files whose formatting differs from gofmt's"`
26 app *Application
29 func (c *format) Name() string { return "format" }
30 func (c *format) Usage() string { return "<filerange>" }
31 func (c *format) ShortHelp() string { return "format the code according to the go standard" }
32 func (c *format) DetailedHelp(f *flag.FlagSet) {
47 func (c *format) Run(ctx context.Context, args ...string) error {
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/kernel/
H A Dcomment.php68 public function id($format = 'N')
78 public function com_id($format = '')
88 public function com_pid($format = '')
108 public function com_icon($format = '')
128 public function com_text($format = '')
158 public function com_uid($format = '')
189 public function com_url($format = '')
200 public function com_ip($format = '')
210 public function com_sig($format = '')
260 public function dohtml($format = '')
[all …]
H A Dblock.php81 public function id($format = 'n')
91 public function bid($format = '')
101 public function mid($format = '')
121 public function options($format = '')
131 public function name($format = '')
141 public function title($format = '')
151 public function content($format = '')
161 public function side($format = '')
171 public function weight($format = '')
181 public function visible($format = '')
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_string_field.cc99 Formatter format(printer, variables_); in GeneratePrivateMembers() local
120 Formatter format(printer, variables_); in GenerateStaticMembers() local
134 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
210 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
391 Formatter format(printer, variables_); in GenerateNonInlineAccessorDefinitions() local
401 Formatter format(printer, variables_); in GenerateClearingCode() local
425 Formatter format(printer, variables_); in GenerateMessageClearingCode() local
480 Formatter format(printer, variables_); in GenerateMergingCode() local
492 Formatter format(printer, variables_); in GenerateSwappingCode() local
503 Formatter format(printer, variables_); in GenerateConstructorCode() local
[all …]
H A Dcpp_primitive_field.cc131 Formatter format(printer, variables_); in GeneratePrivateMembers() local
137 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
146 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
160 Formatter format(printer, variables_); in GenerateClearingCode() local
165 Formatter format(printer, variables_); in GenerateMergingCode() local
170 Formatter format(printer, variables_); in GenerateSwappingCode() local
176 Formatter format(printer, variables_); in GenerateConstructorCode() local
182 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local
188 Formatter format(printer, variables_); in GenerateMergeFromCodedStream() local
199 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizes() local
[all …]
H A Dcpp_enum_field.cc71 Formatter format(printer, variables_); in GeneratePrivateMembers() local
77 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
86 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
104 Formatter format(printer, variables_); in GenerateClearingCode() local
109 Formatter format(printer, variables_); in GenerateMergingCode() local
114 Formatter format(printer, variables_); in GenerateSwappingCode() local
119 Formatter format(printer, variables_); in GenerateConstructorCode() local
125 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local
131 Formatter format(printer, variables_); in GenerateMergeFromCodedStream() local
162 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizes() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_string_field.cc99 Formatter format(printer, variables_); in GeneratePrivateMembers() local
120 Formatter format(printer, variables_); in GenerateStaticMembers() local
134 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
210 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
391 Formatter format(printer, variables_); in GenerateNonInlineAccessorDefinitions() local
401 Formatter format(printer, variables_); in GenerateClearingCode() local
425 Formatter format(printer, variables_); in GenerateMessageClearingCode() local
480 Formatter format(printer, variables_); in GenerateMergingCode() local
492 Formatter format(printer, variables_); in GenerateSwappingCode() local
503 Formatter format(printer, variables_); in GenerateConstructorCode() local
[all …]
H A Dcpp_primitive_field.cc131 Formatter format(printer, variables_); in GeneratePrivateMembers() local
137 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
146 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
160 Formatter format(printer, variables_); in GenerateClearingCode() local
165 Formatter format(printer, variables_); in GenerateMergingCode() local
170 Formatter format(printer, variables_); in GenerateSwappingCode() local
176 Formatter format(printer, variables_); in GenerateConstructorCode() local
182 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local
188 Formatter format(printer, variables_); in GenerateMergeFromCodedStream() local
199 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizes() local
[all …]
H A Dcpp_enum_field.cc71 Formatter format(printer, variables_); in GeneratePrivateMembers() local
77 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
86 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
104 Formatter format(printer, variables_); in GenerateClearingCode() local
109 Formatter format(printer, variables_); in GenerateMergingCode() local
114 Formatter format(printer, variables_); in GenerateSwappingCode() local
119 Formatter format(printer, variables_); in GenerateConstructorCode() local
125 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local
131 Formatter format(printer, variables_); in GenerateMergeFromCodedStream() local
162 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizes() local
[all …]
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dstringformat.c34 gdip_string_format_clear (GpStringFormat *format) in gdip_string_format_clear()
117 GdipStringFormatGetGenericDefault (GpStringFormat **format) in GdipStringFormatGetGenericDefault()
131 GdipStringFormatGetGenericTypographic (GpStringFormat **format) in GdipStringFormatGetGenericTypographic()
193 GdipDeleteStringFormat (GpStringFormat *format) in GdipDeleteStringFormat()
209 GdipSetStringFormatAlign (GpStringFormat *format, StringAlignment align) in GdipSetStringFormatAlign()
229 GdipSetStringFormatLineAlign (GpStringFormat *format, StringAlignment align) in GdipSetStringFormatLineAlign()
249 GdipSetStringFormatHotkeyPrefix (GpStringFormat *format, INT hotkeyPrefix) in GdipSetStringFormatHotkeyPrefix()
269 GdipSetStringFormatFlags (GpStringFormat *format, INT flags) in GdipSetStringFormatFlags()
279 GdipGetStringFormatFlags (GDIPCONST GpStringFormat *format, INT *flags) in GdipGetStringFormatFlags()
289 GdipSetStringFormatTrimming (GpStringFormat *format, StringTrimming trimming) in GdipSetStringFormatTrimming()
[all …]
/dports/www/varnish_exporter/prometheus_varnish_exporter-1.6/test/scrape/
H A D6.0.0.json5 "flag": "c", "format": "d", string
10 "flag": "c", "format": "i", string
15 "flag": "c", "format": "i", string
20 "flag": "c", "format": "i", string
25 "flag": "c", "format": "i", string
30 "flag": "c", "format": "i", string
35 "flag": "c", "format": "i", string
40 "flag": "c", "format": "i", string
45 "flag": "c", "format": "d", string
50 "flag": "c", "format": "i", string
[all …]
H A D5.2.0.json5 "flag": "c", "format": "d", string
10 "flag": "c", "format": "i", string
15 "flag": "c", "format": "i", string
20 "flag": "c", "format": "i", string
25 "flag": "c", "format": "i", string
30 "flag": "c", "format": "i", string
35 "flag": "c", "format": "i", string
40 "flag": "c", "format": "i", string
45 "flag": "c", "format": "d", string
50 "flag": "c", "format": "i", string
[all …]
H A D6.5.1.json8 "format": "d", string
14 "format": "i", string
20 "format": "i", string
26 "format": "i", string
32 "format": "i", string
38 "format": "i", string
44 "format": "i", string
50 "format": "i", string
56 "format": "d", string
62 "format": "i", string
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qvideosurfaceformat/
H A Dtst_qvideosurfaceformat.cpp110 QVideoSurfaceFormat format; in constructNull() local
172 QVideoSurfaceFormat format(frameSize, pixelFormat, handleType); in construct() local
208 QVideoSurfaceFormat format(initialSize, QVideoFrame::Format_RGB32); in frameSize() local
254 QVideoSurfaceFormat format(initialSize, QVideoFrame::Format_RGB32); in viewport() local
267 QVideoSurfaceFormat format(initialSize, QVideoFrame::Format_RGB32); in viewport() local
292 QVideoSurfaceFormat format(QSize(16, 16), QVideoFrame::Format_RGB32); in scanLineDirection() local
302 QVideoSurfaceFormat format(QSize(16, 16), QVideoFrame::Format_RGB32); in scanLineDirection() local
332 QVideoSurfaceFormat format(QSize(64, 64), QVideoFrame::Format_RGB32); in frameRate() local
461 QVideoSurfaceFormat format(frameSize, QVideoFrame::Format_RGB32); in sizeHint() local
471 QVideoSurfaceFormat format(QSize(64, 64), QVideoFrame::Format_RGB32); in staticPropertyNames() local
[all …]
/dports/devel/protobuf/protobuf-3.17.3/src/google/protobuf/compiler/cpp/
H A Dcpp_enum_field.cc71 Formatter format(printer, variables_); in GeneratePrivateMembers() local
77 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
90 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
116 Formatter format(printer, variables_); in GenerateClearingCode() local
121 Formatter format(printer, variables_); in GenerateMergingCode() local
126 Formatter format(printer, variables_); in GenerateSwappingCode() local
131 Formatter format(printer, variables_); in GenerateConstructorCode() local
137 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local
143 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizesToArray() local
151 Formatter format(printer, variables_); in GenerateByteSize() local
[all …]
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum_field.cc71 Formatter format(printer, variables_); in GeneratePrivateMembers() local
77 Formatter format(printer, variables_); in GenerateAccessorDeclarations() local
90 Formatter format(printer, variables_); in GenerateInlineAccessorDefinitions() local
116 Formatter format(printer, variables_); in GenerateClearingCode() local
121 Formatter format(printer, variables_); in GenerateMergingCode() local
126 Formatter format(printer, variables_); in GenerateSwappingCode() local
131 Formatter format(printer, variables_); in GenerateConstructorCode() local
137 Formatter format(printer, variables_); in GenerateCopyConstructorCode() local
143 Formatter format(printer, variables_); in GenerateSerializeWithCachedSizesToArray() local
151 Formatter format(printer, variables_); in GenerateByteSize() local
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/generated/
H A Dvk_format_utils.cpp943 bool FormatIsUNORM(VkFormat format) { in FormatIsUNORM()
1048 bool FormatIsSNORM(VkFormat format) { in FormatIsSNORM()
1075 bool FormatIsUSCALED(VkFormat format) { in FormatIsUSCALED()
1100 bool FormatIsSSCALED(VkFormat format) { in FormatIsSSCALED()
1125 bool FormatIsUINT(VkFormat format) { in FormatIsUINT()
1159 bool FormatIsSINT(VkFormat format) { in FormatIsSINT()
1192 bool FormatIsSRGB(VkFormat format) { in FormatIsSRGB()
1239 bool FormatIsSFLOAT(VkFormat format) { in FormatIsSFLOAT()
1279 bool FormatIsUFLOAT(VkFormat format) { in FormatIsUFLOAT()
1489 bool FormatIsDepthOnly(VkFormat format) { in FormatIsDepthOnly()
[all …]

12345678910>>...1326