Home
last modified time | relevance | path

Searched refs:encoding (Results 151 – 175 of 300) sorted by relevance

12345678910>>...12

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm27 * As ColdFusion 5 does not fully support UTF-8 encoding, we force ASCII
30 * single byte, using the same encoding as ASCII, which is damn handy.
306 …xmlHeader = '<?xml version="1.0" encoding="utf-8" ?><Connector command="#url.command#" resourceTyp…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js313 if (typeof encoding !== 'string' || encoding === '') encoding = 'utf8'
554 encoding = ('' + encoding).toLowerCase()
571 if (!encoding) encoding = 'utf8'
602 encoding = (encoding + '').toLowerCase()
753 if (encoding === undefined) encoding = 'utf8'
773 if (!encoding) encoding = 'utf8'
803 encoding = ('' + encoding).toLowerCase()
17890 this.encoding = options.encoding;
17917 if (encoding !== state.encoding) {
19114 this.encoding = encoding;
[all …]
/plugin/pagemove/lang/es/
H A Dlang.php.txt12 $lang['encoding'] = 'utf-8';
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php302 function MakeFontCMap($encoding) { argument
305 $ref = $manager->get_encoding_vector($encoding);
H A DChangeLog207 * Fixed: number of characters not found in standard encoding
406 * New: support for custom automatically generated encoding vector
471 * Fixed: koi8-r encoding was not supported by PDFLIB
535 there are no registered encoding vectors at all
876 predefined encoding vectors (e.g. Japanese/Chinese symbols)
890 encoding vectors
1412 * viewport.pdflib.php: non iso-8859-1 encoding support
1415 encoding
1417 * box.text.php: encoding-override directive was broken
1644 encoding: utf-8 cause errors
[all …]
/plugin/sphinxsearch-was/
H A Dchangelog26 * Added document encoding detection
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v2.php3662 * @param string $encoding
3666 public static function TextEncodingTerminatorLookup($encoding) { argument
3676 …return (isset($TextEncodingTerminatorLookup[$encoding]) ? $TextEncodingTerminatorLookup[$encoding]…
3680 * @param int $encoding
3684 public static function TextEncodingNameLookup($encoding) { argument
3694 …return (isset($TextEncodingNameLookup[$encoding]) ? $TextEncodingNameLookup[$encoding] : 'ISO-8859…
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt24 | {NAME} | wikiname without any encoding
/plugin/upgrade/
H A Dcomposer.lock35 "ext-mbstring": "Can be used alternatively for handling filename encoding",
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md54 …* Added JSON_PARTIAL_OUTPUT_ON_ERROR to default json encoding flags, to avoid dropping entire cont…
69 * Fixed removing of json encoding options
102 …* Fixed json encoding across all handlers to always attempt recovery of non-UTF-8 strings instead …
188 …* Fixed json encoding across all handlers to always attempt recovery of non-UTF-8 strings instead …
309 …* Fixed JSON encoding errors that would gobble up the whole log record, we now handle those more g…
350 * Fixed JSON encoding errors being silently suppressed (PHP 5.5+ only)
447 * Added support for tweaking the content type and encoding in NativeMailerHandler
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1003 public $encoding; variable in Google_JobConfigurationLoad
1040 public function setEncoding( $encoding) { argument
1041 $this->encoding = $encoding;
1044 return $this->encoding;
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js347 …var encoding = (asImage || /\.pdf$/i.test(path) || /\.vsdx$/i.test(path) || /\.vssx$/i.test(path))…
354 fs.readFile(path, encoding, mxUtils.bind(this, function (e, data)
1031 var encoding = isVsdx? null : ((isPng || /\.pdf$/i.test(path)) ? 'base64' : 'utf-8');
1046 fileEntry.type = encoding;
1131 fs.readFile(path, encoding, readData);
1174 fs.readFile(bkpFile, encoding, checkBkpFile);
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1765 $encoding = mb_detect_encoding(
1770 if ($encoding === 'CP1252' || $encoding === 'ISO-8859-1') {
1776 $encoding = 'CP1251';
1780 if ($encoding !== false) {
1781 $charset = $encoding;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js3863 encoding: 1,
3872 encoding: 1,
3878 encoding: 1,
3884 encoding: 1,
3891 encoding: 1,
3898 encoding: 1,
3920 encoding: 1,
3964 encoding: 1,
4014 encoding: 1,
4020 encoding: 1,
[all …]
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-fileupload-1.3.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js258 encoding: options.encoding || 'utf8'
6732 this.encoding = encoding;
39241 if (!encoding) encoding = 'utf8';
39646 if (!encoding) encoding = 'utf8';
72985 this.encoding = encoding;
73338 encoding: encoding,
73477 var encoding = entry.encoding;
80458 this.encoding = encoding;
80804 encoding: encoding,
80944 var encoding = entry.encoding;
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/authyubikey/lib/
H A DREADME68 a web page illustrating how to work with the modhex encoding. It is deployed
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/
H A Dphpunit-example-extension-1.0.0.phar37 <?xml version="1.0" encoding="utf-8" ?>
/plugin/swiftmail/Swift/
H A DMessage.php70 …public function __construct($subject="", $body=null, $type="text/plain", $encoding=null, $charset=… argument
94 $this->setEncoding($encoding);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst6 <?xml version="1.0" encoding="UTF-8" ?>
/plugin/mp3play2/
H A DREADME.md91 <?xml version="1.0" encoding="UTF-8"?>
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md97 - Fixed encoding of special characters in the `userInfo` component of an URI (#253)
216 - Handling of encoding in `Uri::with(out)QueryValue` so one can pass the
/plugin/scrape/
H A DHTMLPurifier.standalone.php

12345678910>>...12