Home
last modified time | relevance | path

Searched refs:toModel (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/color-convert/
Droute.js63 function wrapConversion(toModel, graph) { argument
64 const path = [graph[toModel].parent, toModel];
65 let fn = conversions[graph[toModel].parent][toModel];
67 let cur = graph[toModel].parent;
84 const toModel = models[i];
85 const node = graph[toModel];
92 conversion[toModel] = wrapConversion(toModel, graph);
Dindex.js73 routeModels.forEach(toModel => {
74 const fn = routes[toModel];
76 convert[fromModel][toModel] = wrapRounded(fn);
77 convert[fromModel][toModel].raw = wrapRaw(fn);
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js2057 value: function toModel(columns) {
5283 …model.cols = Column.toModel(this.columns); // ====================================================…
20640 toModel: function toModel(textRotation) {
20719 …add(node.attributes.textRotation, 'textRotation', textRotationXform.toModel(node.attributes.textRo…
/plugin/ckeditor5markdown/
Dckeditor.js2toModel(n,t)}toModel(e,t="$root"){return this.model.change(n=>this.upcastDispatcher.convert(e,n,t)…