Home
last modified time | relevance | path

Searched refs:argInt (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/mephux/common/common-c3a670c8b76e/
H A Dconvert.go66 s = strconv.FormatFloat(float64(v), 'f', argInt(args).Get(0, -1), argInt(args).Get(1, 32))
68 s = strconv.FormatFloat(v, 'f', argInt(args).Get(0, -1), argInt(args).Get(1, 64))
70 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
72 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
74 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
76 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
78 s = strconv.FormatInt(v, argInt(args).Get(0, 10))
80 s = strconv.FormatUint(uint64(v), argInt(args).Get(0, 10))
88 s = strconv.FormatUint(v, argInt(args).Get(0, 10))
99 type argInt []int type
[all …]
/dports/irc/komanda-cli/komanda-cli-b5ba03b/vendor/github.com/mephux/common/
H A Dconvert.go66 s = strconv.FormatFloat(float64(v), 'f', argInt(args).Get(0, -1), argInt(args).Get(1, 32))
68 s = strconv.FormatFloat(v, 'f', argInt(args).Get(0, -1), argInt(args).Get(1, 64))
70 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
72 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
74 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
76 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
78 s = strconv.FormatInt(v, argInt(args).Get(0, 10))
80 s = strconv.FormatUint(uint64(v), argInt(args).Get(0, 10))
88 s = strconv.FormatUint(v, argInt(args).Get(0, 10))
99 type argInt []int type
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/unknwon/com/
H A Dconvert.go82 s = strconv.FormatFloat(float64(v), 'f', argInt(args).Get(0, -1), argInt(args).Get(1, 32))
84 s = strconv.FormatFloat(v, 'f', argInt(args).Get(0, -1), argInt(args).Get(1, 64))
86 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
88 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
90 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
92 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
94 s = strconv.FormatInt(v, argInt(args).Get(0, 10))
96 s = strconv.FormatUint(uint64(v), argInt(args).Get(0, 10))
104 s = strconv.FormatUint(v, argInt(args).Get(0, 10))
115 type argInt []int type
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/unknwon/com/
H A Dconvert.go82 s = strconv.FormatFloat(float64(v), 'f', argInt(args).Get(0, -1), argInt(args).Get(1, 32))
84 s = strconv.FormatFloat(v, 'f', argInt(args).Get(0, -1), argInt(args).Get(1, 64))
86 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
88 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
90 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
92 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
94 s = strconv.FormatInt(v, argInt(args).Get(0, 10))
96 s = strconv.FormatUint(uint64(v), argInt(args).Get(0, 10))
104 s = strconv.FormatUint(v, argInt(args).Get(0, 10))
115 type argInt []int type
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/astaxie/beego/orm/
H A Dutils.go166 s = strconv.FormatFloat(float64(v), 'f', argInt(args).Get(0, -1), argInt(args).Get(1, 32))
168 s = strconv.FormatFloat(v, 'f', argInt(args).Get(0, -1), argInt(args).Get(1, 64))
170 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
172 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
174 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
176 s = strconv.FormatInt(int64(v), argInt(args).Get(0, 10))
178 s = strconv.FormatInt(v, argInt(args).Get(0, 10))
180 s = strconv.FormatUint(uint64(v), argInt(args).Get(0, 10))
188 s = strconv.FormatUint(v, argInt(args).Get(0, 10))
292 type argInt []int type
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/rafaeljusto/redigomock/
H A Dcommand_test.go99 argInt := connection.commands[0].Args[1].(int)
100 if argInt != 0 {
101 t.Errorf("Wrong argument defined for command. Expected '0' and got '%v'", argInt)
105 argInt = connection.commands[1].Args[1].(int)
106 if argInt != 0 {
115 argInt = connection.commands[2].Args[1].(int)
116 if argInt != 1 {
125 argInt = connection.commands[3].Args[1].(int)
126 if argInt != 1 {
139 argInt = connection.commands[4].Args[1].(int)
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/utils/
H A Dpdftoppm.cc82 {"-f", argInt, &firstPage, 0,
84 {"-l", argInt, &lastPage, 0,
97 {"-scale-to", argInt, &scaleTo, 0,
99 {"-scale-to-x", argInt, &x_scaleTo, 0,
101 {"-scale-to-y", argInt, &y_scaleTo, 0,
104 {"-x", argInt, &x, 0,
106 {"-y", argInt, &y, 0,
108 {"-W", argInt, &w, 0,
110 {"-H", argInt, &h, 0,
112 {"-sz", argInt, &sz, 0,
/dports/devel/cppcheck/cppcheck-2.6.3/test/cli/proj-suppress-syntaxError/
H A D1.c3 void validCode(int argInt) in validCode() argument
6 if G_UNLIKELY(argInt == 1) {} else if (G_UNLIKELY(argInt == 2)) {} in validCode()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/cli/proj-suppress-syntaxError/
H A D1.c3 void validCode(int argInt) in validCode() argument
6 if G_UNLIKELY(argInt == 1) {} else if (G_UNLIKELY(argInt == 2)) {} in validCode()
/dports/net/ntp/ntp-4.2.8p15/sntp/libopts/
H A Dtime.c60 od->optArg.argInt = (long)val; in optionTimeVal()
125 od->optArg.argInt = tm; in optionTimeDate()
133 if (od->optArg.argInt != BAD_TIME) in optionTimeDate()
134 od->optArg.argInt += (long)time(NULL); in optionTimeDate()
/dports/archivers/sharutils/sharutils-4.15.2/libopts/
H A Dtime.c60 od->optArg.argInt = (long)val; in optionTimeVal()
125 od->optArg.argInt = tm; in optionTimeDate()
133 if (od->optArg.argInt != BAD_TIME) in optionTimeDate()
134 od->optArg.argInt += (long)time(NULL); in optionTimeDate()
/dports/devel/autogen/autogen-5.18.16/columns/
H A Dopts.h160 #define OPT_VALUE_WIDTH (DESC(WIDTH).optArg.argInt)
163 #define OPT_VALUE_COLUMNS (DESC(COLUMNS).optArg.argInt)
166 #define OPT_VALUE_COL_WIDTH (DESC(COL_WIDTH).optArg.argInt)
169 #define OPT_VALUE_TAB_WIDTH (DESC(TAB_WIDTH).optArg.argInt)
172 #define OPT_VALUE_SPREAD (DESC(SPREAD).optArg.argInt)
H A Dopts.c827 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptWidth()
829 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptWidth()
833 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptWidth()
864 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptColumns()
866 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptColumns()
870 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptColumns()
901 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptCol_Width()
903 if (pOptDesc->optArg.argInt == rng[ix].rmin) in doOptCol_Width()
907 if (pOptDesc->optArg.argInt <= rng[ix].rmax) in doOptCol_Width()
939 if (pOptDesc->optArg.argInt < rng[ix].rmin) in doOptSpread()
[all …]
/dports/devel/autogen/autogen-5.18.16/autoopts/
H A Dtime.c60 od->optArg.argInt = (long)val; in optionTimeVal()
127 od->optArg.argInt = tm; in optionTimeDate()
135 if (od->optArg.argInt != BAD_TIME) in optionTimeDate()
136 od->optArg.argInt += (long)time(NULL); in optionTimeDate()
/dports/security/gnutls/gnutls-3.6.16/src/libopts/
H A Dtime.c60 od->optArg.argInt = (long)val; in optionTimeVal()
127 od->optArg.argInt = tm; in optionTimeDate()
135 if (od->optArg.argInt != BAD_TIME) in optionTimeDate()
136 od->optArg.argInt += (long)time(NULL); in optionTimeDate()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/libopts/
H A Dtime.c60 od->optArg.argInt = (long)val; in optionTimeVal()
127 od->optArg.argInt = tm; in optionTimeDate()
135 if (od->optArg.argInt != BAD_TIME) in optionTimeDate()
136 od->optArg.argInt += (long)time(NULL); in optionTimeDate()
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/
H A Dpdf2jpeg.c47 {"-p", argInt, &page, 0,
49 {"-r", argInt, &resolution, 0,
51 {"-q", argInt, &quality, 0,
53 {"-w", argInt, &width, 0,
/dports/graphics/poppler-glib/poppler-21.12.0/utils/
H A Dpdftoppm.cc147 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to print" },
148 { "-l", argInt, &lastPage, 0, "last page to print" },
157 …{ "-scale-to", argInt, &scaleTo, 0, "scales each page to fit within scale-to*scale-to pixel box" },
158 …{ "-scale-to-x", argInt, &x_scaleTo, 0, "scales each page horizontally to fit in scale-to-x pixels…
159 …{ "-scale-to-y", argInt, &y_scaleTo, 0, "scales each page vertically to fit in scale-to-y pixels" …
161 … { "-x", argInt, &param_x, 0, "x-coordinate of the crop area top left corner" },
162 … { "-y", argInt, &param_y, 0, "y-coordinate of the crop area top left corner" },
163 … { "-W", argInt, &param_w, 0, "width of crop area in pixels (default is 0)" },
164 … { "-H", argInt, &param_h, 0, "height of crop area in pixels (default is 0)" },
165 … { "-sz", argInt, &sz, 0, "size of crop square in pixels (sets W and H)" },
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/utils/
H A Dpdftoppm.cc147 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to print" },
148 { "-l", argInt, &lastPage, 0, "last page to print" },
157 …{ "-scale-to", argInt, &scaleTo, 0, "scales each page to fit within scale-to*scale-to pixel box" },
158 …{ "-scale-to-x", argInt, &x_scaleTo, 0, "scales each page horizontally to fit in scale-to-x pixels…
159 …{ "-scale-to-y", argInt, &y_scaleTo, 0, "scales each page vertically to fit in scale-to-y pixels" …
161 … { "-x", argInt, &param_x, 0, "x-coordinate of the crop area top left corner" },
162 … { "-y", argInt, &param_y, 0, "y-coordinate of the crop area top left corner" },
163 … { "-W", argInt, &param_w, 0, "width of crop area in pixels (default is 0)" },
164 … { "-H", argInt, &param_h, 0, "height of crop area in pixels (default is 0)" },
165 … { "-sz", argInt, &sz, 0, "size of crop square in pixels (sets W and H)" },
[all …]
/dports/graphics/poppler/poppler-21.12.0/utils/
H A Dpdftoppm.cc147 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to print" },
148 { "-l", argInt, &lastPage, 0, "last page to print" },
157 …{ "-scale-to", argInt, &scaleTo, 0, "scales each page to fit within scale-to*scale-to pixel box" },
158 …{ "-scale-to-x", argInt, &x_scaleTo, 0, "scales each page horizontally to fit in scale-to-x pixels…
159 …{ "-scale-to-y", argInt, &y_scaleTo, 0, "scales each page vertically to fit in scale-to-y pixels" …
161 … { "-x", argInt, &param_x, 0, "x-coordinate of the crop area top left corner" },
162 … { "-y", argInt, &param_y, 0, "y-coordinate of the crop area top left corner" },
163 … { "-W", argInt, &param_w, 0, "width of crop area in pixels (default is 0)" },
164 … { "-H", argInt, &param_h, 0, "height of crop area in pixels (default is 0)" },
165 … { "-sz", argInt, &sz, 0, "size of crop square in pixels (sets W and H)" },
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/utils/
H A Dpdftoppm.cc147 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to print" },
148 { "-l", argInt, &lastPage, 0, "last page to print" },
157 …{ "-scale-to", argInt, &scaleTo, 0, "scales each page to fit within scale-to*scale-to pixel box" },
158 …{ "-scale-to-x", argInt, &x_scaleTo, 0, "scales each page horizontally to fit in scale-to-x pixels…
159 …{ "-scale-to-y", argInt, &y_scaleTo, 0, "scales each page vertically to fit in scale-to-y pixels" …
161 … { "-x", argInt, &param_x, 0, "x-coordinate of the crop area top left corner" },
162 … { "-y", argInt, &param_y, 0, "y-coordinate of the crop area top left corner" },
163 … { "-W", argInt, &param_w, 0, "width of crop area in pixels (default is 0)" },
164 … { "-H", argInt, &param_h, 0, "height of crop area in pixels (default is 0)" },
165 … { "-sz", argInt, &sz, 0, "size of crop square in pixels (sets W and H)" },
[all …]
/dports/devel/cppcheck/cppcheck-2.6.3/test/cfg/
H A Dgtk.c15 void validCode(int argInt, GHashTableIter * hash_table_iter, GHashTable * hash_table) in validCode() argument
21 if G_UNLIKELY(argInt == 1) {} else if (G_UNLIKELY(argInt == 2)) {} in validCode()
23 if G_LIKELY(argInt == 0) {} else if (G_LIKELY(argInt == -1)) {} in validCode()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/cfg/
H A Dgtk.c15 void validCode(int argInt, GHashTableIter * hash_table_iter, GHashTable * hash_table) in validCode() argument
21 if G_UNLIKELY(argInt == 1) {} else if (G_UNLIKELY(argInt == 2)) {} in validCode()
23 if G_LIKELY(argInt == 0) {} else if (G_LIKELY(argInt == -1)) {} in validCode()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/vet/
H A Dprint.go408 argInt const
439 {'b', numFlag, argInt | argFloat | argComplex},
440 {'c', "-", argRune | argInt},
441 {'d', numFlag, argInt},
448 {'o', sharpNumFlag, argInt},
450 {'q', " -+.0#", argRune | argInt | argString},
454 {'U', "-#", argRune | argInt},
456 {'x', sharpNumFlag, argRune | argInt | argString},
457 {'X', sharpNumFlag, argRune | argInt | argString},
505 if !f.matchArgType(argInt, nil, arg) {
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/expression/operators/
H A DexprOpp.cpp54 argInt = argument_ -> isInteger (); in impliedBound() local
60 if (updateBound (-1, l + ind, argInt ? ceil (- wu - COUENNE_EPS) : - wu)) { in impliedBound()
65 if (updateBound ( 1, u + ind, argInt ? floor (- wl + COUENNE_EPS) : - wl)) { in impliedBound()

12345678910>>...15