Home
last modified time | relevance | path

Searched refs:fetchSome (Results 1 – 15 of 15) sorted by relevance

/dports/net-mgmt/wmi-client/wmi-1.3.16/pysamba/test/
H A Dwmic.py42 yield result.fetchSome()
H A Dwatcher.py62 yield result.fetchSome(500)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/go/internal/modfetch/codehost/
H A Dgit.go148 fetchSome // shallow fetches of individual hashes const
379 if r.fetchLevel <= fetchSome && ref != "" && hash != "" && !r.local {
380 r.fetchLevel = fetchSome
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dgit.go135 fetchSome // shallow fetches of individual hashes const
343 if r.fetchLevel <= fetchSome && hash != "" && !r.local {
344 r.fetchLevel = fetchSome
/dports/lang/gcc9/gcc-9.4.0/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dgit.go135 fetchSome // shallow fetches of individual hashes const
343 if r.fetchLevel <= fetchSome && hash != "" && !r.local {
344 r.fetchLevel = fetchSome
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dgit.go135 fetchSome // shallow fetches of individual hashes const
343 if r.fetchLevel <= fetchSome && hash != "" && !r.local {
344 r.fetchLevel = fetchSome
/dports/lang/gcc10/gcc-10.3.0/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dgit.go153 fetchSome // shallow fetches of individual hashes const
371 if r.fetchLevel <= fetchSome && ref != "" && hash != "" && !r.local {
372 r.fetchLevel = fetchSome
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/go/internal/modfetch/codehost/
H A Dgit.go153 fetchSome // shallow fetches of individual hashes const
371 if r.fetchLevel <= fetchSome && ref != "" && hash != "" && !r.local {
372 r.fetchLevel = fetchSome
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dgit.go148 fetchSome // shallow fetches of individual hashes const
372 if r.fetchLevel <= fetchSome && ref != "" && hash != "" && !r.local {
373 r.fetchLevel = fetchSome
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dgit.go148 fetchSome // shallow fetches of individual hashes const
366 if r.fetchLevel <= fetchSome && ref != "" && hash != "" && !r.local {
367 r.fetchLevel = fetchSome
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dgit.go153 fetchSome // shallow fetches of individual hashes const
371 if r.fetchLevel <= fetchSome && ref != "" && hash != "" && !r.local {
372 r.fetchLevel = fetchSome
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dgit.go148 fetchSome // shallow fetches of individual hashes const
366 if r.fetchLevel <= fetchSome && ref != "" && hash != "" && !r.local {
367 r.fetchLevel = fetchSome
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dgit.go153 fetchSome // shallow fetches of individual hashes
371 if r.fetchLevel <= fetchSome && ref != "" && hash != "" && !r.local {
372 r.fetchLevel = fetchSome
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/go/internal/modfetch/codehost/
H A Dgit.go148 fetchSome // shallow fetches of individual hashes const
366 if r.fetchLevel <= fetchSome && ref != "" && hash != "" && !r.local {
367 r.fetchLevel = fetchSome
/dports/net-mgmt/wmi-client/wmi-1.3.16/pysamba/wbem/
H A DQuery.py131 def fetchSome(self, timeoutMs=wbemTimeoutInfinite, chunkSize=10): member in QueryResult