Home
last modified time | relevance | path

Searched refs:getEncoding (Results 1 – 25 of 41) sorted by relevance

12

/plugin/combo/vendor/symfony/polyfill-mbstring/
DMbstring.php86 $fromEncoding = self::getEncoding($fromEncoding);
89 $toEncoding = self::getEncoding($toEncoding);
164 $encoding = self::getEncoding($encoding);
230 $encoding = self::getEncoding($encoding);
278 $encoding = self::getEncoding($encoding);
359 $normalizedEncoding = self::getEncoding($encoding);
510 $encoding = self::getEncoding($encoding);
520 $encoding = self::getEncoding($encoding);
541 $encoding = self::getEncoding($encoding);
588 if ('UTF-8' === $encoding = self::getEncoding($encoding)) {
[all …]
/plugin/scrape/vendor/scotteh/php-dom-wrapper/src/
DDocument.php155 $html = '<?xml encoding="' . ($this->getEncoding() ?? 'UTF-8') . '">' . $html;
181 public function getEncoding(): ?string { function in DOMWrap\\Document
204 $charset = $this->getEncoding();
225 $charset = $this->getEncoding();
/plugin/swiftmail/Swift/Message/
DPart.php80 …if (($this->getEncoding() == "7bit") && (strtolower($charset) == "utf-8" || strtolower($charset) =…
113 if (!($enc = $this->getEncoding())) $this->setEncoding("8bit");
DMime.php237 … if (!$child->getEncoding()) $this->children[$id]->setEncoding($encoding, $recursive, $non_ascii);
245 public function getEncoding() function in Swift_Message_Mime
310 switch ($this->getEncoding())
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DNativeMailerHandler.php123 $headers .= 'Content-type: ' . $contentType . '; charset=' . $this->getEncoding() . "\r\n";
145 public function getEncoding(): string function in Monolog\\Handler\\NativeMailerHandler
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
DGoogleCloudDataplexV1StorageFormatJsonOptions.php37 public function getEncoding() function in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1StorageFormatJsonOptions
DGoogleCloudDataplexV1AssetDiscoverySpecJsonOptions.php55 public function getEncoding() function in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1AssetDiscoverySpecJsonOptions
DGoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions.php55 public function getEncoding() function in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptions
DGoogleCloudDataplexV1AssetDiscoverySpecCsvOptions.php77 public function getEncoding() function in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1AssetDiscoverySpecCsvOptions
DGoogleCloudDataplexV1StorageFormatCsvOptions.php63 public function getEncoding() function in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1StorageFormatCsvOptions
DGoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions.php77 public function getEncoding() function in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1ZoneDiscoverySpecCsvOptions
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
DSchemaSettings.php41 public function getEncoding() function in Google\\Service\\Pubsub\\SchemaSettings
DValidateMessageRequest.php47 public function getEncoding() function in Google\\Service\\Pubsub\\ValidateMessageRequest
/plugin/html2pdf/html2pdf/html2ps/
Dfilter.data.encoding.class.php7 function getEncoding() { function in DataFilterEncoding
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DBigtableColumnFamily.php66 public function getEncoding() function in Google\\Service\\Bigquery\\BigtableColumnFamily
DBigtableColumn.php57 public function getEncoding() function in Google\\Service\\Bigquery\\BigtableColumn
DCsvOptions.php92 public function getEncoding() function in Google\\Service\\Bigquery\\CsvOptions
DJobConfigurationLoad.php266 public function getEncoding() function in Google\\Service\\Bigquery\\JobConfigurationLoad
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
DOracleColumn.php97 public function getEncoding() function in Google\\Service\\Datastream\\OracleColumn
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Speech/
DRecognitionConfig.php242 public function getEncoding() function in Google\\Service\\Speech\\RecognitionConfig
/plugin/jcapture/lib/
Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/swiftmail/Swift/
DMessage.php386 …if (($this->getEncoding() == "7bit") && (strtolower($charset) == "utf-8" || strtolower($charset) =…
766 if (!($enc = $this->getEncoding()))
/plugin/supa/lib/
DSupa.jarMETA-INF/MANIFEST.MF META-INF/SUPA.SF META-INF/SUPA ...
DSupa.jar.unsignedMETA-INF/ META-INF/MANIFEST.MF de/ de/christophlinder/ de/ ...

12