Home
last modified time | relevance | path

Searched refs:ReportFormat (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cur/source/model/
H A DReportFormat.cpp27 ReportFormat GetReportFormatForName(const Aws::String& name) in GetReportFormatForName()
32 return ReportFormat::textORcsv; in GetReportFormatForName()
36 return ReportFormat::Parquet; in GetReportFormatForName()
42 return static_cast<ReportFormat>(hashCode); in GetReportFormatForName()
45 return ReportFormat::NOT_SET; in GetReportFormatForName()
48 Aws::String GetNameForReportFormat(ReportFormat enumValue) in GetNameForReportFormat()
52 case ReportFormat::textORcsv: in GetNameForReportFormat()
54 case ReportFormat::Parquet: in GetNameForReportFormat()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-fsx/source/model/
H A DReportFormat.cpp26 ReportFormat GetReportFormatForName(const Aws::String& name) in GetReportFormatForName()
31 return ReportFormat::REPORT_CSV_20191124; in GetReportFormatForName()
37 return static_cast<ReportFormat>(hashCode); in GetReportFormatForName()
40 return ReportFormat::NOT_SET; in GetReportFormatForName()
43 Aws::String GetNameForReportFormat(ReportFormat enumValue) in GetNameForReportFormat()
47 case ReportFormat::REPORT_CSV_20191124: in GetNameForReportFormat()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/costandusagereportservice/types/
H A Denums.go105 type ReportFormat string type
109 ReportFormatCsv ReportFormat = "textORcsv"
110 ReportFormatParquet ReportFormat = "Parquet"
116 func (ReportFormat) Values() []ReportFormat {
117 return []ReportFormat{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/costandusagereportservice/types/
H A Denums.go105 type ReportFormat string type
109 ReportFormatCsv ReportFormat = "textORcsv"
110 ReportFormatParquet ReportFormat = "Parquet"
116 func (ReportFormat) Values() []ReportFormat {
117 return []ReportFormat{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/costandusagereportservice/types/
H A Denums.go105 type ReportFormat string type
109 ReportFormatCsv ReportFormat = "textORcsv"
110 ReportFormatParquet ReportFormat = "Parquet"
116 func (ReportFormat) Values() []ReportFormat {
117 return []ReportFormat{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/costandusagereportservice/types/
H A Denums.go105 type ReportFormat string type
109 ReportFormatCsv ReportFormat = "textORcsv"
110 ReportFormatParquet ReportFormat = "Parquet"
116 func (ReportFormat) Values() []ReportFormat {
117 return []ReportFormat{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/costandusagereportservice/types/
H A Denums.go105 type ReportFormat string type
109 ReportFormatCsv ReportFormat = "textORcsv"
110 ReportFormatParquet ReportFormat = "Parquet"
116 func (ReportFormat) Values() []ReportFormat {
117 return []ReportFormat{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/costandusagereportservice/types/
H A Denums.go105 type ReportFormat string type
109 ReportFormatCsv ReportFormat = "textORcsv"
110 ReportFormatParquet ReportFormat = "Parquet"
116 func (ReportFormat) Values() []ReportFormat {
117 return []ReportFormat{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/costandusagereportservice/types/
H A Denums.go105 type ReportFormat string type
109 ReportFormatCsv ReportFormat = "textORcsv"
110 ReportFormatParquet ReportFormat = "Parquet"
116 func (ReportFormat) Values() []ReportFormat {
117 return []ReportFormat{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/costandusagereportservice/types/
H A Denums.go105 type ReportFormat string type
109 ReportFormatCsv ReportFormat = "textORcsv"
110 ReportFormatParquet ReportFormat = "Parquet"
116 func (ReportFormat) Values() []ReportFormat {
117 return []ReportFormat{
/dports/net/krill/krill-0.9.4/src/cli/
H A Dreport.rs73 pub fn report(&self, fmt: ReportFormat) -> Result<Option<String>, ReportError> { in report()
74 if fmt == ReportFormat::None { in report()
118 pub enum ReportFormat { enum
124 impl FromStr for ReportFormat { implementation
129 "none" => Ok(ReportFormat::None), in from_str()
130 "json" => Ok(ReportFormat::Json), in from_str()
131 "text" => Ok(ReportFormat::Text), in from_str()
168 fn report(&self, format: ReportFormat) -> Result<String, ReportError> { in report()
170 ReportFormat::None => Ok("".to_string()), in report()
171 ReportFormat::Json => Ok(self.json()), in report()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-fsx/include/aws/fsx/model/
H A DCompletionReport.h193 inline const ReportFormat& GetFormat() const{ return m_format; } in GetFormat()
213 … inline void SetFormat(const ReportFormat& value) { m_formatHasBeenSet = true; m_format = value; } in SetFormat()
223 …inline void SetFormat(ReportFormat&& value) { m_formatHasBeenSet = true; m_format = std::move(valu… in SetFormat()
233 … inline CompletionReport& WithFormat(const ReportFormat& value) { SetFormat(value); return *this;} in WithFormat()
243 …inline CompletionReport& WithFormat(ReportFormat&& value) { SetFormat(std::move(value)); return *t… in WithFormat()
308 ReportFormat m_format;
H A DReportFormat.h16 enum class ReportFormat enum
24 AWS_FSX_API ReportFormat GetReportFormatForName(const Aws::String& name);
26 AWS_FSX_API Aws::String GetNameForReportFormat(ReportFormat value);
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/format/
H A DCompoundFormat.java6 public class CompoundFormat extends ReportFormat
29 if (fmt instanceof ReportFormat) in format()
31 start = ((ReportFormat) fmt).format(args, start, dst, fpos); in format()
54 if (fmt instanceof ReportFormat) in format()
56 start = ((ReportFormat) fmt).format(args, start, sbuf, fpos); in format()
H A DDelimitSubstitutionFormat.java23 public class DelimitSubstitutionFormat extends ReportFormat {
34 public DelimitSubstitutionFormat(ReportFormat base) { in DelimitSubstitutionFormat()
38 public static DelimitSubstitutionFormat getInstance(ReportFormat base) { in getInstance()
42 ReportFormat base;
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dreportformat.cpp35 class ReportFormat : public OBMoleculeFormat class
39 ReportFormat() in ReportFormat() function in OpenBabel::ReportFormat
191 ReportFormat theReportFormat;
208 bool ReportFormat::WriteMolecule(OBBase* pOb, OBConversion* pConv) in WriteMolecule()
263 void ReportFormat::WriteCharges(ostream &ofs,OBMol &mol) in WriteCharges()
281 void ReportFormat::WriteDistanceMatrix(ostream &ofs,OBMol &mol) in WriteDistanceMatrix()
350 void ReportFormat::WriteTorsions(ostream &ofs,OBMol &mol) in WriteTorsions()
382 void ReportFormat::WriteAngles(ostream &ofs,OBMol &mol) in WriteAngles()
403 void ReportFormat::WriteChiral(ostream &ofs,OBMol &mol) in WriteChiral()
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/functions/
H A DFormat.java6 import gnu.kawa.format.ReportFormat;
41 if (! (format instanceof ReportFormat)) in formatToWriter()
43 ((ReportFormat) format).format(vals, 0, dst, null); in formatToWriter()
69 ReportFormat rfmt = ParseFormat.asFormat(fmt, '%'); in sprintfToString()
90 ReportFormat rfmt = ParseFormat.asFormat(fmt, style); in formatToFString()
136 || port_arg instanceof ReportFormat) in format()
H A DParseFormat.java31 public ReportFormat parseFormat(InPort fmt) in parseFormat()
37 public static ReportFormat parseFormat(InPort fmt, char magic) in parseFormat()
260 if (f instanceof ReportFormat) in parseFormat()
261 return (ReportFormat) f; in parseFormat()
271 public static ReportFormat asFormat (Object arg, char style) in asFormat()
275 if (arg instanceof ReportFormat) in asFormat()
276 return (ReportFormat) arg; in asFormat()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cur/include/aws/cur/model/
H A DReportFormat.h16 enum class ReportFormat enum
25 AWS_COSTANDUSAGEREPORTSERVICE_API ReportFormat GetReportFormatForName(const Aws::String& name);
27 AWS_COSTANDUSAGEREPORTSERVICE_API Aws::String GetNameForReportFormat(ReportFormat value);
/dports/finance/kraft/kraft-0.97/src/
H A Dreportgenerator.h37 enum class ReportFormat { PDF, PDFMail, HTML }; enum
48 void docAvailable( ReportFormat, const QString& file,
53 void createDocument(ReportFormat, const QString&, dbID );
106 ReportFormat _requestedFormat;
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/fsx/types/
H A Denums.go344 type ReportFormat string type
348 ReportFormatReportCsv20191124 ReportFormat = "REPORT_CSV_20191124"
354 func (ReportFormat) Values() []ReportFormat {
355 return []ReportFormat{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/fsx/types/
H A Denums.go344 type ReportFormat string type
348 ReportFormatReportCsv20191124 ReportFormat = "REPORT_CSV_20191124"
354 func (ReportFormat) Values() []ReportFormat {
355 return []ReportFormat{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/fsx/types/
H A Denums.go344 type ReportFormat string type
348 ReportFormatReportCsv20191124 ReportFormat = "REPORT_CSV_20191124"
354 func (ReportFormat) Values() []ReportFormat {
355 return []ReportFormat{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/fsx/types/
H A Denums.go344 type ReportFormat string type
348 ReportFormatReportCsv20191124 ReportFormat = "REPORT_CSV_20191124"
354 func (ReportFormat) Values() []ReportFormat {
355 return []ReportFormat{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/fsx/types/
H A Denums.go344 type ReportFormat string type
348 ReportFormatReportCsv20191124 ReportFormat = "REPORT_CSV_20191124"
354 func (ReportFormat) Values() []ReportFormat {
355 return []ReportFormat{

1234567