Home
last modified time | relevance | path

Searched refs:ScanDirection (Results 1 – 25 of 2208) sorted by relevance

12345678910>>...89

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-connectparticipant/source/model/
H A DScanDirection.cpp27 ScanDirection GetScanDirectionForName(const Aws::String& name) in GetScanDirectionForName()
32 return ScanDirection::FORWARD; in GetScanDirectionForName()
36 return ScanDirection::BACKWARD; in GetScanDirectionForName()
42 return static_cast<ScanDirection>(hashCode); in GetScanDirectionForName()
45 return ScanDirection::NOT_SET; in GetScanDirectionForName()
48 Aws::String GetNameForScanDirection(ScanDirection enumValue) in GetNameForScanDirection()
52 case ScanDirection::FORWARD: in GetNameForScanDirection()
54 case ScanDirection::BACKWARD: in GetNameForScanDirection()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/connectparticipant/types/
H A Denums.go97 type ScanDirection string type
101 ScanDirectionForward ScanDirection = "FORWARD"
102 ScanDirectionBackward ScanDirection = "BACKWARD"
108 func (ScanDirection) Values() []ScanDirection {
109 return []ScanDirection{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/connectparticipant/types/
H A Denums.go97 type ScanDirection string type
101 ScanDirectionForward ScanDirection = "FORWARD"
102 ScanDirectionBackward ScanDirection = "BACKWARD"
108 func (ScanDirection) Values() []ScanDirection {
109 return []ScanDirection{
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/connectparticipant/types/
H A Denums.go97 type ScanDirection string
101 ScanDirectionForward ScanDirection = "FORWARD"
102 ScanDirectionBackward ScanDirection = "BACKWARD"
108 func (ScanDirection) Values() []ScanDirection {
109 return []ScanDirection{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/connectparticipant/types/
H A Denums.go97 type ScanDirection string type
101 ScanDirectionForward ScanDirection = "FORWARD"
102 ScanDirectionBackward ScanDirection = "BACKWARD"
108 func (ScanDirection) Values() []ScanDirection {
109 return []ScanDirection{
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/connectparticipant/types/
H A Denums.go97 type ScanDirection string type
101 ScanDirectionForward ScanDirection = "FORWARD"
102 ScanDirectionBackward ScanDirection = "BACKWARD"
108 func (ScanDirection) Values() []ScanDirection {
109 return []ScanDirection{
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/connectparticipant/types/
H A Denums.go97 type ScanDirection string type
101 ScanDirectionForward ScanDirection = "FORWARD"
102 ScanDirectionBackward ScanDirection = "BACKWARD"
108 func (ScanDirection) Values() []ScanDirection {
109 return []ScanDirection{
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/connectparticipant/types/
H A Denums.go97 type ScanDirection string type
101 ScanDirectionForward ScanDirection = "FORWARD"
102 ScanDirectionBackward ScanDirection = "BACKWARD"
108 func (ScanDirection) Values() []ScanDirection {
109 return []ScanDirection{
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/connectparticipant/types/
H A Denums.go97 type ScanDirection string type
101 ScanDirectionForward ScanDirection = "FORWARD"
102 ScanDirectionBackward ScanDirection = "BACKWARD"
108 func (ScanDirection) Values() []ScanDirection {
109 return []ScanDirection{
/dports/graphics/simple-scan/simple-scan-40.7/src/
H A Dpage.vala12 public enum ScanDirection
27 …if (scan_direction == ScanDirection.TOP_TO_BOTTOM || scan_direction == ScanDirection.BOTTOM_TO_TOP)
39 …if (scan_direction == ScanDirection.TOP_TO_BOTTOM || scan_direction == ScanDirection.BOTTOM_TO_TOP)
89 private ScanDirection scan_direction_ = ScanDirection.TOP_TO_BOTTOM;
90 public ScanDirection scan_direction
174 …if (scan_direction == ScanDirection.TOP_TO_BOTTOM || scan_direction == ScanDirection.BOTTOM_TO_TOP)
323 case ScanDirection.TOP_TO_BOTTOM:
326 case ScanDirection.LEFT_TO_RIGHT:
329 case ScanDirection.BOTTOM_TO_TOP:
332 case ScanDirection.RIGHT_TO_LEFT:
[all …]
H A Dautosave-manager.vala98 ScanDirection scan_direction = ScanDirection.TOP_TO_BOTTOM;
102 scan_direction = ScanDirection.TOP_TO_BOTTOM;
105 scan_direction = ScanDirection.LEFT_TO_RIGHT;
108 scan_direction = ScanDirection.BOTTOM_TO_TOP;
111 scan_direction = ScanDirection.RIGHT_TO_LEFT;
314 case ScanDirection.TOP_TO_BOTTOM:
317 case ScanDirection.LEFT_TO_RIGHT:
320 case ScanDirection.BOTTOM_TO_TOP:
323 case ScanDirection.RIGHT_TO_LEFT:
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-connectparticipant/include/aws/connectparticipant/model/
H A DScanDirection.h16 enum class ScanDirection enum
25 AWS_CONNECTPARTICIPANT_API ScanDirection GetScanDirectionForName(const Aws::String& name);
27 AWS_CONNECTPARTICIPANT_API Aws::String GetNameForScanDirection(ScanDirection value);
H A DGetTranscriptRequest.h163 inline const ScanDirection& GetScanDirection() const{ return m_scanDirection; } in GetScanDirection()
175 …inline void SetScanDirection(const ScanDirection& value) { m_scanDirectionHasBeenSet = true; m_sca… in SetScanDirection()
181 …inline void SetScanDirection(ScanDirection&& value) { m_scanDirectionHasBeenSet = true; m_scanDire… in SetScanDirection()
187 …inline GetTranscriptRequest& WithScanDirection(const ScanDirection& value) { SetScanDirection(valu… in WithScanDirection()
193 …inline GetTranscriptRequest& WithScanDirection(ScanDirection&& value) { SetScanDirection(std::move… in WithScanDirection()
309 ScanDirection m_scanDirection;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dstorage_interface_impl_test.cpp813 StorageInterface::ScanDirection::kForward, in TEST_F()
831 StorageInterface::ScanDirection::kForward, in TEST_F()
859 StorageInterface::ScanDirection::kForward, in TEST_F()
945 StorageInterface::ScanDirection::kForward, in TEST_F()
976 StorageInterface::ScanDirection::kForward, in TEST_F()
1250 StorageInterface::ScanDirection::kForward, in TEST_F()
1274 StorageInterface::ScanDirection::kForward, in TEST_F()
1291 StorageInterface::ScanDirection::kForward, in TEST_F()
1309 StorageInterface::ScanDirection::kForward, in TEST_F()
1621 StorageInterface::ScanDirection::kForward, in TEST_F()
[all …]
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/access/
H A Dsdir.h22 typedef enum ScanDirection enum
27 } ScanDirection; typedef
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/access/
H A Dsdir.h22 typedef enum ScanDirection enum
27 } ScanDirection; typedef
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/access/
H A Dsdir.h22 typedef enum ScanDirection enum
27 } ScanDirection; typedef
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/access/
H A Dsdir.h22 typedef enum ScanDirection enum
27 } ScanDirection; typedef
/dports/databases/postgresql10-server/postgresql-10.19/src/include/access/
H A Dsdir.h22 typedef enum ScanDirection enum
27 } ScanDirection; typedef
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/access/
H A Dsdir.h22 typedef enum ScanDirection enum
27 } ScanDirection; typedef
/dports/databases/postgresql11-client/postgresql-11.14/src/include/access/
H A Dsdir.h22 typedef enum ScanDirection enum
27 } ScanDirection; typedef
/dports/databases/postgresql10-client/postgresql-10.19/src/include/access/
H A Dsdir.h22 typedef enum ScanDirection enum
27 } ScanDirection; typedef
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/access/
H A Dsdir.h22 typedef enum ScanDirection enum
27 } ScanDirection; typedef
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/access/
H A Dsdir.h22 typedef enum ScanDirection enum
27 } ScanDirection; typedef
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/access/
H A Dsdir.h22 typedef enum ScanDirection enum
27 } ScanDirection; typedef

12345678910>>...89