Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diez/diez
/ functions
Functions
750 in github.com/diez/diez
⨍
Functions
750
◇
Types & classes
604
Function
get
()
src/framework/stdlib/sources/web/bindings/DropShadow.js:5
Function
get
()
src/framework/stdlib/sources/web/bindings/Panel.js:5
Function
get
()
src/framework/stdlib/sources/web/bindings/Size2D.js:3
Function
get
()
src/framework/stdlib/sources/web/bindings/Color.js:5
Function
get
()
src/framework/stdlib/sources/web/bindings/LinearGradient.js:5
Function
get
()
src/framework/stdlib/test/goldens/Bindings/diez-stdlib-test-stub-web/index.js:114
Function
get
(key: string)
src/cli/cli-core/test/cli.test.ts:37
Function
get
(key: string)
src/cli/cli-core/test/cli.analytics.test.ts:11
Function
getBinding
( target: string, source: string, componentName: DiezType, )
src/compiler/compiler-core/src/utils.ts:149
Method
getComponentForTypeOrThrow
* Gets the component specification for a given property type.
src/compiler/compiler-core/src/parser.ts:624
Function
getFixtureComponentDeclaration
(fixture: string)
src/framework/stdlib/test/helpers.ts:33
Function
getFixtureComponentDeclaration
(fixture: string)
src/compiler/targets/test/helpers.ts:37
Function
getFixtures
()
src/compiler/compiler-core/test/helpers.ts:23
Function
getGeneratedFixturesRoot
(fixture: string)
src/utils/docs-template-app/test/helpers.ts:38
Method
getInitializer
* Retrieves an initializer based on a spec. * * Via recursion, produces output like `ComponentType(fieldName: "fileValue", child: ChildType())`.
src/compiler/targets/src/targets/ios.compiler.ts:146
Method
getInitializer
* @abstract
src/compiler/targets/src/targets/android.compiler.ts:117
Method
getInitializer
* @abstract
src/compiler/targets/src/targets/web.compiler.ts:109
Method
getMetadataForTypeOrThrow
(type: DiezType)
src/compiler/compiler-core/src/parser.ts:502
Function
getPangram
(key: string)
src/framework/stdlib/src/typograph.ts:19
Function
getPrimitive
* Gets the target-specific spec for given primitive component type.
src/compiler/compiler-core/src/compiler.ts:140
Method
getPrimitiveInitializer
* @abstract
src/compiler/targets/src/targets/ios.compiler.ts:176
Method
getPrimitiveInitializer
* @abstract
src/compiler/targets/src/targets/android.compiler.ts:148
Method
getPrimitiveInitializer
* @abstract
src/compiler/targets/src/targets/web.compiler.ts:139
Function
getProject
()
src/extractors/generation/test/utils.test.ts:22
Function
getPropertyPresentation
(property: Property, instance: any)
src/compiler/compiler-core/src/compiler.ts:156
Method
glyphForCodePoint
(codePoint: FontkitCodePoint)
src/utils/types/index.d.ts:76
Function
handleBuilt
(message: string)
src/utils/start/src/index.action.ts:132
Function
handler
(req events.APIGatewayProxyRequest)
services/oauth/figma/main.go:29
Function
handler
(req events.APIGatewayProxyRequest)
services/analytics/ping/main.go:20
Method
hideSplash
examples/poodle-surf/example-codebases/android/app/src/main/java/org/diez/examples/poodlesurf/MainActivity.kt:351
Method
hostname
* @abstract
src/compiler/targets/src/targets/ios.compiler.ts:88
Method
hostname
* @abstract
src/compiler/targets/src/targets/android.compiler.ts:63
Method
hostname
* @abstract
src/compiler/targets/src/targets/web.compiler.ts:59
Method
hotComponent
* @abstract
src/compiler/targets/src/targets/ios.compiler.ts:102
Method
hotComponent
* @abstract
src/compiler/targets/src/targets/android.compiler.ts:77
Method
hotComponent
* @abstract
src/compiler/targets/src/targets/web.compiler.ts:73
Method
hotFilePath
()
src/utils/diez-webpack-plugin/src/index.ts:44
Function
hotStaticRoot
* The root where we should serve static content in hot mode.
src/compiler/compiler-core/src/compiler.ts:77
Function
hotUrlMutex
* A hot URL mutex clients can look for.
src/compiler/compiler-core/src/compiler.ts:319
Function
hslToHex
({h, s, l, a}: ColorData)
src/framework/stdlib/src/color.ts:29
Function
imageAssetBinder
(instance, {projectRoot, hot}, {assetBindings, bundleIdPrefix})
src/framework/stdlib/src/bindings/Image/ios.ts:121
Method
includeGlyph
(glyph: FontkitGlyph)
src/utils/types/index.d.ts:68
Function
iosHandler
(program)
src/compiler/targets/src/targets/ios.compiler.ts:391
Method
isRunningHot
()
src/utils/diez-webpack-plugin/src/index.ts:48
Function
kill
()
src/utils/start/test/start.test.ts:62
Function
load
src/framework/stdlib/sources/android/bindings/Lottie.kt:14
Function
load
src/framework/stdlib/sources/android/bindings/Image.kt:49
Function
load
src/framework/stdlib/test/goldens/Bindings/diez-stdlib-test-stub-android/src/main/java/org/diez/stdlibTestStub/Lottie.kt:41
Function
load
src/framework/stdlib/test/goldens/Bindings/diez-stdlib-test-stub-android/src/main/java/org/diez/stdlibTestStub/Image.kt:91
Function
loadBackgroundImage
src/framework/stdlib/sources/android/bindings/Image.kt:95
Function
loadBackgroundImage
src/framework/stdlib/test/goldens/Bindings/diez-stdlib-test-stub-android/src/main/java/org/diez/stdlibTestStub/Image.kt:137
Function
loadIcon
src/framework/stdlib/sources/android/bindings/Image.kt:84
Function
loadIcon
src/framework/stdlib/test/goldens/Bindings/diez-stdlib-test-stub-android/src/main/java/org/diez/stdlibTestStub/Image.kt:126
Function
loadLeftDrawable
src/framework/stdlib/sources/android/bindings/Image.kt:73
Function
loadLeftDrawable
src/framework/stdlib/test/goldens/Bindings/diez-stdlib-test-stub-android/src/main/java/org/diez/stdlibTestStub/Image.kt:115
Function
main
()
services/oauth/figma/main.go:56
Function
main
()
services/analytics/ping/main.go:42
Method
make
* Constructs a linear gradient using an angle in degrees, or a [[Toward]] value, that specifies the direction of the * `LinearGradient`, where 0 de
src/framework/prefabs/src/linear-gradient.ts:132
Method
make
* Creates a two dimensional point.
src/framework/prefabs/src/point2d.ts:37
Function
mockGenerationFactory
()
src/utils/test-utils/src/mocks/@diez/generation.ts:14
Method
moduleName
* @abstract
src/compiler/targets/src/targets/ios.compiler.ts:95
Method
moduleName
* @abstract
src/compiler/targets/src/targets/android.compiler.ts:70
Method
moduleName
* @abstract
src/compiler/targets/src/targets/web.compiler.ts:66
Method
mountLottie
* Mounts a Lottie animation on the element. * * You *must* have called `Diez.applyHTMLExtensions()` at least once to use this method.
src/framework/stdlib/sources/web/bindings/Lottie.d.ts:15
Method
mountLottie
* Mounts a Lottie animation on the element. * * You *must* have called `Diez.applyHTMLExtensions()` at least once to use this method.
src/framework/stdlib/test/goldens/Bindings/diez-stdlib-test-stub-web/index.d.ts:64
Function
newLine
(writer: CodeBlockWriter)
src/extractors/generation/src/utils.ts:148
Method
onAnimationCancel
examples/poodle-surf/example-codebases/android/app/src/main/java/org/diez/examples/poodlesurf/MainActivity.kt:340
Method
onAnimationEnd
examples/poodle-surf/example-codebases/android/app/src/main/java/org/diez/examples/poodlesurf/MainActivity.kt:334
Method
onAnimationRepeat
examples/poodle-surf/example-codebases/android/app/src/main/java/org/diez/examples/poodlesurf/MainActivity.kt:336
Method
onAnimationStart
examples/poodle-surf/example-codebases/android/app/src/main/java/org/diez/examples/poodlesurf/MainActivity.kt:341
Method
onCreate
examples/lorem-ipsum/example-codebases/android/app/src/main/java/org/diez/examples/loremipsum/MainActivity.kt:15
Method
onCreate
examples/poodle-surf/example-codebases/android/app/src/main/java/org/diez/examples/poodlesurf/MainActivity.kt:21
Method
onCreate
(Bundle savedInstanceState)
examples/poodle-surf/example-codebases/android-java/app/src/main/java/org/diez/examples/poodlesurfjava/MainActivity.java:20
Method
onDiezUpdated
examples/poodle-surf/example-codebases/android/app/src/main/java/org/diez/examples/poodlesurf/MainActivity.kt:45
Method
onGlobalLayout
examples/lorem-ipsum/example-codebases/android/app/src/main/java/org/diez/examples/loremipsum/MainActivity.kt:71
Method
onMocksUpdated
examples/poodle-surf/example-codebases/android/app/src/main/java/org/diez/examples/poodlesurf/MainActivity.kt:300
Function
onResourceReady
src/framework/stdlib/sources/android/bindings/Image.kt:63
Function
onResourceReady
src/framework/stdlib/test/goldens/Bindings/diez-stdlib-test-stub-android/src/main/java/org/diez/stdlibTestStub/Image.kt:105
Function
onResult
src/framework/stdlib/sources/android/bindings/Lottie.kt:21
Function
onResult
src/framework/stdlib/test/goldens/Bindings/diez-stdlib-test-stub-android/src/main/java/org/diez/stdlibTestStub/Lottie.kt:48
Method
onResume
examples/poodle-surf/example-codebases/android/app/src/main/java/org/diez/examples/poodlesurf/MainActivity.kt:40
Method
patch
src/framework/stdlib/test/goldens/Bindings/diez-stdlib-test-stub-android/src/main/java/org/diez/stdlibTestStub/Diez.kt:43
Method
printUsageInstructions
* @abstract
src/compiler/targets/src/targets/ios.compiler.ts:235
Method
printUsageInstructions
* @abstract
src/compiler/targets/src/targets/android.compiler.ts:193
Method
printUsageInstructions
* @abstract
src/compiler/targets/src/targets/web.compiler.ts:207
Function
processComponentInstance
* Recursively processes a component instance and all its properties.
src/compiler/compiler-core/src/compiler.ts:232
Function
processComponentProperty
* Recursively processes a component property.
src/compiler/compiler-core/src/compiler.ts:180
Function
purr
src/compiler/targets/test/sources/bindings/ChildComponent.kt:4
Method
purr
src/compiler/targets/test/goldens/Primitives/diez-target-test-stub-android/src/main/java/org/diez/targetTestStub/ChildComponent.kt:10
Method
removeColumnGutter
(track: number, immediate?: true)
src/utils/docs-template-app/src/shims-split-grid.d.ts:37
Method
removeRowGutter
(track: number, immediate?: true)
src/utils/docs-template-app/src/shims-split-grid.d.ts:38
Method
render
()
examples/poodle-surf/example-codebases/web/src/components/ForecastCard.tsx:15
Method
render
()
examples/poodle-surf/example-codebases/web/src/components/Hero.tsx:14
Method
render
()
examples/poodle-surf/example-codebases/web/src/components/WaterTemperatureCard.tsx:14
Method
render
()
examples/poodle-surf/example-codebases/web/src/components/Header.tsx:12
Method
render
()
examples/poodle-surf/example-codebases/web/src/components/Card.tsx:12
Method
render
()
examples/poodle-surf/example-codebases/web/src/components/Column.tsx:17
Function
replaceOccurrencesInFile
(filename: string, replacements: Map<string, string>)
scripts/internal/helpers.ts:65
Method
resize
src/framework/stdlib/sources/android/bindings/LinearGradient.kt:12
Method
resize
src/framework/stdlib/test/goldens/Bindings/diez-stdlib-test-stub-android/src/main/java/org/diez/stdlibTestStub/LinearGradient.kt:39
← previous
next →
601–700 of 750, ranked by callers