Home
last modified time | relevance | path

Searched refs:inline (Results 1 – 25 of 120) sorted by relevance

12345

/expo/docs/components/plugins/api/
H A DAPIDataType.tsx9 type APIDataTypeProps = { typeDefinition: TypeDefinitionData; inline?: boolean };
11 export const APIDataType = ({ typeDefinition, inline = true }: APIDataTypeProps) => {
26 <CodeBlock inline={inline} key={typeDefinition.name}>
/expo/packages/html-elements/build/primitives/
H A DRNWView.js63 const style = StyleSheet.compose(hasTextAncestor && styles.inline,
90 inline: { property
/expo/docs/components/base/languages/
H A Dobjectivec.ts4 …/\b(?:asm|typeof|inline|auto|break|case|char|const|continue|default|do|double|else|enum|extern|flo…
H A Dkotlin.ts6 …e|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|in…
/expo/packages/html-elements/src/primitives/
H A DRNWView.tsx92 hasTextAncestor && styles.inline,
127 inline: {
128 display: 'inline-flex',
/expo/docs/components/plugins/
H A DImageSpotlight.tsx23 <img src={src} alt={alt} style={style} className="inline" />
/expo/docs/ui/components/DocIcons/
H A DIconBase.tsx17 'inline-block',
/expo/docs/components/base/
H A Dcode.tsx258 display: 'inline-flex',
262 type CodeBlockProps = React.PropsWithChildren<{ inline?: boolean }>;
264 export const CodeBlock = ({ children, inline = false }: CodeBlockProps) => {
265 const Element = inline ? 'span' : 'pre';
271 inline && codeBlockInlineContainerStyle,
274 <CODE css={[STYLES_CODE_BLOCK, inline && codeBlockInlineStyle, { fontSize: '80%' }]}>
/expo/docs/components/
H A DPermalink.tsx43 display: inline;
49 display: inline-block;
/expo/docs/ui/components/CommandMenu/Items/
H A DExpoItem.tsx19 <div className="inline-flex gap-3 items-center">
H A Dicons.tsx6 <ChevronRightIcon className="icon-xs text-icon-quaternary inline-block relative mx-1 -top-px" />
H A DRNDirectoryItem.tsx25 <div className="inline-flex gap-3 items-center">
/expo/packages/babel-preset-expo/src/__tests__/__snapshots__/
H A Dindex.test.ts.snap3 exports[`"lazyImports" option accepts ["inline-comp", "./inline-func", "../inline-func-with-side-ef…
9 function _inlineComp(){var data=_interopRequireDefault(require("inline-comp"));_inlineComp=function…
17 function _inlineFunc(){var data=_interopRequireDefault(require("./inline-func"));_inlineFunc=functi…
58 function _inlineComp(){var data=_interopRequireDefault(require("inline-comp"));_inlineComp=function…
66 function _inlineFunc(){var data=_interopRequireDefault(require("./inline-func"));_inlineFunc=functi…
107 var _inlineComp=_interopRequireDefault(require("inline-comp"));
115 var _inlineFunc=_interopRequireDefault(require("./inline-func"));
156 var _inlineComp=_interopRequireDefault(require("inline-comp"));
164 var _inlineFunc=_interopRequireDefault(require("./inline-func"));
205 function _inlineComp(){var data=_interopRequireDefault(require("inline-comp"));_inlineComp=function…
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/
H A DABI49_0_0RCTAttributedTextUtils.mm39 inline static UIFontWeight ABI49_0_0RCTUIFontWeightFromInteger(NSInteger fontWeight)
58 inline static UIFontTextStyle ABI49_0_0RCTUIFontTextStyleForDynamicTypeRamp(const DynamicTypeRamp &…
86 inline static CGFloat ABI49_0_0RCTBaseSizeForDynamicTypeRamp(const DynamicTypeRamp &dynamicTypeRamp)
116 inline static CGFloat ABI49_0_0RCTEffectiveFontSizeMultiplierFromTextAttributes(const TextAttribute…
135 inline static UIFont *ABI49_0_0RCTEffectiveFontFromTextAttributes(const TextAttributes &textAttribu…
156 inline static UIColor *ABI49_0_0RCTEffectiveForegroundColorFromTextAttributes(const TextAttributes …
168 inline static UIColor *ABI49_0_0RCTEffectiveBackgroundColorFromTextAttributes(const TextAttributes …
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI48_0_0RCTAttributedTextUtils.mm39 inline static UIFontWeight ABI48_0_0RCTUIFontWeightFromInteger(NSInteger fontWeight)
58 inline static UIFontTextStyle ABI48_0_0RCTUIFontTextStyleForDynamicTypeRamp(const DynamicTypeRamp &…
86 inline static CGFloat ABI48_0_0RCTBaseSizeForDynamicTypeRamp(const DynamicTypeRamp &dynamicTypeRamp)
116 inline static CGFloat ABI48_0_0RCTEffectiveFontSizeMultiplierFromTextAttributes(const TextAttribute…
135 inline static UIFont *ABI48_0_0RCTEffectiveFontFromTextAttributes(const TextAttributes &textAttribu…
156 inline static UIColor *ABI48_0_0RCTEffectiveForegroundColorFromTextAttributes(const TextAttributes …
168 inline static UIColor *ABI48_0_0RCTEffectiveBackgroundColorFromTextAttributes(const TextAttributes …
/expo/docs/pages/versions/unversioned/sdk/
H A Dwebview.mdx56 Minimal example with inline HTML:
58 <SnackInline label="Webview inline HTML" dependencies={["react-native-webview", "expo-constants"]}>
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dwebview.mdx56 Minimal example with inline HTML:
58 <SnackInline label="Webview inline HTML" dependencies={["react-native-webview", "expo-constants"]}>
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dwebview.mdx56 Minimal example with inline HTML:
58 <SnackInline label="Webview inline HTML" dependencies={["react-native-webview", "expo-constants"]}>
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dwebview.mdx56 Minimal example with inline HTML:
58 <SnackInline label="Webview inline HTML" dependencies={["react-native-webview", "expo-constants"]}>
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dwebview.mdx56 Minimal example with inline HTML:
58 <SnackInline label="Webview inline HTML" dependencies={["react-native-webview", "expo-constants"]}>
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/
H A DABI47_0_0RCTAttributedTextUtils.mm39 inline static UIFontWeight ABI47_0_0RCTUIFontWeightFromInteger(NSInteger fontWeight)
58 inline static UIFont *ABI47_0_0RCTEffectiveFontFromTextAttributes(const TextAttributes &textAttribu…
79 inline static CGFloat ABI47_0_0RCTEffectiveFontSizeMultiplierFromTextAttributes(const TextAttribute…
86 inline static UIColor *ABI47_0_0RCTEffectiveForegroundColorFromTextAttributes(const TextAttributes …
98 inline static UIColor *ABI47_0_0RCTEffectiveBackgroundColorFromTextAttributes(const TextAttributes …
/expo/docs/ui/components/Authentication/
H A DBox.tsx20 …<div className="inline-flex flex-row items-center gap-4 pb-4 w-full max-medium:gap-3 max-medium:fl…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI47_0_0RCTBaseTextShadowView.m19 // An inline view (a view nested inside of a text node) does not have a parent
20 // in the Yoga tree. Consequently, we have to manually propagate the inline
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/BaseText/
H A DABI49_0_0RCTBaseTextShadowView.m20 // An inline view (a view nested inside of a text node) does not have a parent
21 // in the Yoga tree. Consequently, we have to manually propagate the inline
/expo/packages/html-elements/src/elements/
H A D_Text.web.tsx74 // @ts-ignore: inline is not supported
75 display: 'inline',

12345