Home
last modified time | relevance | path

Searched refs:styleCache (Results 1 – 8 of 8) sorted by relevance

/plugin/codeprettify/code-prettify/src/
Dprettify.js802 var styleCache = {};
806 var style = styleCache[token];
838 if (!isEmbedded) { styleCache[token] = style; }
Dnode_prettify.js754 var styleCache = {};
758 var style = styleCache[token];
790 if (!isEmbedded) { styleCache[token] = style; }
Drun_prettify.js1031 var styleCache = {};
1035 var style = styleCache[token];
1067 if (!isEmbedded) { styleCache[token] = style; }
/plugin/schedule/lib/
DscheduleCitiesMap.js371 var styleCache = {false: {}, true: {}}; variable
385 var style = styleCache[selected][size];
400 styleCache[selected][size] = style;
/plugin/pdfjs/pdfjs/build/
Dpdf.js19278 _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;
Dpdf.js.map1styleCache","textItems","textStyles","expandTextDivs","expand","padding","renderParameters","textC…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js21448 var styleCache = Object.create(null);
21602 if (styleCache[key] !== undefined) {
21603 return styleCache[key];
21626 return styleCache[key] = result;
21632 return styleCache[key] = result;
21758 return styleCache[key] = result;
21762 …return styleCache[key] = keyInfo.inherit && this.inherits ? this.inherits.get(key) : keyInfo.initi…
/plugin/mermaid/
H A Dmermaid.min.js1976 …leCache:o(function(){var e=this.cy(),r=o(function(a){return a._private.styleCache=null},"dirty");i…