Home
last modified time | relevance | path

Searched refs:charset (Results 76 – 100 of 216) sorted by path

123456789

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D57.57.js.map1 …ent|font-face|-moz-document)', { token: 'keyword' }],\n ['[@](charset|namespace)', { to…
H A Dbundle.js1 …=i[e]=[t,r]}));t.push(n[2]=o);var s,a=document.createElement("script");a.charset="utf-8",a.timeout…
H A Dbundle.js.map1charset = 'utf-8';\n \t\t\t\tscript.timeout = 120;\n \t\t\t\tif (__webpack_require__.nc) {\n \t\t\…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCREDITS.txt73 * translitiration, soundex, Hijri calendar, charset detection and
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc310 $params['charset'] = (string) Optional parameter to specify the character set of the file
H A DTextStructureNamespace.asciidoc34 $params['charset'] = (string) Optional parameter to specify the character set of the file
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc184 [content_type] => application/json; charset=UTF-8
225 [0] => application/json; charset=UTF-8
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A D.editorconfig4 charset = utf-8
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js48 SimileAjax.includeJavascriptFile = function(doc, url, onerror, charset) { argument
54 (charset ? " charset='"+ charset +"'" : "") +
67 if (charset) {
68 script.setAttribute("charset", charset);
/plugin/favoris/
H A Dsyntax.php52 …$renderer->doc .= '<script type="text/javascript" charset="utf-8" src="'.DOKU_URL.'lib/plugins/fav…
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js683 GetE('txtAttCharSet').value = oLink.charset ;
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm48 <cffile action="write" file="#tempfile_in#" output="#text#" charset="utf-8">
54 <cffile action="read" file="#tempfile_out#" variable="food" charset="utf-8">
102 <cfcontent type="text/html; charset=utf-8">
106 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md320 MIME-Type is text/html; charset=UTF-8
323 MIME-Type is text/html; charset=UTF-8
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php99 'message' => 'text/html; charset=UTF-8',
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Djquery.min.js4 …f(a.crossDomain){var b,c;return{send:function(e,f){b=r("<script>").prop({charset:a.scriptCharset,s…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox-html.phpt18 <meta charset="utf-8"/>
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG591 * fixed random function when charset is null
781 * made the charset configurable for the escape filter
899 * added the special _charset variable to reference the current charset
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst194 // get the current charset for instance
195 $charset = $env->getCharset();
H A Dadvanced_legacy.rst237 // get the current charset for instance
238 $charset = $env->getCharset();
H A Dapi.rst97 * ``charset`` *string* (defaults to ``utf-8``)
99 The charset used by the templates.
H A Dtemplates.rst133 * ``_charset``: references the current charset.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dconvert_encoding.rst8 another. The first argument is the expected output charset and the second one
9 is the input charset:
24 * ``to``: The output charset
25 * ``from``: The input charset
H A Descape.rst106 string to escape, and the charset.
117 * ``charset``: The string charset
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c1198 …zval *charset = TWIG_CALL_USER_FUNC_ARRAY(TWIG_PROPERTY_CHAR(template, "env" TSRMLS_CC), "getChars… in PHP_FUNCTION() local
1199 TWIG_NEW(return_value, "Twig_Markup", ret, charset TSRMLS_CC); in PHP_FUNCTION()
1200 zval_ptr_dtor(&charset); in PHP_FUNCTION()
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php51 protected $charset; variable in Twig\\Environment
143 $this->charset = strtoupper($options['charset']);
837 * @param string $charset The default charset
839 public function setCharset($charset) argument
841 $this->charset = strtoupper($charset);
851 return $this->charset;

123456789