Home
last modified time | relevance | path

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

123

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/grafana/
H A Dproxy_service.rb23 def self.from_cache(project_id, datasource_id, proxy_path, query_params) argument
26 new(project, datasource_id, proxy_path, query_params)
33 def initialize(project, datasource_id, proxy_path, query_params) argument
36 @proxy_path = proxy_path
51 proxy_path: proxy_path,
67 [project.id, datasource_id, proxy_path, query_params]
/dports/www/davix/davix-0.7.6/test/functional/
H A Ddavix_test_lib.cpp51 std::string proxy_path; in configure_grid_env() local
54 proxy_path = p_str; in configure_grid_env()
58 proxy_path = ss.str(); in configure_grid_env()
60 x.loadFromFilePEM(proxy_path,proxy_path,"", NULL); in configure_grid_env()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dtls.c62 const char *proxy_path; in ff_tls_open_underlying() local
92 proxy_path = getenv("http_proxy"); in ff_tls_open_underlying()
94 proxy_path && av_strstart(proxy_path, "http://", NULL); in ff_tls_open_underlying()
101 proxy_path); in ff_tls_open_underlying()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dtls.c62 const char *proxy_path; in ff_tls_open_underlying() local
92 proxy_path = c->http_proxy ? c->http_proxy : getenv("http_proxy"); in ff_tls_open_underlying()
94 proxy_path && av_strstart(proxy_path, "http://", NULL); in ff_tls_open_underlying()
101 proxy_path); in ff_tls_open_underlying()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dtls.c62 const char *proxy_path; in ff_tls_open_underlying() local
92 proxy_path = getenv("http_proxy"); in ff_tls_open_underlying()
94 proxy_path && av_strstart(proxy_path, "http://", NULL); in ff_tls_open_underlying()
101 proxy_path); in ff_tls_open_underlying()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dtls.c62 const char *proxy_path; in ff_tls_open_underlying() local
92 proxy_path = getenv("http_proxy"); in ff_tls_open_underlying()
94 proxy_path && av_strstart(proxy_path, "http://", NULL); in ff_tls_open_underlying()
101 proxy_path); in ff_tls_open_underlying()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dtls.c62 const char *proxy_path; in ff_tls_open_underlying() local
92 proxy_path = c->http_proxy ? c->http_proxy : getenv("http_proxy"); in ff_tls_open_underlying()
94 proxy_path && av_strstart(proxy_path, "http://", NULL); in ff_tls_open_underlying()
101 proxy_path); in ff_tls_open_underlying()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/metrics/dashboard/stages/
H A Dcluster_endpoint_inserter.rb21 proxy_path: query_type(metric),
49 proxy_path: query_type(metric),
58 proxy_path: query_type(metric),
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/emulators/
H A Dproxy_util.py30 proxy_path = util.GetEmulatorProxyPath()
31 return os.path.join(proxy_path, 'emulator-reverse-proxy.jar')
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/grafana/
H A Dproxy_service_spec.rb22 let(:cache_params) { [project.id, datasource_id, proxy_path, query_params] }
25 described_class.new(project, datasource_id, proxy_path, query_params)
33 expect(subject.proxy_path).to eq('api/v1/query_range')
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/concerns/metrics/dashboard/
H A Dprometheus_api_proxy.rb22 proxy_path,
50 def proxy_path method
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/virtio/
H A Dvirtio-mmio.c468 char *proxy_path; in virtio_mmio_bus_get_dev_path() local
474 proxy_path = qdev_get_dev_path(DEVICE(virtio_mmio_proxy)); in virtio_mmio_bus_get_dev_path()
485 return proxy_path; in virtio_mmio_bus_get_dev_path()
493 if (proxy_path) { in virtio_mmio_bus_get_dev_path()
494 path = g_strdup_printf("%s/virtio-mmio@" TARGET_FMT_plx, proxy_path, in virtio_mmio_bus_get_dev_path()
500 g_free(proxy_path); in virtio_mmio_bus_get_dev_path()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/sql/
H A Dinstances.py91 proxy_path = file_utils.FindExecutableOnPath('cloud_sql_proxy')
92 if proxy_path:
94 'Using cloud_sql_proxy found at [{path}]'.format(path=proxy_path))
95 return proxy_path
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dhttp.c56 const char *path, *proxy_path; in http_open_cnx() local
65 proxy_path = getenv("http_proxy"); in http_open_cnx()
66 use_proxy = (proxy_path != NULL) && !getenv("no_proxy") && in http_open_cnx()
67 av_strstart(proxy_path, "http://", NULL); in http_open_cnx()
82 NULL, 0, proxy_path); in http_open_cnx()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/grafana/
H A Dclient.rb28 def proxy_datasource(datasource_id:, proxy_path:, query: {}) argument
29 http_get("#{@api_url}/api/datasources/proxy/#{datasource_id}/#{proxy_path}", query: query)
/dports/devel/bsddialog/bsddialog-a3712d573561bca2c712ed33dd6803d5c8f44aa4/bsdconfig/share/media/
H A Dhttpproxy.subr196 local proxy_path
197 f_getvar $VAR_HTTP_PROXY_PATH proxy_path
198 f_show_info "$msg_checking_access_to" "$proxy_path"
202 printf "GET %s/ HTTP/1.0\r\n\r\n" "${proxy_path%/}" |
292 local rel proxy_path http_found=$FAILURE
321 f_getvar $VAR_HTTP_PROXY_PATH proxy_path
323 "$proxy_path"
400 local proxy_path mode
401 f_getvar $VAR_HTTP_PROXY_PATH%/ proxy_path
403 local url="$proxy_path/$file$mode" rx
/dports/multimedia/olive/olive-0.1.2/project/
H A Dsourcescommon.cpp173 && cached_selected_footage.at(0)->to_footage()->proxy_path.isEmpty()) { in show_context_menu()
418 if (f->proxy && !f->proxy_path.isEmpty()) { in clear_proxies_from_selected()
419 if (QFileInfo::exists(f->proxy_path)) { in clear_proxies_from_selected()
422 … tr("Would you like to delete the proxy file \"%1\" as well?").arg(f->proxy_path), in clear_proxies_from_selected()
424 delete_list.append(f->proxy_path); in clear_proxies_from_selected()
430 f->proxy_path.clear(); in clear_proxies_from_selected()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/metrics/dashboard/stages/
H A Dvariable_endpoint_inserter_spec.rb21 proxy_path: :series,
46 proxy_path: :series
/dports/www/p5-Plack-App-Proxy/Plack-App-Proxy-0.29/lib/Plack/Middleware/Proxy/
H A DRewriteLocation.pm60 while(my ($proxy_path, $remote) = splice @url_map, 0, 2) {
61 push @map, "$proxy$proxy_path" => $remote;
/dports/net/libwebsockets/libwebsockets-v4.2.2/plugins/
H A Dprotocol_lws_openmetrics_export.c110 char proxy_path[64]; member
559 if (!strcmp(pss->proxy_path, apss->proxy_path)) in omc_lws_om_get_other_side_pss_client()
649 lws_strnncpy(pss->proxy_path, (const char *)in, len, in callback_lws_openmetrics_prox_agg()
650 sizeof(pss->proxy_path)); in callback_lws_openmetrics_prox_agg()
663 if (!strcmp((const char *)in, apss->proxy_path)) { in callback_lws_openmetrics_prox_agg()
832 pss->proxy_path, in callback_lws_openmetrics_prox_server()
845 lws_strnncpy(pss->proxy_path, (const char *)in, len, in callback_lws_openmetrics_prox_server()
846 sizeof(pss->proxy_path)); in callback_lws_openmetrics_prox_server()
850 pss->proxy_path); in callback_lws_openmetrics_prox_server()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dtls.c174 const char *proxy_path; in tls_open() local
194 proxy_path = getenv("http_proxy"); in tls_open()
196 proxy_path && av_strstart(proxy_path, "http://", NULL); in tls_open()
203 proxy_path); in tls_open()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dtls.c174 const char *proxy_path; in tls_open() local
194 proxy_path = getenv("http_proxy"); in tls_open()
196 proxy_path && av_strstart(proxy_path, "http://", NULL); in tls_open()
203 proxy_path); in tls_open()
/dports/emulators/qemu42/qemu-4.2.1/hw/virtio/
H A Dvirtio-mmio.c717 char *proxy_path; in virtio_mmio_bus_get_dev_path() local
723 proxy_path = qdev_get_dev_path(DEVICE(virtio_mmio_proxy)); in virtio_mmio_bus_get_dev_path()
734 return proxy_path; in virtio_mmio_bus_get_dev_path()
742 if (proxy_path) { in virtio_mmio_bus_get_dev_path()
743 path = g_strdup_printf("%s/virtio-mmio@" TARGET_FMT_plx, proxy_path, in virtio_mmio_bus_get_dev_path()
749 g_free(proxy_path); in virtio_mmio_bus_get_dev_path()
/dports/emulators/qemu60/qemu-6.0.0/hw/virtio/
H A Dvirtio-mmio.c769 char *proxy_path; in virtio_mmio_bus_get_dev_path() local
775 proxy_path = qdev_get_dev_path(DEVICE(virtio_mmio_proxy)); in virtio_mmio_bus_get_dev_path()
786 return proxy_path; in virtio_mmio_bus_get_dev_path()
793 if (proxy_path) { in virtio_mmio_bus_get_dev_path()
794 path = g_strdup_printf("%s/virtio-mmio@" TARGET_FMT_plx, proxy_path, in virtio_mmio_bus_get_dev_path()
802 g_free(proxy_path); in virtio_mmio_bus_get_dev_path()
/dports/emulators/qemu5/qemu-5.2.0/hw/virtio/
H A Dvirtio-mmio.c731 char *proxy_path; in virtio_mmio_bus_get_dev_path() local
737 proxy_path = qdev_get_dev_path(DEVICE(virtio_mmio_proxy)); in virtio_mmio_bus_get_dev_path()
748 return proxy_path; in virtio_mmio_bus_get_dev_path()
756 if (proxy_path) { in virtio_mmio_bus_get_dev_path()
757 path = g_strdup_printf("%s/virtio-mmio@" TARGET_FMT_plx, proxy_path, in virtio_mmio_bus_get_dev_path()
763 g_free(proxy_path); in virtio_mmio_bus_get_dev_path()

123