Home
last modified time | relevance | path

Searched refs:allVars (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/GHC/Util/
H A DFreeVars.hs53 allVars :: a -> Vars
70 instance (AllVars a) => AllVars [a] where allVars = mconcatMap allVars function
81 where aa = allVars a
164allVars (L _ (AsPat _ n x)) = allVars (noLoc $ VarPat noExtField n :: LPat GhcPs) <> allVars x --… function
165 allVars (L _ (ConPatIn _ (RecCon (HsRecFields flds _)))) = allVars flds function
184 allVars p = allVars $ children p function
187 allVars (L _ (HsRecField _ x _)) = allVars x function
226allVars (MG _ _alts@(L _ alts) _) = inVars (foldMap (allVars . m_pats) ms) (allVars (map m_grhss m… function
232allVars (L _ (Match _ (StmtCtxt ctxt) pats grhss)) = allVars ctxt <> allVars pats <> allVars grhss… function
233 allVars (L _ (Match _ _ pats grhss)) = inVars (allVars pats) (allVars grhss) -- Everything else. function
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/src/GHC/Util/
H A DFreeVars.hs52 allVars :: a -> Vars
69 instance (AllVars a) => AllVars [a] where allVars = mconcatMap allVars function
164allVars (L _ (AsPat _ n x)) = allVars (noLoc $ VarPat noExtField n :: LPat GhcPs) <> allVars x --… function
183 allVars p = allVars $ children p function
186 allVars (L _ (HsRecField _ x _)) = allVars x function
217allVars (MG _ _alts@(L _ alts) _) = inVars (foldMap (allVars . m_pats) ms) (allVars (map m_grhss m… function
222allVars (L _ (Match _ (StmtCtxt ctxt) pats grhss)) = allVars ctxt <> allVars pats <> allVars grhss… function
223 allVars (L _ (Match _ _ pats grhss)) = inVars (allVars pats) (allVars grhss) -- Everything else. function
229 allVars _ = mempty function
238 allVars (L l (ValD _ bind)) = allVars (L l bind :: LHsBind GhcPs) function
[all …]
/dports/math/R-cran-memisc/memisc/R/
H A DBy.R9 allVars <- union(all.vars(formula),all.vars(expr)) functionVar
10 data <- lapply(allVars,function(v)get(v,envir=data))
11 names(data) <- allVars
35 allVars <- union(all.vars(formula),all.vars(expr)) functionVar
36 data <- lapply(allVars,function(v)get(v,envir=data))
37 names(data) <- allVars
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/utils/
H A Dm2sciTestExecution.sci26 allVars = who("local");
28 for kVar = 1:size(allVars, "*")
29 if part(allVars(kVar), 1:3)=="res" then
30 execstr("mat" + allVars(kVar) + "=" + allVars(kVar));
31 execstr("clear " + allVars(kVar));
42 allVars = who("local");
44 for kVar = 1:size(allVars, "*")
45 if part(allVars(kVar), 1:3)=="res" then
46 allResNames($+1) = allVars(kVar);
/dports/net-mgmt/nsd_exporter/nsd_exporter-0.1.0/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram_test.go148 allVars := make([]float64, total)
155 allVars[i*mutations+j] = v
167 sort.Float64s(allVars)
180 wantCounts := getCumulativeCounts(allVars)
236 allVars := make([][]float64, vecLength)
246 allVars[pick] = append(allVars[pick], v)
258 for _, vars := range allVars {
272 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
279 wantCounts := getCumulativeCounts(allVars[i])
H A Dsummary_test.go143 allVars := make([]float64, total)
150 allVars[i*mutations+j] = v
162 sort.Float64s(allVars)
185 min, max := getBounds(allVars, wantQ, ε)
232 allVars := make([][]float64, vecLength)
242 allVars[pick] = append(allVars[pick], v)
254 for _, vars := range allVars {
264 if got, want := int(*m.Summary.SampleCount), len(allVars[i]); got != want {
274 min, max := getBounds(allVars[i], wantQ, ε)
/dports/sysutils/rest-server/rest-server-0.10.0/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram_test.go148 allVars := make([]float64, total)
155 allVars[i*mutations+j] = v
167 sort.Float64s(allVars)
180 wantCounts := getCumulativeCounts(allVars)
236 allVars := make([][]float64, vecLength)
246 allVars[pick] = append(allVars[pick], v)
258 for _, vars := range allVars {
272 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
279 wantCounts := getCumulativeCounts(allVars[i])
H A Dsummary_test.go143 allVars := make([]float64, total)
150 allVars[i*mutations+j] = v
162 sort.Float64s(allVars)
185 min, max := getBounds(allVars, wantQ, ε)
232 allVars := make([][]float64, vecLength)
242 allVars[pick] = append(allVars[pick], v)
254 for _, vars := range allVars {
264 if got, want := int(*m.Summary.SampleCount), len(allVars[i]); got != want {
274 min, max := getBounds(allVars[i], wantQ, ε)
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/
H A Dhistogram_test.go148 allVars := make([]float64, total)
155 allVars[i*mutations+j] = v
167 sort.Float64s(allVars)
180 wantCounts := getCumulativeCounts(allVars)
236 allVars := make([][]float64, vecLength)
246 allVars[pick] = append(allVars[pick], v)
258 for _, vars := range allVars {
272 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
279 wantCounts := getCumulativeCounts(allVars[i])
H A Dsummary_test.go143 allVars := make([]float64, total)
150 allVars[i*mutations+j] = v
162 sort.Float64s(allVars)
185 min, max := getBounds(allVars, wantQ, ε)
232 allVars := make([][]float64, vecLength)
242 allVars[pick] = append(allVars[pick], v)
254 for _, vars := range allVars {
264 if got, want := int(*m.Summary.SampleCount), len(allVars[i]); got != want {
274 min, max := getBounds(allVars[i], wantQ, ε)
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/prometheus/client_golang/client_golang-5cec1d0429b0/prometheus/
H A Dhistogram_test.go170 allVars := make([]float64, total)
177 allVars[i*mutations+j] = v
189 sort.Float64s(allVars)
202 wantCounts := getCumulativeCounts(allVars)
258 allVars := make([][]float64, vecLength)
268 allVars[pick] = append(allVars[pick], v)
280 for _, vars := range allVars {
294 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
301 wantCounts := getCumulativeCounts(allVars[i])
/dports/net-mgmt/ping_exporter/ping_exporter-0.44/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram_test.go148 allVars := make([]float64, total)
155 allVars[i*mutations+j] = v
167 sort.Float64s(allVars)
180 wantCounts := getCumulativeCounts(allVars)
236 allVars := make([][]float64, vecLength)
246 allVars[pick] = append(allVars[pick], v)
258 for _, vars := range allVars {
272 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
279 wantCounts := getCumulativeCounts(allVars[i])
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/weaveworks/promrus/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram_test.go148 allVars := make([]float64, total)
155 allVars[i*mutations+j] = v
167 sort.Float64s(allVars)
180 wantCounts := getCumulativeCounts(allVars)
236 allVars := make([][]float64, vecLength)
246 allVars[pick] = append(allVars[pick], v)
258 for _, vars := range allVars {
272 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
279 wantCounts := getCumulativeCounts(allVars[i])
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram_test.go170 allVars := make([]float64, total)
177 allVars[i*mutations+j] = v
189 sort.Float64s(allVars)
202 wantCounts := getCumulativeCounts(allVars)
258 allVars := make([][]float64, vecLength)
268 allVars[pick] = append(allVars[pick], v)
280 for _, vars := range allVars {
294 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
301 wantCounts := getCumulativeCounts(allVars[i])
/dports/net-mgmt/adguard-exporter/adguard-exporter-1.14/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram_test.go171 allVars := make([]float64, total)
178 allVars[i*mutations+j] = v
190 sort.Float64s(allVars)
203 wantCounts := getCumulativeCounts(allVars)
259 allVars := make([][]float64, vecLength)
269 allVars[pick] = append(allVars[pick], v)
281 for _, vars := range allVars {
295 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
302 wantCounts := getCumulativeCounts(allVars[i])
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram_test.go171 allVars := make([]float64, total)
178 allVars[i*mutations+j] = v
190 sort.Float64s(allVars)
203 wantCounts := getCumulativeCounts(allVars)
252 allVars := make([][]float64, vecLength)
262 allVars[pick] = append(allVars[pick], v)
274 for _, vars := range allVars {
288 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
295 wantCounts := getCumulativeCounts(allVars[i])
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/prometheus/client_golang/client_golang-1.1.0/prometheus/
H A Dhistogram_test.go171 allVars := make([]float64, total)
178 allVars[i*mutations+j] = v
190 sort.Float64s(allVars)
203 wantCounts := getCumulativeCounts(allVars)
252 allVars := make([][]float64, vecLength)
262 allVars[pick] = append(allVars[pick], v)
274 for _, vars := range allVars {
288 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
295 wantCounts := getCumulativeCounts(allVars[i])
/dports/www/beehive/beehive-0.4.0/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram_test.go171 allVars := make([]float64, total)
178 allVars[i*mutations+j] = v
190 sort.Float64s(allVars)
203 wantCounts := getCumulativeCounts(allVars)
259 allVars := make([][]float64, vecLength)
269 allVars[pick] = append(allVars[pick], v)
281 for _, vars := range allVars {
295 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
302 wantCounts := getCumulativeCounts(allVars[i])
/dports/net-mgmt/unbound_exporter/unbound_exporter-0.3/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram_test.go171 allVars := make([]float64, total)
178 allVars[i*mutations+j] = v
190 sort.Float64s(allVars)
203 wantCounts := getCumulativeCounts(allVars)
259 allVars := make([][]float64, vecLength)
269 allVars[pick] = append(allVars[pick], v)
281 for _, vars := range allVars {
295 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
302 wantCounts := getCumulativeCounts(allVars[i])
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram_test.go171 allVars := make([]float64, total)
178 allVars[i*mutations+j] = v
190 sort.Float64s(allVars)
203 wantCounts := getCumulativeCounts(allVars)
252 allVars := make([][]float64, vecLength)
262 allVars[pick] = append(allVars[pick], v)
274 for _, vars := range allVars {
288 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
295 wantCounts := getCumulativeCounts(allVars[i])
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/prometheus/client_golang/client_golang-0.9.4/prometheus/
H A Dhistogram_test.go171 allVars := make([]float64, total)
178 allVars[i*mutations+j] = v
190 sort.Float64s(allVars)
203 wantCounts := getCumulativeCounts(allVars)
259 allVars := make([][]float64, vecLength)
269 allVars[pick] = append(allVars[pick], v)
281 for _, vars := range allVars {
295 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
302 wantCounts := getCumulativeCounts(allVars[i])
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram_test.go171 allVars := make([]float64, total)
178 allVars[i*mutations+j] = v
190 sort.Float64s(allVars)
203 wantCounts := getCumulativeCounts(allVars)
259 allVars := make([][]float64, vecLength)
269 allVars[pick] = append(allVars[pick], v)
281 for _, vars := range allVars {
295 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
302 wantCounts := getCumulativeCounts(allVars[i])
/dports/www/varnish_exporter/prometheus_varnish_exporter-1.6/vendor/github.com/prometheus/client_golang/prometheus/
H A Dhistogram_test.go171 allVars := make([]float64, total)
178 allVars[i*mutations+j] = v
190 sort.Float64s(allVars)
203 wantCounts := getCumulativeCounts(allVars)
252 allVars := make([][]float64, vecLength)
262 allVars[pick] = append(allVars[pick], v)
274 for _, vars := range allVars {
288 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
295 wantCounts := getCumulativeCounts(allVars[i])
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/prometheus/client_golang/client_golang-1.1.0/prometheus/
H A Dhistogram_test.go171 allVars := make([]float64, total)
178 allVars[i*mutations+j] = v
190 sort.Float64s(allVars)
203 wantCounts := getCumulativeCounts(allVars)
252 allVars := make([][]float64, vecLength)
262 allVars[pick] = append(allVars[pick], v)
274 for _, vars := range allVars {
288 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
295 wantCounts := getCumulativeCounts(allVars[i])
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/prometheus/client_golang/client_golang-1.1.0/prometheus/
H A Dhistogram_test.go171 allVars := make([]float64, total)
178 allVars[i*mutations+j] = v
190 sort.Float64s(allVars)
203 wantCounts := getCumulativeCounts(allVars)
252 allVars := make([][]float64, vecLength)
262 allVars[pick] = append(allVars[pick], v)
274 for _, vars := range allVars {
288 if got, want := int(*m.Histogram.SampleCount), len(allVars[i]); got != want {
295 wantCounts := getCumulativeCounts(allVars[i])

12345678