Searched refs:charset (Results 1 – 9 of 9) sorted by relevance
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | .editorconfig | 9 charset = utf-8
|
| /dokuwiki/ |
| H A D | .editorconfig | 9 charset = utf-8
|
| /dokuwiki/inc/ |
| H A D | fetch.functions.php | 116 * @param string $charset used charset for the encoding of value 121 function rfc2231_encode($name, $value, $charset = 'utf-8', $lang = 'en') argument 129 return ' ' . $name . '*=' . $charset . "'" . $lang . "'" . $internal;
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | .editorconfig | 10 charset = utf-8
|
| H A D | README.md | 100 added charset output in HTTP headers (thanks to Sören Fuhrmann of golem.de)
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 175 public $charset; variable in DOMDocumentWrapper 189 $this->charset = $this->document->encoding; 215 list($contentType, $charset) = $this->contentTypeToArray($this->contentType); 219 $loaded = $this->loadMarkupHTML($markup, $charset); 224 $loaded = $this->loadMarkupXML($markup, $charset); 230 $loaded = $this->loadMarkupXML($markup, $charset); 253 protected function documentCreate($charset, $version = '1.0') { argument 256 $this->document = new DOMDocument($version, $charset); 257 $this->charset = $this->document->encoding; 269 $charset = null; [all …]
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Misc.php | 389 * @param string $charset Character set to standardise 392 public static function encoding(string $charset) argument 396 … switch (strtolower((string) preg_replace('/(?:[^a-zA-Z0-9]+|([^0-9])0+)/', '\1', $charset))) { 1701 return $charset;
|
| H A D | SimplePie.php | 1764 …s['content-type']) && preg_match('/;\x20?charset=([^;]*)/i', $headers['content-type'], $charset)) { 1765 $encodings[] = strtoupper($charset[1]); 1770 …s['content-type']) && preg_match('/;\x20?charset=([^;]*)/i', $headers['content-type'], $charset)) { 1771 $encodings[] = strtoupper($charset[1]);
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …return{send:function(e,t){r=ce("<script>").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,s… property
|