Home
last modified time | relevance | path

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

123

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/dashboard/
H A Ddashboard.conf5 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_formatting_report.txt
12 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_conventions_report.txt
67 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_pdbg_report.txt
73 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_popt_report.txt
79 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_psmp_report.txt
85 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_sdbg_report.txt
91 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_sopt_report.txt
97 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_ssmp_report.txt
105 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc8_report.txt
111 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc7_report.txt
[all …]
H A Dgenerate_regtest_survey.py270 def parse_report(report_url): argument
271 print("Parsing: " + report_url)
272 data = urlopen(report_url, timeout=5).read()
H A Dgenerate_dashboard.py109 report_url = config.get(s, "report_url")
125 report_txt = retrieve_report(report_url)
153 output += status_cell(report["status"], report_url, uptodate)
608 def status_cell(status, report_url, uptodate=True): argument
615 return '<td bgcolor="%s"><a href="%s">%s</a></td>' % (bgcolor, report_url, status)
/dports/science/cp2k-data/cp2k-7.1.0/tools/dashboard/
H A Ddashboard.conf5 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_formatting_report.txt
12 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_conventions_report.txt
74 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_pdbg_report.txt
80 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_popt_report.txt
86 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_psmp_report.txt
92 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_sdbg_report.txt
98 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_sopt_report.txt
104 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_ssmp_report.txt
112 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc8_report.txt
118 report_url: https://storage.googleapis.com/cp2k-ci/dashboard_gcc7_report.txt
[all …]
H A Dgenerate_regtest_survey.py244 def parse_report(report_url): argument
245 print("Parsing: "+report_url)
246 data = urlopen(report_url, timeout=5).read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/net/
H A Dchrome_report_sender_unittest.cc74 GURL report_url("https://example.com/"); in TEST() local
77 SendReport(test_loader_factory, TRAFFIC_ANNOTATION_FOR_TESTS, report_url, in TEST()
91 GURL report_url("https://example.com/"); in TEST() local
94 SendReport(test_loader_factory, TRAFFIC_ANNOTATION_FOR_TESTS, report_url, in TEST()
100 EXPECT_EQ(test_loader_factory->resource_requests()[0].url, report_url); in TEST()
107 GURL report_url("https://example.com/"); in TEST() local
110 SendReport(test_loader_factory, TRAFFIC_ANNOTATION_FOR_TESTS, report_url, in TEST()
124 GURL report_url("https://example.com/"); in TEST() local
127 SendReport(test_loader_factory, TRAFFIC_ANNOTATION_FOR_TESTS, report_url, in TEST()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/gitlab/
H A Dbdba.sh19 report_url=`echo "$upload_response" | $jq_tool -r '.results.report_url'`
21 echo "Scan upload of $file_path completed - product id: $product_id ($report_url)" >> $logfile
37 echo "There is a problem - please check report $report_url" >> $logfile
/dports/graphics/ospray/ospray-2.8.0/scripts/scan/
H A Dbdba.sh19 report_url=`echo "$upload_response" | $jq_tool -r '.results.report_url'`
21 echo "Scan upload of $file_path completed - product id: $product_id ($report_url)" >> $logfile
37 echo "There is a problem - please check report $report_url" >> $logfile
/dports/graphics/openvkl/openvkl-1.1.0/gitlab/
H A Dbdba.sh19 report_url=`echo "$upload_response" | $jq_tool -r '.results.report_url'`
21 echo "Scan upload of $file_path completed - product id: $product_id ($report_url)" >> $logfile
37 echo "There is a problem - please check report $report_url" >> $logfile
/dports/graphics/embree/embree-3.13.2/scripts/
H A Dbdba.sh19 report_url=`echo "$upload_response" | $jq_tool -r '.results.report_url'`
21 echo "Scan upload of $file_path completed - product id: $product_id ($report_url)" >> $logfile
37 echo "There is a problem - please check report $report_url" >> $logfile
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/
H A Dcheck_git_config.py310 def check_git_config(conf, report_url, verbose): argument
320 report_url,
371 report_url,
429 conf, report_url, verbose, push_works, push_log, push_duration_ms): argument
455 url=report_url,
466 urlparse.urlparse(report_url).netloc)
505 check_git_config(config, options.report_url, True)
529 ok = check_git_config(config, options.report_url, False)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/
H A Dcheck_git_config.py310 def check_git_config(conf, report_url, verbose): argument
320 report_url,
371 report_url,
429 conf, report_url, verbose, push_works, push_log, push_duration_ms): argument
455 url=report_url,
466 urlparse.urlparse(report_url).netloc)
505 check_git_config(config, options.report_url, True)
529 ok = check_git_config(config, options.report_url, False)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ssl/
H A Dchrome_expect_ct_reporter_browsertest.cc99 const GURL& report_url, in TestRequestHandler() argument
105 header_value += report_url.spec() + "\", enforce, max-age=3600"; in TestRequestHandler()
135 GURL report_url = report_server.GetURL("/"); in IN_PROC_BROWSER_TEST_F() local
140 base::Unretained(this), report_url)); in IN_PROC_BROWSER_TEST_F()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/parity-ws-0.11.1/examples/
H A Dautobahn-client.rs73 let report_url = format!("ws://127.0.0.1:9001/updateReports?agent={}", AGENT); in update_reports() localVariable
75 connect(report_url, |out| move |_| out.close(CloseCode::Normal)) in update_reports()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/ws-0.9.0/examples/
H A Dautobahn-client.rs73 let report_url = format!("ws://127.0.0.1:9001/updateReports?agent={}", AGENT); in update_reports() localVariable
75 connect(report_url, |out| move |_| out.close(CloseCode::Normal)) in update_reports()
/dports/www/zola/zola-0.15.2/cargo-crates/ws-0.9.1/examples/
H A Dautobahn-client.rs73 let report_url = format!("ws://127.0.0.1:9001/updateReports?agent={}", AGENT); in update_reports() localVariable
75 connect(report_url, |out| move |_| out.close(CloseCode::Normal)) in update_reports()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ws/examples/
H A Dautobahn-client.rs73 let report_url = format!("ws://127.0.0.1:9001/updateReports?agent={}", AGENT); in update_reports() localVariable
75 connect(report_url, |out| move |_| out.close(CloseCode::Normal)) in update_reports()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/conversions/
H A Dconversions_browsertest.cc45 ExpectedReportWaiter(const GURL& report_url, net::EmbeddedTestServer* server) in ExpectedReportWaiter()
46 : expected_url(report_url), in ExpectedReportWaiter()
49 report_url.path() + "?" + report_url.query())) {} in ExpectedReportWaiter()
/dports/www/horde-ansel/ansel-3.0.10/templates/widgets/
H A Dactions.html.php45 <?php if (!empty($this->report_url)): ?>
46 <li><?php echo $this->report_url . Horde::img('report.png') . ' ' . _("Report") ?></a></li>
/dports/security/zeronet/ZeroNet-0.7.1/
H A Dzeronet.py68report_url = "https://github.com/HelloZeroNet/ZeroNet/issues/new?assignees=&labels=&template=bug-r…
69 webbrowser.open(report_url % urllib.parse.quote("Unhandled exception: %s" % err_message))
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profile_resetter/
H A Dreset_report_uploader.cc25 GURL GetClientReportUrl(const std::string& report_url) { in GetClientReportUrl() argument
26 GURL url(report_url); in GetClientReportUrl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Dping_loader.cc257 const KURL& report_url, in SendViolationReport() argument
259 ResourceRequest request(report_url); in SendViolationReport()
273 frame->Client()->DidDispatchPingLoader(report_url); in SendViolationReport()
/dports/lang/parrot/parrot-8.1.0/lib/Parrot/Harness/
H A DSmoke.pm142 my $report_url = "$SMOLDER_CONFIG{server}/app/projects/report_details/$report_id";
147 print "Test report successfully sent to Smolder at\n$report_url"
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/braintree/braintree/
H A Daccount_updater_daily_report.pyi7 report_url: Any
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Dping_loader.cc298 const KURL& report_url, in SendViolationReport() argument
300 ResourceRequest request(report_url); in SendViolationReport()
315 frame->Client()->DidDispatchPingLoader(report_url); in SendViolationReport()

123