MCPcopy Create free account

hub / github.com/TonyRobotics/RoboWare-Studio / functions

Functions31,660 in github.com/TonyRobotics/RoboWare-Studio

↓ 79 callersMethodapplyEdits
* Edit the model without adding the edits to the undo stack. * This can have dire consequences on the undo stack! See @pushEditOperations for the pr
src/vs/editor/common/editorCommon.ts:1060
↓ 79 callersMethoddispose
* Disposes the tree
src/vs/base/parts/tree/browser/tree.ts:349
↓ 79 callersMethodreplace
()
src/vs/editor/contrib/find/browser/findWidget.ts:32
↓ 79 callersFunctionwrite_bytes
(conn, b)
extensions/donjayamanne.python-0.6.9/pythonFiles/PythonTools/visualstudio_py_util.py:144
↓ 78 callersMethodcall
(command: 'fileSearch', search: IRawSearch)
src/vs/workbench/services/search/node/searchIpc.ts:13
↓ 78 callersMethoddeltaDecorations
* All decorations added through this call will get the ownerId of this editor. * @see IModel.deltaDecorations
src/vs/editor/common/editorCommon.ts:1915
↓ 77 callersFunction__webpack_require__
(moduleId)
extensions/donjayamanne.python-0.6.9/out/client/jupyter/browser/bundle.js:6
↓ 77 callersMethodbind
()
src/vs/platform/instantiation/common/descriptors.ts:117
↓ 77 callersMethodgetStatus
()
src/vs/workbench/parts/git/common/git.ts:140
↓ 77 callersMethodreset
(treeish: string, hard?: boolean)
src/vs/workbench/parts/git/common/git.ts:318
↓ 77 callersMethodstore
* Store a string value under the given key to local storage. * * The optional scope argument allows to define the scope of the operation.
src/vs/platform/storage/common/storage.ts:21
↓ 76 callersMethodgetLinesViewportData
* Get all the lines and their relative vertical offsets that are positioned between `verticalOffset1` and `verticalOffset2`. * * @param verticalOf
src/vs/editor/common/viewLayout/linesLayout.ts:217
↓ 76 callersMethodset
(id: ServiceIdentifier<T>, instanceOrDescriptor: T | SyncDescriptor<T>)
src/vs/platform/instantiation/common/serviceCollection.ts:20
↓ 76 callersFunctionwrite_string
(conn, s)
extensions/donjayamanne.python-0.6.9/pythonFiles/PythonTools/visualstudio_py_util.py:176
↓ 75 callersMethodqueue
(promiseFactory: ITask<TPromise<T>>)
src/vs/base/common/async.ts:455
↓ 75 callersMethodtask
(name: string, command: string)
src/vs/workbench/parts/tasks/test/node/configuration.test.ts:64
↓ 74 callersMethodexpand
* Expands an element. * The returned promise returns a boolean for whether the element was expanded or not.
src/vs/base/parts/tree/browser/tree.ts:88
↓ 74 callersFunctionl
(e,t,n)
extensions/donjayamanne.python-0.6.9/docs/bundle.js:1
↓ 74 callersMethodnext
()
src/vs/editor/common/model/tokenIterator.ts:21
↓ 73 callersMethodload
* Loads the model.
src/vs/platform/editor/common/editor.ts:33
↓ 73 callersFunctionwithMockCodeEditor
(text: string[], options: MockCodeEditorCreationOptions, callback: (editor: MockCodeEditor, cursor: Cursor) =>
src/vs/editor/test/common/mocks/mockCodeEditor.ts:90
↓ 72 callersMethodcontains
(editorOrResource: IEditorInput | URI)
src/vs/workbench/common/editor.ts:880
↓ 72 callersMethodpreventDefault
()
src/vs/base/browser/dom.ts:794
↓ 72 callersFunctionvec_lvsl
extensions/RichardHe.you-complete-me-1.0.36/ycmd/clang_includes/altivec.h:2584
↓ 71 callersFunctionassertMatches
(pattern: string, word: string, decoratedWord: string, filter: typeof fuzzyScore)
src/vs/base/test/common/filters.test.ts:196
↓ 71 callersMethodgetValue
* Get the text stored in this model. * @param eol The end of line character preference. Defaults to `EndOfLinePreference.TextDefined`. * @param pr
src/vs/editor/common/editorCommon.ts:531
↓ 70 callersFunctionassign
(destination: any, ...sources: any[])
src/vs/base/common/objects.ts:146
↓ 70 callersMethodisDisposed
()
src/vs/workbench/services/textfile/common/textfiles.ts:207
↓ 70 callersFunctionmarker
(id: string, lineNumber: number, column: number, stickToPreviousCharacter: boolean)
src/vs/editor/test/common/model/editableTextModel.test.ts:1601
↓ 70 callersMethodparse
(text: string, env: any)
extensions/markdown/src/markdownEngine.ts:20
↓ 70 callersMethodregisterCommandAndKeybindingRule
(desc: ICommandAndKeybindingRule)
src/vs/platform/keybinding/common/keybindingsRegistry.ts:63
↓ 70 callersFunctionusingCursor
(opts: ICursorOpts, callback: (model: Model, cursor: Cursor) => void)
src/vs/editor/test/common/controller/cursor.test.ts:2719
↓ 69 callersMethodexecuteCommand
(providerId: string, node: InternalTreeNode)
src/vs/workbench/parts/explorers/common/treeExplorerService.ts:27
↓ 69 callersMethodgetLabel
* Given an element returns a label for it to display in the UI.
src/vs/base/common/labels.ts:19
↓ 69 callersMethodgetLineAt
(position)
extensions/vscodevim.vim-0.9.0/out/src/textEditor.js:121
↓ 69 callersMethodreject
(reason)
extensions/donjayamanne.python-0.6.9/out/client/common/helpers.js:28
↓ 69 callersMethodremoveChild
* Removes the current HTMLElement from the given builder from this builder if this builders * current HTMLElement is the direct parent.
src/vs/base/browser/builder.ts:1645
↓ 68 callersFunctionaResolvedKeybindingItem
({ command, when, isDefault, firstPart, chordPart }: { command?: string, when?: string, isDefault?: boolean, f
src/vs/workbench/parts/preferences/test/common/keybindingsEditorModel.test.ts:605
↓ 68 callersMethodeval_element
(self, element)
extensions/donjayamanne.python-0.6.9/pythonFiles/preview/jedi/evaluate/__init__.py:199
↓ 68 callersMethodhas
* Returns whether the clipboard supports the format of specified data. * Note: This API is experimental and could be removed in future. * @retur
src/typings/electron.d.ts:1862
↓ 68 callersMethodkeys
()
src/typings/node.d.ts:557
↓ 68 callersMethodtoResource
(workspaceRelativePath: string)
src/vs/workbench/test/workbenchTestServices.ts:107
↓ 68 callersFunctionvec_lvsr
extensions/RichardHe.you-complete-me-1.0.36/ycmd/clang_includes/altivec.h:2702
↓ 67 callersMethodattr
(firstP: any, secondP?: any)
src/vs/base/browser/builder.ts:712
↓ 67 callersMethodtrim
()
src/vs/workbench/parts/output/browser/outputServices.ts:52
↓ 66 callersFunctionaLocalExtension
(name: string = 'someext', manifest: any = {}, properties: any = {})
src/vs/workbench/parts/extensions/test/electron-browser/extensionsActions.test.ts:1161
↓ 66 callersMethoddispose
()
src/vs/workbench/browser/parts/editor/titleControl.ts:58
↓ 66 callersMethodgetRight
(count = 1)
extensions/vscodevim.vim-0.9.0/out/src/common/motion/range.js:38
↓ 66 callersMethodpositionOfGroup
(group: IEditorGroup)
src/vs/workbench/common/editor.ts:857
↓ 66 callersMethodsync
()
src/vs/workbench/parts/git/common/git.ts:323
↓ 66 callersMethodunshift
(chunk: string)
src/typings/node.d.ts:291
↓ 65 callersMethodcall
(command: 'getVersion')
src/vs/workbench/parts/git/common/gitIpc.ts:71
↓ 65 callersMethodgetState
()
src/vs/workbench/parts/git/common/git.ts:329
↓ 65 callersMethodget_scope
(self)
extensions/donjayamanne.python-0.6.9/pythonFiles/rope/base/builtins.py:648
↓ 65 callersFunctionp
(e,t,n)
extensions/donjayamanne.python-0.6.9/docs/bundle.js:1
↓ 65 callersMethodvalidatePosition
* Create a valid position,
src/vs/editor/common/editorCommon.ts:634
↓ 65 callersMethodvalidateRange
* Create a valid range.
src/vs/editor/common/editorCommon.ts:651
↓ 64 callersMethoddispose
()
src/vs/editor/browser/standalone/standaloneEditor.ts:142
↓ 64 callersMethodgetLineNumberAtOrAfterVerticalOffset
* Find the first line number that is at or after vertical offset `verticalOffset`. * i.e. if getVerticalOffsetForLine(line) is x and getVerticalOffs
src/vs/editor/common/viewLayout/linesLayout.ts:174
↓ 64 callersFunctionhash
(obj: any, hashVal = 0)
src/vs/base/common/hash.ts:10
↓ 64 callersMethodonDidChange
(listener: (e: editorOptions.IConfigurationChangedEvent) => void)
src/vs/editor/common/editorCommon.ts:1240
↓ 64 callersMethodremoveClass
* Removes the variable list of arguments as class names from the current HTML element of the builder.
src/vs/base/browser/builder.ts:978
↓ 64 callersMethodsetSelections
* Set the selections for all the cursors of the editor. * Cursors will be removed or added, as necessary.
src/vs/editor/common/editorCommon.ts:1523
↓ 64 callersMethodshift
()
src/vs/base/browser/builder.ts:1973
↓ 63 callersMethodgetActiveEditor
()
src/vs/workbench/services/editor/browser/editorService.ts:36
↓ 63 callersFunctiontestColumnFromVisibleColumn
(text: string, tabSize: number, visibleColumn: number, expected: number)
src/vs/editor/test/common/controller/cursorMoveHelper.test.ts:105
↓ 62 callersMethodgetAccumulatedHeightBeforeLineNumber
* Find all whitespaces with `afterLineNumber` < `lineNumber` and return the sum of their heights. * * @param lineNumber The line number whitespace
src/vs/editor/common/viewLayout/whitespaceComputer.ts:344
↓ 62 callersMethodreadFile
(isFirstRead: boolean, clb: (error: Error) => void)
src/vs/workbench/services/search/node/worker/searchWorker.ts:178
↓ 62 callersFunctiont
(o)
extensions/donjayamanne.python-0.6.9/docs/bundle.js:1
↓ 61 callersMethod_handle
(self, node, base_children, eat_parens=False, eat_spaces=False)
extensions/donjayamanne.python-0.6.9/pythonFiles/rope/refactor/patchedast.py:90
↓ 61 callersFunctionassertKinds
(text: string, ...kinds: SyntaxKind[])
src/vs/base/test/common/json.test.ts:13
↓ 61 callersMethodcreate
(moduleId: string, callback: IWorkerCallback, onErrorCallback: (err: any) => void)
src/vs/base/common/worker/simpleWorker.ts:26
↓ 61 callersMethodfocus
()
src/vs/base/common/actions.ts:34
↓ 61 callersMethodgetResource
()
src/vs/workbench/services/textfile/common/textfiles.ts:189
↓ 61 callersMethodgetStacksModel
* Provides access to the editor stacks model
src/vs/workbench/services/group/common/groupService.ts:128
↓ 61 callersMethodreveal
* Reveals an element in the tree. The relativeTop is a value between 0 and 1. The closer to 0 the more the * element will scroll up to the top.
src/vs/base/parts/tree/browser/tree.ts:133
↓ 61 callersFunctiontoResource
(editor: IEditorInput, options?: IResourceOptions)
src/vs/workbench/common/editor.ts:962
↓ 60 callersMethodFromVSCodePosition
(pos)
extensions/vscodevim.vim-0.9.0/out/src/common/motion/position.js:92
↓ 60 callersMethodapply
()
src/vs/editor/common/services/bulkEdit.ts:105
↓ 60 callersMethodgetSelection
()
src/vs/workbench/parts/emmet/node/emmet.d.ts:130
↓ 59 callersMethodnormalize
()
src/vs/platform/contextkey/common/contextkey.ts:310
↓ 59 callersMethodschedule
* Cancel previous runner (if any) & schedule a new runner.
src/vs/base/common/async.ts:620
↓ 59 callersFunctiontestIndentAction
(oneLineAboveText: string, beforeText: string, afterText: string, expected: IndentAction)
src/vs/editor/test/common/modes/supports/onEnter.test.ts:23
↓ 58 callersMethodadd
(files?: IFileStatus[])
src/vs/workbench/parts/git/common/git.ts:312
↓ 58 callersMethoddetectLinks
* Detect links. Made public static to allow for tests.
src/vs/workbench/parts/output/common/outputLinkComputer.ts:106
↓ 58 callersMethodonce
(event: string, listener: Function)
src/typings/node.d.ts:324
↓ 57 callersFunctionaLocalExtension
(name: string = 'someext', manifest: any = {}, properties: any = {})
src/vs/workbench/parts/extensions/test/electron-browser/extensionsWorkbenchService.test.ts:982
↓ 57 callersFunctioncursorEqual
(cursor: Cursor, posLineNumber: number, posColumn: number, selLineNumber: number = posLineNumber, selColumn: n
src/vs/editor/test/common/controller/cursorMoveCommand.test.ts:531
↓ 57 callersFunctiond
(e,t)
extensions/donjayamanne.python-0.6.9/docs/bundle.js:1
↓ 57 callersMethodequalsRange
* Test if this range equals other.
src/vs/editor/common/core/range.ts:217
↓ 57 callersMethodfromRGBA
(rgba: RGBA)
src/vs/base/common/color.ts:279
↓ 57 callersMethodgroup
()
src/vs/workbench/api/node/extHostTypes.ts:1247
↓ 56 callersMethodcompile
(self, text, cur_frame)
extensions/donjayamanne.python-0.6.9/pythonFiles/PythonTools/visualstudio_py_debugger.py:1376
↓ 56 callersMethodgetId
()
src/vs/editor/common/modes.ts:57
↓ 56 callersMethodgetLineEnd
* Returns a new position at the end of this position's line.
extensions/vscodevim.vim-0.9.0/out/src/common/motion/position.js:546
↓ 56 callersFunctionisEqualOrParent
(path: string, candidate: string, ignoreCase?: boolean)
src/vs/platform/files/common/files.ts:327
↓ 56 callersMethodqueryLocal
()
src/vs/workbench/parts/extensions/common/extensions.ts:70
↓ 56 callersFunctionwrite_bytes
(conn, b)
extensions/donjayamanne.python-0.6.9/pythonFiles/PythonTools/ptvsd/visualstudio_py_util.py:144
↓ 56 callersFunctionwrite_int
(conn, i)
extensions/donjayamanne.python-0.6.9/pythonFiles/PythonTools/ptvsd/visualstudio_py_util.py:152
↓ 55 callersFunctionassertUSLabel
(OS: OperatingSystem, keybinding: number, expected: string)
src/vs/platform/keybinding/test/common/keybindingLabels.test.ts:14
← previousnext →201–300 of 31,660, ranked by callers