Home
last modified time | relevance | path

Searched refs:encoding (Results 76 – 100 of 300) sorted by relevance

12345678910>>...12

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions.php312 * @param int|false $encoding Set to false to not encode, PHP_QUERY_RFC3986
320 function build_query(array $params, $encoding = PHP_QUERY_RFC3986) argument
322 return Query::build($params, $encoding);
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pcl.class.php268 function font_ascender($name, $encoding) {} argument
269 function font_descender($name, $encoding) {} argument
283 function setfont($name, $encoding, $size) {} argument
288 function stringwidth($string, $name, $encoding, $size) { } argument
H A Dbox.text.php63 function get_content_callback($word, $encoding) { argument
65 return $manager_encoding->to_utf8($word, $encoding);
122 function add_subword($raw_subword, $encoding, $hyphens) { argument
140 $this->encodings[] = $encoding;
144 function &create($text, $encoding, &$pipeline) { argument
146 $box->add_subword($text, $encoding, array());
H A Dot.class.php562 $encoding = new OpenTypeFileCMAPEncoding();
563 $encoding->_read($filehandle);
564 $this->_encodings[] =& $encoding;
585 foreach ($this->_encodings as $encoding) {
586 if ($encoding->_platformId == $platformId &&
587 $encoding->_encodingId == $encodingId) {
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md10 this library aims to offer character encoding functions that do not leak
11 information about what you are encoding/decoding via processor cache
19 * Base16 encoding
20 * Base32 encoding
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php598 if ($encoding = $this->offsetGet('ENCODING')) {
608 $encoding = (string)$encoding;
624 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
627 … 'message' => 'ENCODING=' . strtoupper($encoding) . ' is not valid for this document type.',
/plugin/swiftmail/Swift/Message/
H A DAttachment.php33 …public function __construct($data=null, $name=null, $type="application/octet-stream", $encoding="b… argument
38 $this->setEncoding($encoding);
H A DPart.php29 public function __construct($data=null, $type="text/plain", $encoding=null, $charset=null) argument
34 $this->setEncoding($encoding);
/plugin/combo/
H A Dyarn.lock88 html-encoding-sniffer@^3.0.0:
90 resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz#2cb1a8cf0db52414776e5b2a7a04d5dd98158de9"
93 whatwg-encoding "^2.0.0"
135 html-encoding-sniffer "^3.0.0"
147 whatwg-encoding "^2.0.0"
266 whatwg-encoding@^2.0.0:
268 resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz#e7635f597fd87020858626805a2729fa7698ac53"
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php145 function setEncoding($encoding) { argument
146 $this->tag->setAttribute("encoding", $encoding);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D0.0.js1 …LL|u|U|l|L)?(ll|LL|u|U|l|L)?/,floatsuffix:/[fFlL]?/,encoding:/u|u8|U|L/,tokenizer:{root:[[/@encodi… property in AnonymousFunction3c616b5b0100.r
/plugin/mantis/lib/
H A Dnusoapmime.php305 var $encoding = 'base64'; variable in nusoap_server_mime
308 $this->encoding = $enc;
380 $params['encoding'] = $this->encoding; // BSP
389 $params['encoding'] = $this->encoding; // BSP
H A Dclass.soap_parser.php55 * @param string $encoding character encoding scheme of message
60 function nusoap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=true){ argument
63 $this->xml_encoding = $encoding;
75 if (strtoupper($xml_encoding) != $encoding) {
76 …$err = "Charset from HTTP Content-Type '" . $encoding . "' does not match encoding from XML declar…
78 if ($encoding != 'ISO-8859-1' || strtoupper($xml_encoding) != 'UTF-8') {
92 $this->debug('Entering nusoap_parser(), length='.strlen($xml).', encoding='.$encoding);
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md18 * No encoding issues as the encoding attribute is provided in the XML response `<?xml version="1.0"…
/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/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php93 public $encoding = 'UTF-8'; variable in getID3
486 …$this->info['encoding'] = $this->encoding; // required by id3v2 and iso modules - can…
617 …'mb_convert_encoding') && !function_exists('iconv') && !in_array($this->encoding, array('ISO-8859-…
1415 * @param string $encoding
1417 public function CharConvert(&$array, $encoding) { argument
1420 if ($encoding == $this->encoding) {
1429 $this->CharConvert($array[$key], $encoding);
1434 $array[$key] = trim(getid3_lib::iconv_fallback($encoding, $this->encoding, $value));
1474 list($tag_name, $encoding) = $tagname_encoding_array;
1478 $this->info[$comment_name]['encoding'] = $encoding;
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php258 $encoding = $this->SCRIPT_ENCODING;
265 $encoding = "UTF-8";
282 header("Content-type: $ctype; charset=$encoding");
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php464 function table_var_dump($variable, $wrap_in_td=false, $encoding='') { argument
466 $encoding = ($encoding ? $encoding : $FileSystemEncoding);
489 $returnstring .= '</td>'."\n".table_var_dump($value, true, $encoding).'</tr>'."\n";
515 $returnstring = htmlentities($variable, ENT_QUOTES | ENT_SUBSTITUTE, $encoding);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp39 Response.Write "<?xml version=""1.0"" encoding=""utf-8"" ?>"
56 Response.Write "<?xml version=""1.0"" encoding=""utf-8"" ?>"
/plugin/noticeboard/nbproject/
H A Dproject.properties3 source.encoding=UTF-8
/plugin/noticeboard/noticeboard/nbproject/
H A Dproject.properties3 source.encoding=UTF-8
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/simplexml/
H A Drenderer.php71 $this->doc = '<?xml version="1.0" encoding="UTF-8"?>'.DOKU_LF;
/plugin/sviewer/
H A Dsyntax.php128 $xml.=sprintf('<?xml version="1.0" encoding="UTF-8"?>

12345678910>>...12