Home
last modified time | relevance | path

Searched defs:FetchContext (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/
H A Dfetch.rs35 struct FetchContext { struct
36 fetch_promise: Option<TrustedPromise>,
37 response_object: Trusted<Response>,
38 body: Vec<u8>,
169 impl PreInvoke for FetchContext {} implementation
171 impl FetchResponseListener for FetchContext { implementation
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/printing/
H A Dprinter_config_cache.cc123 struct FetchContext { struct in chromeos::PrinterConfigCacheImpl
124 const std::string key;
125 PrinterConfigCache::FetchCallback cb;
127 FetchContext(const std::string& arg_key, in FetchContext() function
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/net/fetch/
H A Dmethods.rs44 pub struct FetchContext { struct
45 pub state: Arc<HttpState>,
46 pub user_agent: Cow<'static, str>,
47 pub devtools_chan: Option<Sender<DevtoolsControlMsg>>,
48 pub filemanager: FileManager,
49 pub cancellation_listener: Arc<Mutex<CancellationListener>>,
85 context: &FetchContext) { in fetch()
92 context: &FetchContext) { in fetch_with_cors_cache()
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/
H A Dfetch.c124 typedef struct FetchContext { struct
144 } FetchContext; argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/url_loader/
H A Dworker_main_script_loader.h32 class FetchContext; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_loader.h56 class FetchContext; variable
H A Dresource_fetcher.h58 class FetchContext; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/
H A Dresource_loader.h55 class FetchContext; variable
H A Dresource_fetcher.h55 class FetchContext; variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/gerrit/
H A Dgerritplugin.cpp90 class FetchContext : public QObject class
131 FetchContext::FetchContext(const QSharedPointer<GerritChange> &change, in FetchContext() function in Gerrit::Internal::FetchContext
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/net/tests/
H A Dmain.rs58 fn new_fetch_context(dc: Option<Sender<DevtoolsControlMsg>>) -> FetchContext { in new_fetch_context()
/dports/net/py-kafka-python/kafka-python-1.4.5/kafka/consumer/
H A Dsimple.py39 class FetchContext(object): class
/dports/devel/awless/awless-0.1.11/vendor/gopkg.in/src-d/go-git.v4/
H A Dremote.go187 func (r *Remote) FetchContext(ctx context.Context, o *FetchOptions) error { func
H A Drepository.go631 func (r *Repository) FetchContext(ctx context.Context, o *FetchOptions) error { func
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/pipegen/
H A Dfetchutils_p.h87 …inline FetchContext(PipeCompiler* pc, Pixel* pixel, uint32_t n, uint32_t format, uint32_t fetchFla… in FetchContext() function
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/
H A Dremote.go272 func (r *Remote) FetchContext(ctx context.Context, o *FetchOptions) error { func
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/
H A Dremote.go272 func (r *Remote) FetchContext(ctx context.Context, o *FetchOptions) error { func
H A Drepository.go1096 func (r *Repository) FetchContext(ctx context.Context, o *FetchOptions) error { func
/dports/security/keybase/client-v5.7.1/go/vendor/gopkg.in/src-d/go-git.v4/
H A Dremote.go253 func (r *Remote) FetchContext(ctx context.Context, o *FetchOptions) error { func
H A Drepository.go776 func (r *Repository) FetchContext(ctx context.Context, o *FetchOptions) error { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/
H A Dremote.go285 func (r *Remote) FetchContext(ctx context.Context, o *FetchOptions) error { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/
H A Dremote.go290 func (r *Remote) FetchContext(ctx context.Context, o *FetchOptions) error { func
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/
H A Dremote.go290 func (r *Remote) FetchContext(ctx context.Context, o *FetchOptions) error { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/
H A Dremote.go290 func (r *Remote) FetchContext(ctx context.Context, o *FetchOptions) error { func
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/
H A Dremote.go290 func (r *Remote) FetchContext(ctx context.Context, o *FetchOptions) error { func

12