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 relevance

123

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DGPXCreator.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 DMBOXCreator.php19 $this->encoding = "ISO-8859-15";
23 * Quoted Printable encoding
81 $feed .= " charset=\"".$this->encoding."\"\n";
82 $feed .= "Content-Transfer-Encoding: quoted-printable\n";
H A DPIECreator01.php19 $this->encoding = "utf-8";
25 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
H A DKMLCreator.php18 $this->encoding = "utf-8";
24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
H A DAtomCreator03.php27 $this->encoding = "utf-8";
33 $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 DAtomCreator10.php27 $this->encoding = "utf-8";
33 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
H A DRSSCreator10.php16 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
H A DPHPCreator.php18 $this->encoding = "utf-8";
/dokuwiki/lib/plugins/safefnrecode/
H A Dplugin.info.txt6 desc Changes existing page and foldernames for the change in the safe filename encoding
H A Daction.php64 if (strpos($file, '%') === false) continue; # no encoding used
/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/vendor/splitbrain/php-archive/
H A Dphpunit.xml1 <?xml version="1.0" encoding="UTF-8"?>
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php65 * Encoding
70 public $encoding = 'UTF-8'; variable in SimplePie\\XML\\Declaration\\Parser
166 $this->encoding = '';
259 if (substr($this->data, $this->position, 8) === 'encoding') {
281 if ($this->encoding = $this->get_value()) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/
H A DElement.php20 * will also bypass the normal encoding rules in ASN1::encodeDER()
/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/inc/HTTP/
H A DHTTPClient.php72 if (extension_loaded('zlib')) $this->headers['Accept-encoding'] = 'gzip';
173 isset($this->headers['Accept-encoding']) &&
174 $this->headers['Accept-encoding'] == 'gzip'
176 unset($this->headers['Accept-encoding']);
391 //read body (with chunked encoding if needed)
395 isset($this->resp_headers['transfer-encoding']) &&
396 $this->resp_headers['transfer-encoding'] == 'chunked'
429 !isset($this->resp_headers['transfer-encoding'])
432 * If a message is received with both a Transfer-Encoding header field and a Content-Length
449 } elseif (!isset($this->resp_headers['transfer-encoding'])
[all...]
/dokuwiki/inc/
H A Dfetch.functions.php106 * Try an rfc2231 compatible encoding. This ensures correct
111 * There is no additional checking, just the encoding and setting the key=value for usage in headers
116 * @param string $charset used charset for the encoding of value
H A Dhttputils.php234 header('Vary: Accept-Encoding');
235 header('Content-Encoding: gzip');
263 header('Vary: Accept-Encoding');
264 header('Content-Encoding: gzip');
/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/conf/
H A Dinterwiki.conf6 # is an external URL, or encoding as a wikiname if it is an
/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...]

123