Home
last modified time | relevance | path

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

12345678910>>...15

/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/providers/
H A Dtestqgswmsprovider.cpp69 …ers=agri_zones&styles=fb_style&format=image/jpg" ), QgsDataProvider::ProviderOptions(), mCapabilit… in legendGraphicsWithStyle()
75 …ers=agri_zones&styles=yt_style&format=image/jpg" ), QgsDataProvider::ProviderOptions(), mCapabilit… in legendGraphicsWithSecondStyle()
81 …v?xxx&layers=buildings&styles=&format=image/jpg" ), QgsDataProvider::ProviderOptions(), mCapabilit… in legendGraphicsWithoutStyleWithDefault()
88 …?xxx&layers=agri_zones&styles=&format=image/jpg" ), QgsDataProvider::ProviderOptions(), mCapabilit… in legendGraphicsWithoutStyleWithoutDefault()
97 QgsWmsProvider provider( failingAddress, QgsDataProvider::ProviderOptions(), mCapabilities ); in queryItemsWithNullValue()
114 QgsWmsProvider provider( failingAddress, QgsDataProvider::ProviderOptions(), &cap ); in queryItemsWithPlusSign()
124 …?xxx&layers=agri_zones&styles=&format=image/jpg" ), QgsDataProvider::ProviderOptions(), mCapabilit… in noCrsSpecified()
126 …ri_zones&styles=&format=image/jpg&crs=EPSG:4326" ), QgsDataProvider::ProviderOptions(), mCapabilit… in noCrsSpecified()
137 …ri_zones&styles=&format=image/jpg&crs=EPSG:4326" ), QgsDataProvider::ProviderOptions(), &capabilit… in noCrsSpecified()
139 …?xxx&layers=agri_zones&styles=&format=image/jpg" ), QgsDataProvider::ProviderOptions(), &capabilit… in noCrsSpecified()
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/providers/
H A Dtestqgswmsprovider.cpp71 …ers=agri_zones&styles=fb_style&format=image/jpg" ), QgsDataProvider::ProviderOptions(), mCapabilit… in legendGraphicsWithStyle()
77 …ers=agri_zones&styles=yt_style&format=image/jpg" ), QgsDataProvider::ProviderOptions(), mCapabilit… in legendGraphicsWithSecondStyle()
83 …v?xxx&layers=buildings&styles=&format=image/jpg" ), QgsDataProvider::ProviderOptions(), mCapabilit… in legendGraphicsWithoutStyleWithDefault()
90 …?xxx&layers=agri_zones&styles=&format=image/jpg" ), QgsDataProvider::ProviderOptions(), mCapabilit… in legendGraphicsWithoutStyleWithoutDefault()
99 QgsWmsProvider provider( failingAddress, QgsDataProvider::ProviderOptions(), mCapabilities ); in queryItemsWithNullValue()
116 QgsWmsProvider provider( failingAddress, QgsDataProvider::ProviderOptions(), &cap ); in queryItemsWithPlusSign()
126 …?xxx&layers=agri_zones&styles=&format=image/jpg" ), QgsDataProvider::ProviderOptions(), mCapabilit… in noCrsSpecified()
128 …ri_zones&styles=&format=image/jpg&crs=EPSG:4326" ), QgsDataProvider::ProviderOptions(), mCapabilit… in noCrsSpecified()
139 …ri_zones&styles=&format=image/jpg&crs=EPSG:4326" ), QgsDataProvider::ProviderOptions(), &capabilit… in noCrsSpecified()
141 …?xxx&layers=agri_zones&styles=&format=image/jpg" ), QgsDataProvider::ProviderOptions(), &capabilit… in noCrsSpecified()
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dprovider.go39 type ProviderOptions struct { struct
45 type ProviderOption func(*ProviderOptions)
60 o := &ProviderOptions{}
187 return func(opts *ProviderOptions) {
197 return func(opts *ProviderOptions) {
204 return func(opts *ProviderOptions) {
212 return func(opts *ProviderOptions) {
/dports/net/concourse-fly/concourse-6.7.1/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dprovider.go37 type ProviderOptions struct { struct
43 type ProviderOption func(*ProviderOptions)
58 o := &ProviderOptions{}
171 return func(opts *ProviderOptions) {
181 return func(opts *ProviderOptions) {
188 return func(opts *ProviderOptions) {
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dprovider.go37 type ProviderOptions struct { struct
43 type ProviderOption func(*ProviderOptions)
58 o := &ProviderOptions{}
171 return func(opts *ProviderOptions) {
181 return func(opts *ProviderOptions) {
188 return func(opts *ProviderOptions) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.CodeDom.Compiler/
H A DCompilerCollection.cs57 compiler.ProviderOptions ["CompilerVersion"] = defaultCompilerVersion; in CompilerCollection()
62 compiler.ProviderOptions ["CompilerVersion"] = defaultCompilerVersion; in CompilerCollection()
67 compiler.ProviderOptions ["CompilerVersion"] = defaultCompilerVersion; in CompilerCollection()
72 compiler.ProviderOptions ["CompilerVersion"] = defaultCompilerVersion; in CompilerCollection()
77 compiler.ProviderOptions ["CompilerVersion"] = defaultCompilerVersion; in CompilerCollection()
H A DCompiler.cs117 public CompilerProviderOptionsCollection ProviderOptions { property in System.CodeDom.Compiler.Compiler
122 public Dictionary <string, string> ProviderOptionsDictionary => ProviderOptions.ProviderOptions;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/grafana-plugin-sdk-go/backend/httpclient/
H A Dprovider.go11 type ProviderOptions struct { struct
39 Opts ProviderOptions
50 func NewProvider(opts ...ProviderOptions) *Provider { argument
51 var providerOpts ProviderOptions
54 providerOpts = ProviderOptions{
H A Dprovider_example_test.go12 …provider := httpclient.NewProvider(httpclient.ProviderOptions{Middlewares: []httpclient.Middleware…
17 …provider := httpclient.NewProvider(httpclient.ProviderOptions{Middlewares: []httpclient.Middleware…
50 …provider := httpclient.NewProvider(httpclient.ProviderOptions{Middlewares: []httpclient.Middleware…
87 …provider := httpclient.NewProvider(httpclient.ProviderOptions{Middlewares: []httpclient.Middleware…
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsgdalprovider.cpp138 …instance()->createProvider( QStringLiteral( "gdal" ), raster, QgsDataProvider::ProviderOptions() ); in warpedVrt()
157 …instance()->createProvider( QStringLiteral( "gdal" ), raster, QgsDataProvider::ProviderOptions() ); in noData()
171 …instance()->createProvider( QStringLiteral( "gdal" ), raster, QgsDataProvider::ProviderOptions() ); in noDataOutsideExtent()
195 …instance()->createProvider( QStringLiteral( "gdal" ), raster, QgsDataProvider::ProviderOptions() ); in invalidNoDataInSourceIgnored()
267 …instance()->createProvider( QStringLiteral( "gdal" ), raster, QgsDataProvider::ProviderOptions() ); in mask()
290 …instance()->createProvider( QStringLiteral( "gdal" ), raster, QgsDataProvider::ProviderOptions() ); in bandName()
300 …instance()->createProvider( QStringLiteral( "gdal" ), raster, QgsDataProvider::ProviderOptions() ); in bandNameNoDescription()
310 …instance()->createProvider( QStringLiteral( "gdal" ), raster, QgsDataProvider::ProviderOptions() ); in bandNameWithDescription()
331 QStringLiteral( "gdal" ), filename, QgsDataProvider::ProviderOptions() ) ); in interactionBetweenRasterChangeAndCache()
365 …instance()->createProvider( QStringLiteral( "gdal" ), raster, QgsDataProvider::ProviderOptions() ); in scale0()
[all …]
/dports/security/s2n/s2n-tls-1.1.2/tests/integrationv2/
H A Dtest_pq_handshake.py5 from common import Ciphers, ProviderOptions, Protocols, data_bytes, KemGroups, Certificates, pq_ena…
145 client_options = ProviderOptions(
152 server_options = ProviderOptions(
191 client_options = ProviderOptions(
198 server_options = ProviderOptions(
232 client_options = ProviderOptions(
239 server_options = ProviderOptions(
H A Dtest_sni_match.py5 from common import ProviderOptions, Protocols, data_bytes
36 client_options = ProviderOptions(
45 server_options = ProviderOptions(
H A Dtest_early_data.py9 from common import ProviderOptions, Protocols, Curves, data_bytes
38 def __init__(self, options: ProviderOptions): argument
55 def __init__(self, options: ProviderOptions): argument
146 options = ProviderOptions(
197 options = ProviderOptions(
246 options = ProviderOptions(
301 options = ProviderOptions(
358 options = ProviderOptions(
412 options = ProviderOptions(
464 options = ProviderOptions(
H A Dproviders.py4 from common import ProviderOptions, Ciphers, Curves, Protocols, Certificates
17 def __init__(self, options: ProviderOptions): argument
35 if type(options) is not ProviderOptions:
93 def __init__(self, options: ProviderOptions): argument
125 def __init__(self, options: ProviderOptions): argument
247 def __init__(self, options: ProviderOptions): argument
443 def __init__(self, options: ProviderOptions): argument
496 def __init__(self, options: ProviderOptions): argument
H A Dtest_key_update.py5 from common import ProviderOptions, Protocols, data_bytes
25 client_options = ProviderOptions(
79 client_options = ProviderOptions(
H A Dtest_client_authentication.py8 from common import Certificates, ProviderOptions, Protocols, data_bytes
50 client_options = ProviderOptions(
96 client_options = ProviderOptions(
148 client_options = ProviderOptions(
194 client_options = ProviderOptions(
/dports/www/grafana8/grafana-8.3.6/pkg/infra/httpclient/httpclientprovider/
H A Dhttp_client_provider_test.go14 providerOpts := []sdkhttpclient.ProviderOptions{}
15 newProviderFunc = func(opts ...sdkhttpclient.ProviderOptions) *sdkhttpclient.Provider {
36 providerOpts := []sdkhttpclient.ProviderOptions{}
37 newProviderFunc = func(opts ...sdkhttpclient.ProviderOptions) *sdkhttpclient.Provider {
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/imports/sharedimage/
H A Dsharedimageprovider.cpp59 ProviderOptions, enumerator
77 options = params->value(ProviderOptions).value<QQuickImageProviderOptions>(); in loadFile()
112 opts = params->value(ProviderOptions).value<QQuickImageProviderOptions>(); in key()
139 params[QuickSharedImageLoader::ProviderOptions].setValue(options); in requestImage()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/imports/sharedimage/
H A Dsharedimageprovider.cpp59 ProviderOptions, enumerator
77 options = params->value(ProviderOptions).value<QQuickImageProviderOptions>(); in loadFile()
112 opts = params->value(ProviderOptions).value<QQuickImageProviderOptions>(); in key()
139 params[QuickSharedImageLoader::ProviderOptions].setValue(options); in requestImage()
/dports/graphics/qgis/qgis-3.22.3/src/core/providers/
H A Dqgsdataprovider.h107 struct ProviderOptions struct
136 … const QgsDataProvider::ProviderOptions &providerOptions = QgsDataProvider::ProviderOptions(), argument
667 QgsDataProvider::ProviderOptions mOptions;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsdataprovider.h104 struct ProviderOptions struct
130 … const QgsDataProvider::ProviderOptions &providerOptions = QgsDataProvider::ProviderOptions(), argument
659 QgsDataProvider::ProviderOptions mOptions;
/dports/graphics/qgis/qgis-3.22.3/src/providers/wfs/
H A Dqgswfscapabilities.h30 …es( const QString &uri, const QgsDataProvider::ProviderOptions &options = QgsDataProvider::Provide…
143 QgsDataProvider::ProviderOptions mOptions;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/wfs/
H A Dqgswfscapabilities.h30 …es( const QString &uri, const QgsDataProvider::ProviderOptions &options = QgsDataProvider::Provide…
143 QgsDataProvider::ProviderOptions mOptions;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/ows/
H A Dqgsowsprovider.h52 …explicit QgsOwsProvider( const QString &uri, const QgsDataProvider::ProviderOptions &providerOptio…
71 …QgsOwsProvider *createProvider( const QString &uri, const QgsDataProvider::ProviderOptions &option…
H A Dqgsowsprovider.cpp28 QgsOwsProvider::QgsOwsProvider( const QString &uri, const ProviderOptions &options, QgsDataProvider… in QgsOwsProvider()
49 …Metadata::createProvider( const QString &uri, const QgsDataProvider::ProviderOptions &options, Qgs… in createProvider()

12345678910>>...15