Home
last modified time | relevance | path

Searched refs:encoding (Results 51 – 75 of 300) sorted by relevance

12345678910>>...12

/plugin/swiftmail/Swift/Message/
H A DHeaders.php31 protected $encoding = "B"; variable in Swift_Message_Headers
235 public function setEncoding($encoding) argument
237 switch (strtolower($encoding))
240 $this->encoding = "Q";
243 $this->encoding = "B";
254 return $this->encoding;
399 elseif ($this->encoding == "Q") //QP encode required
411 elseif ($this->encoding == "B") //Need to Base64 encode
448 if ($this->encoding == "Q") $lines[$i] = rtrim($lines[$i], "=");
H A DImage.php30 …Swift_File $data=null, $name=null, $type="application/octet-stream", $cid=null, $encoding="base64") argument
32 parent::__construct($data, $name, $type, $cid, $encoding);
H A DEmbeddedFile.php36 …_construct($data=null, $name=null, $type="application/octet-stream", $cid=null, $encoding="base64") argument
38 parent::__construct($data, $name, $type, $encoding, "inline");
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DStringUtil.php44 $encoding = mb_detect_encoding($str, ['UTF-8', 'ISO-8859-1', 'WINDOWS-1252'], true);
46 switch ($encoding) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DStringUtil.php43 $encoding = mb_detect_encoding($str, ['UTF-8', 'ISO-8859-1', 'WINDOWS-1252'], true);
45 switch ($encoding) {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DStringUtil.php42 $encoding = mb_detect_encoding($str , array('UTF-8','ISO-8859-1', 'WINDOWS-1252'), true);
44 switch($encoding) {
H A DProperty.php509 if ($encoding = $this->offsetGet('ENCODING')) {
519 $encoding = (string)$encoding;
535 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
538 … 'message' => 'ENCODING=' . strtoupper($encoding) . ' is not valid for this document type.',
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DStringUtil.php42 $encoding = mb_detect_encoding($str , array('UTF-8','ISO-8859-1', 'WINDOWS-1252'), true);
44 switch($encoding) {
H A DProperty.php509 if ($encoding = $this->offsetGet('ENCODING')) {
519 $encoding = (string)$encoding;
535 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
538 … 'message' => 'ENCODING=' . strtoupper($encoding) . ' is not valid for this document type.',
/plugin/davcal/vendor/sabre/vobject/lib/
H A DStringUtil.php42 $encoding = mb_detect_encoding($str , array('UTF-8','ISO-8859-1', 'WINDOWS-1252'), true);
44 switch($encoding) {
H A DProperty.php509 if ($encoding = $this->offsetGet('ENCODING')) {
519 $encoding = (string)$encoding;
535 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
538 … 'message' => 'ENCODING=' . strtoupper($encoding) . ' is not valid for this document type.',
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dts.php57 if (($encoding = array_search($sync, self::$syncwords)) !== false) {
65 $encoding = 0;
78 switch ($encoding) {
143 if (($encoding == 2) || ($encoding == 3)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobConfigurationLoad.php54 public $encoding; variable in Google\\Service\\Bigquery\\JobConfigurationLoad
259 public function setEncoding($encoding) argument
261 $this->encoding = $encoding;
268 return $this->encoding;
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.png.class.php126 function _setFont($typeface, $encoding, $size) { argument
130 $font = $this->_font_factory->getTrueType($typeface, $encoding);
134 'encoding' => $encoding,
323 function font_ascender($name, $encoding) { argument
324 $font = $this->_font_factory->getTrueType($name, $encoding);
328 function font_descender($name, $encoding) { argument
329 $font = $this->_font_factory->getTrueType($name, $encoding);
479 function setfont($name, $encoding, $size) { argument
480 $this->_setFont($name, $encoding, $size);
528 function stringwidth($string, $name, $encoding, $size) { argument
[all …]
H A Dpipeline.factory.class.php6 function &create_default_pipeline($encoding, $filename) { argument
24 $pipeline->data_filters[] = new DataFilterUTF8($encoding);
H A Dbox.inline.php173 $encoding = 'iso-8859-1';
205 $text_box->add_subword($word, $encoding, $hyphens);
216 if (isset($mapping[$encoding])) {
217 $word .= $mapping[$encoding];
223 $text_box->add_subword($word, $encoding, $hyphens);
227 list($encoding, $add) = each($mapping);
229 $word = $mapping[$encoding];
237 $text_box->add_subword($word, $encoding, $hyphens);
H A Doutput.fpdf.class.php148 function findfont($name, $encoding) { argument
153 function font_ascender($name, $encoding) { argument
154 return $this->pdf->GetFontAscender($name, $encoding);
157 function font_descender($name, $encoding) { argument
158 return $this->pdf->GetFontDescender($name, $encoding);
353 function setfont($name, $encoding, $size) { argument
354 $this->pdf->SetFont($this->findfont($name, $encoding), $encoding, $size);
380 function stringwidth($string, $name, $encoding, $size) { argument
381 $this->setfont($name, $encoding, $size);
/plugin/aclplusregex/conf/
H A Daclplusregex.conf.example1 # Please note that the same encoding rules for user and group names should be used as in the original ACL
2 # setup. You can get mostly away with not encoding, but you need to do it for spaces at least!
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dhtml2ps.php37 'encoding' => get_var('encoding', $_REQUEST, 255, ""),
99 $pipeline->data_filters[] = new DataFilterUTF8($GLOBALS['g_config']['encoding']);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php81 $encoding = mb_detect_encoding($input, ['UTF-8', 'ISO-8859-1'], true);
83 if ($encoding === 'ISO-8859-1') {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php81 $encoding = mb_detect_encoding($input, ['UTF-8', 'ISO-8859-1'], true);
83 if ($encoding === 'ISO-8859-1') {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/Factory/
H A DXmlSerializationVisitorFactory.php64 public function setDefaultEncoding(string $encoding): self argument
66 $this->defaultEncoding = $encoding;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DSystemStatusTest.php60 …'<?xml version="1.0" encoding="UTF-8"?>' . "\n" . '<cs:root xmlns:cs="http://calendarserver.org/ns…
61 …'<?xml version="1.0" encoding="UTF-8"?>' . "\n" . '<cs:root xmlns:cs="http://calendarserver.org/ns…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.EscapeNonASCIICharacters.txt

12345678910>>...12