MCPcopy Create free account

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

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

↓ 55 callersMethodchangeDecorations
* Change the decorations. All decorations added through this changeAccessor * will get the ownerId of the editor (meaning they will not show up in o
src/vs/editor/common/editorCommon.ts:1590
↓ 55 callersMethodemit
(startOffset: number, type: string)
src/vs/editor/common/modes/monarch/monarchLexer.ts:236
↓ 55 callersMethodforceTokenization
* Force tokenization information for `lineNumber` to be accurate. * @internal
src/vs/editor/common/editorCommon.ts:811
↓ 55 callersMethodgetAttribute
(attr: string)
src/vs/platform/contextkey/common/contextkey.ts:459
↓ 55 callersMethodgetIdForWhitespaceIndex
* Get the `id` for whitespace at index `index`. * * @param index The index of the whitespace. * @return `id` of whitespace at `index`.
src/vs/editor/common/viewLayout/whitespaceComputer.ts:431
↓ 54 callersFunctioncreateModel
(text: string)
src/vs/workbench/parts/git/test/common/stageRanges.test.ts:148
↓ 54 callersMethodgetNavigator
* Returns a navigator which allows to discover the visible and * expanded elements in the tree.
src/vs/base/parts/tree/browser/tree.ts:339
↓ 54 callersMethodlineAt
* Returns a text line denoted by the line number. Note * that the returned object is *not* live and changes to the * document are not reflected.
src/vs/vscode.d.ts:158
↓ 54 callersFunctionnext
(iterator)
extensions/donjayamanne.python-0.6.9/pythonFiles/isort/pie_slice.py:268
↓ 54 callersMethodremoveClass
(clazz: string)
src/vs/workbench/electron-browser/workbench.ts:1083
↓ 54 callersFunctionvec_sel
extensions/RichardHe.you-complete-me-1.0.36/ycmd/clang_includes/vecintrin.h:476
↓ 53 callersMethodgetAfterLineNumberForWhitespaceIndex
* Get the `afterLineNumber` for whitespace at index `index`. * * @param index The index of the whitespace. * @return `afterLineNumber` of whites
src/vs/editor/common/viewLayout/whitespaceComputer.ts:419
↓ 53 callersMethodindex
The Param index of the current call. Returns None if the index cannot be found in the curent call.
extensions/donjayamanne.python-0.6.9/pythonFiles/release/jedi/api/classes.py:639
↓ 52 callersFunctionescape
(html: string)
src/vs/base/common/strings.ts:60
↓ 52 callersMethodgetContainer
()
src/vs/workbench/browser/parts/editor/titleControl.ts:54
↓ 52 callersMethodgetInstance
()
extensions/donjayamanne.python-0.6.9/out/client/common/configSettings.js:23
↓ 52 callersMethodlastIndexOf
(value: string | number | Buffer, byteOffset?: number, encoding?: string)
src/typings/node.d.ts:554
↓ 52 callersFunctionread_int
(conn)
extensions/donjayamanne.python-0.6.9/pythonFiles/PythonTools/ptvsd/visualstudio_py_util.py:148
↓ 52 callersFunctionwrite_int
(conn, i)
extensions/donjayamanne.python-0.6.9/pythonFiles/PythonTools/visualstudio_py_util.py:152
↓ 51 callersMethodaddChild
(parent, child)
src/vs/base/parts/tree/test/browser/treeModel.test.ts:1171
↓ 51 callersFunctionassertUSLabelWithoutModifiers
(OS: OperatingSystem, keybinding: number, expected: string)
src/vs/platform/keybinding/test/common/keybindingLabels.test.ts:19
↓ 51 callersMethoddispose
()
extensions/git/src/util.ts:17
↓ 51 callersMethodend
()
src/typings/node.d.ts:1883
↓ 51 callersMethoderror
(message?: any, ...optionalParams: any[])
src/typings/node.d.ts:17
↓ 51 callersMethodeval_element
(self, element)
extensions/donjayamanne.python-0.6.9/pythonFiles/release/jedi/evaluate/__init__.py:161
↓ 51 callersMethodgetControl
()
src/vs/workbench/parts/git/browser/views/view.ts:17
↓ 51 callersMethodisVisible
* Returns iff the part is visible.
src/vs/workbench/services/part/common/partService.ts:72
↓ 51 callersFunctionread_int
(conn)
extensions/donjayamanne.python-0.6.9/pythonFiles/PythonTools/visualstudio_py_util.py:148
↓ 51 callersFunctionregisterEditorCommand
(editorCommand: T)
src/vs/editor/common/editorCommonExtensions.ts:103
↓ 51 callersMethodvalues
()
src/typings/node.d.ts:558
↓ 50 callersFunctionassertWordRight
(col, expectedCol)
src/vs/editor/test/common/controller/cursor.test.ts:1627
↓ 50 callersMethodclose
(callback?: Function)
src/typings/node.d.ts:1983
↓ 50 callersMethodget_resource
Get a resource in a project. `resource_name` is the path of a resource in a project. It is the path of a resource relative to projec
extensions/donjayamanne.python-0.6.9/pythonFiles/rope/base/project.py:28
↓ 50 callersFunctionmarkerOnFirstLine
(id: number, column: number, stickToPreviousCharacter: boolean)
src/vs/editor/test/common/model/model.line.test.ts:2169
↓ 50 callersMethodparse
(input: string)
src/vs/editor/contrib/snippet/common/snippet.ts:203
↓ 50 callersMethodrefresh
(instant?: boolean)
src/vs/workbench/browser/parts/editor/titleControl.ts:55
↓ 50 callersMethodselect
* Selects an element.
src/vs/base/parts/tree/browser/tree.ts:183
↓ 50 callersMethodsetFocus
* Sets the focused element.
src/vs/base/parts/tree/browser/tree.ts:253
↓ 50 callersMethodshow
(editor: BaseEditor, position: Position, preserveActive: boolean, ratio?: number[])
src/vs/workbench/browser/parts/editor/editorGroupsControl.ts:57
↓ 50 callersFunctiontestIndentation
(tabSize: number, lineText: string, expectedOnOutdent: number, expectedOnIndent: number)
src/vs/editor/test/common/commands/shiftCommand.test.ts:866
↓ 50 callersFunctionvec_cmpgt
extensions/RichardHe.you-complete-me-1.0.36/ycmd/clang_includes/vecintrin.h:1923
↓ 50 callersMethodwarn
(message?: any, ...optionalParams: any[])
src/typings/node.d.ts:23
↓ 49 callersMethodget
* Retrieve an element stored with the given key from local storage. Use * the provided defaultValue if the element is null or undefined. * * The
src/vs/platform/storage/common/storage.ts:45
↓ 49 callersMethodgetFirstWhitespaceIndexAfterLineNumber
* Find the index of the first whitespace which has `afterLineNumber` >= `lineNumber`. * @return The index of the first whitespace with `afterLineNum
src/vs/editor/common/viewLayout/whitespaceComputer.ts:400
↓ 49 callersFunctionsetup
(retry: boolean)
src/vs/code/electron-main/main.ts:84
↓ 48 callersFunctionasWinJsPromise
(callback: (token: CancellationToken) => T | TPromise<T> | Thenable<T>)
src/vs/base/common/async.ts:27
↓ 48 callersFunctioncreateChange
(modifiedStart: number, modifiedEnd: number, originalStart: number, originalEnd: number)
src/vs/workbench/parts/git/test/common/stageRanges.test.ts:26
↓ 48 callersMethoddispose
* Frees up any resources occupied by this service.
src/vs/platform/files/common/files.ts:150
↓ 48 callersMethodgetEditor
(index: number)
src/vs/workbench/common/editor.ts:876
↓ 48 callersMethodinfo
(message?: any, ...optionalParams: any[])
src/typings/node.d.ts:18
↓ 48 callersMethodisEnabled
* Implementors to define if the action is enabled or not.
src/vs/workbench/browser/parts/editor/baseEditor.ts:539
↓ 48 callersMethodupdate
(status: IRawStatus)
src/vs/workbench/parts/git/common/git.ts:144
↓ 47 callersMethodcloseEditor
(position: Position, input: IEditorInput)
src/vs/workbench/services/editor/browser/editorService.ts:33
↓ 47 callersFunctionfilterOk
(filter: IFilter, word: string, wordToMatchAgainst: string, highlights?: { start: number; end: number; }[])
src/vs/base/test/common/filters.test.ts:10
↓ 47 callersMethodremove
(emitter: Events)
src/typings/node.d.ts:317
↓ 47 callersMethodsetEnablement
* Enable or disable the given extension. * if `workspace` is `true` then enablement is done for workspace, otherwise globally. * * Returns a pro
src/vs/platform/extensionManagement/common/extensionManagement.ts:281
↓ 47 callersFunctiontestVisibleColumnFromColumn
(text: string, tabSize: number, column: number, expected: number)
src/vs/editor/test/common/controller/cursorMoveHelper.test.ts:46
↓ 47 callersMethodtext
()
src/vs/workbench/parts/search/common/searchModel.ts:48
↓ 46 callersMethoddefine
(id: ProxyIdentifier<T>)
src/vs/workbench/api/node/extHost.protocol.ts:79
↓ 46 callersMethodfetch
()
src/vs/workbench/parts/git/common/git.ts:320
↓ 46 callersMethodgetBreakpoints
()
src/vs/workbench/parts/debug/common/debug.ts:268
↓ 46 callersMethodhasWorkspace
* Returns iff the application was opened with a workspace or not.
src/vs/platform/workspace/common/workspace.ts:21
↓ 46 callersMethodopenViewlet
* Opens a viewlet with the given identifier and pass keyboard focus to it if specified.
src/vs/workbench/services/viewlet/browser/viewlet.ts:25
↓ 46 callersMethodstopPropagation
()
src/vs/base/browser/dom.ts:795
↓ 46 callersFunctiontestConfiguration
(external: ExternalTaskRunnerConfiguration, builder: ConfiguationBuilder)
src/vs/workbench/parts/tasks/test/node/configuration.test.ts:308
↓ 46 callersMethodwith
(startOrChange: Position | { start?: Position, end?: Position }, end: Position = this.end)
src/vs/workbench/api/node/extHostTypes.ts:308
↓ 45 callersMethodassign
(newOptions: vscode.TextEditorOptions)
src/vs/workbench/api/node/extHostTextEditor.ts:263
↓ 45 callersMethodgetDecorationRange
* Get the range associated with a decoration. * @param id The decoration id. * @return The decoration range or null if the decoration was not foun
src/vs/editor/common/editorCommon.ts:973
↓ 45 callersMethodgetIndexOf
(accumulatedValue: number)
src/vs/editor/common/viewModel/prefixSumComputer.ts:161
↓ 45 callersMethodlookupKeybinding
* Look up the preferred (last defined) keybinding for a command. * @returns The preferred keybinding or null if the command is not bound.
src/vs/platform/keybinding/common/keybinding.ts:71
↓ 44 callersMethodadd_change
(self, change)
extensions/donjayamanne.python-0.6.9/pythonFiles/rope/base/change.py:84
↓ 44 callersMethodclear
* Clears all received output for this channel.
src/vs/workbench/parts/output/common/output.ts:138
↓ 44 callersFunctioncontains
(array: string[], key: string)
src/vs/workbench/services/configuration/test/node/configurationService.test.ts:370
↓ 44 callersMethodgetLuminosity
* http://www.w3.org/TR/WCAG20/#relativeluminancedef * Returns the number in the set [0, 1]. O => Darkest Black. 1 => Lightest white.
src/vs/base/common/color.ts:315
↓ 44 callersMethodgetValueInRange
* Get the text in a certain range. * @param range The range describing what text to get. * @param eol The end of line character preference. This w
src/vs/editor/common/editorCommon.ts:550
↓ 44 callersMethodisEmpty
* Test if this range is empty.
src/vs/editor/common/core/range.ts:71
↓ 44 callersMethodnormalize
()
src/vs/workbench/services/files/node/watcher/common.ts:88
↓ 44 callersMethodprevious
()
src/vs/base/common/iterator.ts:87
↓ 44 callersFunctiontestApplyEditsWithSyncedModels
(original: string[], edits: editorCommon.IIdentifiedSingleEditOperation[], expected: string[], inputEditsAreIn
src/vs/editor/test/common/model/editableTextModelTestUtils.ts:16
↓ 44 callersMethodtransparent
(factor: number)
src/vs/base/common/color.ts:380
↓ 44 callersFunctionu
(e,t,n,r,i)
extensions/donjayamanne.python-0.6.9/docs/bundle.js:1
↓ 43 callersFunction__separator__
()
src/vs/code/electron-main/menus.ts:1174
↓ 43 callersMethodgetAccumulatedValue
(index: number)
src/vs/editor/common/viewModel/prefixSumComputer.ts:130
↓ 43 callersMethodgetAction
* Get an action that is a contribution to this editor. * @id Unique identifier of the contribution. * @return The action or null if action not fou
src/vs/editor/common/editorCommon.ts:1872
↓ 43 callersFunctionkbItem
(keybinding: number, command: string, commandArgs: any, when: ContextKeyExpr, isDefault: boolean)
src/vs/platform/keybinding/test/common/keybindingResolver.test.ts:19
↓ 43 callersMethodlog
(type, msg)
extensions/webfreak.debug-0.21.2/out/src/backend/mi2/mi2.js:691
↓ 43 callersMethodlookup
* Override for the IConfigurationService#lookup() method that adds information about workspace settings.
src/vs/workbench/services/configuration/common/configuration.ts:27
↓ 43 callersMethodnormalizeIndentation
* Normalize a string containing whitespace according to indentation rules (converts to spaces or to tabs).
src/vs/editor/common/editorCommon.ts:1020
↓ 43 callersMethodparent
()
src/vs/base/common/iterator.ts:88
↓ 43 callersFunctionsetup
()
src/vs/workbench/browser/parts/editor/editorCommands.ts:22
↓ 43 callersMethodstop
(stopTime?: Date)
src/vs/workbench/test/electron-browser/quickopen.perf.integrationTest.ts:46
↓ 43 callersMethodwalk
(self)
extensions/donjayamanne.python-0.6.9/pythonFiles/release/jedi/parser/tree.py:571
↓ 42 callersMethod_assertNotDisposed
()
src/vs/editor/common/model/textModel.ts:114
↓ 42 callersFunctionassertGetNonWhitespacePrefix
(line: string, column: number, expected: string)
src/vs/workbench/parts/snippets/test/electron-browser/snippetsRegistry.test.ts:14
↓ 42 callersMethodgetContainer
* Returns the parts HTML element, if there is one.
src/vs/workbench/services/part/common/partService.ts:67
↓ 42 callersMethodgetStartPosition
()
src/vs/editor/contrib/find/common/findDecorations.ts:59
↓ 42 callersMethodisExpanded
* Returns whether an element is expanded or not.
src/vs/base/parts/tree/browser/tree.ts:122
↓ 42 callersMethodisOK
(standardToken: StandardTokenType)
src/vs/editor/common/modes/languageConfiguration.ts:226
↓ 42 callersMethodlog
(message?: any, ...optionalParams: any[])
src/typings/node.d.ts:19
↓ 42 callersMethodupdateOptions
* Update the editor's options after the editor has been created.
src/vs/editor/common/editorCommon.ts:1392
← previousnext →301–400 of 31,660, ranked by callers