Home
last modified time | relevance | path

Searched refs:maxLength (Results 1 – 25 of 56) sorted by relevance

123

/expo/packages/@expo/metro-runtime/build/error-overlay/UI/
H A DLogBoxMessage.js22 const maxLength = props.maxLength != null ? props.maxLength : Infinity;
28 if (props.maxLength != null) {
29 cleanMessage = cleanMessage.slice(0, props.maxLength - length);
31 if (length < maxLength) {
H A DLogBoxMessage.js.map1maxLength?: number;\n};\n\nconst cleanContent = (content: string) =>\n content.replace(/^(Transfo…
H A DLogBoxMessage.d.ts7 maxLength?: number;
/expo/packages/@expo/metro-runtime/src/error-overlay/UI/
H A DLogBoxMessage.tsx17 maxLength?: number;
30 const maxLength = props.maxLength != null ? props.maxLength : Infinity;
37 if (props.maxLength != null) {
38 cleanMessage = cleanMessage.slice(0, props.maxLength - length);
41 if (length < maxLength) {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorMesageHeader-test.js.snap63 maxLength={Infinity}
140 maxLength={Infinity}
217 maxLength={300}
307 maxLength={Infinity}
384 maxLength={Infinity}
461 maxLength={Infinity}
H A DLogBoxMessage-test.js.snap132 exports[`LogBoxMessage should render the whole message when maxLength = message length 1`] = `
140 exports[`LogBoxMessage should render the whole message with substitutions when maxLength = message …
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorMessageHeader-test.js.snap63 maxLength={Infinity}
140 maxLength={Infinity}
217 maxLength={300}
307 maxLength={Infinity}
384 maxLength={Infinity}
461 maxLength={Infinity}
H A DLogBoxMessage-test.js.snap187 exports[`LogBoxMessage should render the whole message when maxLength = message length 1`] = `
193 exports[`LogBoxMessage should render the whole message with substitutions when maxLength = message …
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxInspectorMesageHeader-test.js.snap63 maxLength={Infinity}
140 maxLength={Infinity}
217 maxLength={300}
307 maxLength={Infinity}
384 maxLength={Infinity}
461 maxLength={Infinity}
H A DLogBoxMessage-test.js.snap132 exports[`LogBoxMessage should render the whole message when maxLength = message length 1`] = `
140 exports[`LogBoxMessage should render the whole message with substitutions when maxLength = message …
/expo/tools/src/promote-packages/tasks/
H A DselectPackagesToPromote.ts41 const maxLength = parcels.reduce((acc, { pkg }) => Math.max(acc, pkg.packageName.length), 0); constant
46 name: `${green(pkg.packageName.padEnd(maxLength))} ${action} ${formatVersionChange(
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/
H A DABI49_0_0TextInputProps.cpp47 maxLength(convertRawProp(
51 sourceProps.maxLength,
H A DABI49_0_0TextInputProps.h50 int maxLength{};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI48_0_0TextInputProps.cpp47 maxLength(convertRawProp(
51 sourceProps.maxLength,
H A DABI48_0_0TextInputProps.h50 int maxLength{};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI47_0_0TextInputProps.cpp48 maxLength(convertRawProp(
52 sourceProps.maxLength,
H A DABI47_0_0TextInputProps.h50 int maxLength{};
/expo/packages/expo-modules-core/ios/Swift/DevTools/
H A DURLRequest+httpBodyData.swift34 let chunkSize = stream.read(buffer, maxLength: bufferSize) in httpBodyData()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DevTools/
H A DURLRequest+httpBodyData.swift34 let chunkSize = stream.read(buffer, maxLength: bufferSize) in httpBodyData()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/TextInput/
H A DTextInput.d.ts105 constrainLength(maxLength: number): void;
610 maxLength?: number | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/TextInput/
H A DTextInput.d.ts105 constrainLength(maxLength: number): void;
655 maxLength?: number | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI49_0_0AndroidTextInputProps.cpp117 maxLength(CoreFeatures::enablePropIteratorSetter? sourceProps.maxLength :
118 convertRawProp(context, rawProps, "maxLength", sourceProps.maxLength, {0})),
344 RAW_SET_PROP_SWITCH_CASE_BASIC(maxLength); in setProp()
443 props["maxLength"] = maxLength; in getDynamic()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI48_0_0AndroidTextInputProps.cpp117 maxLength(CoreFeatures::enablePropIteratorSetter? sourceProps.maxLength :
118 convertRawProp(context, rawProps, "maxLength", sourceProps.maxLength, {0})),
344 RAW_SET_PROP_SWITCH_CASE_BASIC(maxLength, 0); in setProp()
440 props["maxLength"] = maxLength; in getDynamic()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/
H A DABI47_0_0AndroidTextInputProps.cpp117 maxLength(
118 convertRawProp(context, rawProps, "maxLength", sourceProps.maxLength, {0})),
291 props["maxLength"] = maxLength; in getDynamic()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI49_0_0RCTBaseTextInputView.h50 @property (nonatomic, strong, nullable) NSNumber *maxLength;

123