Searched refs:styleCache (Results 1 – 6 of 6) sorted by relevance
/plugin/codeprettify/code-prettify/src/ |
H A D | node_prettify.js | 754 var styleCache = {}; 758 var style = styleCache[token]; 790 if (!isEmbedded) { styleCache[token] = style; }
|
H A D | prettify.js | 802 var styleCache = {}; 806 var style = styleCache[token]; 838 if (!isEmbedded) { styleCache[token] = style; }
|
H A D | run_prettify.js | 1031 var styleCache = {}; 1035 var style = styleCache[token]; 1067 if (!isEmbedded) { styleCache[token] = style; }
|
/plugin/schedule/lib/ |
H A D | scheduleCitiesMap.js | 371 var styleCache = {false: {}, true: {}}; class in AnonymousFunction4e1d9e560e00 385 var style = styleCache[selected][size]; 400 styleCache[selected][size] = style;
|
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.js | 19278 _processItems: function _processItems(items, styleCache) { 19282 appendText(this, items[i], styleCache); 19329 var styleCache = Object.create(null); 19354 Object.assign(styleCache, value.styles); 19356 _this2._processItems(value.items, styleCache); 19369 styleCache = null;
|
H A D | pdf.js.map | 1 …styleCache","textItems","textStyles","expandTextDivs","expand","padding","renderParameters","textC…
|