Home
last modified time | relevance | path

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

12345678910>>...15

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-databrew/source/model/
H A DCsvOptions.cpp21 CsvOptions::CsvOptions() : in CsvOptions() function in Aws::GlueDataBrew::Model::CsvOptions
28 CsvOptions::CsvOptions(JsonView jsonValue) : in CsvOptions() function in Aws::GlueDataBrew::Model::CsvOptions
36 CsvOptions& CsvOptions::operator =(JsonView jsonValue) in operator =()
55 JsonValue CsvOptions::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-databrew/include/aws/databrew/model/
H A DCsvOptions.h33 class AWS_GLUEDATABREW_API CsvOptions
36 CsvOptions();
37 CsvOptions(Aws::Utils::Json::JsonView jsonValue);
38 CsvOptions& operator=(Aws::Utils::Json::JsonView jsonValue);
76 inline CsvOptions& WithDelimiter(const Aws::String& value) { SetDelimiter(value); return *this;} in WithDelimiter()
82 …inline CsvOptions& WithDelimiter(Aws::String&& value) { SetDelimiter(std::move(value)); return *th… in WithDelimiter()
88 inline CsvOptions& WithDelimiter(const char* value) { SetDelimiter(value); return *this;} in WithDelimiter()
113 inline CsvOptions& WithHeaderRow(bool value) { SetHeaderRow(value); return *this;} in WithHeaderRow()
H A DFormatOptions.h108 inline const CsvOptions& GetCsv() const{ return m_csv; } in GetCsv()
118 inline void SetCsv(const CsvOptions& value) { m_csvHasBeenSet = true; m_csv = value; } in SetCsv()
123 inline void SetCsv(CsvOptions&& value) { m_csvHasBeenSet = true; m_csv = std::move(value); } in SetCsv()
128 inline FormatOptions& WithCsv(const CsvOptions& value) { SetCsv(value); return *this;} in WithCsv()
133 inline FormatOptions& WithCsv(CsvOptions&& value) { SetCsv(std::move(value)); return *this;} in WithCsv()
143 CsvOptions m_csv;
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/
H A DCsvStreamReaderEx.cs29 public sealed class CsvOptions class
81 private CsvOptions m_opt;
88 public CsvStreamReaderEx(string strData, CsvOptions opt) in CsvStreamReaderEx()
93 private void Init(string strData, CsvOptions opt) in Init()
97 m_opt = (opt ?? new CsvOptions()); in Init()
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/cloud.google.com/go/google-cloud-go-0.72.0/bigquery/
H A Dexternal.go126 case q.CsvOptions != nil:
127 e.Options = bqToCSVOptions(q.CsvOptions)
178 c.CsvOptions = &bq.CsvOptions{
209 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions {
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/cloud.google.com/go/bigquery/
H A Dexternal.go126 case q.CsvOptions != nil:
127 e.Options = bqToCSVOptions(q.CsvOptions)
178 c.CsvOptions = &bq.CsvOptions{
209 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/cloud.google.com/go/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/security/vault/google-cloud-go-storage-v1.6.0/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/security/vault/vault-1.8.2/vendor/cloud.google.com/go/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/security/vault/google-cloud-go-spanner-v1.5.1/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/www/gohugo/google-cloud-go-storage-v1.10.0/bigquery/
H A Dexternal.go126 case q.CsvOptions != nil:
127 e.Options = bqToCSVOptions(q.CsvOptions)
178 c.CsvOptions = &bq.CsvOptions{
209 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/sysutils/helm/helm-3.5.2/vendor/cloud.google.com/go/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/www/pomerium/pomerium-0.8.3/vendor/cloud.google.com/go/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/devel/gitlab-runner/google-cloud-go-storage-v1.12.0/bigquery/
H A Dexternal.go126 case q.CsvOptions != nil:
127 e.Options = bqToCSVOptions(q.CsvOptions)
178 c.CsvOptions = &bq.CsvOptions{
209 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/misc/concourse/concourse-6.7.2/vendor/cloud.google.com/go/bigquery/
H A Dexternal.go122 case q.CsvOptions != nil:
123 e.Options = bqToCSVOptions(q.CsvOptions)
174 c.CsvOptions = &bq.CsvOptions{
205 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/sysutils/gomplate/google-cloud-go-storage-v1.12.0/bigquery/
H A Dexternal.go126 case q.CsvOptions != nil:
127 e.Options = bqToCSVOptions(q.CsvOptions)
178 c.CsvOptions = &bq.CsvOptions{
209 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument
/dports/sysutils/helmfile/google-cloud-go-storage-v1.10.0/bigquery/
H A Dexternal.go126 case q.CsvOptions != nil:
127 e.Options = bqToCSVOptions(q.CsvOptions)
178 c.CsvOptions = &bq.CsvOptions{
209 func bqToCSVOptions(q *bq.CsvOptions) *CSVOptions { argument

12345678910>>...15