Home
last modified time | relevance | path

Searched defs:Args (Results 76 – 100 of 14852) sorted by relevance

12345678910>>...595

/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/api/types/filters/
H A Dparse.go15 type Args struct { struct
16 fields map[string]map[string]bool
40 func (args Args) MarshalJSON() ([]byte, error) {
48 func ToJSON(a Args) (string, error) {
99 func (args Args) UnmarshalJSON(raw []byte) error {
107 func (args Args) Get(key string) []string {
120 func (args Args) Add(key, value string) {
129 func (args Args) Del(key, value string) {
139 func (args Args) Len() int {
236 func (args Args) Contains(field string) bool {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/api/types/filters/
H A Dparse.go15 type Args struct { struct
16 fields map[string]map[string]bool
40 func (args Args) MarshalJSON() ([]byte, error) {
48 func ToJSON(a Args) (string, error) {
99 func (args Args) UnmarshalJSON(raw []byte) error {
107 func (args Args) Get(key string) []string {
120 func (args Args) Add(key, value string) {
129 func (args Args) Del(key, value string) {
139 func (args Args) Len() int {
236 func (args Args) Contains(field string) bool {
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/fx/
H A Draindropfilter.h47 struct Q_DECL_HIDDEN Args struct
49 explicit Args() in Args() function
62 uint start;
63 uint stop;
64 DImg* orgImage;
65 DImg* destImage;
66 int MinDropSize;
67 int MaxDropSize;
68 int Coeff;
69 bool bLimitRange;
[all …]
H A Ddistortionfxfilter.h71 explicit Args() in Args() argument
99 int start;
100 int stop;
101 int h;
102 int w;
105 double Coeff;
107 int dist;
113 bool Mode;
114 int X;
115 int Y;
[all …]
H A Dblurfxfilter.h67 explicit Args() in Args() function
96 uint start;
97 uint stop;
98 uint h;
99 uint w;
102 int X;
103 int Y;
106 int nCount;
118 int SizeW;
119 int SizeH;
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustybuzz-0.1.1/examples/
H A Dshape.rs45 struct Args { struct
46 help: bool,
47 version: bool,
71 fn parse_args() -> Result<Args, pico_args::Error> { in parse_args() argument
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/lc/
H A Dlocalcontrastfilter.h50 struct Q_DECL_HIDDEN Args struct
52 explicit Args() in Args() function
64 uint start;
65 uint stop;
66 float a;
67 float* data;
68 int sizex;
69 int sizey;
70 float blur;
71 float denormal_remove;
/dports/www/fabio/fabio-1.5.14/demo/server/
H A Dserver.go57 type Args struct { struct
58 addr string
59 consul string
60 name string
61 proto string
62 token string
63 certFile string
64 keyFile string
65 status int
66 prefixes []string
[all …]
/dports/math/pdal/PDAL-2.3.0/kernels/
H A DGroundKernel.cpp58 double slope;
59 double maxDistance;
61 double cellSize;
62 bool extract;
63 bool reset;
64 bool denoise;
65 StringList returns;
66 double scalar;
67 double threshold;
68 double cut;
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/aws/aws-sdk-go/models/apis/ecr/2015-09-21/
H A Dwaiters-2.json23 },
25 …"description": "Wait until a lifecycle policy preview request is complete and results can be acces…
28 "maxAttempts": 20,
31 "state": "success",
34 "expected": "COMPLETE"
37 "state": "failure",
40 "expected": "FAILED"
43 }
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/sharp/
H A Drefocusfilter.h44 struct Q_DECL_HIDDEN Args struct
46 explicit Args() in Args() argument
57 uchar* orgData;
58 uchar* destData;
59 int width;
60 int height;
61 bool sixteenBit;
62 double* matrix;
63 uint mat_size;
H A Dsharpenfilter.h43 struct Q_DECL_HIDDEN Args struct
45 explicit Args() in Args() function
55 uint start;
56 uint stop;
57 uint y;
58 long kernelWidth;
59 double* normal_kernel;
60 long halfKernelWidth;
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/usvg-0.11.0/src/
H A Dmain.rs91 struct Args { struct
92 help: bool,
93 version: bool,
94 stdout: bool,
96 dpi: u32,
97 languages: Vec<String>,
98 shape_rendering: usvg::ShapeRendering,
99 text_rendering: usvg::TextRendering,
123 fn collect_args() -> Result<Args, pico_args::Error> { in collect_args() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/perfetto_cmd/
H A Drate_limiter.h27 struct Args { struct
40 bool ShouldTrace(const Args& args); argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/perfetto_cmd/
H A Drate_limiter.h27 struct Args { struct
40 bool ShouldTrace(const Args& args); argument
/dports/devel/grpc/grpc-1.42.0/src/core/ext/filters/client_channel/
H A Ddynamic_filters.h38 struct Args { struct
49 Call(Args args, grpc_error_handle* error); argument
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/filters/client_channel/
H A Ddynamic_filters.h38 struct Args { struct
49 Call(Args args, grpc_error_handle* error); argument
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/filters/client_channel/
H A Ddynamic_filters.h38 struct Args { struct
49 Call(Args args, grpc_error_handle* error); argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp101 const char *Args[] = {""}; in TEST_F() local
135 const char *Args[] = {""}; in TEST_F() local
169 const char *Args[] = {""}; in TEST_F() local
203 const char *Args[] = {""}; in TEST_F() local
248 const char *Args = {""}; in TEST_F() local
289 const char *Args[] = {""}; in TEST_F() local
361 const char *Args[] = {""}; in TEST_F() local
430 const char *Args[] = {""}; in TEST_F() local
470 const char *Args[] = {""}; in TEST_F() local
511 const char *Args[] = {""}; in TEST_F() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp101 const char *Args[] = {""}; in TEST_F() local
135 const char *Args[] = {""}; in TEST_F() local
169 const char *Args[] = {""}; in TEST_F() local
203 const char *Args[] = {""}; in TEST_F() local
248 const char *Args = {""}; in TEST_F() local
289 const char *Args[] = {""}; in TEST_F() local
361 const char *Args[] = {""}; in TEST_F() local
430 const char *Args[] = {""}; in TEST_F() local
470 const char *Args[] = {""}; in TEST_F() local
511 const char *Args[] = {""}; in TEST_F() local
[all …]
/dports/editors/helix/helix-0.5.0/helix-term/src/
H A Dargs.rs5 pub struct Args { struct
13 impl Args { argument
/dports/editors/xi-term/xi-term-d264767/cargo-crates/walkdir-2.2.8/examples/
H A Dwalkdir.rs31 struct Args { struct
47 let args: Args = Docopt::new(USAGE) in main() argument
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/walkdir-2.2.8/examples/
H A Dwalkdir.rs31 struct Args { struct
47 let args: Args = Docopt::new(USAGE) in main() argument
/dports/games/dose-response/dose-response-179c326/cargo-crates/walkdir-2.2.7/examples/
H A Dwalkdir.rs31 struct Args { struct
47 let args: Args = Docopt::new(USAGE) in main() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp127 const char *Args[] = {""}; in TEST_F() local
161 const char *Args[] = {""}; in TEST_F() local
195 const char *Args[] = {""}; in TEST_F() local
229 const char *Args[] = {""}; in TEST_F() local
274 const char *Args = {""}; in TEST_F() local
315 const char *Args[] = {""}; in TEST_F() local
387 const char *Args[] = {""}; in TEST_F() local
456 const char *Args[] = {""}; in TEST_F() local
496 const char *Args[] = {""}; in TEST_F() local
910 const char *Args[] = { in TEST_F() local
[all …]

12345678910>>...595