MCPcopy Create free account

hub / github.com/dethcrypto/dethcode / functions

Functions458 in github.com/dethcrypto/dethcode

↓ 1 callersFunctionsaveContractFilesToFs
( fs: FileSystem, apiName: explorer.ApiName, address: string )
packages/ethereum-viewer/src/openContractSource.ts:55
↓ 1 callersFunctionsaysTrue
(value)
packages/entrypoint/scripts/argv.js:6
↓ 1 callersFunctionsearchInFile
( query: TextSearchQuery, _options: TextSearchOptions, progress: Progress<TextSearchResult>, uri: Uri,
packages/ethereum-viewer/src/fs/textSearchProvider.ts:47
↓ 1 callersMethodsetDecorations
( decorationType: NotebookEditorDecorationType, range: NotebookCellRange )
packages/ethereum-viewer/src/vscode.proposed.d.ts:1495
↓ 1 callersMethodsetFilter
(filter: string)
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:363
↓ 1 callersMethodsetStoredViewCustomizationsValue
(value: string)
packages/vscode-host/src/src/vs/workbench/services/views/browser/viewDescriptorService.ts:1109
↓ 1 callersFunctionshowTextDocument
(path: string)
packages/ethereum-viewer/src/openContractSource.ts:145
↓ 1 callersFunctionsourceHasSettings
( s: SourceCode )
packages/ethereum-viewer/src/explorer/api-types.ts:28
↓ 1 callersFunctionstringifyRange
(range: Range)
packages/ethereum-viewer/src/fs/textSearchProvider.test.ts:238
↓ 1 callersFunctionstringifyResults
(actual: TextSearchResult[])
packages/ethereum-viewer/src/fs/textSearchProvider.test.ts:228
↓ 1 callersFunctionthrottle
( func: T, interval: number )
packages/ethereum-viewer/src/util/func.ts:43
↓ 1 callersFunctiontoDethNet
(href: string)
packages/bookmarklet/bookmarklet.ts:7
↓ 1 callersMethodtoggleStepCompletion
(argument: string)
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:473
↓ 1 callersMethodundo
* Undo the edit operation. * * This is invoked by VS Code when the user undoes this edit. To implement `undo`, your * extension should
packages/ethereum-viewer/src/vscode.proposed.d.ts:1610
↓ 1 callersFunctionunsafeEntries
(obj: T)
packages/ethereum-viewer/src/util/unsafeEntries.ts:1
↓ 1 callersMethodupdateLegacySettingsFromState
(key: RuntimeStateKey<T>, value: T)
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2415
↓ 1 callersMethodupdateModel
(preferencesModel: ISettingsEditorModel)
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:308
↓ 1 callersMethodupdateStateFromLegacySettings
(configurationChangeEvent: IConfigurationChangeEvent)
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2399
↓ 1 callersMethodwhenExtensionsRegistered
()
packages/vscode-host/src/src/vs/workbench/services/views/browser/viewDescriptorService.ts:426
Method$getDiffInformation
(id: string)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:263
Method$registerTextEditorDecorationType
(extensionId: ExtensionIdentifier, key: string, options: IDecorationRenderOptions)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:251
Method$removeTextEditorDecorationType
(key: string)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:257
Method$tryApplyEdits
(id: string, modelVersionId: number, edits: ISingleEditOperation[], opts: IApplyEditsOptions)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:235
Method$tryHideEditor
(id: string)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:175
Method$tryInsertSnippet
(id: string, modelVersionId: number, template: string, ranges: readonly IRange[], opts: IUndoStopOptions)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:243
Method$tryRevealRange
(id: string, range: IRange, revealType: TextEditorRevealType)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:217
Method$trySetDecorations
(id: string, key: string, ranges: IDecorationOptions[])
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:197
Method$trySetDecorationsFast
(id: string, key: string, ranges: number[])
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:207
Method$trySetOptions
(id: string, options: ITextEditorConfigurationUpdate)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:226
Method$trySetSelections
(id: string, selections: ISelection[])
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:188
Method$tryShowEditor
(id: string, position?: EditorGroupColumn)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:163
Method$tryShowTextDocument
(resource: UriComponents, options: ITextDocumentShowOptions)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:127
Functionactivate
(context: vscode.ExtensionContext)
packages/ethereum-viewer/src/extension.ts:20
FunctionadjustPartPositions
(sideBarPosition: Position, panelAlignment: PanelAlignment, panelPosition: Position)
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:1592
FunctionarrangeEditorNodes
(nodes: { editor: ISerializedNode; sideBar?: ISerializedNode; auxiliaryBar?: ISerializedNode }, availableHeigh
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2025
FunctionarrangeMiddleSectionNodes
(nodes: { editor: ISerializedNode; panel: ISerializedNode; activityBar: ISerializedNode; sideBar: ISerializedN
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2060
MethodasWebviewUri
* Convert a uri for the local file system to one that can be used inside outputs webview.
packages/ethereum-viewer/src/vscode.proposed.d.ts:1479
MethodasWebviewUri
* Convert a uri for the local file system to one that can be used inside outputs webview.
packages/ethereum-viewer/src/vscode.proposed.d.ts:1683
MethodbackupNotebook
( document: NotebookDocument, context: NotebookDocumentBackupContext, cancellation: Cancella
packages/ethereum-viewer/src/vscode.proposed.d.ts:1714
MethodbuildStepList
()
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:1485
FunctionbyPathLength
( a: [string, ...unknown[]], b: [string, ...unknown[]] )
packages/ethereum-viewer/src/openContractSource.ts:163
MethodcanSerialize
(editorInput: GettingStartedInput)
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:1664
MethodcancelAllCellsExecution
(document: NotebookDocument)
packages/ethereum-viewer/src/vscode.proposed.d.ts:1731
MethodcancelCellExecution
(document: NotebookDocument, cell: NotebookCell)
packages/ethereum-viewer/src/vscode.proposed.d.ts:1729
FunctioncenterEditorLayout
(active: boolean, skipLayout?: boolean)
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:1400
MethodclearInput
()
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:1431
Methodclose
(fd: number)
packages/ethereum-viewer/src/vscode.proposed.d.ts:362
Functionconstructor
( protected readonly parent: HTMLElement )
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:223
Methodconstructor
(name: string)
packages/ethereum-viewer/src/fs/fileSystemProvider.ts:23
Methodconstructor
(name: string)
packages/ethereum-viewer/src/fs/fileSystemProvider.ts:41
Methodconstructor
(private filePaths: string[])
packages/ethereum-viewer/src/fs/fileSearchProvider.ts:18
Methodconstructor
( private readonly files: readonly [string /* key */, string /* contents */][] )
packages/ethereum-viewer/src/fs/textSearchProvider.ts:19
Methodconstructor
(public readonly max: number)
packages/ethereum-viewer/src/fs/textSearchProvider.ts:135
Methodconstructor
(message: string)
packages/ethereum-viewer/src/util/fetch.ts:19
Methodconstructor
(message: string)
packages/ethereum-viewer/src/util/fetch.ts:28
Methodconstructor
(message: string)
packages/ethereum-viewer/src/util/fetch.ts:37
Methodconstructor
(message: string)
packages/ethereum-viewer/src/util/fetch.ts:46
Methodconstructor
(name: string, scope: StorageScope, target: StorageTarget, defaultValue: T, readonly zenModeIgnore?: boolean)
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2308
Methodconstructor
( private readonly storageService: IStorageService, private readonly configurationService: IConfigurationS
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2388
Methodconstructor
( @ICommandService private readonly commandService: ICommandService, @IProductService private readonly pro
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:177
Methodconstructor
(@ILabelService labelService: ILabelService)
packages/vscode-host/src/src/vs/workbench/contrib/files/browser/files.contribution.ts:81
Methodconstructor
( @IInstantiationService private readonly instantiationService: IInstantiationService, @IConfigurationServ
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:36
Methodconstructor
( private _filter: string, @IConfigurationService private readonly configurationService: IConfigurationSer
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:90
Methodconstructor
( searchString: string, setting: ISetting, private requireFullQueryMatch: boolean, private searchDescr
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:148
Methodconstructor
( private readonly aiRelatedInformationService: IAiRelatedInformationService )
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:304
Methodconstructor
( @IAiRelatedInformationService private readonly aiRelatedInformationService: IAiRelatedInformationService
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:357
Methodconstructor
( @IExtensionManagementServerService private readonly extensionManagementServerService: IExtensionMana
packages/vscode-host/src/src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts:811
Methodconstructor
()
packages/vscode-host/src/src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts:2879
Methodconstructor
( @IExtensionManagementService extensionManagementService: IExtensionManagementService, @IStorageS
packages/vscode-host/src/src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts:2899
Methodconstructor
( @IInstantiationService private readonly instantiationService: IInstantiationService, @IContextKe
packages/vscode-host/src/src/vs/workbench/services/views/browser/viewDescriptorService.ts:190
Methodconstructor
()
packages/vscode-host/src/src/vs/workbench/services/views/browser/viewDescriptorService.ts:1319
Methodconstructor
()
packages/vscode-host/src/src/vs/workbench/services/views/browser/viewDescriptorService.ts:1438
Methodconstructor
( private readonly _editorLocator: IMainThreadEditorLocator, extHostContext: IExtHostContext, @ICodeEdit
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:56
Methodconstructor
( @IConfigurationService private readonly configurationService: IConfigurationService, @IProductSe
packages/vscode-host/src/src/vs/deth/welcomePage.ts:107
MethodcontainerToString
(container: ViewContainer)
packages/vscode-host/src/src/vs/workbench/services/views/browser/viewDescriptorService.ts:703
MethodcreateDirectory
(uri: vscode.Uri)
packages/ethereum-viewer/src/fs/fileSystemProvider.ts:156
MethodcreateDocumentTestHierarchy
* Requests that tests be provided for the given document. This will * be called when tests need to be enumerated for a single open file, * f
packages/ethereum-viewer/src/vscode.proposed.d.ts:2307
MethodcreateEditor
(parent: HTMLElement)
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:736
FunctioncreateGridDescriptor
()
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2128
FunctioncreateWorkbenchLayout
()
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:1291
MethodcreateWorkspaceTestHierarchy
* Requests that tests be provided for the given workspace. This will * generally be called when tests need to be enumerated for the * worksp
packages/ethereum-viewer/src/vscode.proposed.d.ts:2300
MethodcurrentStepIndex
()
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:1464
Functiondeactivate
()
packages/ethereum-viewer/src/extension.ts:29
Functiondebounce
( func: T, milliseconds: number )
packages/ethereum-viewer/src/util/func.ts:61
FunctiondebounceAsyncFunc
( func: T, wait: number )
packages/ethereum-viewer/src/util/func.ts:76
FunctiondefaultComputeCacheKey
(...args: any[])
packages/ethereum-viewer/src/util/func.ts:15
Methoddelete
(uri: vscode.Uri)
packages/ethereum-viewer/src/fs/fileSystemProvider.ts:140
Functiondimension
()
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:164
Methoddispose
()
packages/ethereum-viewer/src/vscode.proposed.d.ts:341
Methoddispose
()
packages/ethereum-viewer/src/vscode.proposed.d.ts:1359
Methoddispose
()
packages/ethereum-viewer/src/vscode.proposed.d.ts:1784
Methoddispose
()
packages/ethereum-viewer/src/vscode.proposed.d.ts:1795
Methoddispose
* Dispose of the observer, allowing VS Code to eventually tell test * providers that they no longer need to update tests.
packages/ethereum-viewer/src/vscode.proposed.d.ts:2215
Methoddispose
* Dispose will be called when there are no longer observers interested * in the hierarchy.
packages/ethereum-viewer/src/vscode.proposed.d.ts:2277
Methoddispose
()
packages/ethereum-viewer/src/fs/fileSearchProvider.ts:20
Methoddispose
()
packages/ethereum-viewer/src/fs/textSearchProvider.ts:23
Methoddispose
()
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:77
FunctiondoUpdateLayoutConfiguration
(skipLayout?: boolean)
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:388
Methodedit
* Perform an edit on the notebook associated with this notebook editor. * * The given callback-function is invoked with an [edit-builder](#N
packages/ethereum-viewer/src/vscode.proposed.d.ts:1491
Methodescape
()
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:1620
← previousnext →201–300 of 458, ranked by callers