Home
last modified time | relevance | path

Searched refs:DeliveryMethod (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-amplifybackend/source/model/
H A DDeliveryMethod.cpp27 DeliveryMethod GetDeliveryMethodForName(const Aws::String& name) in GetDeliveryMethodForName()
32 return DeliveryMethod::EMAIL; in GetDeliveryMethodForName()
36 return DeliveryMethod::SMS; in GetDeliveryMethodForName()
42 return static_cast<DeliveryMethod>(hashCode); in GetDeliveryMethodForName()
45 return DeliveryMethod::NOT_SET; in GetDeliveryMethodForName()
48 Aws::String GetNameForDeliveryMethod(DeliveryMethod enumValue) in GetNameForDeliveryMethod()
52 case DeliveryMethod::EMAIL: in GetNameForDeliveryMethod()
54 case DeliveryMethod::SMS: in GetNameForDeliveryMethod()
/dports/www/ilias/ILIAS-5.4.25/Services/FileDelivery/classes/FileDeliveryTypes/
H A DFileDeliveryTypeFactory.php55 * @see DeliveryMethod
64 case DeliveryMethod::PHP:
68 case DeliveryMethod::XSENDFILE:
72 case DeliveryMethod::XACCEL:
76 case DeliveryMethod::PHP_CHUNKED:
/dports/www/ilias6/ILIAS-6.14/Services/FileDelivery/classes/FileDeliveryTypes/
H A DFileDeliveryTypeFactory.php55 * @see DeliveryMethod
64 case DeliveryMethod::PHP:
68 case DeliveryMethod::XSENDFILE:
72 case DeliveryMethod::XACCEL:
76 case DeliveryMethod::PHP_CHUNKED:
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-amplifybackend/include/aws/amplifybackend/model/
H A DUpdateBackendAuthForgotPasswordConfig.h47 inline const DeliveryMethod& GetDeliveryMethod() const{ return m_deliveryMethod; } in GetDeliveryMethod()
59 …inline void SetDeliveryMethod(const DeliveryMethod& value) { m_deliveryMethodHasBeenSet = true; m_… in SetDeliveryMethod()
65 …inline void SetDeliveryMethod(DeliveryMethod&& value) { m_deliveryMethodHasBeenSet = true; m_deliv… in SetDeliveryMethod()
71 …inline UpdateBackendAuthForgotPasswordConfig& WithDeliveryMethod(const DeliveryMethod& value) { Se… in WithDeliveryMethod()
77 …inline UpdateBackendAuthForgotPasswordConfig& WithDeliveryMethod(DeliveryMethod&& value) { SetDeli… in WithDeliveryMethod()
155 DeliveryMethod m_deliveryMethod;
H A DCreateBackendAuthForgotPasswordConfig.h47 inline const DeliveryMethod& GetDeliveryMethod() const{ return m_deliveryMethod; } in GetDeliveryMethod()
59 …inline void SetDeliveryMethod(const DeliveryMethod& value) { m_deliveryMethodHasBeenSet = true; m_… in SetDeliveryMethod()
65 …inline void SetDeliveryMethod(DeliveryMethod&& value) { m_deliveryMethodHasBeenSet = true; m_deliv… in SetDeliveryMethod()
71 …inline CreateBackendAuthForgotPasswordConfig& WithDeliveryMethod(const DeliveryMethod& value) { Se… in WithDeliveryMethod()
77 …inline CreateBackendAuthForgotPasswordConfig& WithDeliveryMethod(DeliveryMethod&& value) { SetDeli… in WithDeliveryMethod()
155 DeliveryMethod m_deliveryMethod;
H A DDeliveryMethod.h16 enum class DeliveryMethod enum
25 AWS_AMPLIFYBACKEND_API DeliveryMethod GetDeliveryMethodForName(const Aws::String& name);
27 AWS_AMPLIFYBACKEND_API Aws::String GetNameForDeliveryMethod(DeliveryMethod value);
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/amplifybackend/types/
H A Denums.go45 type DeliveryMethod string type
49 DeliveryMethodEmail DeliveryMethod = "EMAIL"
50 DeliveryMethodSms DeliveryMethod = "SMS"
56 func (DeliveryMethod) Values() []DeliveryMethod {
57 return []DeliveryMethod{
H A Dtypes.go136 DeliveryMethod DeliveryMethod member
357 DeliveryMethod DeliveryMethod member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/amplifybackend/types/
H A Denums.go45 type DeliveryMethod string type
49 DeliveryMethodEmail DeliveryMethod = "EMAIL"
50 DeliveryMethodSms DeliveryMethod = "SMS"
56 func (DeliveryMethod) Values() []DeliveryMethod {
57 return []DeliveryMethod{
H A Dtypes.go171 DeliveryMethod DeliveryMethod member
421 DeliveryMethod DeliveryMethod member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/amplifybackend/types/
H A Denums.go45 type DeliveryMethod string type
49 DeliveryMethodEmail DeliveryMethod = "EMAIL"
50 DeliveryMethodSms DeliveryMethod = "SMS"
56 func (DeliveryMethod) Values() []DeliveryMethod {
57 return []DeliveryMethod{
H A Dtypes.go136 DeliveryMethod DeliveryMethod member
357 DeliveryMethod DeliveryMethod member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/amplifybackend/types/
H A Denums.go45 type DeliveryMethod string type
49 DeliveryMethodEmail DeliveryMethod = "EMAIL"
50 DeliveryMethodSms DeliveryMethod = "SMS"
56 func (DeliveryMethod) Values() []DeliveryMethod {
57 return []DeliveryMethod{
H A Dtypes.go136 DeliveryMethod DeliveryMethod member
357 DeliveryMethod DeliveryMethod member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/amplifybackend/types/
H A Denums.go45 type DeliveryMethod string type
49 DeliveryMethodEmail DeliveryMethod = "EMAIL"
50 DeliveryMethodSms DeliveryMethod = "SMS"
56 func (DeliveryMethod) Values() []DeliveryMethod {
57 return []DeliveryMethod{
H A Dtypes.go136 DeliveryMethod DeliveryMethod member
357 DeliveryMethod DeliveryMethod member
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.Mail/
H A DSmtpClientTest.cs55 public void DeliveryMethod () in DeliveryMethod() method in MonoTests.System.Net.Mail.SmtpClientTest
58 smtp.DeliveryMethod = SmtpDeliveryMethod.SpecifiedPickupDirectory; in DeliveryMethod()
60 smtp.DeliveryMethod, "#2"); in DeliveryMethod()
61 smtp.DeliveryMethod = SmtpDeliveryMethod.PickupDirectoryFromIis; in DeliveryMethod()
63 smtp.DeliveryMethod, "#3"); in DeliveryMethod()
64 smtp.DeliveryMethod = SmtpDeliveryMethod.Network; in DeliveryMethod()
66 smtp.DeliveryMethod, "#4"); in DeliveryMethod()
257 smtp.DeliveryMethod = SmtpDeliveryMethod.SpecifiedPickupDirectory; in Send_SpecifiedPickupDirectory()
275 smtp.DeliveryMethod = SmtpDeliveryMethod.SpecifiedPickupDirectory; in Send_SpecifiedPickupDirectory_PickupDirectoryLocation_DirectoryNotFound()
303 smtp.DeliveryMethod = SmtpDeliveryMethod.SpecifiedPickupDirectory; in Send_SpecifiedPickupDirectory_PickupDirectoryLocation_Empty()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/FileDelivery/classes/
H A Dclass.ilFileDelivery.php8 use ILIAS\FileDelivery\FileDeliveryTypes\DeliveryMethod; alias
25 const DELIVERY_METHOD_XSENDFILE = DeliveryMethod::XSENDFILE;
26 const DELIVERY_METHOD_XACCEL = DeliveryMethod::XACCEL;
27 const DELIVERY_METHOD_PHP = DeliveryMethod::PHP;
28 const DELIVERY_METHOD_PHP_CHUNKED = DeliveryMethod::PHP_CHUNKED;
H A DDelivery.php13 use ILIAS\FileDelivery\FileDeliveryTypes\DeliveryMethod; alias
39 private $delivery_type = DeliveryMethod::PHP;
130 $this->setDeliveryType(DeliveryMethod::PHP_CHUNKED);
183 if ($this->getDeliveryType() == DeliveryMethod::PHP
267 $this->setDeliveryType(DeliveryMethod::XSENDFILE);
281 && $this->getDeliveryType() == DeliveryMethod::XACCEL
283 $this->setDeliveryType(DeliveryMethod::PHP);
286 if ($this->getDeliveryType() == DeliveryMethod::XACCEL
289 $this->setDeliveryType(DeliveryMethod::PHP);
/dports/www/ilias6/ILIAS-6.14/Services/FileDelivery/classes/
H A Dclass.ilFileDelivery.php8 use ILIAS\FileDelivery\FileDeliveryTypes\DeliveryMethod; alias
25 const DELIVERY_METHOD_XSENDFILE = DeliveryMethod::XSENDFILE;
26 const DELIVERY_METHOD_XACCEL = DeliveryMethod::XACCEL;
27 const DELIVERY_METHOD_PHP = DeliveryMethod::PHP;
28 const DELIVERY_METHOD_PHP_CHUNKED = DeliveryMethod::PHP_CHUNKED;
H A DDelivery.php13 use ILIAS\FileDelivery\FileDeliveryTypes\DeliveryMethod; alias
40 private $delivery_type = DeliveryMethod::PHP;
131 $this->setDeliveryType(DeliveryMethod::PHP_CHUNKED);
184 if ($this->getDeliveryType() == DeliveryMethod::PHP
268 $this->setDeliveryType(DeliveryMethod::XSENDFILE);
282 && $this->getDeliveryType() == DeliveryMethod::XACCEL
284 $this->setDeliveryType(DeliveryMethod::PHP);
287 if ($this->getDeliveryType() == DeliveryMethod::XACCEL
290 $this->setDeliveryType(DeliveryMethod::PHP);
/dports/www/ilias/ILIAS-5.4.25/Services/FileDelivery/test/FileDeliveryTypes/
H A DFileDeliveryTypeFactoryTest.php58 $result = $this->subject->getInstance(DeliveryMethod::PHP);
68 $result = $this->subject->getInstance(DeliveryMethod::PHP_CHUNKED);
81 $firstResult = $this->subject->getInstance(DeliveryMethod::PHP);
82 $secondResult = $this->subject->getInstance(DeliveryMethod::PHP);
/dports/www/ilias6/ILIAS-6.14/Services/FileDelivery/test/FileDeliveryTypes/
H A DFileDeliveryTypeFactoryTest.php58 $result = $this->subject->getInstance(DeliveryMethod::PHP);
68 $result = $this->subject->getInstance(DeliveryMethod::PHP_CHUNKED);
81 $firstResult = $this->subject->getInstance(DeliveryMethod::PHP);
82 $secondResult = $this->subject->getInstance(DeliveryMethod::PHP);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Configuration/
H A DSmtpSection.cs30 …[ConfigurationProperty(ConfigurationStrings.DeliveryMethod, DefaultValue = (SmtpDeliveryMethod) Sm…
31 public SmtpDeliveryMethod DeliveryMethod property in System.Net.Configuration.SmtpSection
105 …new ConfigurationProperty(ConfigurationStrings.DeliveryMethod, typeof(SmtpDeliveryMethod), SmtpDel…
170 this.deliveryMethod = section.DeliveryMethod; in SmtpSectionInternal()
178 internal SmtpDeliveryMethod DeliveryMethod property in System.Net.Configuration.SmtpSectionInternal
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dvpopbull.c53 static int DeliveryMethod = COPY_IT; variable
279 if ( DeliveryMethod == COPY_IT ) {
292 } else if ( DeliveryMethod == HARD_LINK_IT ) {
300 } else if ( DeliveryMethod == SYMBOLIC_LINK_IT ) {
364 DeliveryMethod = SYMBOLIC_LINK_IT; in get_options()
367 DeliveryMethod = COPY_IT; in get_options()
378 DeliveryMethod = HARD_LINK_IT; in get_options()

12345678910>>...13