Home
last modified time | relevance | path

Searched +full:encoding -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 72) sorted by last modified time

123

/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml1 <?xml version="1.0" encoding="utf-8"?>
/dokuwiki/inc/
H A Dpageutils.php688 * Uses the 'fnencode' option to determine encoding
723 * Uses the 'fnencode' option to determine encoding
H A DMailer.class.php5 * attachments). All mails are assumed to be in UTF-8 encoding.
361 * Sets an email address header with correct encoding
475 $mime .= $this->wrappedHeaderLine('Content-Transfer-Encoding', 'base64');
517 $this->headers['Content-Transfer-Encoding'] = 'base64';
531 $body .= 'Content-Transfer-Encoding: base64' . MAILHEADER_EOL;
543 $body .= 'Content-Transfer-Encoding: base64' . MAILHEADER_EOL;
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dkotlin.php128 'AudioFormat.Encoding', 'AudioInputStream',
H A Dperl.php64 '=encoding' => '=cut',
H A Drsplus.php109 'emptyenv', 'encodeString', 'Encoding', 'Encoding<-', 'env.profile', 'environment', 'environment<-', 'environmentIsLocked',
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php38 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
H A DRSSCreator10.php16 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
H A DFeedCreator.php49 * This feed's character encoding.
53 protected $encoding = "UTF-8"; //"ISO-8859-1";
61 * Again: No encoding will be used! This means you can invalidate or enhance the feed
214 header("Content-Type: ".$this->contentType."; charset=".$this->encoding."; filename=".basename($filename));
52 protected $encoding = "UTF-8"; //"ISO-8859-1"; global() variable in FeedCreator
H A DKMLCreator.php18 $this->encoding = "utf-8";
24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
H A DOPMLCreator.php18 $this->encoding = "utf-8";
24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
H A DPHPCreator.php18 $this->encoding = "utf-8";
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedItem.php45 * Again: No encoding will be used! This means you can invalidate or enhance the feed
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php102 // prevent overwriting of properties "contentType", "encoding"; do not copy "_feed" itself
103 if (!in_array($key, array("_feed", "contentType", "encoding"))) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DNameFilter.php63 * characters A-Z, a-z, 0-9, _, and . in any order in UTF-8 encoding
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php111 * [encoding - Use either UTF-8, UCS4 as array or UCS4 as string as input ('utf8' for UTF-8,
132 case 'encoding':
161 * [@param string Desired output encoding, see {@link set_parameter}]
175 $this->_error('Unknown encoding '.$one_time_encoding);
243 // If one time encoding is given, use this, else the objects property
263 * [@param string Desired input encoding, see {@link set_parameter}]
270 // If one time encoding is given, use this, else the objects property
416 * The actual encoding algorithm
528 * Encoding a certain digit
949 * [encoding
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php89 if (!isset($this->file->headers['content-encoding'])
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php433 if (!empty($this->headers['transfer-encoding'])) {
434 unset($this->headers['transfer-encoding']);
442 * Parsed a "Transfer-Encoding: chunked" body
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php276 * Change a string from one encoding to another
278 * @param string $data Raw data in $input encoding
279 * @param string $input Encoding of $data
280 * @param string $output Encoding you want
285 $input = Misc::encoding($input);
286 $output = Misc::encoding($output);
303 // This is second, as behaviour of this varies only with PHP version (the middle part of this expression checks the encoding is supported).
335 // Check that the encoding is supported
369 * Normalize an encoding name
379 public static function encoding( function in SimplePie\\Misc
[all...]
H A DParser.php75 public $encoding; variable in SimplePie\\Parser
83 public function parse(&$data, $encoding, $url = '') argument
100 if (strtoupper($encoding) === 'US-ASCII') {
101 $this->encoding = 'UTF-8';
103 $this->encoding = $encoding;
132 $data = '<?xml version="' . $declaration->version . '" encoding="' . $encoding . '" standalone="' . (($declaration->standalone) ? 'yes' : 'no') . '"?>' ."\n". $this->declare_html_entities() . $data;
151 $xml = xml_parser_create_ns($this->encoding, $this->separator);
300 $this->data['data'] .= ' ' . $name . '="' . htmlspecialchars($value, ENT_COMPAT, $this->encoding)
[all...]
/dokuwiki/inc/Sitemap/
H A DMapper.php95 echo '<?xml version="1.0" encoding="UTF-8"?>' . NL;
/dokuwiki/conf/
H A Dinterwiki.conf6 # is an external URL, or encoding as a wikiname if it is an
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php736 * Tries iconv with the correct encoding first, falls back to mbstring with CP850 which is
1002 * When encoding stuff outside the 7bit ASCII range it needs to be placed in a separate
/dokuwiki/inc/Utf8/
H A DClean.php24 * Tries to detect if a string is in Unicode encoding

123