Home
last modified time | relevance | path

Searched refs:charset (Results 101 – 125 of 216) sorted by path

123456789

/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php370 if ('UTF-8' !== $charset) {
378 if ('UTF-8' !== $charset) {
889 if ('UTF-8' !== $charset) {
897 if ('UTF-8' !== $charset) {
1020 if (null === $charset) {
1021 $charset = $env->getCharset();
1067 if ('UTF-8' !== $charset) {
1077 if ('UTF-8' !== $charset) {
1084 if ('UTF-8' !== $charset) {
1094 if ('UTF-8' !== $charset) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DMarkup.php22 protected $charset; variable in Twig\\Markup
24 public function __construct($content, $charset) argument
27 $this->charset = $charset;
37 …return \function_exists('mb_get_info') ? mb_strlen($this->content, $this->charset) : \strlen($this…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php288 function foo_escaper_for_test(Environment $env, $string, $charset) argument
290 return $string.$charset;
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php98 var $charset = ''; variable in csstidy
673 case '@charset': $this->charset = $this->sub_value_arr[0]; break;
817 …return !(empty($this->css) && empty($this->import) && empty($this->charset) && empty($this->tokens…
H A Dclass.csstidy_print.php74 $this->charset =& $css->charset;
141 if (!empty($this->charset)) {
142 $output .= $template[0].'@charset '.$template[5].$this->charset.$template[6];
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php491 function html_entity_decode($string, $quote_style = ENT_COMPAT, $charset = null) argument
/plugin/googlesearch/
H A Dnusoap.php2899 function setContentType($type, $charset = false) { argument
2900 $this->outgoing_headers['Content-Type'] = $type . ($charset ? '; charset=' . $charset : '');
3739 $charset = $this->getHTTPContentTypeCharset();
3740 $this->outgoing_headers[] = "Content-Type: $type" . ($charset ? '; charset=' . $charset : '');
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …at_rule",b:"@",e:"[{;]",eE:true,l:[hljs.IR],k:{"import":1,page:1,media:1,charset:1,"font-face":1},…
/plugin/html5video2/script/
H A Dvideo.min.js23 …],o=!1,u=t({uri:e,beforeSend:function(t){t.overrideMimeType("text/plain; charset=x-user-defined"),…
/plugin/html5video2/
H A Dstyle.css1 @charset "UTF-8";
16 …src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAA…
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md83 * `Sabre\VObject\Reader::read` now has a `$charset` argument.
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php53 protected $charset = 'UTF-8'; variable in Sabre\\VObject\\Parser\\MimeDir
105 * @param string $charset
107 function setCharset($charset) { argument
109 if (!in_array($charset, self::$SUPPORTED_CHARSETS)) {
112 $this->charset = $charset;
462 $charset = $this->charset;
465 $charset = (string)$propObj['CHARSET'];
467 switch ($charset) {
474 $property['value'] = mb_convert_encoding($property['value'], 'UTF-8', $charset);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DReader.php39 * @param string $charset
42 static function read($data, $options = 0, $charset = 'UTF-8') { argument
45 $parser->setCharset($charset);
/plugin/icons/assets/rpg-awesome/css/
H A Drpg-awesome.min.css1 @charset "UTF-8";/*!
/plugin/icons/assets/typicons/
H A Dtypicons.css1 @charset 'UTF-8';
H A Dtypicons.min.css1 @charset 'UTF-8';@font-face{font-family:'typicons';font-weight:normal;font-style:normal;src:url('ty…
/plugin/imagecarousel/vendor/slick/
H A Dslick-theme.less1 @charset "UTF-8";
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1683 $charset = null;
1689 $charset = $matches[1];
1693 . $charset
1699 if (empty($charset)) {
1737 if (empty($charset)) {
1740 $charset = $meta->charset;
1747 if (empty($charset)) {
1781 $charset = $encoding;
1789 if (empty($charset)) {
1791 $charset = 'UTF-8';
[all …]
/plugin/jalbum/syntax/
H A Djalbumbadge.php120 $txt .= '<script type="text/javascript" charset="utf-8">'."\n";
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpmime-4.0.1.jar ... byte[] content private final java.nio.charset.Charset charset public void <init> (java ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

123456789