Home
last modified time | relevance | path

Searched refs:encoding (Results 126 – 150 of 300) sorted by last modified time

12345678910>>...12

/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/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php101 $encoding = null;
103 $encoding = mb_internal_encoding();
217 if ($encoding) {
218 mb_internal_encoding($encoding);
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php460 $encoding = "-----BEGIN PUBLIC KEY-----\n";
463 $encoding = $encoding.$segment."\n";
466 return $encoding."-----END PUBLIC KEY-----\n";
1033 public function addObject($data, $mimetype=null, $encoding=null) { argument
1039 if (! empty($encoding)) {
1040 $objNode->setAttribute('Encoding', $encoding);
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1encoding encrypted end end_frame end_partition endexec enforced enum equals errcode error escape e…
H A Dtcl.min.js.map1 …ror \" +\n \"binary break catch cd close concat continue dde eof encoding error \" +\n …
H A Dxquery.min.js.map1 …ument', 'document-node', 'element', 'else', 'empty', 'empty-sequence', 'encoding', 'end',\n 'en…
/plugin/phpipam/
H A Dstyle.css71 * atom:set useSoftTabs tabLength=4 lineending=lf encoding=utf-8
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js23368 function textdecode(encoding, value) {
23369 if (encoding) {
23375 var decoder = new TextDecoder(encoding, {
23384 if (/^utf-?8$/i.test(encoding)) {
23488 var encoding = extvalue.slice(0, encodingend);
23491 return textdecode(encoding, value);
23499 …e.replace(/=\?([\w-]*)\?([QqBb])\?((?:[^?]|\?(?!=))*)\?=/g, function (_, charset, encoding, text) {
23500 if (encoding === 'q' || encoding === 'Q') {
H A Dpdf.js.map1encoding","langvalue","OK_RESPONSE","PARTIAL_CONTENT_RESPONSE","xhr","array","requestRange","liste…
H A Dpdf.worker.js32292 var encoding;
32718 if (charCode in encoding && widthsByGlyphName[encoding[charCode]]) {
34670 var encoding = params.encoding;
35675 encoding: null,
37644 if (encoding) {
37857 var encoding = cff.encoding ? cff.encoding.encoding : null;
38155 encoding = null;
38164 cff.encoding = encoding;
38830 this.encoding = null;
39109 this.encoding = encoding;
[all …]
H A Dpdf.worker.js.map1encoding","diffEncoding","getEncoding","isSymbolicFont","FontFlags","isNonsymbolicFont","_buildSim…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DStringUtil.php42 $encoding = mb_detect_encoding($str , array('UTF-8','ISO-8859-1', 'WINDOWS-1252'), true);
44 switch($encoding) {
H A DProperty.php509 if ($encoding = $this->offsetGet('ENCODING')) {
519 $encoding = (string)$encoding;
535 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
538 … 'message' => 'ENCODING=' . strtoupper($encoding) . ' is not valid for this document type.',
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md378 * Fixed: jCard encoding of TIME properties.
379 * Fixed: jCal encoding of REQUEST-STATUS, GEO and PERIOD values.
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …mode\n\t * @param: true - utf based escaping, simple - use current page encoding\n\t * @type: publ…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_material.css573 …background-image: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%…
578 …background-image: url(data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%…
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64encoding|xdmp:set-response-content-type|xdmp:set-response-code|xdmp:set-request-time-limit|xdmp:se…
/plugin/sphinxsearch-was/
H A Dchangelog26 * Added document encoding detection
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md25 * Fix non-breaking space character encoding. (Metalaka, 2015-08-13T08:01:24+02:00)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-log-xml-isolation.phpt17 … 4 / 4 (100%)<?xml version="1.0" encoding="UTF-8"?>
H A Ddataprovider-log-xml.phpt16 … 4 / 4 (100%)<?xml version="1.0" encoding="UTF-8"?>
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.php_cs19 'encoding',
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst774 <?xml version="1.0" encoding="UTF-8"?>
H A Dxml_reference.rst6 <?xml version="1.0" encoding="UTF-8" ?>

12345678910>>...12