Home
last modified time | relevance | path

Searched refs:checkLineStyle (Results 1 – 2 of 2) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js34271 function checkLineStyle(valueNode, allowsKeywords) { function
34283 return nodes.map(function (node) { return checkLineStyle(node, allowsKeywords); });
34291 return checkLineWidth(value) && checkLineStyle(value);
34299 !checkLineStyle(value, /* allowsKeywords: */ false)) {
34353 … updateModelWithValue(model, segments[1], checkLineStyle(value, true), property);
H A D2.2.js.map1checkLineStyle(valueNode, allowsKeywords) {\n if (allowsKeywords === void 0) { allowsKeywords =…