MCPcopy Create free account

hub / github.com/aarzilli/yacco / types & classes

Types & classes337 in github.com/aarzilli/yacco

↓ 17 callersTypeAliasFormatError
A FormatError reports that the input is not a valid TrueType font.
otat/parse.go:402
↓ 15 callersTypeAliasIndex
otat/otat.go:14
↓ 11 callersTypeAliasEventType
util/events.go:16
↓ 9 callersTypeAliasEventFlag
util/events.go:17
↓ 6 callersTypeAliasEventOrigin
util/events.go:15
↓ 5 callersTypeAliasLogOperation
log.go:27
↓ 5 callersTypeAliasUnsupportedError
An UnsupportedError reports that the input uses a valid but unimplemented TrueType feature.
otat/parse.go:410
↓ 5 callersTypeAliasaddrTok
edit/parse.go:58
↓ 3 callersTypeAliasRuneArrayMatchable
regexp/types.go:158
↓ 1 callersTypeAliasReloadFlag
buf/buffer.go:150
↓ 1 callersTypeAliasfileInfos
editor.go:777
↓ 1 callersTypeAliasinstrCode
regexp/types.go:92
↓ 1 callersTypeAliasttype
iniparse/tokenizer.go:9
InterfaceAddr
edit/addr.go:12
StructAddrBase
edit/addr.go:68
StructAddrList
edit/addr.go:247
StructAddrOp
edit/addr.go:18
StructAltingEntry
util/int.go:9
StructAnchorDownMsg
extra/win/win.go:68
StructAppendMsg
extra/win/win.go:43
StructApplyWorkspaceEditParams
ApplyWorkspaceEditParams is: ** * The parameters passed via a apply workspace edit request. */
lsp/tsprotocol.go:1914
StructApplyWorkspaceEditResponse
ApplyWorkspaceEditResponse is: ** * A response returned from the apply workspace edit request. */
lsp/tsprotocol.go:1933
StructBufMan
exec.go:1677
StructBuffer
buf/buffer.go:27
StructBufferConn
util/util.go:108
InterfaceBufferManaging
edit/editlang.go:51
StructBufferManagingEntry
edit/editlang.go:46
StructBufferSize
description of buffer size, for debugging purposes
buf/buffer.go:66
TypeAliasCFlag
extra/win/termios.go:65
StructClientCapabilities
ClientCapabilities is:
lsp/tsprotocol.go:976
StructCmd
exec.go:48
StructCmd
edit/editlang.go:18
FuncTypeCmdFn
func(ec ExecContext, arg string)
exec.go:47
StructCodeAction
CodeAction is: ** * A code action represents a change that can be performed in code, e.g. to fix a problem or * to refactor code. * * A CodeAction
lsp/tsprotocol.go:2939
StructCodeActionClientCapabilities
lsp/tsprotocol.go:3771
StructCodeActionContext
CodeActionContext is: ** * Contains additional diagnostic information about the context in which * a [code action](#CodeActionProvider.provideCodeAc
lsp/tsprotocol.go:2912
TypeAliasCodeActionKind
CodeActionKind defines constants
lsp/tsprotocol.go:3201
StructCodeActionLiteralSupport
lsp/tsprotocol.go:3786
StructCodeActionOptions
CodeActionOptions is: ** * Code Action options. */
lsp/tsprotocol.go:1080
StructCodeActionParams
CodeActionParams is: ** * Params for the CodeActionRequest */
lsp/tsprotocol.go:1729
StructCodeActionRegistrationOptions
CodeActionRegistrationOptions is:
lsp/tsprotocol.go:1748
StructCodeLens
CodeLens is: ** * A code lens represents a [command](#Command) that should be shown along with * source text, like the number of references, a way t
lsp/tsprotocol.go:2981
StructCodeLensOptions
CodeLensOptions is: ** * Code Lens options. */
lsp/tsprotocol.go:1095
StructCodeLensParams
CodeLensParams is: ** * Params for the Code Lens request. */
lsp/tsprotocol.go:1757
StructCodeLensRegistrationOptions
CodeLensRegistrationOptions is: ** * Code Lens registration options. */
lsp/tsprotocol.go:1769
StructCol
col.go:17
StructColor
Color is: ** * Represents a color in RGBA space. */
lsp/tsprotocol.go:2066
StructColorClientCapabilities
ColorClientCapabilities is:
lsp/tsprotocol.go:221
StructColorInformation
ColorInformation is: ** * Represents a color range from a document. */
lsp/tsprotocol.go:2093
StructColorPresentation
ColorPresentation is:
lsp/tsprotocol.go:2107
StructColorPresentationParams
ColorPresentationParams is: ** * Parameters for a [ColorPresentationRequest](#ColorPresentationRequest). */
lsp/tsprotocol.go:272
StructColorProviderOptions
ColorProviderOptions is:
lsp/tsprotocol.go:244
StructColorScheme
config/color_schemes.go:8
StructColorServerCapabilities
ColorServerCapabilities is:
lsp/tsprotocol.go:248
StructCols
cols.go:10
StructCommand
Command is: ** * Represents a reference to a command. Provides a title which * will be used to represent a command in the UI and, optionally, * an
lsp/tsprotocol.go:2203
StructCompiledCmd
exec.go:40
StructCompletionContext
CompletionContext is: ** * Contains additional information about the context in which a completion request is triggered. */
lsp/tsprotocol.go:1677
StructCompletionItem
CompletionItem is: ** * A completion item represents a text snippet that is * proposed to complete text that is being typed. */
lsp/tsprotocol.go:2526
TypeAliasCompletionItemKind
CompletionItemKind defines constants
lsp/tsprotocol.go:3189
StructCompletionList
CompletionList is: ** * Represents a collection of [completion items](#CompletionItem) to be presented * in the editor. */
lsp/tsprotocol.go:2650
StructCompletionOptions
CompletionOptions is: ** * Completion options. */
lsp/tsprotocol.go:1035
StructCompletionParams
CompletionParams is: ** * Completion parameters */
lsp/tsprotocol.go:1695
StructCompletionRegistrationOptions
CompletionRegistrationOptions is: ** * Completion registration options. */
lsp/tsprotocol.go:1668
TypeAliasCompletionTriggerKind
CompletionTriggerKind defines constants
lsp/tsprotocol.go:3177
StructConf
iniparse/iniparse_test.go:15
StructConfigurationClientCapabilities
ConfigurationClientCapabilities is:
lsp/tsprotocol.go:182
StructConfigurationItem
ConfigurationItem is:
lsp/tsprotocol.go:197
StructConfigurationParams
ConfigurationParams is: ** * The parameters of a configuration request. */
lsp/tsprotocol.go:214
StructCreateFile
CreateFile is: ** * Create file operation. */
lsp/tsprotocol.go:2286
StructCreateFileOptions
CreateFileOptions is: ** * Options to create a file. */
lsp/tsprotocol.go:2269
StructCustomP9Server
fs.go:241
StructDeclarationClientCapabilities
DeclarationClientCapabilities is:
lsp/tsprotocol.go:385
TypeAliasDeclarationLink
DeclarationLink is a type ** * Information about where a symbol is declared. * * Provides additional metadata over normal [location](#Location) dec
lsp/tsprotocol.go:3769
StructDeclarationServerCapabilities
DeclarationServerCapabilities is:
lsp/tsprotocol.go:413
TypeAliasDefinitionLink
DefinitionLink is a type ** * Information about where a symbol is defined. * * Provides additional metadata over normal [location](#Location) defin
lsp/tsprotocol.go:3757
StructDeleteAddrMsg
extra/win/win.go:47
StructDeleteFile
DeleteFile is: ** * Delete file operation */
lsp/tsprotocol.go:2371
StructDeleteFileOptions
DeleteFileOptions is: ** * Delete file options */
lsp/tsprotocol.go:2354
StructDiagnostic
Diagnostic is: ** * Represents a diagnostic, such as a compiler error or warning. Diagnostic objects * are only valid in the scope of a resource. *
lsp/tsprotocol.go:2154
StructDiagnosticRelatedInformation
DiagnosticRelatedInformation is: ** * Represents a related message and source code location for a diagnostic. This should be * used to point to code
lsp/tsprotocol.go:2136
TypeAliasDiagnosticSeverity
DiagnosticSeverity defines constants
lsp/tsprotocol.go:3180
TypeAliasDiagnosticTag
DiagnosticTag defines constants
lsp/tsprotocol.go:3183
StructDidChangeConfigurationParams
DidChangeConfigurationParams is: ** * The parameters of a change configuration notification. */
lsp/tsprotocol.go:1407
StructDidChangeConfigurationRegistrationOptions
DidChangeConfigurationRegistrationOptions is:
lsp/tsprotocol.go:1397
StructDidChangeTextDocumentParams
DidChangeTextDocumentParams is: ** * The change text document notification's parameters. */
lsp/tsprotocol.go:1493
StructDidChangeWatchedFilesParams
DidChangeWatchedFilesParams is: ** * The watched files change notification's parameters. */
lsp/tsprotocol.go:1583
StructDidChangeWatchedFilesRegistrationOptions
DidChangeWatchedFilesRegistrationOptions is: ** * Describe options to be used when registered for text document change events. */
lsp/tsprotocol.go:1612
StructDidChangeWorkspaceFoldersParams
DidChangeWorkspaceFoldersParams is: ** * The parameters of a `workspace/didChangeWorkspaceFolders` notification. */
lsp/tsprotocol.go:156
StructDidCloseTextDocumentParams
DidCloseTextDocumentParams is: ** * The parameters send in a close text document notification */
lsp/tsprotocol.go:1527
StructDidOpenTextDocumentParams
DidOpenTextDocumentParams is: ** * The parameters send in a open text document notification */
lsp/tsprotocol.go:1481
StructDidSaveTextDocumentParams
DidSaveTextDocumentParams is: ** * The parameters send in a save text document notification */
lsp/tsprotocol.go:1539
StructDocumentColorParams
DocumentColorParams is: ** * Parameters for a [DocumentColorRequest](#DocumentColorRequest). */
lsp/tsprotocol.go:260
StructDocumentFilter
DocumentFilter is a type ** * A document filter denotes a document by different properties like * the [language](#TextDocument.languageId), the [sch
lsp/tsprotocol.go:3730
StructDocumentFormattingParams
DocumentFormattingParams is:
lsp/tsprotocol.go:1775
StructDocumentHighlight
DocumentHighlight is: ** * A document highlight is a range inside a text document which deserves * special attention. Usually a document highlight i
lsp/tsprotocol.go:2777
TypeAliasDocumentHighlightKind
DocumentHighlightKind defines constants
lsp/tsprotocol.go:3195
StructDocumentLink
DocumentLink is: ** * A document link is a range in a text document that links to an internal or external resource, like another * text document or
lsp/tsprotocol.go:3043
StructDocumentLinkOptions
DocumentLinkOptions is: ** * Document link options */
lsp/tsprotocol.go:1136
StructDocumentLinkParams
DocumentLinkParams is:
lsp/tsprotocol.go:1871
next →1–100 of 337, ranked by callers