Home
last modified time | relevance | path

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

/dports/sysutils/duplicity/duplicity-0.8.20/testing/functional/
H A D__init__.py73 self.backend_url = u"file://{0}/testfiles/output".format(_runtest_dir)
78 backend_inst = backend.get_backend(self.backend_url)
179 options = [type, input_dir, self.backend_url, u"--volsize", u"1"] + options
197 options = [self.backend_url, u"{0}/testfiles/restore_out".format(_runtest_dir)] + options
206 options = [u"verify", self.backend_url, dirname] + options
217 options = [u"cleanup", self.backend_url, u"--force"] + options
221 backend_inst = backend.get_backend(self.backend_url)
H A Dtest_cleanup.py51 self.run_duplicity(options=[u"cleanup", self.backend_url, u"--force"])
63 self.run_duplicity(options=[u"remove-all-but-n", u"1", self.backend_url, u"--force"])
74 … self.run_duplicity(options=[u"remove-all-inc-of-but-n-full", u"1", self.backend_url, u"--force"])
H A Dtest_replicate.py48 source_url = self.backend_url
53 self.backend_url = target_url
H A Dtest_final.py158 self.run_duplicity(options=[u"remove-older-than", u"35000", u"--force", self.backend_url])
162 self.run_duplicity(options=[u"remove-older-than", u"50000", u"--force", self.backend_url])
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/tools/quic/
H A Dquic_http_proxy_backend.cc49 bool QuicHttpProxyBackend::InitializeBackend(const std::string& backend_url) { in InitializeBackend() argument
50 if (!ValidateBackendUrl(backend_url)) { in InitializeBackend()
65 bool QuicHttpProxyBackend::ValidateBackendUrl(const std::string& backend_url) { in ValidateBackendUrl() argument
66 backend_url_ = GURL(backend_url); in ValidateBackendUrl()
69 LOG(ERROR) << "QUIC Proxy Backend URL '" << backend_url in ValidateBackendUrl()
H A Dquic_http_proxy_backend.h69 GURL backend_url() const { return backend_url_; } in backend_url() function
72 bool InitializeBackend(const std::string& backend_url) override;
86 bool ValidateBackendUrl(const std::string& backend_url);
H A Dquic_http_proxy_backend_test.cc110 EXPECT_EQ("http://www.google.com/", http_proxy_.backend_url()); in TEST_F()
H A Dquic_http_proxy_backend_stream.cc93 GURL url = proxy_context_->backend_url(); in SendRequestToBackend()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/tools/quic/
H A Dquic_http_proxy_backend.cc49 bool QuicHttpProxyBackend::InitializeBackend(const std::string& backend_url) { in InitializeBackend() argument
50 if (!ValidateBackendUrl(backend_url)) { in InitializeBackend()
65 bool QuicHttpProxyBackend::ValidateBackendUrl(const std::string& backend_url) { in ValidateBackendUrl() argument
66 backend_url_ = GURL(backend_url); in ValidateBackendUrl()
69 LOG(ERROR) << "QUIC Proxy Backend URL '" << backend_url in ValidateBackendUrl()
H A Dquic_http_proxy_backend.h68 GURL backend_url() const { return backend_url_; } in backend_url() function
71 bool InitializeBackend(const std::string& backend_url) override;
85 bool ValidateBackendUrl(const std::string& backend_url);
H A Dquic_http_proxy_backend_test.cc110 EXPECT_EQ("http://www.google.com/", http_proxy_.backend_url()); in TEST_F()
H A Dquic_http_proxy_backend_stream.cc93 GURL url = proxy_context_->backend_url(); in SendRequestToBackend()
/dports/devel/py-glance-store/glance_store-2.7.0/glance_store/
H A Ddriver.py275 (backend_url,
282 return (backend_url, bytes_written, checksum, metadata_dict)
284 return (backend_url, bytes_written, checksum, multihash,
/dports/net/samba412/samba-4.12.15/source4/dsdb/samdb/ldb_modules/
H A Dpartition_init.c235 (*partition)->backend_url = talloc_asprintf(*partition, "%s://%s", in new_partition_from_dn()
258 ldb, (*partition)->backend_url, options, &backend_module); in new_partition_from_dn()
536 partition->backend_url, in partition_reload_if_required()
587 partition->backend_url, in new_partition_set_replicated_metadata()
643 partition->backend_url, in new_partition_set_replicated_metadata()
672 partition->backend_url, in new_partition_set_replicated_metadata()
685 partition->backend_url, in new_partition_set_replicated_metadata()
H A Dpartition.h33 const char *backend_url; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/tools/
H A Dquic_simple_server_backend.h39 virtual bool InitializeBackend(const std::string& backend_url) = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/tools/
H A Dquic_simple_server_backend.h42 virtual bool InitializeBackend(const std::string& backend_url) = 0;
/dports/misc/py-cinder/cinder-12.0.10/doc/source/configuration/tables/
H A Dcinder-coordination.inc21 * - ``backend_url`` = ``file://$state_path``
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/kaleidoscope/
H A Dkaleidoscope_ui.cc308 const auto backend_url = in CreateUntrustedWebUIDataSource() local
342 untrusted_source->AddString("googleApiUrl", backend_url.spec()); in CreateUntrustedWebUIDataSource()
/dports/misc/py-cinder/cinder-12.0.10/cinder/
H A Dcoordination.py66 cfg.CONF.coordination.backend_url, member_id)
/dports/sysutils/duplicity/duplicity-0.8.20/duplicity/
H A Dcommandline.py121 def generate_default_backup_name(backend_url):
138 burlhash.update(backend_url.encode())
792 backend_url = args[0]
797 src_backend_url, backend_url = args[0], args[1]
799 lpath, backend_url = args_to_path_backend(args[0], args[1])
804 config.backup_name = generate_default_backup_name(backend_url)
/dports/devel/py-tooz/tooz-2.8.0/tooz/
H A Dcoordination.py770 def get_coordinator(backend_url, member_id, argument
787 parsed_url = netutils.urlsplit(backend_url)
/dports/devel/py-glance-store/glance_store-2.7.0/glance_store/tests/unit/
H A Dtest_driver.py37 backend_url = "backend://%s" % image_id
45 return (backend_url, bytes_written, checksum, multihash, metadata_dict)
/dports/misc/py-cinder/cinder-12.0.10/doc/source/install/
H A Dcinder-storage-install-windows.rst140 backend_url = file:///C:/OpenStack/Lock/
/dports/www/firefox/firefox-99.0/third_party/python/taskcluster/taskcluster-44.2.2.dist-info/
H A DMETADATA508 backend_url: https://backend.foo.mozilla.com
550 # Let's provide some default value for the environment and backend_url
553 'backend_url': 'http://localhost:8000',
559 # "backend_url": "https://backend.foo.mozilla.com",