Searched refs:recentCustomFonts (Results 1 – 6 of 6) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Menus.js | 4055 delete Graph.recentCustomFonts[fontName.toLowerCase()]; 4175 for (var key in Graph.recentCustomFonts) 4177 addEntry(Graph.recentCustomFonts[key]); 4210 Graph.recentCustomFonts = {};
|
H A D | Pages.js | 841 Graph.recentCustomFonts[fontName.toLowerCase()] = {name: fontName, url: fontUrl}; class in Graph
|
H A D | Editor.js | 5571 Graph.recentCustomFonts = {}; 5648 Graph.recentCustomFonts[key] = entry;
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10603 b.appendChild(c));return b}}Graph.customFontElements={};Graph.recentCustomFonts={};Graph.isGoogleFo… 10604 …b,url:c,elt:Graph.createFontElement(b,e)},Graph.customFontElements[d]=e,Graph.recentCustomFonts[d]= 11925 ….bind(this,function(d){if("1"!=urlParams["ext-fonts"]){delete Graph.recentCustomFonts[f.toLowerCas… 11928 …recentCustomFonts)l(Graph.recentCustomFonts[q]);p.sort(function(b,c){return b.label<c.label?-1:b.l… 11964 …xtFont=function(b,e,d){if(b&&e){"1"!=urlParams["ext-fonts"]&&(Graph.recentCustomFonts[b.toLowerCas…
|
H A D | viewer.min.js | 3271 b.appendChild(d));return b}}Graph.customFontElements={};Graph.recentCustomFonts={};Graph.isGoogleFo… 3272 …b,url:d,elt:Graph.createFontElement(b,e)},Graph.customFontElements[f]=e,Graph.recentCustomFonts[f]=
|
H A D | viewer-static.min.js | 3271 b.appendChild(d));return b}}Graph.customFontElements={};Graph.recentCustomFonts={};Graph.isGoogleFo… 3272 …b,url:d,elt:Graph.createFontElement(b,e)},Graph.customFontElements[f]=e,Graph.recentCustomFonts[f]=
|