Searched refs:findDocumentColors (Results 1 – 6 of 6) sorted by relevance
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 2.2.js | 1826 …findColorSymbols: function (d, s) { return navigation.findDocumentColors(d, s).map(function (s) { … 1827 findDocumentColors: navigation.findDocumentColors.bind(navigation), 32790 CSSNavigation.prototype.findDocumentColors = function (document, stylesheet) { method in CSSNavigation 37614 .then(function (worker) { return worker.findDocumentColors(resource.toString()); })
|
H A D | 6.6.js | 1 …findDocumentColors=function(e,t,r){return this.schemaService.getSchemaForResource(e.uri,t).then((f… method in e
|
H A D | 4.4.js.map | 1 …findDocumentColors(d, s).then(function (s) { return s.map(function (s) { return s.range; }); }); }…
|
H A D | json.worker.js.map | 1 …findDocumentColors(d, s).then(function (s) { return s.map(function (s) { return s.range; }); }); }…
|
H A D | 2.2.js.map | 1 …findDocumentColors(d, s).map(function (s) { return s.range; }); },\n findDocumentColors: na…
|
/plugin/dirtylittlehelper/mermaid/editor/ |
H A D | 6.6.js | 1 …findDocumentColors=function(e,t,r){return this.schemaService.getSchemaForResource(e.uri,t).then((f… method in e
|