Home
last modified time | relevance | path

Searched refs:charStream (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Encoder/
H A DQpEncoderTest.php41 $charStream->shouldReceive('readBytes')
44 $charStream->shouldReceive('readBytes')
85 $charStream = $this->_createCharStream();
88 $charStream->shouldReceive('importString')
109 $charStream = $this->_createCharStream();
162 $charStream = $this->_createCharStream();
217 $charStream->shouldReceive('readBytes')
247 $charStream->shouldReceive('readBytes')
299 $charStream->shouldReceive('readBytes')
302 $charStream->shouldReceive('readBytes')
[all …]
H A DRfc2231EncoderTest.php24 $charStream->shouldReceive('read')
29 $charStream->shouldReceive('flushContents')
31 $charStream->shouldReceive('importString')
34 $charStream->shouldReceive('read')
55 $charStream->shouldReceive('read')
61 $charStream->shouldReceive('importString')
64 $charStream->shouldReceive('read')
85 $charStream->shouldReceive('read')
94 $charStream->shouldReceive('read')
118 $charStream->shouldReceive('read')
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/ContentEncoder/
H A DQpContentEncoderTest.php111 $charStream->shouldReceive('readBytes')
114 $charStream->shouldReceive('readBytes')
117 $charStream->shouldReceive('readBytes')
120 $charStream->shouldReceive('readBytes')
123 $charStream->shouldReceive('readBytes')
126 $charStream->shouldReceive('readBytes')
129 $charStream->shouldReceive('readBytes')
152 $charStream->shouldReceive('readBytes')
155 $charStream->shouldReceive('readBytes')
158 $charStream->shouldReceive('readBytes')
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/swiftmailer/swiftmailer/tests/unit/Swift/Mime/HeaderEncoder/
H A DQpHeaderEncoderTest.php25 $charStream->shouldReceive('readBytes')
47 $charStream->shouldReceive('readBytes')
50 $charStream->shouldReceive('readBytes')
53 $charStream->shouldReceive('readBytes')
56 $charStream->shouldReceive('readBytes')
76 $charStream->shouldReceive('readBytes')
79 $charStream->shouldReceive('readBytes')
82 $charStream->shouldReceive('readBytes')
85 $charStream->shouldReceive('readBytes')
103 $charStream->shouldReceive('readBytes')
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/
H A DRfc2231Encoder.php23 private $charStream; variable in Swift_Encoder_Rfc2231Encoder
28 public function __construct(Swift_CharacterStream $charStream) argument
30 $this->charStream = $charStream;
54 $this->charStream->flushContents();
55 $this->charStream->importString($string);
59 while (false !== $char = $this->charStream->read(4)) {
80 $this->charStream->setCharacterSet($charset);
88 $this->charStream = clone $this->charStream;
H A DQpEncoder.php25 protected $charStream; variable in Swift_Encoder_QpEncoder
106 * @param Swift_CharacterStream $charStream to use for reading characters
109 … public function __construct(Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null) argument
111 $this->charStream = $charStream;
176 $this->charStream->flushContents();
177 $this->charStream->importString($string);
232 $this->charStream->setCharacterSet($charset);
269 return $this->charStream->readBytes($size);
298 $this->charStream = clone $this->charStream;
/dports/finance/prestashop/prestashop/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/
H A DRfc2231Encoder.php23 private $charStream; variable in Swift_Encoder_Rfc2231Encoder
28 public function __construct(Swift_CharacterStream $charStream) argument
30 $this->charStream = $charStream;
54 $this->charStream->flushContents();
55 $this->charStream->importString($string);
59 while (false !== $char = $this->charStream->read(4)) {
80 $this->charStream->setCharacterSet($charset);
88 $this->charStream = clone $this->charStream;
H A DQpEncoder.php25 protected $charStream; variable in Swift_Encoder_QpEncoder
106 * @param Swift_CharacterStream $charStream to use for reading characters
109 … public function __construct(Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null) argument
111 $this->charStream = $charStream;
176 $this->charStream->flushContents();
177 $this->charStream->importString($string);
232 $this->charStream->setCharacterSet($charset);
269 return $this->charStream->readBytes($size);
298 $this->charStream = clone $this->charStream;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/
H A DRfc2231Encoder.php23 private $charStream; variable in Swift_Encoder_Rfc2231Encoder
28 public function __construct(Swift_CharacterStream $charStream) argument
30 $this->charStream = $charStream;
54 $this->charStream->flushContents();
55 $this->charStream->importString($string);
59 while (false !== $char = $this->charStream->read(4)) {
80 $this->charStream->setCharacterSet($charset);
88 $this->charStream = clone $this->charStream;
H A DQpEncoder.php25 protected $charStream; variable in Swift_Encoder_QpEncoder
106 * @param Swift_CharacterStream $charStream to use for reading characters
109 … public function __construct(Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null) argument
111 $this->charStream = $charStream;
176 $this->charStream->flushContents();
177 $this->charStream->importString($string);
232 $this->charStream->setCharacterSet($charset);
269 return $this->charStream->readBytes($size);
298 $this->charStream = clone $this->charStream;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/
H A DRfc2231Encoder.php23 private $charStream; variable in Swift_Encoder_Rfc2231Encoder
28 public function __construct(Swift_CharacterStream $charStream) argument
30 $this->charStream = $charStream;
54 $this->charStream->flushContents();
55 $this->charStream->importString($string);
59 while (false !== $char = $this->charStream->read(4)) {
80 $this->charStream->setCharacterSet($charset);
88 $this->charStream = clone $this->charStream;
H A DQpEncoder.php25 protected $charStream; variable in Swift_Encoder_QpEncoder
106 * @param Swift_CharacterStream $charStream to use for reading characters
109 … public function __construct(Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null) argument
111 $this->charStream = $charStream;
176 $this->charStream->flushContents();
177 $this->charStream->importString($string);
232 $this->charStream->setCharacterSet($charset);
269 return $this->charStream->readBytes($size);
298 $this->charStream = clone $this->charStream;
/dports/www/owncloud/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/
H A DRfc2231Encoder.php23 private $charStream; variable in Swift_Encoder_Rfc2231Encoder
28 public function __construct(Swift_CharacterStream $charStream) argument
30 $this->charStream = $charStream;
54 $this->charStream->flushContents();
55 $this->charStream->importString($string);
59 while (false !== $char = $this->charStream->read(4)) {
80 $this->charStream->setCharacterSet($charset);
88 $this->charStream = clone $this->charStream;
H A DQpEncoder.php25 protected $charStream; variable in Swift_Encoder_QpEncoder
106 * @param Swift_CharacterStream $charStream to use for reading characters
109 … public function __construct(Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null) argument
111 $this->charStream = $charStream;
176 $this->charStream->flushContents();
177 $this->charStream->importString($string);
232 $this->charStream->setCharacterSet($charset);
269 return $this->charStream->readBytes($size);
298 $this->charStream = clone $this->charStream;
/dports/www/nextcloud/nextcloud/3rdparty/swiftmailer/swiftmailer/lib/classes/Swift/Encoder/
H A DRfc2231Encoder.php23 private $charStream; variable in Swift_Encoder_Rfc2231Encoder
28 public function __construct(Swift_CharacterStream $charStream) argument
30 $this->charStream = $charStream;
54 $this->charStream->flushContents();
55 $this->charStream->importString($string);
59 while (false !== $char = $this->charStream->read(4)) {
80 $this->charStream->setCharacterSet($charset);
88 $this->charStream = clone $this->charStream;
H A DQpEncoder.php25 protected $charStream; variable in Swift_Encoder_QpEncoder
106 * @param Swift_CharacterStream $charStream to use for reading characters
109 … public function __construct(Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null) argument
111 $this->charStream = $charStream;
176 $this->charStream->flushContents();
177 $this->charStream->importString($string);
232 $this->charStream->setCharacterSet($charset);
269 return $this->charStream->readBytes($size);
298 $this->charStream = clone $this->charStream;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/swiftmailer/lib/classes/Swift/Encoder/
H A DRfc2231Encoder.php23 private $charStream; variable in Swift_Encoder_Rfc2231Encoder
30 public function __construct(Swift_CharacterStream $charStream) argument
32 $this->charStream = $charStream;
56 $this->charStream->flushContents();
57 $this->charStream->importString($string);
61 while (false !== $char = $this->charStream->read(4)) {
82 $this->charStream->setCharacterSet($charset);
90 $this->charStream = clone $this->charStream;
H A DQpEncoder.php25 protected $charStream; variable in Swift_Encoder_QpEncoder
106 * @param Swift_CharacterStream $charStream to use for reading characters
109 … public function __construct(Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null) argument
111 $this->charStream = $charStream;
176 $this->charStream->flushContents();
177 $this->charStream->importString($string);
232 $this->charStream->setCharacterSet($charset);
269 return $this->charStream->readBytes($size);
298 $this->charStream = clone $this->charStream;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/swiftmailer/lib/classes/Swift/Encoder/
H A DRfc2231Encoder.php23 private $charStream; variable in Swift_Encoder_Rfc2231Encoder
30 public function __construct(Swift_CharacterStream $charStream) argument
32 $this->charStream = $charStream;
56 $this->charStream->flushContents();
57 $this->charStream->importString($string);
61 while (false !== $char = $this->charStream->read(4)) {
82 $this->charStream->setCharacterSet($charset);
90 $this->charStream = clone $this->charStream;
H A DQpEncoder.php25 protected $charStream; variable in Swift_Encoder_QpEncoder
106 * @param Swift_CharacterStream $charStream to use for reading characters
109 … public function __construct(Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null) argument
111 $this->charStream = $charStream;
176 $this->charStream->flushContents();
177 $this->charStream->importString($string);
232 $this->charStream->setCharacterSet($charset);
269 return $this->charStream->readBytes($size);
298 $this->charStream = clone $this->charStream;
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/analysis/
H A DTokenizer.cpp18 this->charStream = boost::dynamic_pointer_cast<CharStream>(this->input); in Tokenizer()
26 this->charStream = boost::dynamic_pointer_cast<CharStream>(this->input); in Tokenizer()
34 this->charStream = boost::dynamic_pointer_cast<CharStream>(this->input); in Tokenizer()
48 return charStream ? charStream->correctOffset(currentOff) : currentOff; in correctOffset()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/
H A DQpContentEncoder.php23 * @param Swift_CharacterStream $charStream to use for reading characters
27 …public function __construct(Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null, … argument
30 parent::__construct($charStream, $filter);
72 $this->charStream->flushContents();
73 $this->charStream->importByteStream($os);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/
H A DQpContentEncoder.php23 * @param Swift_CharacterStream $charStream to use for reading characters
27 …public function __construct(Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null, … argument
30 parent::__construct($charStream, $filter);
72 $this->charStream->flushContents();
73 $this->charStream->importByteStream($os);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/
H A DQpContentEncoder.php23 * @param Swift_CharacterStream $charStream to use for reading characters
27 …public function __construct(Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null, … argument
30 parent::__construct($charStream, $filter);
72 $this->charStream->flushContents();
73 $this->charStream->importByteStream($os);
/dports/www/owncloud/owncloud/lib/composer/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/
H A DQpContentEncoder.php23 * @param Swift_CharacterStream $charStream to use for reading characters
27 …public function __construct(Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null, … argument
30 parent::__construct($charStream, $filter);
72 $this->charStream->flushContents();
73 $this->charStream->importByteStream($os);

1234567891011