Home
last modified time | relevance | path

Searched refs:readFunc (Results 151 – 175 of 521) sorted by relevance

12345678910>>...21

/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/devel/mutagen/mutagen-0.11.8/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/sysutils/istio/istio-1.6.7/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/audio/stmp/stmp-0.0.2/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/databases/litestream/litestream-0.3.6/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/sysutils/terraform/terraform-1.0.11/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/devel/bit/bit-1.1.2/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/net/grpcurl/grpcurl-1.8.5/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/www/morty/morty-0.2.0-12-gfe94d9a/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/biology/ncbi-entrez-direct/ncbi-entrez-direct-14.9.20210423/cmd/vendor/golang.org/x/text/unicode/norm/
H A Dreadwriter_test.go15 func readFunc(size int) appendFunc { func
32 runNormTests(t, name, readFunc(s))
/dports/devel/poco/poco-1.10.1-all/Crypto/include/Poco/Crypto/
H A DEVPPKey.h163 PEM_read_FILE_Key_fn readFunc,
185 if (readFunc(pFile, &pKey, pCB, pPassword))
220 PEM_read_BIO_Key_fn readFunc,
245 if (readFunc(pBIO, &pKey, pCB, pPassword))
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/internal/httprange/
H A Dhttp_ranged_reader.go49 func (rr *RangedReader) WithCachedReader(ctx context.Context, readFunc func()) {
57 readFunc()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgDB/
H A DDotOsgWrapper47 ReadFunc readFunc,
138 DotOsgWrapper::ReadFunc readFunc,
157 DotOsgWrapper::ReadFunc readFunc,
160 … RegisterDotOsgWrapperProxy(proto, name, associates, readFunc, writeFunc, readWriteMode) {}
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgDB/
H A DDotOsgWrapper47 ReadFunc readFunc,
138 DotOsgWrapper::ReadFunc readFunc,
157 DotOsgWrapper::ReadFunc readFunc,
160 … RegisterDotOsgWrapperProxy(proto, name, associates, readFunc, writeFunc, readWriteMode) {}
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO/tests/BufferedStream/
H A DBufferedStream.FlushTests.cs22 readFunc: (_, __, ___) => 123, in ShouldNotFlushUnderlyingStreamIfReadOnly()
53 readFunc: (_, __, ___) => 123, in ShouldAlwaysFlushUnderlyingStreamIfWritable()
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/codec/
H A Ddeflate.cpp213 DeflateDecoder(BLArray<uint8_t>& output, void* readCtx, Deflate::ReadFunc readFunc) noexcept;
237 DeflateDecoder::DeflateDecoder(BLArray<uint8_t>& output, void* readCtx, Deflate::ReadFunc readFunc)… in DeflateDecoder() argument
239 _readFunc(readFunc), in DeflateDecoder()
644 BLResult Deflate::deflate(BLArray<uint8_t>& dst, void* readCtx, ReadFunc readFunc, bool hasHeader) … in deflate() argument
645 DeflateDecoder decoder(dst, readCtx, readFunc); in deflate()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/nhooyr.io/websocket/
H A Dread.go85 mr.readFunc = mr.read
87 mr.limitReader = newLimitReader(c, mr.readFunc, defaultReadLimit+1)
96 mr.flateBufio = getBufioReader(mr.readFunc)
347 readFunc readerFunc member
353 mr.limitReader.reset(mr.readFunc)
/dports/irc/soju/soju-0.3.0/vendor/nhooyr.io/websocket/
H A Dread.go85 mr.readFunc = mr.read
87 mr.limitReader = newLimitReader(c, mr.readFunc, defaultReadLimit+1)
96 mr.flateBufio = getBufioReader(mr.readFunc)
347 readFunc readerFunc member
353 mr.limitReader.reset(mr.readFunc)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Btls/
H A DMonoBtlsBio.cs235 BioReadFunc readFunc; field in Mono.Btls.MonoBtlsBioMono
249 readFunc = OnRead; in MonoBtlsBioMono()
252 readFuncPtr = Marshal.GetFunctionPointerForDelegate (readFunc); in MonoBtlsBioMono()
281 …extern static void mono_btls_bio_mono_initialize (IntPtr handle, IntPtr instance, IntPtr readFunc,… in mono_btls_bio_mono_initialize() argument

12345678910>>...21