Home
last modified time | relevance | path

Searched defs:encoding (Results 201 – 225 of 248) sorted by path

12345678910

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.class.php28 function encoding($encoding) { argument
103 function findfont($name, $encoding) {
114 function font_ascender($name, $encoding) {
118 function font_descender($name, $encoding) {
377 function setfont($name, $encoding, $size) {
410 function stringwidth($string, $name, $encoding, $size) {
429 function generate_cpg($encoding, $force = false) {
H A Doutput.png.class.php126 function _setFont($typeface, $encoding, $size) {
323 function font_ascender($name, $encoding) {
328 function font_descender($name, $encoding) {
479 function setfont($name, $encoding, $size) {
528 function stringwidth($string, $name, $encoding, $size) {
H A Dpdf.fpdf.makefont.php302 function MakeFontCMap($encoding) {
H A Dpdf.fpdf.php1501 function _LoadFont($fontkey, $family, $encoding) {
1526 function _MakeFontKey($family, $encoding) {
1530 function GetFontAscender($name, $encoding) {
1536 function GetFontDescender($name, $encoding) {
1923 function AddFont($fontkey, $family, $encoding, $file, $bEmbed) {
1989 function SetFont($family, $encoding, $size) {
H A Dpipeline.factory.class.php6 function &create_default_pipeline($encoding, $filename) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php230 $encoding='iso-8859-1',
366 public function setEncoding($encoding)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php1426 … static function tokenizeString($string, $tokenizer, $eolChar='\n', $tabWidth=null, $encoding=null)
1481 private static function _createPositionMap(&$tokens, $tokenizer, $eolChar, $encoding, $tabWidth)
/plugin/issuetracker/
H A Dprototype.js1476 encoding: 'UTF-8', property in AnonymousFunctionf562dc224300.options
/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 Dtransform-3.0.2.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 ...
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 ...
/plugin/jmol2/jmol/
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js1222 Stream.prototype.readString = function(length, encoding) { argument
1229 Stream.prototype.peekString = function(offset, length, encoding) { argument
1239 decodeString = function(offset, length, encoding, advance) { argument
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php464 function table_var_dump($variable, $wrap_in_td=false, $encoding='') {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php93 public $encoding = 'UTF-8'; variable in getID3
1417 public function CharConvert(&$array, $encoding) {
H A Dmodule.tag.id3v2.php3666 public static function TextEncodingTerminatorLookup($encoding) {
3684 public static function TextEncodingNameLookup($encoding) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DPackerFilter.php26 protected $encoding = 'None'; variable in Assetic\\Filter\\PackerFilter
32 public function setEncoding($encoding)
/plugin/jukebox/id3/
H A Dgetid3.php21 var $encoding = 'ISO-8859-1'; // CASE SENSITIVE! - i.e. (must be supported by iconv()) variable in getID3
970 function CharConvert(&$array, $encoding) {

12345678910