MCPcopy Create free account

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

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

↓ 3 callersMethodgetPhrase
(idx: number)
web/libs/frontend-test/src/helpers/LSF/Paragraphs.ts:24
↓ 3 callersMethodgetPhraseElement
(node)
web/libs/editor/src/tags/object/Paragraphs/HtxParagraphs.jsx:191
↓ 3 callersFunctiongetProperty
(object, path)
web/libs/datamanager/src/components/Common/Table/utils.js:8
↓ 3 callersMethodgetRange
* Return first ok element
web/libs/editor/src/components/TextHighlight/TextHighlight.jsx:22
↓ 3 callersFunctiongetRegion
(root)
web/libs/editor/src/regions/__tests__/TextAreaRegion.test.jsx:95
↓ 3 callersFunctiongetRightKeys
(state: Record<string, PanelBBox>)
web/libs/editor/src/components/SidePanels/TabPanels/utils.ts:374
↓ 3 callersFunctiongetStateDescription
(state: string, entityType: EntityType = "task")
web/libs/app-common/src/components/state-chips/state-registry.ts:348
↓ 3 callersFunctiongetStorageKey
(projectId)
web/libs/datamanager/src/components/Filters/filter-recents.js:17
↓ 3 callersFunctiongetStoredPageSize
(name?: string, defaultValue?: number)
web/libs/datamanager/src/components/Common/Pagination/Pagination.tsx:54
↓ 3 callersMethodgetSubscriptions
(eventName: T)
web/libs/editor/src/lib/AudioUltra/Common/Events.ts:48
↓ 3 callersFunctiongetTypedDefaultHotkeys
()
web/libs/app-common/src/pages/AccountSettings/sections/Hotkeys/utils.ts:73
↓ 3 callersFunctiongetValue
(val: number)
web/libs/editor/src/common/Range/Range.tsx:161
↓ 3 callersFunctionget_active_webhooks
Return all active webhooks for organization or project by action. If project is None - function return only organization hooks else project i
label_studio/webhooks/utils.py:17
↓ 3 callersMethodget_blob_client
(self, key)
label_studio/tests/utils.py:299
↓ 3 callersFunctionget_bool_env
(key, default)
label_studio/core/utils/params.py:130
↓ 3 callersMethodget_client
(self)
label_studio/io_storages/s3/models.py:87
↓ 3 callersMethodget_client_and_container
(self)
label_studio/io_storages/azure_blob/models.py:58
↓ 3 callersMethodget_container
(self)
label_studio/io_storages/azure_blob/models.py:78
↓ 3 callersFunctionget_current_state_safe
Safely get current state with error handling. Args: entity: The entity to get state for user: The user making the request (fo
label_studio/fsm/utils.py:281
↓ 3 callersMethodget_denormalized_fields
Get denormalized fields to include in the state record. Override this method in subclasses to provide denormalized data that
label_studio/fsm/state_models.py:176
↓ 3 callersMethodget_export_formats
(project)
label_studio/data_export/models.py:132
↓ 3 callersFunctionget_git_version
(skip_os=True)
label_studio/core/version.py:127
↓ 3 callersMethodget_model_versions
Get model_versions from project predictions. :param with_counters: Boolean, if True, counts predictions for each version. Default is
label_studio/projects/models.py:1077
↓ 3 callersFunctionget_next_task_logging_level
(user: User)
label_studio/projects/functions/next_task.py:31
↓ 3 callersFunctionget_or_infer_state
(entity)
label_studio/fsm/state_inference.py:80
↓ 3 callersFunctionget_prepare_params
This function extract prepare_params from * view_id if it's inside of request data * selectedItems, filters, ordering if they are in request a
label_studio/data_manager/functions.py:279
↓ 3 callersMethodget_queryset
(self)
label_studio/data_export/api.py:180
↓ 3 callersFunctionget_state_model
Convenience function to get a state model. Args: entity_name: Name of the entity Returns: State model class or None if
label_studio/fsm/registry.py:217
↓ 3 callersMethodget_target_state
(self, context: Optional[TransitionContext] = None)
label_studio/fsm/tests/test_performance_concurrency.py:59
↓ 3 callersFunctionget_unique_ids_list
Convert various input types to a list of unique IDs. :param tasks_queryset: Can be: - list of IDs (integers) - list of objec
label_studio/projects/functions/utils.py:14
↓ 3 callersFunctionget_uri_via_regex
(data, prefixes=('s3', 'gs'))
label_studio/io_storages/utils.py:27
↓ 3 callersFunctionh
(e)
docs/themes/v2/source/js/playground/jquery-ui.min.js:9
↓ 3 callersFunctionhandleDateSelection
(range: DateOrDateTimeRange)
web/libs/ui/src/lib/date-range-picker/date-range-picker.tsx:164
↓ 3 callersFunctionhandlePointSelection
(e: KonvaEventObject<MouseEvent>, props: EventHandlerProps)
web/libs/editor/src/components/KonvaVector/eventHandlers/pointSelection.ts:132
↓ 3 callersMethodhasEvent
(eventName: string)
web/libs/editor/src/utils/events.ts:48
↓ 3 callersMethodhasPendingTasks
Checks if there are any tasks remaining across all batches
web/libs/editor/src/lib/AudioUltra/Common/Worker/ComputationWorkerQueue.ts:128
↓ 3 callersMethodhasRegionWithText
(text)
web/libs/frontend-test/src/helpers/LSF/RichText.ts:92
↓ 3 callersMethodhas_user
(self, user)
label_studio/organizations/models.py:128
↓ 3 callersFunctionhexToRgb
* Convert hex color to RGB format for opacity support * @param {string} hex - Hex color code * @returns {string} - RGB color format as rgb(r, g, b)
web/tools/design-tokens-converter/design-tokens-converter.mjs:754
↓ 3 callersMethodhide
()
web/libs/editor/src/lib/AudioUltra/Visual/Layer.ts:171
↓ 3 callersFunctionhumanDateDiff
(date: string | number)
web/libs/editor/src/utils/utilities.ts:249
↓ 3 callersFunctionir
(e,i)
label_studio/core/static/js/vue.js:6
↓ 3 callersFunctionisActivePointEligibleForClosing
(props: EventHandlerProps)
web/libs/editor/src/components/KonvaVector/eventHandlers/pointSelection.ts:61
↓ 3 callersFunctionisArraysEqual
(arr1: any[], arr2: any[])
web/libs/editor/src/utils/utilities.ts:133
↓ 3 callersMethodisBufferingOrigin
(name: string)
web/libs/editor/src/mixins/Syncable.ts:48
↓ 3 callersFunctionisFieldRequired
(field: FieldDefinition, isEditMode = false)
web/libs/app-common/src/blocks/StorageProviderForm/types/provider.ts:8
↓ 3 callersFunctionisLine
(doc, l)
docs/themes/v2/source/js/playground/codemirror.js:624
↓ 3 callersMethodisOverrideKeyPressed
(e: MouseEvent)
web/libs/editor/src/lib/AudioUltra/Regions/Regions.ts:273
↓ 3 callersFunctionisSameMonth
(dateOne: Date, dateTwo: Date)
web/libs/ui/src/lib/date-range-picker/date-utils.ts:144
↓ 3 callersFunctionisTextNode
(node)
web/libs/editor/src/utils/html.js:76
↓ 3 callersFunctionisValidDate
(string: string)
web/libs/ui/src/lib/date-range-picker/date-utils.ts:260
↓ 3 callersMethodisValidMethod
* Check if method exists * @param {String} method
web/libs/core/src/lib/api-proxy/index.ts:86
↓ 3 callersFunctionisValidObjectURL
(str: string, relative = false)
web/libs/editor/src/utils/utilities.ts:64
↓ 3 callersMethoditer_blobs
Iterate files on the bucket. Optionally return limited number of files that match provided extensions :param client: GCS Client obj
label_studio/io_storages/gcs/utils.py:110
↓ 3 callersFunctionk
(e,t)
label_studio/core/static/js/vue.js:6
↓ 3 callersFunctionlegacyItemLabel
(title: string)
web/libs/editor/tests/integration/e2e/control_tags/taxonomy.cy.ts:18
↓ 3 callersFunctionlimitCoordinates
({ x, y })
web/libs/editor/src/tags/object/Video/VideoRegions.jsx:131
↓ 3 callersFunctionlineLength
(line)
docs/themes/v2/source/js/playground/codemirror.js:1193
↓ 3 callersFunctionlineNumberFor
(options, i)
docs/themes/v2/source/js/playground/codemirror.js:628
↓ 3 callersMethodload
(options: WaveformAudioOptions)
web/libs/editor/src/lib/AudioUltra/Media/MediaLoader.ts:65
↓ 3 callersMethodload_tasks_from_uploaded_files_streaming
Stream tasks from uploaded files in batches to reduce memory usage using true streaming for JSON files
label_studio/data_import/models.py:361
↓ 3 callersMethodlocalStorageItems
(items)
web/libs/frontend-test/src/helpers/LSF/LabelStudio.ts:149
↓ 3 callersFunctionmarkText
(doc, from, to, options, type)
docs/themes/v2/source/js/playground/codemirror.js:7829
↓ 3 callersFunctionmaxPos
(a, b)
docs/themes/v2/source/js/playground/codemirror.js:657
↓ 3 callersFunctionme
(e)
label_studio/core/static/js/vue.js:6
↓ 3 callersFunctionminPos
(a, b)
docs/themes/v2/source/js/playground/codemirror.js:660
↓ 3 callersFunctionml_backend_mock
(**kwargs)
label_studio/tests/utils.py:37
↓ 3 callersMethodmodelsArr
()
web/libs/editor/src/core/Registry.ts:75
↓ 3 callersFunctionmoveCharLogically
(line, ch, dir)
docs/themes/v2/source/js/playground/codemirror.js:9219
↓ 3 callersFunctionmv
(pos, dir)
docs/themes/v2/source/js/playground/codemirror.js:9286
↓ 3 callersFunctionnormalizeCellAlias
(alias)
web/libs/datamanager/src/components/CellViews/index.js:23
↓ 3 callersFunctionnormalizeValue
(value)
web/apps/labelstudio/src/components/Form/Elements/Counter/Counter.jsx:16
↓ 3 callersFunctionnormalizeValue
(value)
web/libs/datamanager/src/components/Common/Form/Elements/Counter/Counter.jsx:30
↓ 3 callersMethodnotifyListeners
()
web/libs/editor/src/components/KonvaVector/VectorSelectionTracker.ts:153
↓ 3 callersFunctionoe
(e,t)
label_studio/core/static/js/luxon.min.js:1
↓ 3 callersMethodonMouseLeave
* Handle mouse leave events
web/libs/editor/src/lib/AudioUltra/Interaction/Interactive.ts:18
↓ 3 callersMethodonMouseUp
* Handle mouse up events
web/libs/editor/src/lib/AudioUltra/Interaction/Interactive.ts:33
↓ 3 callersFunctionp
(e,t)
label_studio/core/static/js/vue.js:6
↓ 3 callersFunctionpaddingVert
(display)
docs/themes/v2/source/js/playground/codemirror.js:3199
↓ 3 callersFunctionparse_input_args
Combine args with json config :return: config dict
label_studio/core/argparser.py:9
↓ 3 callersFunctionparse_range
Parse HTTP Range header and extract start and end values. Args: range_header (str): Range header in format 'bytes=start-end' Re
label_studio/io_storages/utils.py:90
↓ 3 callersFunctionpatchPlayPauseMethods
(element: T)
web/libs/editor/src/utils/patchPlayPauseMethods.ts:14
↓ 3 callersMethodperformProgrammaticScroll
(top)
web/libs/editor/src/tags/object/Paragraphs/HtxParagraphs.jsx:111
↓ 3 callersFunctionpixelsToTime
(pixels: number, zoomedWidth: number, duration: number)
web/libs/editor/src/lib/AudioUltra/Common/Utils.ts:200
↓ 3 callersMethodplaySource
(start?: number, end?: number)
web/libs/editor/src/lib/AudioUltra/Controls/WebAudioPlayer.ts:115
↓ 3 callersFunctionpopContext
(state)
docs/themes/v2/source/js/playground/xml.js:250
↓ 3 callersFunctionpopContext
(state)
label_studio/core/static/js/xml.js:198
↓ 3 callersMethodpost
(self, request, *args, **kwargs)
label_studio/data_export/api.py:708
↓ 3 callersMethodpost_process_annotations
(user, db_annotations, action)
label_studio/tasks/serializers.py:805
↓ 3 callersFunctionpred
(el)
web/libs/editor/src/utils/__tests__/utilities.test.js:282
↓ 3 callersFunctionprocessLine
(cm, text, context, startAt)
docs/themes/v2/source/js/playground/codemirror.js:2178
↓ 3 callersFunctionprocessRoutes
(routes, fullPath)
web/apps/labelstudio/src/utils/routeHelpers.jsx:115
↓ 3 callersFunctionpushSelectionToHistory
(sel, dest)
docs/themes/v2/source/js/playground/codemirror.js:6547
↓ 3 callersFunctionr
(e,t)
label_studio/core/static/js/luxon.min.js:1
↓ 3 callersFunctionrangeToGlobalOffset
(range, root)
web/libs/editor/src/utils/selection-tools.js:597
↓ 3 callersMethodrangeToGlobalOffset
(range: Range)
web/libs/editor/src/tags/object/RichText/domManager.ts:826
↓ 3 callersFunctionreInsertScripts
(root)
web/apps/labelstudio/src/utils/scripts.js:124
↓ 3 callersFunctionreadToken
(mode, stream, state, inner)
docs/themes/v2/source/js/playground/codemirror.js:2204
↓ 3 callersFunctionrecursiveTreeWalker
({ items, depth, toggleItem, addInsideId, }: { items: RowItem[]; depth?: number;
web/libs/editor/src/components/TreeStructure/TreeStructure.tsx:192
↓ 3 callersMethodredrawSpectrogramSliceFromCache
(_correlationId: string | undefined, startSample: number, endSample: number)
web/libs/editor/src/lib/AudioUltra/Visual/Renderer/SpectrogramRenderer.ts:596
← previousnext →901–1,000 of 10,391, ranked by callers