/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
H A D | GPXCreator.php | 18 $this->encoding = "utf-8"; 24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
H A D | OPMLCreator.php | 18 $this->encoding = "utf-8"; 24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
H A D | MBOXCreator.php | 19 $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 D | PIECreator01.php | 19 $this->encoding = "utf-8"; 25 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
H A D | KMLCreator.php | 18 $this->encoding = "utf-8"; 24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
H A D | AtomCreator03.php | 27 $this->encoding = "utf-8"; 33 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
H A D | FeedCreator.php | 49 * 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 D | AtomCreator10.php | 27 $this->encoding = "utf-8"; 33 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
H A D | RSSCreator10.php | 16 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
H A D | PHPCreator.php | 18 $this->encoding = "utf-8";
|
/dokuwiki/lib/plugins/safefnrecode/ |
H A D | plugin.info.txt | 6 desc Changes existing page and foldernames for the change in the safe filename encoding
|
H A D | action.php | 64 if (strpos($file, '%') === false) continue; # no encoding used
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Misc.php | 275 * Change a string from one encoding to another 277 * @param string $data Raw data in $input encoding 278 * @param string $input Encoding of $data 279 * @param string $output Encoding you want 284 $input = Misc::encoding($input); 285 $output = Misc::encoding($output); 302 // This is second, as behaviour of this varies only with PHP version (the middle part of this expression checks the encoding is supported). 334 // Check that the encoding is supported 368 * Normalize an encoding name 378 public static function encoding( 379 public static function encoding($charset) global() function in SimplePie\\Misc [all...] |
H A D | Parser.php | 74 public $encoding; 82 public function parse(&$data, $encoding, $url = '') 99 if (strtoupper($encoding) === 'US-ASCII') { 100 $this->encoding = 'UTF-8'; 102 $this->encoding = $encoding; 131 $data = '<?xml version="' . $declaration->version . '" encoding="' . $encoding . '" standalone="' . (($declaration->standalone) ? 'yes' : 'no') . '"?>' ."\n". $this->declare_html_entities() . $data; 150 $xml = xml_parser_create_ns($this->encoding, $this->separator); 298 $this->data['data'] .= ' ' . $name . '="' . htmlspecialchars($value, ENT_COMPAT, $this->encoding) 75 public $encoding; global() variable in SimplePie\\Parser 83 parse(& $data, $encoding, $url = '') global() argument [all...] |
/dokuwiki/vendor/splitbrain/php-archive/ |
H A D | phpunit.xml | 1 <?xml version="1.0" encoding="UTF-8"?>
|
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/ |
H A D | Parser.php | 64 * Encoding 69 public $encoding = 'UTF-8'; 165 $this->encoding = ''; 258 if (substr($this->data, $this->position, 8) === 'encoding') { 280 if ($this->encoding = $this->get_value()) { 70 public $encoding = 'UTF-8'; global() variable in SimplePie\\XML\\Declaration\\Parser
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/ |
H A D | Element.php | 20 * will also bypass the normal encoding rules in ASN1::encodeDER()
|
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/ |
H A D | FeedItem.php | 45 * Again: No encoding will be used! This means you can invalidate or enhance the feed
|
/dokuwiki/inc/HTTP/ |
H A D | HTTPClient.php | 72 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 D | fetch.functions.php | 106 * 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 D | httputils.php | 234 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 D | UniversalFeedCreator.php | 102 // prevent overwriting of properties "contentType", "encoding"; do not copy "_feed" itself 103 if (!in_array($key, array("_feed", "contentType", "encoding"))) {
|
/dokuwiki/conf/ |
H A D | interwiki.conf | 6 # is an external URL, or encoding as a wikiname if it is an
|
/dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
H A D | NameFilter.php | 63 * characters A-Z, a-z, 0-9, _, and . in any order in UTF-8 encoding
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
H A D | idna_convert.class.php | 111 * [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...] |