Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 91) sorted by relevance

1234

/expo/packages/@expo/config-plugins/src/android/
H A DPermissions.ts149 for (const attribute of permissions) { constant
152 const value = attribute.$['android:name'] || attribute.$.name;
154 nextPermissions.push(attribute);
/expo/packages/@expo/config-plugins/build/android/
H A DPermissions.js151 for (const attribute of permissions) {
154 const value = attribute.$['android:name'] || attribute.$.name;
156 nextPermissions.push(attribute);
/expo/apps/native-component-list/src/screens/GL/
H A DGLMaskScreen.tsx7 attribute vec2 position;
75 // Save position attribute
93 // Bind buffer, program and position attribute for use
H A DGLViewScreen.tsx69 attribute vec4 freq, phase;
70 attribute vec3 color;
H A DBasicTextureScreen.tsx11 attribute vec2 position;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/Touchable/
H A DTouchableNativeFeedback.d.ts31 attribute: string; property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/Touchable/
H A DTouchableNativeFeedback.d.ts31 attribute: string; property
/expo/packages/expo-dev-client-components/src/
H A Dtheme.ts24 const value: { [attribute: string]: number } = {};
26 attributes.forEach((attribute) => {
27 value[attribute] = scale[key as ScaleKey];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI48_0_0RCTTextLayoutManager.mm76 …UIFont *font = [textStorage attribute:NSFontAttributeName atIndex:range.location effectiveRange:ni…
155 attribute:NSFontAttributeName
220 // after (fraction == 1.0) the last character, then the attribute is valid.
224 …(ABI48_0_0RCTWeakEventEmitterWrapper *)[textStorage attribute:ABI48_0_0RCTAttributedStringEventEmi…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI47_0_0RCTTextLayoutManager.mm76 …UIFont *font = [textStorage attribute:NSFontAttributeName atIndex:range.location effectiveRange:ni…
155 attribute:NSFontAttributeName
220 // after (fraction == 1.0) the last character, then the attribute is valid.
224 …(ABI47_0_0RCTWeakEventEmitterWrapper *)[textStorage attribute:ABI47_0_0RCTAttributedStringEventEmi…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/
H A DABI49_0_0RCTTextLayoutManager.mm149 attribute:NSFontAttributeName
193 // after (fraction == 1.0) the last character, then the attribute is valid.
197 …(ABI49_0_0RCTWeakEventEmitterWrapper *)[textStorage attribute:ABI49_0_0RCTAttributedStringEventEmi…
309 …UIFont *font = [textStorage attribute:NSFontAttributeName atIndex:range.location effectiveRange:ni…
/expo/docs/pages/distribution/
H A Druntime-versions.mdx55 …ifest.xml** whose `android:name` attribute is `expo.modules.updates.EXPO_RUNTIME_VERSION` and `and…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/Text/
H A DABI49_0_0RCTTextShadowView.m42 // we must set the root text nodes text attribute background color to nil
282 NSTextAttachment *attachment = [textStorage attribute:NSAttachmentAttributeName
288 …UIFont *font = [textStorage attribute:NSFontAttributeName atIndex:range.location effectiveRange:ni…
331 attribute:NSFontAttributeName
H A DABI49_0_0RCTTextView.m175 // after (fraction == 1.0) the last character, then the attribute is valid.
178 …ABI49_0_0ReactTag = [_textStorage attribute:ABI49_0_0RCTTextAttributesTagAttributeName atIndex:cha…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/Text/
H A DABI47_0_0RCTTextShadowView.m43 // we must set the root text nodes text attribute background color to nil
302 [textStorage attribute:NSAttachmentAttributeName atIndex:range.location effectiveRange:nil];
306 …UIFont *font = [textStorage attribute:NSFontAttributeName atIndex:range.location effectiveRange:ni…
345 …UIFont *font = [[textStorage attributedSubstringFromRange:range] attribute:NSFontAttributeName atI…
H A DABI47_0_0RCTTextView.m179 // after (fraction == 1.0) the last character, then the attribute is valid.
181 …ABI47_0_0ReactTag = [_textStorage attribute:ABI47_0_0RCTTextAttributesTagAttributeName atIndex:cha…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/Text/
H A DABI48_0_0RCTTextShadowView.m42 // we must set the root text nodes text attribute background color to nil
282 NSTextAttachment *attachment = [textStorage attribute:NSAttachmentAttributeName
288 …UIFont *font = [textStorage attribute:NSFontAttributeName atIndex:range.location effectiveRange:ni…
331 attribute:NSFontAttributeName
H A DABI48_0_0RCTTextView.m175 // after (fraction == 1.0) the last character, then the attribute is valid.
178 …ABI48_0_0ReactTag = [_textStorage attribute:ABI48_0_0RCTTextAttributesTagAttributeName atIndex:cha…
/expo/tools/src/versioning/android/
H A Djarjar-e11d5636.jarcom/tonicsystems/jarjar/help.txt com/tonicsystems/jarjar/ext_util/StandaloneJarProcessor. ...
/expo/docs/pages/guides/
H A Dpermissions.mdx38 …st.xml** to exclude specific permissions: add the `tools:node="remove"` attribute to a `<use-permi…
46 > You have to define the `xmlns:tools` attribute on `<manifest>` before you can use the `tools:node…
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/main/java/abi48_0_0/com/reactnativecommunity/asyncstorage/
H A DAsyncStorageExpoMigration.java15 import java.nio.file.attribute.BasicFileAttributes;
/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/
H A DAsyncStorageExpoMigration.java15 import java.nio.file.attribute.BasicFileAttributes;
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/main/java/abi49_0_0/com/reactnativecommunity/asyncstorage/
H A DAsyncStorageExpoMigration.java15 import java.nio.file.attribute.BasicFileAttributes;
/expo/packages/expo-av/build/
H A DFullscreenUtils.web.js.map1attribute for that event to the provided element. If the event is supported\n // then the browser…
/expo/ios/vendored/sdk47/react-native-svg/apple/Text/
H A DABI47_0_0RNSVGGlyphContext.mm14 // Unique input attribute lists (only added if node sets a value)
21 // Unique index into attribute list (one per unique list)
74 // Current attribute list index
81 // Current value index in current attribute list

1234