Home
last modified time | relevance | path

Searched refs:ENCODING_BASE64 (Results 1 – 25 of 144) sorted by relevance

123456

/dports/security/keynote/keynote-2.3/
H A Dsignature.c209 *enc = ENCODING_BASE64; in keynote_get_sig_algorithm()
234 *enc = ENCODING_BASE64; in keynote_get_sig_algorithm()
243 *enc = ENCODING_BASE64; in keynote_get_sig_algorithm()
251 *enc = ENCODING_BASE64; in keynote_get_sig_algorithm()
277 *enc = ENCODING_BASE64; in keynote_get_sig_algorithm()
319 *encoding = ENCODING_BASE64; in keynote_get_key_algorithm()
333 *encoding = ENCODING_BASE64; in keynote_get_key_algorithm()
340 *encoding = ENCODING_BASE64; in keynote_get_key_algorithm()
466 case ENCODING_BASE64: in kn_decode_key()
829 case ENCODING_BASE64: in keynote_sigverify_assertion()
[all …]
/dports/net-mgmt/icingaweb2-module-reporting/icingaweb2-module-reporting-0.9.2/library/Reporting/
H A DMail.php117 $attachment->encoding = Zend_Mime::ENCODING_BASE64;
135 $attachment->encoding = Zend_Mime::ENCODING_BASE64;
149 $attachment->encoding = Zend_Mime::ENCODING_BASE64;
/dports/www/elgg/elgg-3.3.23/vendor/zendframework/zend-mime/src/
H A DPart.php356 case Mime::ENCODING_BASE64:
357 if (array_key_exists(Mime::ENCODING_BASE64, $this->filters)) {
358 stream_filter_remove($this->filters[Mime::ENCODING_BASE64]);
369 $this->filters[Mime::ENCODING_BASE64] = $filter;
H A DMime.php22 const ENCODING_BASE64 = 'base64'; define in Zend\\Mime\\Mime
329 case self::ENCODING_BASE64:
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Mime/
H A DPart.php368 case Mime::ENCODING_BASE64:
369 if (array_key_exists(Mime::ENCODING_BASE64, $this->filters)) {
370 stream_filter_remove($this->filters[Mime::ENCODING_BASE64]);
381 $this->filters[Mime::ENCODING_BASE64] = $filter;
H A DMime.php23 const ENCODING_BASE64 = 'base64'; define in Zend\\Mime\\Mime
302 case self::ENCODING_BASE64:
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-mime/src/
H A DPart.php357 case Mime::ENCODING_BASE64:
358 if (array_key_exists(Mime::ENCODING_BASE64, $this->filters)) {
359 stream_filter_remove($this->filters[Mime::ENCODING_BASE64]);
370 $this->filters[Mime::ENCODING_BASE64] = $filter;
H A DMime.php23 const ENCODING_BASE64 = 'base64'; define in Laminas\\Mime\\Mime
333 case self::ENCODING_BASE64:
/dports/math/vtk6/VTK-6.2.0/Web/Core/
H A DvtkWebApplication.h44 ENCODING_BASE64=1 enumerator
46 vtkSetClampMacro(ImageEncoding, int, ENCODING_NONE, ENCODING_BASE64);
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Email/
H A DAttachment.php74 $options['encoding'] = Mime::ENCODING_BASE64;
113 'encoding' => Mime::ENCODING_BASE64,
/dports/math/vtk8/VTK-8.2.0/Web/Core/
H A DvtkWebApplication.h50 ENCODING_BASE64=1 enumerator
52 vtkSetClampMacro(ImageEncoding, int, ENCODING_NONE, ENCODING_BASE64);
/dports/math/vtk9/VTK-9.1.0/Web/Core/
H A DvtkWebApplication.h50 ENCODING_BASE64 = 1 enumerator
52 vtkSetClampMacro(ImageEncoding, int, ENCODING_NONE, ENCODING_BASE64);
/dports/mail/elm/elm2.5.8/utils/
H A Dmmencode.c20 #define ENCODING_BASE64 1 macro
39 encoding_type = ENCODING_BASE64;
44 encoding_type = ENCODING_BASE64;
81 if (encoding_type == ENCODING_BASE64) {
/dports/www/matomo/piwik/core/Mail/
H A DTransport.php82 PHPMailer::ENCODING_BASE64,
89 PHPMailer::ENCODING_BASE64,
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/Email/
H A DAttachmentUnitTest.php78 $this->assertEquals(Mime::ENCODING_BASE64, $attachment->getEncoding());
92 $this->assertEquals(Mime::ENCODING_BASE64, $attachment->getEncoding());
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/
H A DMime.php38 const ENCODING_BASE64 = 'base64'; define in Zend_Mime
624 case self::ENCODING_BASE64:
/dports/mail/elm/elm2.5.8/hdrs/
H A Dmime.h38 #define ENCODING_BASE64 5 macro
/dports/devel/poco/poco-1.10.1-all/Net/include/Poco/Net/
H A DMailMessage.h68 ENCODING_BASE64 enumerator
198 ContentTransferEncoding encoding = ENCODING_BASE64);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpmailer/phpmailer/src/
H A DPHPMailer.php47 const ENCODING_BASE64 = 'base64'; define in PHPMailer\\PHPMailer\\PHPMailer
3065 $encoding = self::ENCODING_BASE64,
3241 protected function encodeFile($path, $encoding = self::ENCODING_BASE64)
3276 public function encodeString($str, $encoding = self::ENCODING_BASE64)
3280 case static::ENCODING_BASE64:
3562 $encoding = self::ENCODING_BASE64,
3625 $encoding = self::ENCODING_BASE64,
3695 $encoding = self::ENCODING_BASE64,
3747 self::ENCODING_BASE64,
4135 static::ENCODING_BASE64,
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/PHPMailer6/src/
H A DPHPMailer.php47 const ENCODING_BASE64 = 'base64'; define in PHPMailer\\PHPMailer\\PHPMailer
3065 $encoding = self::ENCODING_BASE64,
3241 protected function encodeFile($path, $encoding = self::ENCODING_BASE64)
3276 public function encodeString($str, $encoding = self::ENCODING_BASE64)
3280 case static::ENCODING_BASE64:
3562 $encoding = self::ENCODING_BASE64,
3625 $encoding = self::ENCODING_BASE64,
3695 $encoding = self::ENCODING_BASE64,
3747 self::ENCODING_BASE64,
4135 static::ENCODING_BASE64,
[all …]
/dports/mail/phpmailer6/PHPMailer-6.5.0/src/
H A DPHPMailer.php47 const ENCODING_BASE64 = 'base64'; define in PHPMailer\\PHPMailer\\PHPMailer
3087 $encoding = self::ENCODING_BASE64,
3263 protected function encodeFile($path, $encoding = self::ENCODING_BASE64)
3298 public function encodeString($str, $encoding = self::ENCODING_BASE64)
3302 case static::ENCODING_BASE64:
3584 $encoding = self::ENCODING_BASE64,
3647 $encoding = self::ENCODING_BASE64,
3717 $encoding = self::ENCODING_BASE64,
3769 self::ENCODING_BASE64,
4157 static::ENCODING_BASE64,
[all …]
/dports/net/self-service-password/ltb-project-self-service-password-1.4/lib/vendor/phpmailer/phpmailer/src/
H A DPHPMailer.php47 const ENCODING_BASE64 = 'base64'; define in PHPMailer\\PHPMailer\\PHPMailer
3050 $encoding = self::ENCODING_BASE64,
3226 protected function encodeFile($path, $encoding = self::ENCODING_BASE64)
3261 public function encodeString($str, $encoding = self::ENCODING_BASE64)
3265 case static::ENCODING_BASE64:
3547 $encoding = self::ENCODING_BASE64,
3610 $encoding = self::ENCODING_BASE64,
3680 $encoding = self::ENCODING_BASE64,
3732 self::ENCODING_BASE64,
4120 static::ENCODING_BASE64,
[all …]
/dports/deskutils/egroupware/egroupware/vendor/phpmailer/phpmailer/src/
H A DPHPMailer.php46 const ENCODING_BASE64 = 'base64'; define in PHPMailer\\PHPMailer\\PHPMailer
2960 $encoding = self::ENCODING_BASE64,
3137 protected function encodeFile($path, $encoding = self::ENCODING_BASE64)
3172 public function encodeString($str, $encoding = self::ENCODING_BASE64)
3176 case static::ENCODING_BASE64:
3458 $encoding = self::ENCODING_BASE64,
3521 $encoding = self::ENCODING_BASE64,
3591 $encoding = self::ENCODING_BASE64,
3643 self::ENCODING_BASE64,
4029 static::ENCODING_BASE64,
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/PHPMailer/
H A DPHPMailer.php47 const ENCODING_BASE64 = 'base64'; define in PHPMailer\\PHPMailer\\PHPMailer
3089 $encoding = self::ENCODING_BASE64,
3265 protected function encodeFile($path, $encoding = self::ENCODING_BASE64)
3300 public function encodeString($str, $encoding = self::ENCODING_BASE64)
3304 case static::ENCODING_BASE64:
3586 $encoding = self::ENCODING_BASE64,
3649 $encoding = self::ENCODING_BASE64,
3719 $encoding = self::ENCODING_BASE64,
3771 self::ENCODING_BASE64,
4159 static::ENCODING_BASE64,
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/PHPMailer/
H A DPHPMailer.php47 const ENCODING_BASE64 = 'base64'; define in PHPMailer\\PHPMailer\\PHPMailer
3089 $encoding = self::ENCODING_BASE64,
3265 protected function encodeFile($path, $encoding = self::ENCODING_BASE64)
3300 public function encodeString($str, $encoding = self::ENCODING_BASE64)
3304 case static::ENCODING_BASE64:
3586 $encoding = self::ENCODING_BASE64,
3649 $encoding = self::ENCODING_BASE64,
3719 $encoding = self::ENCODING_BASE64,
3771 self::ENCODING_BASE64,
4159 static::ENCODING_BASE64,
[all …]

123456