Home
last modified time | relevance | path

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

12345678910>>...34

/dports/net-mgmt/collectd5/collectd-5.12.0/contrib/collection3/etc/
H A Dcollection.conf5 DataSources value
13 DataSources value
22 DataSources value
89 DataSources value
97 DataSources value
104 DataSources value
112 DataSources value
135 DataSources value
148 DataSources value
201 DataSources value
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/terraform/
H A Dresource_provider_mock_test.go58 DataSources: map[string]providers.Schema{},
69 for name, schema := range providerSchema.DataSources {
70 p.GetProviderSchemaResponse.DataSources[name] = providers.Schema{Block: schema}
83 DataSources: map[string]providers.Schema{},
93 for name, schema := range providerSchema.DataSources {
94 resp.DataSources[name] = providers.Schema{Block: schema}
124 DataSources: map[string]providers.Schema{
H A Dschemas.go131 DataSources: make(map[string]*configschema.Block),
154 for t, d := range resp.DataSources {
155 s.DataSources[t] = d.Block
252 DataSources map[string]*configschema.Block member
265 return ps.DataSources[typeName], 0
/dports/math/vtk9/VTK-9.1.0/ThirdParty/fides/vtkfides/fides/
H A DDataSetReader.cxx74 this->DataSources.clear(); in Cleanup()
118 auto it = this->DataSources.find(source); in SetDataSourceParameters()
119 if (it == this->DataSources.end()) in SetDataSourceParameters()
129 auto it = this->DataSources.find(source); in SetDataSourceIO()
130 if (it == this->DataSources.end()) in SetDataSourceIO()
184 this->DataSources[name] = source; in ProcessDataSources()
238 if (sourceIter == this->DataSources.end()) in GetNumberOfSteps()
482 for (const auto& source : this->DataSources) in DoAllReads()
504 for (const auto& source : this->DataSources) in BeginStep()
531 for (const auto& source : this->DataSources) in EndStep()
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/configmapandsecret/
H A Dsecretfactory_test.go98 DataSources: types.DataSources{
111 DataSources: types.DataSources{
124 DataSources: types.DataSources{
H A Dconfigmapfactory_test.go100 DataSources: types.DataSources{
113 DataSources: types.DataSources{
126 DataSources: types.DataSources{
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/k8sdeps/configmapandsecret/
H A Dconfigmapfactory_test.go100 DataSources: types.DataSources{
113 DataSources: types.DataSources{
126 DataSources: types.DataSources{
H A Dsecretfactory_test.go98 DataSources: types.DataSources{
111 DataSources: types.DataSources{
124 DataSources: types.DataSources{
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/kustomize/k8sdeps/configmapandsecret/
H A Dconfigmapfactory_test.go100 DataSources: types.DataSources{
113 DataSources: types.DataSources{
126 DataSources: types.DataSources{
H A Dsecretfactory_test.go98 DataSources: types.DataSources{
111 DataSources: types.DataSources{
124 DataSources: types.DataSources{
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/cli-runtime/pkg/kustomize/k8sdeps/configmapandsecret/
H A Dsecretfactory_test.go98 DataSources: types.DataSources{
111 DataSources: types.DataSources{
124 DataSources: types.DataSources{
H A Dconfigmapfactory_test.go100 DataSources: types.DataSources{
113 DataSources: types.DataSources{
126 DataSources: types.DataSources{
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/pkg/resmap/
H A Dfactory_test.go157 DataSources: types.DataSources{
185 DataSources: types.DataSources{
215 DataSources: types.DataSources{
263 DataSources: types.DataSources{
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/kustomize/pkg/resmap/
H A Dfactory_test.go157 DataSources: types.DataSources{
185 DataSources: types.DataSources{
215 DataSources: types.DataSources{
263 DataSources: types.DataSources{
/dports/sysutils/terraform-provider-gridscale/terraform-provider-gridscale-1.6.2/vendor/github.com/hashicorp/terraform-plugin-sdk/terraform/
H A Dschemas.go129 DataSources: make(map[string]*configschema.Block),
152 for t, d := range resp.DataSources {
153 s.DataSources[t] = d.Block
247 DataSources map[string]*configschema.Block member
260 return ps.DataSources[typeName], 0
277 DataSources []string member
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/terraform/
H A Dschemas.go129 DataSources: make(map[string]*configschema.Block),
152 for t, d := range resp.DataSources {
153 s.DataSources[t] = d.Block
247 DataSources map[string]*configschema.Block member
260 return ps.DataSources[typeName], 0
277 DataSources []string member
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DCorrelationDataSourceHelper.cs50 … return new CorrelationDataSourceHelper(dataSource1.DataSources, dataSource2.DataSources); in Combine()
53 ICollection<CorrelationDataDescription> ICorrelationDataSource.DataSources
/dports/www/grafana8/grafana-8.3.6/packages/grafana-e2e/src/flows/
H A DdeleteDataSource.ts35 e2e.pages.DataSources.visit();
36 e2e.pages.DataSources.dataSources(name).click();
40 e2e.pages.DataSources.visit();
/dports/databases/c3p0/c3p0-0.9.5.3/examples/
H A DJndiBindDataSource.java39 import com.mchange.v2.c3p0.DataSources;
69 DataSource unpooled = DataSources.unpooledDataSource("jdbc:postgresql://localhost/test", in main()
72 DataSource pooled = DataSources.pooledDataSource( unpooled ); in main()
H A DUsePoolBackedDataSource.java38 import com.mchange.v2.c3p0.DataSources;
56 DataSource unpooled = DataSources.unpooledDataSource("jdbc:postgresql://localhost/test", in main()
59 DataSource pooled = DataSources.pooledDataSource( unpooled ); in main()
/dports/sysutils/terraform/terraform-1.0.11/internal/legacy/terraform/
H A Dschemas.go131 DataSources: make(map[string]*configschema.Block),
154 for t, d := range resp.DataSources {
155 s.DataSources[t] = d.Block
254 DataSources map[string]*configschema.Block member
267 return ps.DataSources[typeName], 0
284 DataSources []string member
/dports/sysutils/gomplate/gomplate-3.9.0/
H A Dconfig.go28 DataSources []string member
92 if len(o.DataSources) > 0 {
93 c += "\ndatasources: " + strings.Join(o.DataSources, ", ")
140 err = cfg.ParseDataSourceFlags(o.DataSources, o.Contexts, o.DataSourceHeaders)
/dports/sysutils/daggy/daggy-2.0.2/src/DaggyCore/
H A DCYamlDataSourcesConvertor.cpp135 struct convert<daggycore::DataSources>
137 static bool decode(const Node& node, daggycore::DataSources& rhs) { in decode()
185 OptionalResult<DataSources> CYamlDataSourcesConvertor::convert(const QString& yaml) const in convert()
194 DataSources data_sources; in convert()
196 data_sources = root_node[g_sourcesField].as<DataSources>(); in convert()
/dports/sysutils/helm/helm-3.5.2/vendor/sigs.k8s.io/kustomize/pkg/commands/edit/add/
H A Dconfigmap_test.go68 ds := &types.DataSources{}
90 ds := &types.DataSources{}
114 ds := &types.DataSources{}
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/kustomize/pkg/commands/edit/add/
H A Dconfigmap_test.go68 ds := &types.DataSources{}
90 ds := &types.DataSources{}
114 ds := &types.DataSources{}

12345678910>>...34