Home
last modified time | relevance | path

Searched refs:PrefixType (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appflow/source/model/
H A DPrefixType.cpp28 PrefixType GetPrefixTypeForName(const Aws::String& name) in GetPrefixTypeForName()
33 return PrefixType::FILENAME; in GetPrefixTypeForName()
37 return PrefixType::PATH; in GetPrefixTypeForName()
41 return PrefixType::PATH_AND_FILENAME; in GetPrefixTypeForName()
47 return static_cast<PrefixType>(hashCode); in GetPrefixTypeForName()
50 return PrefixType::NOT_SET; in GetPrefixTypeForName()
53 Aws::String GetNameForPrefixType(PrefixType enumValue) in GetNameForPrefixType()
57 case PrefixType::FILENAME: in GetNameForPrefixType()
59 case PrefixType::PATH: in GetNameForPrefixType()
61 case PrefixType::PATH_AND_FILENAME: in GetNameForPrefixType()
H A DPrefixConfig.cpp22 m_prefixType(PrefixType::NOT_SET), in PrefixConfig()
30 m_prefixType(PrefixType::NOT_SET), in PrefixConfig()
/dports/astro/stellarium/stellarium-0.21.3/src/gui/
H A DAngleSpinBox.hpp54 enum PrefixType enum in AngleSpinBox
63 AngleSpinBox(QWidget* parent=Q_NULLPTR, DisplayFormat format=DMSSymbols, PrefixType prefix=Normal);
95 void setPrefixType(PrefixType prefix) { currentPrefixType=prefix; formatText(); } in setPrefixType()
99 PrefixType prefixType() const { return currentPrefixType; } in prefixType()
152 double stringToDouble(QString input, QValidator::State* state, PrefixType prefix=Unknown) const;
172 static const QString positivePrefix(PrefixType prefix);
173 static const QString negativePrefix(PrefixType prefix);
176 PrefixType currentPrefixType;
H A DAngleSpinBox.cpp31 AngleSpinBox::AngleSpinBox(QWidget* parent, DisplayFormat format, PrefixType prefix) in AngleSpinBox()
45 const QString AngleSpinBox::positivePrefix(PrefixType prefix) in positivePrefix()
61 const QString AngleSpinBox::negativePrefix(PrefixType prefix) in negativePrefix()
212 double AngleSpinBox::stringToDouble(QString input, QValidator::State* state, PrefixType prefix) con… in stringToDouble()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appflow/include/aws/appflow/model/
H A DPrefixConfig.h47 inline const PrefixType& GetPrefixType() const{ return m_prefixType; } in GetPrefixType()
59 …inline void SetPrefixType(const PrefixType& value) { m_prefixTypeHasBeenSet = true; m_prefixType =… in SetPrefixType()
65 …inline void SetPrefixType(PrefixType&& value) { m_prefixTypeHasBeenSet = true; m_prefixType = std:… in SetPrefixType()
71 …inline PrefixConfig& WithPrefixType(const PrefixType& value) { SetPrefixType(value); return *this;} in WithPrefixType()
77 …inline PrefixConfig& WithPrefixType(PrefixType&& value) { SetPrefixType(std::move(value)); return … in WithPrefixType()
112 PrefixType m_prefixType;
H A DPrefixType.h16 enum class PrefixType enum
26 AWS_APPFLOW_API PrefixType GetPrefixTypeForName(const Aws::String& name);
28 AWS_APPFLOW_API Aws::String GetNameForPrefixType(PrefixType value);
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/size_format-1.0.2/src/
H A Dconfig.rs26 pub trait PrefixType { interface
42 impl PrefixType for SIPrefixes {
55 impl PrefixType for BinaryPrefixes {
H A Dlib.rs116 BinaryPrefixes, CommaSeparated, DecimalSeparator, PointSeparated, PrefixType, SIPrefixes,
137 Prefix: PrefixType,
149 Prefix: PrefixType,
173 Prefix: PrefixType,
/dports/math/blahtexml/blahtexml-92f2c5f/Source/BlahtexXMLin/
H A DBlahtexFilter.h32 typedef enum { PrefixAuto, PrefixNone, PrefixAdd } PrefixType; typedef
37 PrefixType desiredMathMLPrefixType;
49 void setDesiredMathMLPrefixType(PrefixType aPrefixType, const wstring& aPrefix);
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/appflow/types/
H A Denums.go516 type PrefixType string type
520 PrefixTypeFilename PrefixType = "FILENAME"
521 PrefixTypePath PrefixType = "PATH"
522 PrefixTypePathAndFilename PrefixType = "PATH_AND_FILENAME"
528 func (PrefixType) Values() []PrefixType {
529 return []PrefixType{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/appflow/types/
H A Denums.go510 type PrefixType string type
514 PrefixTypeFilename PrefixType = "FILENAME"
515 PrefixTypePath PrefixType = "PATH"
516 PrefixTypePathAndFilename PrefixType = "PATH_AND_FILENAME"
522 func (PrefixType) Values() []PrefixType {
523 return []PrefixType{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/appflow/types/
H A Denums.go510 type PrefixType string type
514 PrefixTypeFilename PrefixType = "FILENAME"
515 PrefixTypePath PrefixType = "PATH"
516 PrefixTypePathAndFilename PrefixType = "PATH_AND_FILENAME"
522 func (PrefixType) Values() []PrefixType {
523 return []PrefixType{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/appflow/types/
H A Denums.go510 type PrefixType string type
514 PrefixTypeFilename PrefixType = "FILENAME"
515 PrefixTypePath PrefixType = "PATH"
516 PrefixTypePathAndFilename PrefixType = "PATH_AND_FILENAME"
522 func (PrefixType) Values() []PrefixType {
523 return []PrefixType{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/appflow/types/
H A Denums.go516 type PrefixType string type
520 PrefixTypeFilename PrefixType = "FILENAME"
521 PrefixTypePath PrefixType = "PATH"
522 PrefixTypePathAndFilename PrefixType = "PATH_AND_FILENAME"
528 func (PrefixType) Values() []PrefixType {
529 return []PrefixType{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/appflow/types/
H A Denums.go516 type PrefixType string type
520 PrefixTypeFilename PrefixType = "FILENAME"
521 PrefixTypePath PrefixType = "PATH"
522 PrefixTypePathAndFilename PrefixType = "PATH_AND_FILENAME"
528 func (PrefixType) Values() []PrefixType {
529 return []PrefixType{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/appflow/types/
H A Denums.go516 type PrefixType string type
520 PrefixTypeFilename PrefixType = "FILENAME"
521 PrefixTypePath PrefixType = "PATH"
522 PrefixTypePathAndFilename PrefixType = "PATH_AND_FILENAME"
528 func (PrefixType) Values() []PrefixType {
529 return []PrefixType{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/appflow/types/
H A Denums.go520 type PrefixType string type
524 PrefixTypeFilename PrefixType = "FILENAME"
525 PrefixTypePath PrefixType = "PATH"
526 PrefixTypePathAndFilename PrefixType = "PATH_AND_FILENAME"
532 func (PrefixType) Values() []PrefixType {
533 return []PrefixType{
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/size_format-1.0.2/tests/
H A Dnew_prefix.rs5 use size_format::{PointSeparated, PrefixType, SizeFormatter};
9 impl PrefixType for Millimeter {
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/ipam/graphql/
H A Dschema.py17 prefix = ObjectField(PrefixType)
18 prefix_list = ObjectListField(PrefixType)
H A Dtypes.py49 class PrefixType(PrimaryObjectType): class
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/size_format-1.0.2/
H A DREADME.md68 It is also possible to implement the `PrefixType` trait to make your own prefix system.
71 use size_format::{PointSeparated, PrefixType, SizeFormatter};
76 impl PrefixType for Millimeter {
/dports/editors/lazarus/lazarus/ide/frames/
H A Dcompiler_buildmacro_options.pas89 function GetMacroNamePrefix(PrefixType: TCBMPrefixType): string; in GetMacroNamePrefix()
433 function TCompOptBuildMacrosFrame.GetMacroNamePrefix(PrefixType: TCBMPrefixType in TCompOptBuildMacrosFrame.GetMacroNamePrefix()
436 if PrefixType=cbmpShort then
445 if ord(PrefixType)>=ord(cbmpMedium) then
447 if PrefixType=cbmpLong then
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/frames/
H A Dcompiler_buildmacro_options.pas89 function GetMacroNamePrefix(PrefixType: TCBMPrefixType): string; in GetMacroNamePrefix()
433 function TCompOptBuildMacrosFrame.GetMacroNamePrefix(PrefixType: TCBMPrefixType in TCompOptBuildMacrosFrame.GetMacroNamePrefix()
436 if PrefixType=cbmpShort then
445 if ord(PrefixType)>=ord(cbmpMedium) then
447 if PrefixType=cbmpLong then
/dports/editors/lazarus-qt5/lazarus/ide/frames/
H A Dcompiler_buildmacro_options.pas89 function GetMacroNamePrefix(PrefixType: TCBMPrefixType): string; in GetMacroNamePrefix()
433 function TCompOptBuildMacrosFrame.GetMacroNamePrefix(PrefixType: TCBMPrefixType in TCompOptBuildMacrosFrame.GetMacroNamePrefix()
436 if PrefixType=cbmpShort then
445 if ord(PrefixType)>=ord(cbmpMedium) then
447 if PrefixType=cbmpLong then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/frames/
H A Dcompiler_buildmacro_options.pas89 function GetMacroNamePrefix(PrefixType: TCBMPrefixType): string; in GetMacroNamePrefix()
433 function TCompOptBuildMacrosFrame.GetMacroNamePrefix(PrefixType: TCBMPrefixType in TCompOptBuildMacrosFrame.GetMacroNamePrefix()
436 if PrefixType=cbmpShort then
445 if ord(PrefixType)>=ord(cbmpMedium) then
447 if PrefixType=cbmpLong then

1234567