Home
last modified time | relevance | path

Searched refs:FormatType (Results 1 – 25 of 1883) sorted by relevance

12345678910>>...76

/dports/devel/corrade/corrade-2020.06/src/Corrade/Utility/
H A DFormat.cpp37 enum class FormatType: unsigned char { enum
55 case FormatType::Unspecified: in formatTypeChar()
61 case FormatType::Float: in formatTypeChar()
65 case FormatType::FloatFixed: in formatTypeChar()
76 case FormatType::Unspecified: in formatTypeChar()
82 case FormatType::Float: in formatTypeChar()
86 case FormatType::FloatFixed: in formatTypeChar()
97 case FormatType::Unspecified: in formatTypeChar()
105 case FormatType::Decimal: in formatTypeChar()
106 case FormatType::Octal: in formatTypeChar()
[all …]
H A DFormat.h218 enum class FormatType: unsigned char;
224 …static CORRADE_UTILITY_EXPORT void format(std::FILE* file, int value, int precision, FormatType ty…
238 …RRADE_UTILITY_EXPORT void format(std::FILE* file, long long value, int precision, FormatType type);
250 …c CORRADE_UTILITY_EXPORT void format(std::FILE* file, float value, int precision, FormatType type);
254 … CORRADE_UTILITY_EXPORT void format(std::FILE* file, double value, int precision, FormatType type);
258 …ADE_UTILITY_EXPORT void format(std::FILE* file, long double value, int precision, FormatType type);
279 … [](const Containers::ArrayView<char>& buffer, const void* value, int precision, FormatType type) {
284 …std::size_t operator()(const Containers::ArrayView<char>& buffer, int precision, FormatType type) …
292 …std::size_t(*_fn)(const Containers::ArrayView<char>&, const void*, int precision, FormatType type);
301 _fn = [](std::FILE* file, const void* value, int precision, FormatType type) {
[all …]
/dports/irc/quassel-core/quassel-0.14-rc2/src/uisupport/
H A Duistyle.h81 enum class FormatType : quint32 enum
209 FormatType type;
427 UISUPPORT_EXPORT UiStyle::FormatType operator|(UiStyle::FormatType lhs, UiStyle::FormatType rhs);
428 UISUPPORT_EXPORT UiStyle::FormatType& operator|=(UiStyle::FormatType& lhs, UiStyle::FormatType rhs);
429 UISUPPORT_EXPORT UiStyle::FormatType operator|(UiStyle::FormatType lhs, quint32 rhs);
430 UISUPPORT_EXPORT UiStyle::FormatType& operator|=(UiStyle::FormatType& lhs, quint32 rhs);
431 UISUPPORT_EXPORT UiStyle::FormatType operator&(UiStyle::FormatType lhs, UiStyle::FormatType rhs);
432 UISUPPORT_EXPORT UiStyle::FormatType& operator&=(UiStyle::FormatType& lhs, UiStyle::FormatType rhs);
433 UISUPPORT_EXPORT UiStyle::FormatType operator&(UiStyle::FormatType lhs, quint32 rhs);
434 UISUPPORT_EXPORT UiStyle::FormatType& operator&=(UiStyle::FormatType& lhs, quint32 rhs);
[all …]
H A Duistyle.cpp571 return FormatType::ErrorMsg; in formatType()
578 return FormatType::Invalid; in formatType()
1140 UiStyle::FormatType operator|(UiStyle::FormatType lhs, UiStyle::FormatType rhs) in operator |()
1145 UiStyle::FormatType& operator|=(UiStyle::FormatType& lhs, UiStyle::FormatType rhs) in operator |=()
1151 UiStyle::FormatType operator|(UiStyle::FormatType lhs, quint32 rhs) in operator |()
1156 UiStyle::FormatType& operator|=(UiStyle::FormatType& lhs, quint32 rhs) in operator |=()
1162 UiStyle::FormatType operator&(UiStyle::FormatType lhs, UiStyle::FormatType rhs) in operator &()
1167 UiStyle::FormatType& operator&=(UiStyle::FormatType& lhs, UiStyle::FormatType rhs) in operator &=()
1173 UiStyle::FormatType operator&(UiStyle::FormatType lhs, quint32 rhs) in operator &()
1178 UiStyle::FormatType& operator&=(UiStyle::FormatType& lhs, quint32 rhs) in operator &=()
[all …]
H A Dqssparser.cpp119 UiStyle::FormatType fmtType; in parseChatLineBlock()
193 using FormatType = UiStyle::FormatType; in parseFormatType() typedef
196 …const std::pair<UiStyle::FormatType, UiStyle::MessageLabel> invalid{FormatType::Invalid, MessageLa… in parseFormatType()
208 FormatType fmtType{FormatType::Base}; in parseFormatType()
216 fmtType |= FormatType::Sender; in parseFormatType()
218 fmtType |= FormatType::Nick; in parseFormatType()
226 fmtType |= FormatType::Url; in parseFormatType()
242 fmtType |= FormatType::NickMsg; in parseFormatType()
244 fmtType |= FormatType::ModeMsg; in parseFormatType()
246 fmtType |= FormatType::JoinMsg; in parseFormatType()
[all …]
/dports/irc/quassel/quassel-0.14-rc2/src/uisupport/
H A Duistyle.h81 enum class FormatType : quint32 enum
209 FormatType type;
427 UISUPPORT_EXPORT UiStyle::FormatType operator|(UiStyle::FormatType lhs, UiStyle::FormatType rhs);
428 UISUPPORT_EXPORT UiStyle::FormatType& operator|=(UiStyle::FormatType& lhs, UiStyle::FormatType rhs);
429 UISUPPORT_EXPORT UiStyle::FormatType operator|(UiStyle::FormatType lhs, quint32 rhs);
430 UISUPPORT_EXPORT UiStyle::FormatType& operator|=(UiStyle::FormatType& lhs, quint32 rhs);
431 UISUPPORT_EXPORT UiStyle::FormatType operator&(UiStyle::FormatType lhs, UiStyle::FormatType rhs);
432 UISUPPORT_EXPORT UiStyle::FormatType& operator&=(UiStyle::FormatType& lhs, UiStyle::FormatType rhs);
433 UISUPPORT_EXPORT UiStyle::FormatType operator&(UiStyle::FormatType lhs, quint32 rhs);
434 UISUPPORT_EXPORT UiStyle::FormatType& operator&=(UiStyle::FormatType& lhs, quint32 rhs);
[all …]
H A Duistyle.cpp571 return FormatType::ErrorMsg; in formatType()
578 return FormatType::Invalid; in formatType()
1140 UiStyle::FormatType operator|(UiStyle::FormatType lhs, UiStyle::FormatType rhs) in operator |()
1145 UiStyle::FormatType& operator|=(UiStyle::FormatType& lhs, UiStyle::FormatType rhs) in operator |=()
1151 UiStyle::FormatType operator|(UiStyle::FormatType lhs, quint32 rhs) in operator |()
1156 UiStyle::FormatType& operator|=(UiStyle::FormatType& lhs, quint32 rhs) in operator |=()
1162 UiStyle::FormatType operator&(UiStyle::FormatType lhs, UiStyle::FormatType rhs) in operator &()
1167 UiStyle::FormatType& operator&=(UiStyle::FormatType& lhs, UiStyle::FormatType rhs) in operator &=()
1173 UiStyle::FormatType operator&(UiStyle::FormatType lhs, quint32 rhs) in operator &()
1178 UiStyle::FormatType& operator&=(UiStyle::FormatType& lhs, quint32 rhs) in operator &=()
[all …]
H A Dqssparser.cpp119 UiStyle::FormatType fmtType; in parseChatLineBlock()
193 using FormatType = UiStyle::FormatType; in parseFormatType() typedef
196 …const std::pair<UiStyle::FormatType, UiStyle::MessageLabel> invalid{FormatType::Invalid, MessageLa… in parseFormatType()
208 FormatType fmtType{FormatType::Base}; in parseFormatType()
216 fmtType |= FormatType::Sender; in parseFormatType()
218 fmtType |= FormatType::Nick; in parseFormatType()
226 fmtType |= FormatType::Url; in parseFormatType()
242 fmtType |= FormatType::NickMsg; in parseFormatType()
244 fmtType |= FormatType::ModeMsg; in parseFormatType()
246 fmtType |= FormatType::JoinMsg; in parseFormatType()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-finspace-data/source/model/
H A DFormatType.cpp29 FormatType GetFormatTypeForName(const Aws::String& name) in GetFormatTypeForName()
34 return FormatType::CSV; in GetFormatTypeForName()
38 return FormatType::JSON; in GetFormatTypeForName()
42 return FormatType::PARQUET; in GetFormatTypeForName()
46 return FormatType::XML; in GetFormatTypeForName()
52 return static_cast<FormatType>(hashCode); in GetFormatTypeForName()
55 return FormatType::NOT_SET; in GetFormatTypeForName()
62 case FormatType::CSV: in GetNameForFormatType()
64 case FormatType::JSON: in GetNameForFormatType()
66 case FormatType::PARQUET: in GetNameForFormatType()
[all …]
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dslogger.h49 template<typename FormatType, typename... Args>
61 template<typename FormatType, typename... Args>
62 void log_trace(const FormatType &format, Args&&... args) { in log_trace()
66 template<typename FormatType, typename... Args>
71 template<typename FormatType, typename... Args>
72 void log_info(const FormatType &format, Args&&... args) { in log_info()
76 template<typename FormatType, typename... Args>
77 void log_warn(const FormatType &format, Args&&... args) { in log_warn()
81 template<typename FormatType, typename... Args>
82 void log_err(const FormatType &format, Args&&... args) { in log_err()
[all …]
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DExportableView.java35 public static class FormatType { class
37 public static final FormatType SVG = new FormatType("SVG");
38 public static final FormatType CSV = new FormatType("CSV");
42 protected FormatType(String name) { in FormatType() method in ExportableView.FormatType
59 public abstract boolean isFormatTypeSupported(FormatType formatType); in isFormatTypeSupported()
66 FormatType formatType, in exportData()
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/finspacedata/types/
H A Denums.go79 type FormatType string type
83 FormatTypeCsv FormatType = "CSV"
84 FormatTypeJson FormatType = "JSON"
85 FormatTypeParquet FormatType = "PARQUET"
86 FormatTypeXml FormatType = "XML"
92 func (FormatType) Values() []FormatType {
93 return []FormatType{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/finspacedata/types/
H A Denums.go79 type FormatType string type
83 FormatTypeCsv FormatType = "CSV"
84 FormatTypeJson FormatType = "JSON"
85 FormatTypeParquet FormatType = "PARQUET"
86 FormatTypeXml FormatType = "XML"
92 func (FormatType) Values() []FormatType {
93 return []FormatType{
/dports/devel/liborcus/liborcus-0.16.1/test/python/
H A Dtest_csv_export.py14 from orcus import FormatType, csv
68 sheet.write(mfo, format=FormatType.CSV)
88 FormatType.GNUMERIC,
89 FormatType.JSON,
90 FormatType.ODS,
91 FormatType.XLSX,
92 FormatType.XLS_XML,
93 FormatType.XLS_XML,
94 FormatType.XML,
95 FormatType.YAML,
/dports/dns/blocky/blocky-0.17/log/
H A Dlogger_enum.go17 FormatTypeText FormatType = iota
37 var _FormatTypeMap = map[FormatType]string{
43 func (x FormatType) String() string {
50 var _FormatTypeValue = map[string]FormatType{
56 func ParseFormatType(name string) (FormatType, error) {
60 …return FormatType(0), fmt.Errorf("%s is not a valid FormatType, try [%s]", name, strings.Join(_For…
64 func (x FormatType) MarshalText() ([]byte, error) {
69 func (x *FormatType) UnmarshalText(text []byte) error {
/dports/devel/liborcus/liborcus-0.16.1/src/python/orcus/
H A D__init__.py20 class FormatType(Enum): class
70 if format_type == FormatType.ODS:
72 elif format_type == FormatType.XLSX:
74 elif format_type == FormatType.XLS_XML:
76 elif format_type == FormatType.GNUMERIC:
78 elif format_type == FormatType.CSV:
/dports/devel/php-ice37/ice-3.7.2/js/src/Ice/
H A DFormatType.d.ts9 class FormatType
11 static readonly DefaultFormat:FormatType;
12 static readonly CompactFormat:FormatType;
13 static readonly SlicedFormat:FormatType;
15 static valueOf(value:number):FormatType;
/dports/devel/ice37/ice-3.7.2/js/src/Ice/
H A DFormatType.d.ts9 class FormatType
11 static readonly DefaultFormat:FormatType;
12 static readonly CompactFormat:FormatType;
13 static readonly SlicedFormat:FormatType;
15 static valueOf(value:number):FormatType;
/dports/devel/py-ice37/ice-3.7.2/js/src/Ice/
H A DFormatType.d.ts9 class FormatType
11 static readonly DefaultFormat:FormatType;
12 static readonly CompactFormat:FormatType;
13 static readonly SlicedFormat:FormatType;
15 static valueOf(value:number):FormatType;
/dports/net/kmime/kmime-21.12.3/src/
H A Dkmime_dateformatter.h65 enum FormatType { enum
79 explicit DateFormatter(FormatType ftype = DateFormatter::Fancy);
91 Q_REQUIRED_RESULT FormatType format() const;
100 void setFormat(FormatType ftype);
160 Q_REQUIRED_RESULT static QString formatDate(DateFormatter::FormatType ftype, time_t t,
176 Q_REQUIRED_RESULT static QString formatCurrentDate(DateFormatter::FormatType ftype,
/dports/editors/cudatext/CudaText-1.151.0/econtrol/econtrol/
H A Dec_syntax_format.pas249 if FormatType = ftBackGround then Exit else
253 if FormatType <> ftColor then
278 (FormatType = Other.FormatType) and
327 if Over.FormatType <> ftBackGround then
331 if Over.FormatType <> ftColor then
339 if Over.FormatType <> ftFontAttr then
361 if Over.FormatType < FormatType then
362 FormatType := Over.FormatType;
382 if FormatType = ftBackGround then Exit;
387 if FormatType = ftColor then Exit;
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/
H A Dqg_filedialog.h49 QString getOpenFile(RS2::FormatType* type=nullptr);
50 QString getSaveFile(RS2::FormatType* type=nullptr);
52 static QString getOpenFileName(QWidget* parent, RS2::FormatType* type=nullptr);
53 static QString getSaveFileName(QWidget* parent, RS2::FormatType* type=nullptr);
57 QString getExtension (RS2::FormatType type) const;
58 RS2::FormatType ftype;
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/scripting/scriptengine/qtbindings/
H A DCoreLocale.h56 QString dateFormat(FormatType format = LongFormat) const;
57 QString dateTimeFormat(FormatType format = LongFormat) const;
58 QString dayName(int day, FormatType format = LongFormat) const;
65 QString monthName(int month, FormatType format = LongFormat) const;
78 QString standaloneDayName(int day, FormatType format = LongFormat) const;
79 QString standaloneMonthName(int month, FormatType format = LongFormat) const;
82 QString timeFormat(FormatType format = LongFormat) const;
94 QDate toDate(const QString &string, FormatType format = LongFormat) const;
109 QString toString(const QDate &date, FormatType format = LongFormat) const;
113 QString toString(const QTime &time, FormatType format = LongFormat) const;
[all …]
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/filters/
H A Drs_filterlff.h48 RS2::FormatType rtti() const{ in rtti()
52 virtual bool canImport(const QString& /*fileName*/, RS2::FormatType t) const { in canImport()
56 virtual bool canExport(const QString& /*fileName*/, RS2::FormatType t) const { in canExport()
60 virtual bool fileImport(RS_Graphic& g, const QString& file, RS2::FormatType /*type*/);
62 virtual bool fileExport(RS_Graphic& g, const QString& file, RS2::FormatType /*type*/);
/dports/emulators/libdsk/libdsk-1.4.2/tools/
H A DDskFormat.java68 if (format == -1) format = FormatType.FMT_180K; in main()
84 FormatType.stdFormat(format, dg, desc); in doFormat()
110 case FormatType.FMT_180K: in doFormat()
115 case FormatType.FMT_CPCSYS: in doFormat()
120 case FormatType.FMT_CPCDATA: in doFormat()
122 case FormatType.FMT_200K: in doFormat()
127 case FormatType.FMT_720K: in doFormat()
132 case FormatType.FMT_800K: in doFormat()

12345678910>>...76