Searched refs:charset (Results 1 – 10 of 10) sorted by relevance
/dokuwiki/vendor/geshi/geshi/ |
D | .editorconfig | 9 charset = utf-8
|
/dokuwiki/inc/ |
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/ |
D | .editorconfig | 9 charset = utf-8
|
/dokuwiki/vendor/simplepie/simplepie/ |
D | .editorconfig | 4 charset = utf-8
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
D | .editorconfig | 10 charset = utf-8
|
D | README.md | 100 added charset output in HTTP headers (thanks to Sören Fuhrmann of golem.de)
|
/dokuwiki/_test/core/ |
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/ |
D | Misc.php | 375 * @param string $charset Character set to standardise 378 public static function encoding($charset) argument 381 switch (strtolower(preg_replace('/(?:[^a-zA-Z0-9]+|([^0-9])0+)/', '\1', $charset))) { 1686 return $charset;
|
D | SimplePie.php | 1619 …s['content-type']) && preg_match('/;\x20?charset=([^;]*)/i', $headers['content-type'], $charset)) { 1620 $encodings[] = strtoupper($charset[1]); 1625 …s['content-type']) && preg_match('/;\x20?charset=([^;]*)/i', $headers['content-type'], $charset)) { 1626 $encodings[] = strtoupper($charset[1]);
|
/dokuwiki/lib/scripts/jquery/ |
D | jquery.min.js | 2 …return{send:function(e,t){r=ce("<script>").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,s… property
|