MCPcopy Create free account

hub / github.com/HumanSignal/label-studio / functions

Functions10,391 in github.com/HumanSignal/label-studio

↓ 3 callersFunctionautodetect_local_files_root
Return the first existing candidate directory relative to ``base_dir``.
label_studio/io_storages/localfiles/functions.py:11
↓ 3 callersFunctionbatch
(iterable, n=1)
label_studio/core/utils/common.py:610
↓ 3 callersFunctionbind
(f)
docs/themes/v2/source/js/playground/codemirror.js:197
↓ 3 callersMethodblacklist
Blacklist this token. Raises: rest_framework_simplejwt.exceptions.TokenError: If the token is already blacklisted.
label_studio/jwt_auth/models.py:104
↓ 3 callersMethodbringToFront
* Move this segment to the front so it is readily available to the user to manipulate
web/libs/editor/src/lib/AudioUltra/Regions/Segment.ts:145
↓ 3 callersFunctionc
(e)
label_studio/core/static/js/vue.js:6
↓ 3 callersFunctioncalculatePosition
()
web/libs/editor/src/components/Timeline/Controls/ConfigControl.tsx:70
↓ 3 callersFunctioncalculateScrollPos
(cm, rect)
docs/themes/v2/source/js/playground/codemirror.js:4660
↓ 3 callersFunctioncamelizeKeys
(object: any)
web/libs/editor/src/utils/utilities.ts:207
↓ 3 callersMethodcanInstanceHaveSelection
(instanceId: string)
web/libs/editor/src/components/KonvaVector/VectorSelectionTracker.ts:96
↓ 3 callersMethodcanPause
()
web/libs/editor/src/lib/AudioUltra/Controls/Html5Player.ts:107
↓ 3 callersMethodcanvasShouldChange
* Captures a new screenshot and compares it to already taken one * Fails if screenshots are identical * @param name name of the screenshot
web/libs/frontend-test/src/helpers/LSF/VideoView.ts:206
↓ 3 callersMethodcaptureDocumentSelection
()
web/libs/editor/src/tags/object/Paragraphs/HtxParagraphs.jsx:239
↓ 3 callersFunctioncaptureException
(exception, captureContext)
web/apps/labelstudio/src/config/Sentry.ts:56
↓ 3 callersMethodcaptureScreenshot
* Custom command to select DOM element by data-cy attribute. * @example cy.dataCy('greeting')
web/libs/frontend-test/src/types/Cypress.d.ts:13
↓ 3 callersMethodcenterToCurrentTime
()
web/libs/editor/src/lib/AudioUltra/Visual/Visualizer.ts:551
↓ 3 callersFunctioncheck_max_task_number
(tasks)
label_studio/data_import/uploader.py:44
↓ 3 callersMethodclearAllThrottles
* Clear all active throttles and delays
web/libs/frontend-test/src/helpers/utils/Network.ts:204
↓ 3 callersMethodclosePath
()
web/libs/editor/src/lib/AudioUltra/Visual/Layer.ts:260
↓ 3 callersFunctionclosePathBetweenFirstAndLast
( props: EventHandlerProps, fromPointIndex: number, toPointIndex: number, )
web/libs/editor/src/components/KonvaVector/eventHandlers/drawing.ts:29
↓ 3 callersFunctioncompareCollapsedMarkers
(a, b)
docs/themes/v2/source/js/playground/codemirror.js:965
↓ 3 callersFunctioncompensateForHScroll
(display)
docs/themes/v2/source/js/playground/codemirror.js:4050
↓ 3 callersFunctioncomplete_task
(annotator)
label_studio/tests/test_next_task.py:709
↓ 3 callersFunctioncomputeSelAfterChange
(doc, change)
docs/themes/v2/source/js/playground/codemirror.js:6194
↓ 3 callersMethodconnectSource
()
web/libs/editor/src/lib/AudioUltra/Controls/WebAudioPlayer.ts:89
↓ 3 callersFunctioncontrolsInjector
(fn: (props: T & MixedInParams) => ReactElement)
web/libs/editor/src/components/BottomBar/buttons.tsx:21
↓ 3 callersFunctionconvertDateToNumbers
(date: Date)
web/libs/ui/src/lib/date-range-picker/date-utils.ts:304
↓ 3 callersMethodconvertToRegion
(id: string, labels: string[], render = true)
web/libs/editor/src/lib/AudioUltra/Regions/Regions.ts:147
↓ 3 callersMethodconvertToSegment
(id: string, render = true)
web/libs/editor/src/lib/AudioUltra/Regions/Regions.ts:163
↓ 3 callersFunctioncoordsChar
(cm, x, y)
docs/themes/v2/source/js/playground/codemirror.js:3738
↓ 3 callersMethodcreateCanvas
()
web/libs/editor/src/lib/AudioUltra/Visual/Layer.ts:411
↓ 3 callersFunctioncreateClickRegionInTreeHandler
(tree)
web/libs/editor/src/stores/RegionStore.js:180
↓ 3 callersFunctioncreateItem
(options)
web/libs/editor/src/stores/Annotation/store.js:367
↓ 3 callersFunctioncreateRoot
(options = {})
web/libs/editor/src/mixins/__tests__/Tool.test.js:67
↓ 3 callersFunctioncreateTestEnv
()
web/libs/editor/src/stores/__tests__/RegionStore.test.js:26
↓ 3 callersFunctioncreateURL
(url: string, params?: Record<string, string>)
web/apps/labelstudio/src/components/HeidiTips/utils.ts:137
↓ 3 callersMethodcreateVisibleCanvas
()
web/libs/editor/src/lib/AudioUltra/Visual/Layer.ts:430
↓ 3 callersFunctionda
(e,t)
label_studio/core/static/js/vue.js:6
↓ 3 callersMethoddarken
(amount: number)
web/libs/editor/src/lib/AudioUltra/Common/Color.ts:88
↓ 3 callersMethoddata
(self)
label_studio/tests/data_import/test_uploader.py:27
↓ 3 callersMethoddecrease_project_summary_counters
(self)
label_studio/tasks/models.py:522
↓ 3 callersMethoddelete
(self, request, pk=None, user_pk=None)
label_studio/organizations/api.py:303
↓ 3 callersMethoddelete_predictions
Deletes any predictions that have originated from a ModelRun Executing a raw SQL query here for speed. This ignores any foreign key
label_studio/ml_models/models.py:191
↓ 3 callersMethoddelete_tasks_without_signals
Delete Tasks queryset with switched off signals in batches to minimize memory usage :param queryset: Tasks queryset
label_studio/tasks/models.py:545
↓ 3 callersMethoddestroyLSF
()
web/libs/datamanager/src/sdk/dm-sdk.js:453
↓ 3 callersFunctiondestructSelection
(selection)
web/libs/editor/src/utils/selection-tools.js:8
↓ 3 callersMethoddetach
()
web/libs/editor/src/components/ImageTransformer/LSTransformer.js:234
↓ 3 callersFunctiondetermineLeftOrRight
(event: any, droppableElement?: ReactNode)
web/libs/editor/src/components/SidePanels/TabPanels/utils.ts:26
↓ 3 callersMethoddisableBrowserCache
* Disable browser cache (equivalent to DevTools "Disable Cache" checkbox)
web/libs/frontend-test/src/helpers/utils/Network.ts:16
↓ 3 callersMethoddisconnect
(self, signal)
label_studio/core/utils/common.py:601
↓ 3 callersFunctiondispatchKey
(cm, name, e, handle)
docs/themes/v2/source/js/playground/codemirror.js:9696
↓ 3 callersFunctiondisplayHeight
(cm)
docs/themes/v2/source/js/playground/codemirror.js:3221
↓ 3 callersFunctiondn
(e,t,n)
label_studio/core/static/js/vue.js:6
↓ 3 callersMethoddownload_as_bytes
(self)
label_studio/tests/utils.py:156
↓ 3 callersFunctiondrawMask
(imageData, ctx, width, height, x, y, threshold, color, alpha, blurRadius, doPaint)
web/libs/editor/src/utils/magic-wand.js:909
↓ 3 callersMethoddrawRegionRelative
(x1: number, x2: number)
web/libs/frontend-test/src/helpers/LSF/TimeSeries.ts:187
↓ 3 callersFunctione
(t)
docs/themes/v2/source/js/playground/jquery-ui.min.js:6
↓ 3 callersFunctione_stop
(e)
docs/themes/v2/source/js/playground/codemirror.js:1617
↓ 3 callersFunctione_target
(e)
docs/themes/v2/source/js/playground/codemirror.js:1622
↓ 3 callersFunctionee
(d,h,g,v,y,e)
docs/themes/v2/source/js/playground/jquery.min.js:2
↓ 3 callersFunctionee
(d,h,g,v,y,e)
label_studio/core/static/js/jquery.min.js:2
↓ 3 callersFunctioneltP
(tag, content, className, style)
docs/themes/v2/source/js/playground/codemirror.js:100
↓ 3 callersFunctionemit_webhooks_for_instance_sync
Run all active webhooks for the action using instances as payload. Be sure WebhookAction.ACTIONS contains all required fields.
label_studio/webhooks/utils.py:105
↓ 3 callersMethodenableBrowserCache
* Enable browser cache back
web/libs/frontend-test/src/helpers/utils/Network.ts:30
↓ 3 callersMethodencode_full
Encode a payload into a complete JWT token string. Args: payload: Dictionary containing the JWT claims to encode Returns
label_studio/jwt_auth/models.py:62
↓ 3 callersFunctionendOfLine
(visually, cm, lineObj, lineNo, dir)
docs/themes/v2/source/js/playground/codemirror.js:9229
↓ 3 callersFunctionestimateLineHeights
(cm)
docs/themes/v2/source/js/playground/codemirror.js:4083
↓ 3 callersFunctionet
(e)
label_studio/core/static/js/vue.js:6
↓ 3 callersFunctionexport_project
(project_id, export_format, path, serializer_context=None)
label_studio/tasks/functions.py:96
↓ 3 callersFunctionextendRange
(range, head, other, extend)
docs/themes/v2/source/js/playground/codemirror.js:6672
↓ 3 callersFunctionextract_data_types
(label_config)
label_studio/core/label_config.py:146
↓ 3 callersMethodfindDrawingTool
()
web/libs/editor/src/tools/Manager.js:186
↓ 3 callersFunctionfindMaxLine
(cm)
docs/themes/v2/source/js/playground/codemirror.js:1216
↓ 3 callersFunctionfindViewForLine
(cm, lineN)
docs/themes/v2/source/js/playground/codemirror.js:3288
↓ 3 callersFunctionfixRange
(range)
web/libs/editor/src/utils/selection-tools.js:306
↓ 3 callersFunctionfixRectToFit
(rect, stageWidth, stageHeight)
web/libs/editor/src/utils/image.js:118
↓ 3 callersFunctionflatten
(arr: any[])
web/libs/editor/src/utils/utilities.ts:82
↓ 3 callersFunctionformatDateByNumbers
(selectedDates: DateOrDateTimeRange)
web/libs/ui/src/lib/date-range-picker/date-utils.ts:237
↓ 3 callersFunctionformatDateString
({ date, useTime, showMeridian, }: { date: DateOrDateTimeByNumbers; useTime: boolean; showMeridian
web/libs/ui/src/lib/date-range-picker/date-utils.ts:384
↓ 3 callersMethodformatTime
(time: number, includeMs = false)
web/libs/editor/src/lib/AudioUltra/Timeline/Timeline.ts:320
↓ 3 callersFunctiong
(e)
docs/themes/v2/source/js/intense.min.js:1
↓ 3 callersFunctionget
()
web/libs/core/src/lib/utils/packJSON.js:23
↓ 3 callersMethodget
(key: K)
web/libs/editor/src/lib/AudioUltra/Common/LRUCache.ts:21
↓ 3 callersMethodget
(self, *args, **kwargs)
label_studio/ml/api_connector.py:104
↓ 3 callersMethodget
(self, request, *args, **kwargs)
label_studio/io_storages/api.py:227
↓ 3 callersFunctiongetActualZoomingPosition
( naturalWidth, naturalHeight, imageDisplayedInBrowserWidth, imageDisplayedInBrowserHeight, zoomingP
web/libs/editor/src/utils/image.js:327
↓ 3 callersFunctiongetAllPoints
()
web/libs/editor/src/components/KonvaVector/KonvaVector.tsx:1288
↓ 3 callersFunctiongetAnchorPoint
* Get coordinates of anchor point * @param {array} flattenedPoints * @param {number} cursorX coordinates of cursor X * @param {number} cursorY coor
web/libs/editor/src/regions/PolygonRegion.jsx:302
↓ 3 callersFunctiongetColumnStyle
(size: number, minSize: number, maxSize: number | undefined)
web/libs/ui/src/lib/data-table/data-table.tsx:96
↓ 3 callersMethodgetContainerPadding
()
web/libs/editor/src/tags/object/Paragraphs/HtxParagraphs.jsx:135
↓ 3 callersFunctiongetCursorTime
(e: MouseEvent, visualizer: Visualizer, duration: number)
web/libs/editor/src/lib/AudioUltra/Common/Utils.ts:204
↓ 3 callersMethodgetDOMBBox
* Get BBox of any DOM node * @param {HTMLOrSVGElement} domNode * @param {boolean} single Should return all possible BBoxes or not * @return {
web/libs/editor/src/components/InteractiveOverlays/Geometry.js:334
↓ 3 callersFunctiongetDimensions
(cm)
docs/themes/v2/source/js/playground/codemirror.js:4029
↓ 3 callersFunctiongetDocsUrl
(pathOSS: string, pathEnterprise?: string)
web/libs/editor/src/utils/docs.ts:24
↓ 3 callersFunctiongetFileNameFromIcon
(iconName: string)
web/libs/ui/src/assets/icons/icons.stories.tsx:6
↓ 3 callersFunctiongetHandlers
(emitter, type)
docs/themes/v2/source/js/playground/codemirror.js:1521
↓ 3 callersFunctiongetKeyMap
(val)
docs/themes/v2/source/js/playground/codemirror.js:9188
↓ 3 callersMethodgetLabel
* Get the display label for a state. * Falls back to formatted state name if no label is registered. * * @param state - State constant * @
web/libs/app-common/src/components/state-chips/state-registry.ts:131
↓ 3 callersFunctiongetLeftKeys
(state: Record<string, PanelBBox>)
web/libs/editor/src/components/SidePanels/TabPanels/utils.ts:372
↓ 3 callersFunctiongetMarkedSpanFor
(spans, marker)
docs/themes/v2/source/js/playground/codemirror.js:718
← previousnext →801–900 of 10,391, ranked by callers