Home
last modified time | relevance | path

Searched refs:StreamProxy (Results 1 – 21 of 21) sorted by relevance

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gitlab.com/gitlab-org/gitlab-terminal/
H A Dstream_proxy.go8 type StreamProxy struct { struct
12 func NewStreamProxy(stoppers int) *StreamProxy {
13 return &StreamProxy{
18 func (p *StreamProxy) GetStopCh() chan error { argument
22 func (p *StreamProxy) Serve(client io.ReadWriter, server io.ReadWriter) error { argument
30 func (p *StreamProxy) proxy(to, from io.ReadWriter) { argument
H A Dterminal.go27 …roxyStream(w http.ResponseWriter, r *http.Request, stream io.ReadWriteCloser, proxy *StreamProxy) { argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gitlab.com/gitlab-org/gitlab-terminal/gitlab-terminal-2a71b03b44621289b28493d8bf3eaa9f64dbb6c9/
H A Dstream_proxy.go8 type StreamProxy struct { struct
12 func NewStreamProxy(stoppers int) *StreamProxy {
13 return &StreamProxy{
18 func (p *StreamProxy) GetStopCh() chan error { argument
22 func (p *StreamProxy) Serve(client io.ReadWriter, server io.ReadWriter) error { argument
30 func (p *StreamProxy) proxy(to, from io.ReadWriter) { argument
H A Dterminal.go27 …roxyStream(w http.ResponseWriter, r *http.Request, stream io.ReadWriteCloser, proxy *StreamProxy) { argument
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikdroid/app/src/main/java/io/casey/musikcube/remote/injection/
H A DServiceModule.kt7 import io.casey.musikcube.remote.service.playback.impl.streaming.StreamProxy
26 fun providesStreamProxy(context: Context): StreamProxy { in providesStreamProxy()
27 return StreamProxy(context) in providesStreamProxy()
H A DServiceComponent.kt6 import io.casey.musikcube.remote.service.playback.impl.streaming.StreamProxy
15 fun inject(service: StreamProxy)
H A DAppComponent.kt8 import io.casey.musikcube.remote.service.playback.impl.streaming.StreamProxy
21 fun streamProxy(): StreamProxy /* via ServiceModule */
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstIoFile.hpp152 class StreamProxy class in Nestopia::Io::File
158 StreamProxy(const File& f) in StreamProxy() function in Nestopia::Io::File::StreamProxy
162 const StreamProxy& operator << (const T& buffer) const in operator <<()
192 StreamProxy Stream() const in Stream()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/apiservers/engine/proxy/
H A Dstream_proxy.go45 type StreamProxy struct { struct
74 return &StreamProxy{client: client}
81 func (s *StreamProxy) AttachStreams(ctx context.Context, ac *AttachConfig, stdin io.ReadCloser, std… argument
226 func (s *StreamProxy) StreamContainerLogs(ctx context.Context, name string, out io.Writer, started … argument
268 func (s *StreamProxy) StreamContainerStats(ctx context.Context, config *convert.ContainerStatsConfi… argument
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikdroid/app/src/main/java/io/casey/musikcube/remote/service/gapless/
H A DGaplessHeaderService.kt10 import io.casey.musikcube.remote.service.playback.impl.streaming.StreamProxy
29 @Inject lateinit var streamProxy: StreamProxy
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikdroid/app/src/main/java/io/casey/musikcube/remote/service/playback/impl/streaming/db/
H A DOfflineDb.kt8 import io.casey.musikcube.remote.service.playback.impl.streaming.StreamProxy in <lambda>()
23 @Inject lateinit var streamProxy: StreamProxy in <lambda>()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikdroid/app/src/main/java/io/casey/musikcube/remote/service/playback/
H A DPlayerWrapper.kt9 import io.casey.musikcube.remote.service.playback.impl.streaming.StreamProxy
24 @Inject lateinit var streamProxy: StreamProxy
/dports/devel/ipython/ipython-7.29.0/IPython/testing/
H A Dglobalipapp.py24 class StreamProxy(io.IOStream): class
/dports/devel/ipython5/ipython-5.10.0/IPython/testing/
H A Dglobalipapp.py26 class StreamProxy(io.IOStream): class
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvstream.h285 class StreamProxy : public LVStream {
289 StreamProxy(LVStreamRef baseStream) : _base(baseStream) { } in StreamProxy() function
290 virtual ~StreamProxy() { } in ~StreamProxy()
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikdroid/app/src/main/java/io/casey/musikcube/remote/service/playback/impl/streaming/
H A DStreamProxy.kt20 class StreamProxy(private val context: Context) { in <lambda>() class
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikdroid/app/src/main/java/io/casey/musikcube/remote/ui/settings/activity/
H A DSettingsActivity.kt19 import io.casey.musikcube.remote.service.playback.impl.streaming.StreamProxy in <lambda>()
35 @Inject lateinit var streamProxy: StreamProxy in <lambda>()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Depubfmt.cpp333 class FontDemanglingStream : public StreamProxy {
336 …FontDemanglingStream(LVStreamRef baseStream, LVArray<lUInt8> & key) : StreamProxy(baseStream), _ke… in FontDemanglingStream()
/dports/mail/imapsync/imapsync-1d08afa/W/patches/
H A Dimapsync_bhaveshah@gmail.com403 - GMX IMAP4 StreamProxy.
H A Dimapsync.dave386 - GMX IMAP4 StreamProxy.
/dports/mail/imapsync/imapsync-1d08afa/
H A DChangeLog3537 GMX IMAP4 StreamProxy success.