Home
last modified time | relevance | path

Searched refs:toInt64 (Results 1 – 25 of 1924) sorted by relevance

12345678910>>...77

/dports/net/traefik/traefik-2.6.1/vendor/github.com/compose-spec/compose-go/loader/
H A Dinterpolate.go30 servicePath("cpu_count"): toInt64,
32 servicePath("cpu_period"): toInt64,
33 servicePath("cpu_quota"): toInt64,
34 servicePath("cpu_rt_period"): toInt64,
35 servicePath("cpu_rt_runtime"): toInt64,
37 servicePath("cpu_shares"): toInt64,
53 servicePath("oom_score_adj"): toInt64,
54 servicePath("pids_limit"): toInt64,
91 func toInt64(value string) (interface{}, error) { func
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/sodium_compat/src/Core32/Poly1305/
H A DState.php212 $r0 = $this->r[0]->toInt64();
213 $r1 = $this->r[1]->toInt64();
214 $r2 = $this->r[2]->toInt64();
215 $r3 = $this->r[3]->toInt64();
216 $r4 = $this->r[4]->toInt64();
218 $s1 = $r1->toInt64()->mulInt(5, 3);
234 )->toInt64();
239 )->toInt64();
244 )->toInt64();
249 )->toInt64();
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/sodium_compat/src/Core32/Poly1305/
H A DState.php212 $r0 = $this->r[0]->toInt64();
213 $r1 = $this->r[1]->toInt64();
214 $r2 = $this->r[2]->toInt64();
215 $r3 = $this->r[3]->toInt64();
216 $r4 = $this->r[4]->toInt64();
218 $s1 = $r1->toInt64()->mulInt(5, 3);
234 )->toInt64();
239 )->toInt64();
244 )->toInt64();
249 )->toInt64();
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/paragonie/sodium_compat/src/Core32/Poly1305/
H A DState.php212 $r0 = $this->r[0]->toInt64();
213 $r1 = $this->r[1]->toInt64();
214 $r2 = $this->r[2]->toInt64();
215 $r3 = $this->r[3]->toInt64();
216 $r4 = $this->r[4]->toInt64();
218 $s1 = $r1->toInt64()->mulInt(5, 3);
234 )->toInt64();
239 )->toInt64();
244 )->toInt64();
249 )->toInt64();
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/go-task/slim-sprig/
H A Dfunctions.go147 "int64": toInt64,
169 "add1": func(i interface{}) int64 { return toInt64(i) + 1 },
173 a += toInt64(b)
177 "sub": func(a, b interface{}) int64 { return toInt64(a) - toInt64(b) },
178 "div": func(a, b interface{}) int64 { return toInt64(a) / toInt64(b) },
179 "mod": func(a, b interface{}) int64 { return toInt64(a) % toInt64(b) },
181 val := toInt64(a)
183 val = val * toInt64(b)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/Masterminds/sprig/
H A Dfunctions.go154 "int64": toInt64,
174 "add1": func(i interface{}) int64 { return toInt64(i) + 1 },
178 a += toInt64(b)
182 "sub": func(a, b interface{}) int64 { return toInt64(a) - toInt64(b) },
183 "div": func(a, b interface{}) int64 { return toInt64(a) / toInt64(b) },
184 "mod": func(a, b interface{}) int64 { return toInt64(a) % toInt64(b) },
186 val := toInt64(a)
188 val = val * toInt64(b)
H A Dnumeric_test.go98 if target != toInt64(int8(102)) {
101 if target != toInt64(int(102)) {
104 if target != toInt64(int32(102)) {
107 if target != toInt64(int16(102)) {
110 if target != toInt64(int64(102)) {
113 if target != toInt64("102") {
116 if 0 != toInt64("frankie") {
119 if target != toInt64(uint16(102)) {
122 if target != toInt64(uint64(102)) {
125 if target != toInt64(float64(102.1234)) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/go-task/slim-sprig/
H A Dfunctions.go147 "int64": toInt64,
169 "add1": func(i interface{}) int64 { return toInt64(i) + 1 },
173 a += toInt64(b)
177 "sub": func(a, b interface{}) int64 { return toInt64(a) - toInt64(b) },
178 "div": func(a, b interface{}) int64 { return toInt64(a) / toInt64(b) },
179 "mod": func(a, b interface{}) int64 { return toInt64(a) % toInt64(b) },
181 val := toInt64(a)
183 val = val * toInt64(b)
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/Masterminds/sprig/
H A Dfunctions.go154 "int64": toInt64,
174 "add1": func(i interface{}) int64 { return toInt64(i) + 1 },
178 a += toInt64(b)
182 "sub": func(a, b interface{}) int64 { return toInt64(a) - toInt64(b) },
183 "div": func(a, b interface{}) int64 { return toInt64(a) / toInt64(b) },
184 "mod": func(a, b interface{}) int64 { return toInt64(a) % toInt64(b) },
186 val := toInt64(a)
188 val = val * toInt64(b)
H A Dnumeric_test.go98 if target != toInt64(int8(102)) {
101 if target != toInt64(int(102)) {
104 if target != toInt64(int32(102)) {
107 if target != toInt64(int16(102)) {
110 if target != toInt64(int64(102)) {
113 if target != toInt64("102") {
116 if 0 != toInt64("frankie") {
119 if target != toInt64(uint16(102)) {
122 if target != toInt64(uint64(102)) {
125 if target != toInt64(float64(102.1234)) {
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/go-task/slim-sprig/
H A Dfunctions.go147 "int64": toInt64,
169 "add1": func(i interface{}) int64 { return toInt64(i) + 1 },
173 a += toInt64(b)
177 "sub": func(a, b interface{}) int64 { return toInt64(a) - toInt64(b) },
178 "div": func(a, b interface{}) int64 { return toInt64(a) / toInt64(b) },
179 "mod": func(a, b interface{}) int64 { return toInt64(a) % toInt64(b) },
181 val := toInt64(a)
183 val = val * toInt64(b)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-task/slim-sprig/
H A Dfunctions.go147 "int64": toInt64,
169 "add1": func(i interface{}) int64 { return toInt64(i) + 1 },
173 a += toInt64(b)
177 "sub": func(a, b interface{}) int64 { return toInt64(a) - toInt64(b) },
178 "div": func(a, b interface{}) int64 { return toInt64(a) / toInt64(b) },
179 "mod": func(a, b interface{}) int64 { return toInt64(a) % toInt64(b) },
181 val := toInt64(a)
183 val = val * toInt64(b)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/go-task/slim-sprig/
H A Dfunctions.go147 "int64": toInt64,
169 "add1": func(i interface{}) int64 { return toInt64(i) + 1 },
173 a += toInt64(b)
177 "sub": func(a, b interface{}) int64 { return toInt64(a) - toInt64(b) },
178 "div": func(a, b interface{}) int64 { return toInt64(a) / toInt64(b) },
179 "mod": func(a, b interface{}) int64 { return toInt64(a) % toInt64(b) },
181 val := toInt64(a)
183 val = val * toInt64(b)
/dports/security/vault/vault-1.8.2/vendor/github.com/Masterminds/sprig/
H A Dfunctions.go158 "int64": toInt64,
179 "add1": func(i interface{}) int64 { return toInt64(i) + 1 },
183 a += toInt64(b)
187 "sub": func(a, b interface{}) int64 { return toInt64(a) - toInt64(b) },
188 "div": func(a, b interface{}) int64 { return toInt64(a) / toInt64(b) },
189 "mod": func(a, b interface{}) int64 { return toInt64(a) % toInt64(b) },
191 val := toInt64(a)
193 val = val * toInt64(b)
H A Dnumeric_test.go98 if target != toInt64(int8(102)) {
101 if target != toInt64(int(102)) {
104 if target != toInt64(int32(102)) {
107 if target != toInt64(int16(102)) {
110 if target != toInt64(int64(102)) {
113 if target != toInt64("102") {
116 if 0 != toInt64("frankie") {
119 if target != toInt64(uint16(102)) {
122 if target != toInt64(uint64(102)) {
125 if target != toInt64(float64(102.1234)) {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/Masterminds/sprig/
H A Dfunctions.go158 "int64": toInt64,
179 "add1": func(i interface{}) int64 { return toInt64(i) + 1 },
183 a += toInt64(b)
187 "sub": func(a, b interface{}) int64 { return toInt64(a) - toInt64(b) },
188 "div": func(a, b interface{}) int64 { return toInt64(a) / toInt64(b) },
189 "mod": func(a, b interface{}) int64 { return toInt64(a) % toInt64(b) },
191 val := toInt64(a)
193 val = val * toInt64(b)
H A Dnumeric_test.go98 if target != toInt64(int8(102)) {
101 if target != toInt64(int(102)) {
104 if target != toInt64(int32(102)) {
107 if target != toInt64(int16(102)) {
110 if target != toInt64(int64(102)) {
113 if target != toInt64("102") {
116 if 0 != toInt64("frankie") {
119 if target != toInt64(uint16(102)) {
122 if target != toInt64(uint64(102)) {
125 if target != toInt64(float64(102.1234)) {
[all …]
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/Masterminds/sprig/v3/
H A Dfunctions.go163 "int64": toInt64,
185 "add1": func(i interface{}) int64 { return toInt64(i) + 1 },
189 a += toInt64(b)
193 "sub": func(a, b interface{}) int64 { return toInt64(a) - toInt64(b) },
194 "div": func(a, b interface{}) int64 { return toInt64(a) / toInt64(b) },
195 "mod": func(a, b interface{}) int64 { return toInt64(a) % toInt64(b) },
197 val := toInt64(a)
199 val = val * toInt64(b)
H A Dnumeric_test.go98 if target != toInt64(int8(102)) {
101 if target != toInt64(int(102)) {
104 if target != toInt64(int32(102)) {
107 if target != toInt64(int16(102)) {
110 if target != toInt64(int64(102)) {
113 if target != toInt64("102") {
116 if 0 != toInt64("frankie") {
119 if target != toInt64(uint16(102)) {
122 if target != toInt64(uint64(102)) {
125 if target != toInt64(float64(102.1234)) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/Masterminds/sprig/v3/
H A Dfunctions.go163 "int64": toInt64,
185 "add1": func(i interface{}) int64 { return toInt64(i) + 1 },
189 a += toInt64(b)
193 "sub": func(a, b interface{}) int64 { return toInt64(a) - toInt64(b) },
194 "div": func(a, b interface{}) int64 { return toInt64(a) / toInt64(b) },
195 "mod": func(a, b interface{}) int64 { return toInt64(a) % toInt64(b) },
197 val := toInt64(a)
199 val = val * toInt64(b)
H A Dnumeric_test.go98 if target != toInt64(int8(102)) {
101 if target != toInt64(int(102)) {
104 if target != toInt64(int32(102)) {
107 if target != toInt64(int16(102)) {
110 if target != toInt64(int64(102)) {
113 if target != toInt64("102") {
116 if 0 != toInt64("frankie") {
119 if target != toInt64(uint16(102)) {
122 if target != toInt64(uint64(102)) {
125 if target != toInt64(float64(102.1234)) {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/Masterminds/sprig/v3/
H A Dfunctions.go163 "int64": toInt64,
185 "add1": func(i interface{}) int64 { return toInt64(i) + 1 },
189 a += toInt64(b)
193 "sub": func(a, b interface{}) int64 { return toInt64(a) - toInt64(b) },
194 "div": func(a, b interface{}) int64 { return toInt64(a) / toInt64(b) },
195 "mod": func(a, b interface{}) int64 { return toInt64(a) % toInt64(b) },
197 val := toInt64(a)
199 val = val * toInt64(b)
H A Dnumeric_test.go98 if target != toInt64(int8(102)) {
101 if target != toInt64(int(102)) {
104 if target != toInt64(int32(102)) {
107 if target != toInt64(int16(102)) {
110 if target != toInt64(int64(102)) {
113 if target != toInt64("102") {
116 if 0 != toInt64("frankie") {
119 if target != toInt64(uint16(102)) {
122 if target != toInt64(uint64(102)) {
125 if target != toInt64(float64(102.1234)) {
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/qa/rtl/strings/
H A Dtest_strings_toint.cxx46 CPPUNIT_ASSERT_EQUAL(sal_Int64(0), T("-9223372036854775809").toInt64()); in testToInt64Overflow()
48 SAL_MIN_INT64, T("-9223372036854775808").toInt64()); in testToInt64Overflow()
50 SAL_MIN_INT64 + 1, T("-9223372036854775807").toInt64()); in testToInt64Overflow()
52 SAL_MAX_INT64 - 1, T("9223372036854775806").toInt64()); in testToInt64Overflow()
53 CPPUNIT_ASSERT_EQUAL(SAL_MAX_INT64, T("9223372036854775807").toInt64()); in testToInt64Overflow()
54 CPPUNIT_ASSERT_EQUAL(sal_Int64(0), T("9223372036854775808").toInt64()); in testToInt64Overflow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/qa/rtl/strings/
H A Dtest_strings_toint.cxx46 CPPUNIT_ASSERT_EQUAL(sal_Int64(0), T("-9223372036854775809").toInt64()); in testToInt64Overflow()
48 SAL_MIN_INT64, T("-9223372036854775808").toInt64()); in testToInt64Overflow()
50 SAL_MIN_INT64 + 1, T("-9223372036854775807").toInt64()); in testToInt64Overflow()
52 SAL_MAX_INT64 - 1, T("9223372036854775806").toInt64()); in testToInt64Overflow()
53 CPPUNIT_ASSERT_EQUAL(SAL_MAX_INT64, T("9223372036854775807").toInt64()); in testToInt64Overflow()
54 CPPUNIT_ASSERT_EQUAL(sal_Int64(0), T("9223372036854775808").toInt64()); in testToInt64Overflow()

12345678910>>...77