Lines Matching refs:map

8253 	    function map(collection, iteratee, thisArg) {
8421 return map(collection, baseProperty(key + ''));
12780 lodash.map = map;
12833 lodash.collect = map;
13147 lodash.prototype.collect = lodash.prototype.map;
13353 var charTypesInInline = _.chain(text.split('')).map(toCharCode).uniq().value();
13379 var encodedText = _.map(font.encode(text), function (char) {
13469 nodeInfo.pageNumbers = _.chain(node.positions).map('pageNumber').uniq().value();
13494 _.map(followingNodesOnPage, 'nodeInfo'),
13495 _.map(nodesOnNextPage, 'nodeInfo'),
13496 _.map(previousNodesOnPage, 'nodeInfo'))) {
26965 output = keys.map(function(key) {
27046 str = str.split('\n').map(function(line) {
27050 str = '\n' + str.split('\n').map(function(line) {
29305 toUnicodeCmap = function(map) {
29308 codes = Object.keys(map).sort(function(a, b) {
29318 unicode = ('0000' + map[code].toString(16)).slice(-4);
29741 this.map = {};
29751 this.map[type] = {
29787 this.map[type].list.push(entry);
29789 this.map[type].named[entry.name] = entry;
29800 entry = (_ref = this.map.sfnt) != null ? _ref.named[name] : void 0;
30413 …s, diff, endCode, endCodes, entrySelector, glyphIDs, i, id, indexes, last, map, nextID, offset, ol…
30429 map = {
30435 if (map[_name = charmap[code]] == null) {
30436 map[_name] = ++id;
30440 "new": map[charmap[code]]
30442 indexes[code] = map[charmap[code]];
30460 map = {};
30466 if (map[old] == null) {
30467 map[old] = ++nextID;
30471 "new": map[old]
30473 delta = map[old] - code;
30860 return this.map = (function() {
30889 return this.map[code] || 0xFFFF;