MCPcopy Create free account

hub / github.com/diez/diez / functions

Functions750 in github.com/diez/diez

↓ 5 callersFunctionget
()
src/framework/stdlib/sources/web/bindings/File.js:3
↓ 5 callersMethodgetInitializer
(targetComponent: TargetDiezComponent)
src/compiler/compiler-core/test/helpers.ts:81
↓ 5 callersFunctiongetPoint2DInitializer
(point: GeneratedPoint2D)
src/extractors/generation/src/point2d.ts:16
↓ 5 callersFunctiongetProjectRoot
()
src/compiler/compiler-core/src/utils.ts:24
↓ 5 callersFunctiongetTargets
()
src/compiler/compiler-core/src/utils.ts:78
↓ 5 callersFunctionhandlebars
(text: string, context?: any, options?: RuntimeOptions)
src/compiler/targets/src/utils/format.ts:33
↓ 5 callersFunctionhomedir
()
src/utils/test-utils/src/mocks/os.ts:25
↓ 5 callersFunctioninitializeGitRepository
(root: string)
src/utils/createproject/src/utils.git.ts:32
↓ 5 callersFunctionisBagOfComponents
(component: DocsTargetSpec)
src/utils/docs-template-app/src/utils/component.ts:35
↓ 5 callersFunctionisDiezPackage
(packageName: string)
src/cli/cli-core/src/utils.ts:218
↓ 5 callersFunctionperformExtraction
( input: ExtractorInput, projectRoot: string, )
src/extractors/extractors-core/src/utils.ts:34
↓ 5 callersMethodrender
()
examples/poodle-surf/example-codebases/web/src/App.tsx:22
↓ 4 callersFunctionassertNotWatching
()
scripts/internal/helpers.ts:45
↓ 4 callersFunctionchunk
(arr: T[], chunkSize: number)
src/extractors/extractors/src/utils.ts:18
↓ 4 callersFunctionconvertPoint
(point: Point2DData)
src/framework/web-sdk-common/src/css-linear-gradient.ts:184
↓ 4 callersFunctioncreateDesignLanguageSpec
( designLanguageName: string, assetsDirectory: string, filename: string, projectRoot: string, )
src/extractors/generation/src/utils.ts:59
↓ 4 callersFunctioncreateIosCompilerForFixture
(fixture: string)
src/framework/stdlib/test/helpers.ts:62
↓ 4 callersFunctioncreateParserForFixture
(fixture: string, target: Target, options?: Partial<CompilerOptions>)
src/framework/stdlib/test/helpers.ts:41
↓ 4 callersFunctioncreateParserForFixture
(fixture: string, target: Target, options?: Partial<CompilerOptions>)
src/compiler/targets/test/helpers.ts:45
↓ 4 callersFunctiondropShadowToFilterCss
(shadow: DropShadowData)
src/framework/web-sdk-common/src/css-drop-shadow.ts:17
↓ 4 callersFunctionenableAnalytics
()
src/utils/storage/src/analytics.ts:44
↓ 4 callersFunctionentitiesToWritableObject
(collection: CodegenEntity[], scope: string, resolver: UniqueNameResolver, kind: string)
src/extractors/generation/src/utils.ts:169
↓ 4 callersFunctionescapeShell
(cmd: string)
src/extractors/extractors/src/utils.ts:43
↓ 4 callersMethodexecBinary
(command: string, options?: ExecSyncOptions)
src/cli/cli-core/src/package-manager.ts:110
↓ 4 callersFunctionfindExampleFromSelection
(selection: string[], component?: DocsTargetSpec)
src/utils/docs-template-app/src/utils/component.ts:18
↓ 4 callersFunctionfindOpenPort
(ports: number[])
src/cli/cli-core/src/network.ts:38
↓ 4 callersMethodflush
()
src/utils/storage/src/registry.ts:32
↓ 4 callersFunctiongetColorInitializerFromFigma
({r, g, b, a}: FigmaColor)
src/extractors/extractors/src/extractors/figma.ts:281
↓ 4 callersFunctiongetFromNetwork
src/framework/stdlib/sources/android/bindings/Image.kt:116
↓ 4 callersFunctiongetFromNetwork
src/framework/stdlib/test/goldens/Bindings/diez-stdlib-test-stub-android/src/main/java/org/diez/stdlibTestStub/Image.kt:158
↓ 4 callersFunctiongetLinearGradientInitializer
( stops: GeneratedGradientStop[], start: GeneratedPoint2D, end: GeneratedPoint2D, )
src/extractors/generation/src/linear-gradient.ts:13
↓ 4 callersMethodgetMetadataForTypeOrThrow
* A method for retrieving type metadata for a known type.
src/compiler/compiler-core/src/api.ts:277
↓ 4 callersMethodgetPropertyName
(name: string, className: string)
src/extractors/generation/src/utils.ts:37
↓ 4 callersFunctioninferProjectName
(projectRoot: string)
src/compiler/compiler-core/src/utils.ts:241
↓ 4 callersFunctionisChildProcess
(proc: void | ChildProcess | Buffer)
src/cli/cli-core/src/utils.ts:210
↓ 4 callersFunctionjoinToCase
( values: string[], style: Case = Case.Camel, separator: string = '.', prefix: string = '', suffix:
src/compiler/targets/src/utils/casing.ts:25
↓ 4 callersFunctionloadingMessage
(message: string)
src/cli/cli-core/src/reporting.ts:107
↓ 4 callersFunctionmkdirp
(dirpath: string)
src/utils/test-utils/src/mocks/fs-extra.ts:59
↓ 4 callersFunctionnormalizeUnit
(x: number)
src/framework/prefabs/src/color.ts:49
↓ 4 callersFunctionpad2
(c: string)
src/framework/stdlib/src/color.ts:24
↓ 4 callersFunctionpathToCrumb
(path: string, crumb: string)
src/utils/docs-template-app/src/utils/navigation.ts:11
↓ 4 callersMethodprocessComponentProperty
( property: Property, instance: MaybeNestedArray<any>, serializedInstance: MaybeNestedArray<any>,
src/compiler/targets/src/targets/web.compiler.ts:248
↓ 4 callersFunctionpropertyIsCommentableHelper
(context, options)
src/compiler/compiler-core/src/utils.ts:396
↓ 4 callersFunctionregisterFont
(font: GeneratedFont, collection: GeneratedFonts)
src/extractors/generation/src/utils.ts:176
↓ 4 callersFunctionreplaceOccurrencesInString
(contents: string, replacements: Map<string, string>)
scripts/internal/helpers.ts:56
↓ 4 callersFunctionround
(n: number)
src/framework/prefabs/src/color.ts:13
↓ 4 callersFunctionroundFloat
(value: number, decimals: number = 15)
src/extractors/generation/src/utils.ts:436
↓ 4 callersMethodset
(key: string, value: string)
src/utils/docs-template-app/src/utils/storage.ts:22
↓ 4 callersMethodtoMatchDirectory
(goldenDirectory: string, blacklist?: Set<string>)
src/utils/test-utils/src/index.ts:14
↓ 4 callersFunctionupdateStyleSheetWithUnitedVariables
(name: string, value: string, styleSheet: StyleSheet)
src/framework/stdlib/src/utils.ts:22
↓ 4 callersFunctionwebComponentListHelper
(property: TargetProperty)
src/compiler/targets/src/utils/index.ts:34
↓ 4 callersMethodwriteAssets
()
src/compiler/targets/src/targets/web.compiler.ts:326
↓ 4 callersMethodwriteSdk
()
src/compiler/compiler-core/test/helpers.ts:109
↓ 3 callersMethodaddCoreFiles
* Assembles and (usually) writes out core files. * * TODO: package core files as separately bundled artifacts available via public repositories.
src/compiler/compiler-core/src/api.ts:447
↓ 3 callersFunctionaddImage
(file: File, destination: string, projectRoot: string, assetBindings: AssetBindings)
src/framework/stdlib/src/bindings/Image/ios.ts:95
↓ 3 callersFunctionanalyticsAction
(_, toggle: string)
src/cli/cli-core/src/commands/analytics.action.ts:5
↓ 3 callersFunctionbootstrap
(rootPackageName = global.process.cwd(), bootstrapRoot?: string)
src/cli/cli-core/src/cli.ts:138
↓ 3 callersMethodclear
()
src/utils/docs-template-app/src/utils/storage.ts:38
↓ 3 callersMethodclose
* In dev mode, this method is replaced with a command that stops watching files and shuts the server down. * @ignore
src/compiler/compiler-core/src/parser.ts:619
↓ 3 callersFunctioncreateAndroidCompilerForFixture
(fixture: string)
src/framework/stdlib/test/helpers.ts:72
↓ 3 callersMethoddarken
* Darkens a color by the specified amount. * * `maroon = this.red.darken(0.25);` * * @returns A new Color instance after applying the spec
src/framework/prefabs/src/color.ts:168
↓ 3 callersFunctiondownloadStream
(url: string)
src/utils/storage/src/utils.ts:77
↓ 3 callersFunctionemitDiagnostics
( eventType: string, diezVersion: string, extra?: any, )
src/utils/storage/src/analytics.ts:61
↓ 3 callersFunctionemptyDir
(dirpath: string)
src/utils/test-utils/src/mocks/fs-extra.ts:30
↓ 3 callersMethodendWith
(value: string)
src/utils/docs-template-app/test/e2e/nightwatch.d.ts:8
↓ 3 callersFunctionfindAvailableTypes
(tree: DocsTargetSpec[])
src/utils/docs-template-app/src/utils/component.ts:91
↓ 3 callersMethodgenerateIdFromPath
(componentPath: string[])
src/compiler/targets/src/targets/docs.compiler.ts:93
↓ 3 callersFunctiongenerateRandomFilePath
(extension = '')
src/extractors/extractors/src/utils.ts:74
↓ 3 callersFunctiongetColorInitializerFromXd
(color: XdColorValue)
src/extractors/extractors/src/extractors/xd.ts:93
↓ 3 callersFunctiongetDropShadowInitializer
(shadow: GeneratedDropShadow)
src/extractors/generation/src/drop-shadow.ts:14
↓ 3 callersFunctiongetFigmaAccessToken
()
src/extractors/extractors/src/utils.network.ts:81
↓ 3 callersMethodgetFont
(name: string)
src/utils/types/index.d.ts:81
↓ 3 callersFunctionhasExamples
(component?: DocsTargetSpec)
src/utils/docs-template-app/src/utils/component.ts:11
↓ 3 callersMethodhash
()
src/framework/web-sdk-common/src/google-fonts.ts:30
↓ 3 callersFunctionhueToRgba
(p: number, q: number, tp: number)
src/framework/stdlib/src/color.ts:51
↓ 3 callersFunctionhypot
(point: Point2DData)
src/framework/web-sdk-common/src/css-linear-gradient.ts:10
↓ 3 callersFunctionindentContentHelper
(context, indentation = ' ', data)
src/compiler/compiler-core/src/utils.ts:386
↓ 3 callersMethodinitialize
()
src/utils/storage/src/registry.ts:50
↓ 3 callersMethodlinearGradient
* Creates a linear gradient fill. * * `const linearGradientFill = Fill.linearGradient(LinearGradient.make(Toward.Right, Color.rgb(255, 0, 0), Co
src/framework/prefabs/src/fill.ts:63
↓ 3 callersFunctionmakeContentsInfoJson
(bundleId: string)
src/framework/stdlib/src/bindings/Image/ios.ts:10
↓ 3 callersFunctionmakeImagesetContentsImageJson
(filename: string, scale: string)
src/framework/stdlib/src/bindings/Image/ios.ts:26
↓ 3 callersFunctionpathToArray
(path: string)
src/utils/docs-template-app/src/utils/navigation.ts:4
↓ 3 callersFunctionperformGetRequest
(uri: string, json = true, headers?: Headers)
src/extractors/extractors/src/utils.network.ts:13
↓ 3 callersFunctionprefabPlural
(value: string)
src/utils/docs-template-app/src/filters/prefab-plural.ts:13
↓ 3 callersMethodprintDiagnostics
* Pretty prints TypeScript diagnostics.
src/compiler/compiler-core/src/parser.ts:555
↓ 3 callersFunctionprintWarnings
(targetComponents: NamedComponentMap)
src/compiler/compiler-core/src/utils.ts:193
↓ 3 callersFunctionreadJson
(path: string)
src/utils/test-utils/src/mocks/fs-extra.ts:86
↓ 3 callersFunctionround
(number: number)
src/framework/web-sdk-common/src/css-color.ts:17
↓ 3 callersFunctionserialize
* Serializable<T> interface. * * Generic serialization instructions. These can be overridden as needed.
src/framework/engine/src/prefab.ts:83
↓ 3 callersMethodshouldRetryError
(error: Error)
src/extractors/extractors-core/src/api.ts:41
↓ 3 callersFunctionsocketTrap
(socket: Socket)
src/cli/cli-core/src/network.ts:55
↓ 3 callersMethodwriteSdk
* @abstract
src/compiler/targets/src/targets/ios.compiler.ts:310
↓ 2 callersMethodaddDependency
* Adds a new dependency to a project.
src/cli/cli-core/src/package-manager.ts:74
↓ 2 callersFunctionbuildIndex
(trees: DocsTargetSpec[])
src/compiler/targets/src/utils/search.ts:7
↓ 2 callersFunctioncanUseNpm
(root: string)
src/cli/cli-core/src/package-manager.ts:18
↓ 2 callersFunctioncapitalize
(value: string)
src/utils/docs-template-app/src/filters/capitalize.ts:4
↓ 2 callersFunctioncleanupMockFileSystem
()
src/utils/test-utils/src/mocks/fs-extra.ts:19
↓ 2 callersMethodclear
* @abstract
src/compiler/targets/src/targets/ios.compiler.ts:276
↓ 2 callersMethodclear
* @abstract
src/compiler/targets/src/targets/android.compiler.ts:225
↓ 2 callersMethodclear
()
src/compiler/targets/src/targets/docs.compiler.ts:356
← previousnext →101–200 of 750, ranked by callers