Home
last modified time | relevance | path

Searched refs:mapping (Results 176 – 191 of 191) sorted by last modified time

12345678

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js30635 HmtxTable.prototype.encode = function(mapping) {
30639 id = mapping[_i];
30893 PostTable.prototype.encode = function(mapping) {
30908 id = mapping[_i];
30918 table.writeUInt16(Object.keys(mapping).length);
31192 id = mapping[_i];
31284 result.writeShort(mapping[id]);
31488 var mapping, roman, unicode, unicodeCmap, _ref;
31490 mapping = {};
31494 mapping[roman] = unicodeCmap[unicode];
[all …]
H A Dpdfmake.min.js.map1mapping","metric","advanceWidthMax","minLeftSideBearing","minRightSideBearing","xMaxExtent","caret…
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md432 * Updated: Windows timezone mapping to latest version from unicode.org
616 * Added: Automatically mapping many, many properties to a property-class with
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt401 mapping of tag names into key and attribute names for use with general purpose
/plugin/mellelexport/
H A Drenderer.php312 $mapping = $m[$tag];
316 $mapping = $m[$key];
323 if (!is_array($mapping)) {
330 if (($this->pTagOpen OR $this->sectionTagOpen) AND isset($mapping['template_p_open'])) {
331 $mapping['template'] = $mapping['template_p_open'];
337 $mapping['template'] = $mapping['template_level_0'];
345 $templateParts = explode($mapping['replacement'], $mapping['template']);
432 …$string = str_replace($mapping['replacement'], $args[0], self::cleanTemplate($mapping['template'])…
455 $doc = str_replace($mapping['subpattern'], $args, $doc);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.stringset.class.php7 function CSSPropertyStringSet($inherit, $inherit_text, $mapping) { argument
10 $this->_mapping = $mapping;
17 $this->_keys = $mapping;
H A Dpdf.fpdf.php140 function PDFCMap($mapping, &$handler, $object_id, $generation_id) { argument
145 $num_chars = count($mapping);
148 foreach ($mapping as $code => $utf) {
H A DChangeLog878 * Change: unicode/PS glyph name mapping updated
H A Dbox.inline.php188 $mapping = $manager_encoding->get_mapping($char);
196 if (is_null($mapping)) {
216 if (isset($mapping[$encoding])) {
217 $word .= $mapping[$encoding];
226 reset($mapping);
227 list($encoding, $add) = each($mapping);
229 $word = $mapping[$encoding];
H A Dconverter.class.php47 function something_to_utf8($html, &$mapping) { argument
49 $replacement = code_to_utf8($mapping[$html{$i}]);
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php29 $mapping = array(CHECK_STATUS_FAILED => "failed",
32 if (isset($mapping[$status])) {
33 return $mapping[$status];
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Djgraphx.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 ...
/plugin/jmol2/jmol/
H A DCHANGES.txt306 # bug fix: isosurface mapping with property where property can be NaN does not render some regions
2127 # new feature: isosurface functionXY can be used for mapping.
4659 # bug fix for isosurface mapping of planes by MEP (see 11.3.2)
5381 # isosurface variable x # simple 100% vdw radius mapping
5387 # allows isosurface mapping of general atom properties:
/plugin/bibtex/OSBib/format/
H A DREADME.txt15mapping arrays as defined in the class STYLEMAP. For those bibliographic systems whose data is sto…
60 This contains all the mapping between your particular database/bibliographic management system and …

12345678