Lines Matching refs:documentation

1012     function create(label, documentation) {
1013 return documentation ? { label: label, documentation: documentation } : { label: label };
1023 function create(label, documentation) {
1029 if (Is.defined(documentation)) {
1030 result.documentation = documentation;
31291documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](entry, … property in AnonymousFunction410cd55f1d300.item
31439documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](value, … property in CSSCompletion.getValueEnumProposals.item
31455documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["cssWideKeywords"][keywords],
31475documentation: symbol.value ? _utils_strings_js__WEBPACK_IMPORTED_MODULE_3__["getLimitedString"](s… property in CSSCompletion.getVariableProposals.completionItem
31480 …if (typeof completionItem.documentation === 'string' && isColorString(completionItem.documentation
31502documentation: symbol.value ? _utils_strings_js__WEBPACK_IMPORTED_MODULE_3__["getLimitedString"](s… property in CSSCompletion.getVariableProposalsForCSSVarFunction.completionItem
31506 …if (typeof completionItem.documentation === 'string' && isColorString(completionItem.documentation
31561documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["colors"][color],
31569documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["colorKeywords"][color],
31591 documentation: p.desc,
31608documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["positionKeywords"][position],
31619documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["repeatStyleKeywords"][repeat],
31630documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["lineStyleKeywords"][lineStyle…
31652documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["geometryBoxKeywords"][box],
31663documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["boxKeywords"][box],
31675documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["imageFunctions"][image],
31688documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["transitionTimingFunctions"][t…
31701documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["basicShapeFunctions"][shape],
31728documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](entry, …
31762documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](entry, … property in AnonymousFunction410cd55f1da00.item
31778documentation: _languageFacts_facts_js__WEBPACK_IMPORTED_MODULE_2__["getEntryDescription"](entry, … property in AnonymousFunction410cd55f1db00.item
33133 documentation: p.description, property in LESSCompletion.createFunctionProposals.item
34692 documentation: p.documentation, property in SCSSCompletion.getCompletionForImportPath.item
34715 documentation: p.desc, property in SCSSCompletion.createFunctionProposals.item
34879documentation: localize("scss.builtin.@extend", "Inherits the styles of another selector."),
34884documentation: localize("scss.builtin.@at-root", "Causes one or more rules to be emitted at the ro…
34889documentation: localize("scss.builtin.@debug", "Prints the value of an expression to the standard …
34894documentation: localize("scss.builtin.@warn", "Prints the value of an expression to the standard e…
34899documentation: localize("scss.builtin.@error", "Throws the value of an expression as a fatal error…
34904documentation: localize("scss.builtin.@if", "Includes the body if the expression does not evaluate…
34911documentation: localize("scss.builtin.@for", "For loop that repeatedly outputs a set of styles for…
34918documentation: localize("scss.builtin.@each", "Each loop that sets `$var` to each item in the list…
34925documentation: localize("scss.builtin.@while", "While loop that takes an expression and repeatedly…
34932documentation: localize("scss.builtin.@mixin", "Defines styles that can be re-used throughout the …
34939documentation: localize("scss.builtin.@include", "Includes the styles defined by another mixin int…
34944documentation: localize("scss.builtin.@function", "Defines complex operations that can be re-used …
34951documentation: localize("scss.builtin.@use", "Loads mixins, functions, and variables from other Sa…
34959documentation: localize("scss.builtin.@forward", "Loads a Sass stylesheet and makes its mixins, fu…
34969documentation: localize('scss.builtin.sass:math', 'Provides functions that operate on numbers.'),
34974documentation: localize('scss.builtin.sass:string', 'Makes it easy to combine, search, or split ap…
34979documentation: localize('scss.builtin.sass:color', 'Generates new colors based on existing ones, m…
34984documentation: localize('scss.builtin.sass:list', 'Lets you access and modify values in lists.'),
34989documentation: localize('scss.builtin.sass:map', 'Makes it possible to look up the value associate…
34994documentation: localize('scss.builtin.sass:selector', 'Provides access to Sass’s powerful selector…
34999documentation: localize('scss.builtin.sass:meta', 'Exposes the details of Sass’s inner workings.'),
35011 if (i.documentation && i.references && i.references.length > 0) {
35012 var markdownDoc = typeof i.documentation === 'string'
35013 ? { kind: 'markdown', value: i.documentation }
35014 : { kind: 'markdown', value: i.documentation.value };
35021 i.documentation = markdownDoc;
37324 documentation: entry.documentation, property in AnonymousFunction410cd55f28a00.AnonymousFunction410cd55f28b00.item