Home
last modified time | relevance | path

Searched refs:go4 (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/go4.org/
H A DREADME.md1 # go4 chapter
3 [![travis badge](https://travis-ci.org/go4org/go4.svg?branch=master)](https://travis-ci.org/go4org/
5 [go4.org](http://go4.org) is a collection of packages for
14 * **single repo**. go4 is a single repo. That means things can be
18 * **no backwards compatibility**. go4 makes no backwards compatibility
19 promises. If you want to use go4, vendor it. And next time you
20 update your vendor tree, update to the latest API if things in go4
29 * **no Go version policy** go4 packages are usually built and tested
30 with the latest Go stable version. However, go4 has no overarching
H A D.travis.yml1 go_import_path: go4.org
10 - cd $HOME/gopath/src/go4.org
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/data-bword-0.1.0.1/src/Data/
H A DBinaryWord.hs118 leadingZeroes w | w .&. 0xF0 == 0 = go4 4 w
120 where go4 off w' | w' .&. 8 /= 0 = off function
126 | otherwise = go4 0 w
127 where go4 off w' | w' .&. 1 /= 0 = off function
176 go4 off w' | w' .&. 8 /= 0 = off function
185 | otherwise = go4 off w'
186 go4 off w' | w' .&. 1 /= 0 = off function
251 go4 off w' | w' .&. 8 /= 0 = off function
263 go4 off w' | w' .&. 1 /= 0 = off function
341 go4 off w' | w' .&. 8 /= 0 = off function
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/inet.af/netaddr/
H A Dgo.sum4 go4.org/intern v0.0.0-20210108033219-3eb7198706b2 h1:VFTf+jjIgsldaz/Mr00VaCSswHJrI2hIjQygE/W4IMg=
5 go4.org/intern v0.0.0-20210108033219-3eb7198706b2/go.mod h1:vLqJ+12kCw61iCWsPto0EOHhBS+o4rO5VIucbc9…
6 go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222175341-b30ae309168e/go.mod h1:FftLjUGFEDu5k8lt0dd…
7 go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063 h1:1tk03FUNpulq2cuWpXZWj649rw…
8 go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063/go.mod h1:FftLjUGFEDu5k8lt0dd…
H A Dgo.mod7 go4.org/intern v0.0.0-20210108033219-3eb7198706b2
8 go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063 // indirect
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/go4.org/intern/
H A DREADME.md1 # go4.org/intern
3 See https://godoc.org/go4.org/intern
H A Dgo.mod1 module go4.org/intern
5 require go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222175341-b30ae309168e
H A Dgo.sum1 go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222175341-b30ae309168e h1:ExUmGi0ZsQmiVo9giDQqXkr7vr…
2 go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222175341-b30ae309168e/go.mod h1:FftLjUGFEDu5k8lt0dd…
/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Dmember_function_pointer.cpp43 void go4 ( in go4() function in __anonfecd468d0111::mfp_test_helper_other
71 void go4 ( in go4() function in __anonfecd468d0111::mfp_test_helper
97 void go4 ( in go4() function in __anonfecd468d0111::mfp_test_helper_const
380 a4.set(helper,&test_helper::go4); in member_function_pointer_kernel_test()
381 a4c.set(helper,&test_helper::go4); in member_function_pointer_kernel_test()
488 a4.set(helper,&test_helper::go4); in member_function_pointer_kernel_test()
489 a4c.set(helper,&test_helper::go4); in member_function_pointer_kernel_test()
519 a4.set(other,&mfp_test_helper_other::go4); in member_function_pointer_kernel_test()
523 a4.set(helper,&test_helper::go4); in member_function_pointer_kernel_test()
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Dmember_function_pointer.cpp43 void go4 ( in go4() function in __anondd98cb870111::mfp_test_helper_other
71 void go4 ( in go4() function in __anondd98cb870111::mfp_test_helper
97 void go4 ( in go4() function in __anondd98cb870111::mfp_test_helper_const
380 a4.set(helper,&test_helper::go4); in member_function_pointer_kernel_test()
381 a4c.set(helper,&test_helper::go4); in member_function_pointer_kernel_test()
488 a4.set(helper,&test_helper::go4); in member_function_pointer_kernel_test()
489 a4c.set(helper,&test_helper::go4); in member_function_pointer_kernel_test()
519 a4.set(other,&mfp_test_helper_other::go4); in member_function_pointer_kernel_test()
523 a4.set(helper,&test_helper::go4); in member_function_pointer_kernel_test()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/go4.org/unsafe/assume-no-moving-gc/
H A DREADME.md1 # go4.org/unsafe/assume-no-moving-gc
7 import _ "go4.org/unsafe/assume-no-moving-gc"
H A Dgo.mod1 module go4.org/unsafe/assume-no-moving-gc
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile.027 # Repo go4.org at 034d17a (2017-05-25)
29 RUN go get -d go4.org/syncutil/singleflight &&\
30 …(cd /go/src/go4.org && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset…
81 go4.org/syncutil/singleflight \
/dports/net-im/xmpp-client/xmpp-client-3030ad4/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile.027 # Repo go4.org at 034d17a (2017-05-25)
29 RUN go get -d go4.org/syncutil/singleflight &&\
30 …(cd /go/src/go4.org && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset…
81 go4.org/syncutil/singleflight \
/dports/www/fabio/fabio-1.5.14/vendor/golang.org/x/net/net-adae6a3d119a/http2/h2demo/
H A DDockerfile.027 # Repo go4.org at 034d17a (2017-05-25)
29 RUN go get -d go4.org/syncutil/singleflight &&\
30 …(cd /go/src/go4.org && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset…
81 go4.org/syncutil/singleflight \
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/miekg/dns/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile.027 # Repo go4.org at 034d17a (2017-05-25)
29 RUN go get -d go4.org/syncutil/singleflight &&\
30 …(cd /go/src/go4.org && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset…
81 go4.org/syncutil/singleflight \
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile.027 # Repo go4.org at 034d17a (2017-05-25)
29 RUN go get -d go4.org/syncutil/singleflight &&\
30 …(cd /go/src/go4.org && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset…
81 go4.org/syncutil/singleflight \
/dports/www/aquatone/aquatone-1.7.0/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile.027 # Repo go4.org at 034d17a (2017-05-25)
29 RUN go get -d go4.org/syncutil/singleflight &&\
30 …(cd /go/src/go4.org && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset…
81 go4.org/syncutil/singleflight \
/dports/security/acmetool/acmetool-0.2.1/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile.027 # Repo go4.org at 034d17a (2017-05-25)
29 RUN go get -d go4.org/syncutil/singleflight &&\
30 …(cd /go/src/go4.org && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset…
81 go4.org/syncutil/singleflight \
/dports/misc/chrono/chrono-1.1.0-4-g70cda7f/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile.027 # Repo go4.org at 034d17a (2017-05-25)
29 RUN go get -d go4.org/syncutil/singleflight &&\
30 …(cd /go/src/go4.org && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset…
81 go4.org/syncutil/singleflight \
/dports/www/devd/devd-0.9/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile.027 # Repo go4.org at 034d17a (2017-05-25)
29 RUN go get -d go4.org/syncutil/singleflight &&\
30 …(cd /go/src/go4.org && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset…
81 go4.org/syncutil/singleflight \
/dports/audio/pms-devel/pms-c94e3c6/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile.027 # Repo go4.org at 034d17a (2017-05-25)
29 RUN go get -d go4.org/syncutil/singleflight &&\
30 …(cd /go/src/go4.org && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset…
81 go4.org/syncutil/singleflight \
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile.027 # Repo go4.org at 034d17a (2017-05-25)
29 RUN go get -d go4.org/syncutil/singleflight &&\
30 …(cd /go/src/go4.org && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset…
81 go4.org/syncutil/singleflight \
/dports/devel/modd/modd-0.8/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile.027 # Repo go4.org at 034d17a (2017-05-25)
29 RUN go get -d go4.org/syncutil/singleflight &&\
30 …(cd /go/src/go4.org && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset…
81 go4.org/syncutil/singleflight \
/dports/net-mgmt/ping_exporter/ping_exporter-0.44/vendor/golang.org/x/net/http2/h2demo/
H A DDockerfile.027 # Repo go4.org at 034d17a (2017-05-25)
29 RUN go get -d go4.org/syncutil/singleflight &&\
30 …(cd /go/src/go4.org && (git cat-file -t $REV 2>/dev/null || git fetch -q origin $REV) && git reset…
81 go4.org/syncutil/singleflight \

12345678910>>...23