Home
last modified time | relevance | path

Searched refs:charset (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/vendor/geshi/geshi/
D.editorconfig9 charset = utf-8
/dokuwiki/inc/
Dfetch.functions.php116 * @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.editorconfig9 charset = utf-8
/dokuwiki/vendor/simplepie/simplepie/
D.editorconfig4 charset = utf-8
/dokuwiki/vendor/openpsa/universalfeedcreator/
D.editorconfig10 charset = utf-8
DREADME.md100 added charset output in HTTP headers (thanks to Sören Fuhrmann of golem.de)
/dokuwiki/_test/core/
DphpQuery-onefile.php175 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/
DMisc.php375 * @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;
DSimplePie.php1619 …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/
Djquery.min.js2 …return{send:function(e,t){r=ce("<script>").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,s… property