Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cc1670f1cd | |||
| 8f1178bffa | |||
| 19675311e4 |
@@ -1,16 +1,22 @@
|
|||||||
<application>
|
<application>
|
||||||
<component name="Translation.Cache">
|
<component name="Translation.Cache">
|
||||||
<option name="lastTrimTime" value="1719368311091" />
|
<option name="lastTrimTime" value="1719890075434" />
|
||||||
</component>
|
</component>
|
||||||
<component name="Translation.Settings">
|
<component name="Translation.Settings">
|
||||||
<option name="primaryLanguage" value="CHINESE" />
|
<option name="primaryLanguage" value="CHINESE" />
|
||||||
</component>
|
</component>
|
||||||
<component name="Translation.States">
|
<component name="Translation.States">
|
||||||
|
<option name="pinTranslationDialog" value="true" />
|
||||||
<option name="translationDialogHeight" value="702" />
|
<option name="translationDialogHeight" value="702" />
|
||||||
<option name="translationDialogLocationX" value="591" />
|
<option name="translationDialogLocationX" value="591" />
|
||||||
<option name="translationDialogLocationY" value="536" />
|
<option name="translationDialogLocationY" value="536" />
|
||||||
<option name="translationDialogWidth" value="1253" />
|
<option name="translationDialogWidth" value="1253" />
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="The URI path split into its segments. Each of the segments in the list has been decoded. If the path is empty, the empty list will be returned. A leading slash `` does not affect the segments returned. The list is unmodifiable and will throw [UnsupportedError] on any calls that would mutate it." />
|
||||||
|
<item value="Decodes the percent-encoding in [encodedComponent], converting pluses to spaces. It will create a byte-list of the decoded characters, and then use [encoding] to decode the byte-list to a String. The default encoding is UTF-8." />
|
||||||
|
<item value="The number of discrete divisions. Typically used with [label] to show the current discrete value. If null, the slider is continuous." />
|
||||||
|
<item value="received" />
|
||||||
|
<item value="收到" />
|
||||||
<item value="Starts listenening to audio. Uses [sampleRate] and [bufferSize] for capturing audio. Uses [androidAudioSource] to determine recording type on Android. When [waitForFirstDataOnAndroid] is set, it waits for [firstDataTimeout] duration on first data to arrive. Will not listen if first date does not arrive in time. Set as [true] by default on Android. When [waitForFirstDataOnIOS] is set, it waits for [firstDataTimeout] duration on first data to arrive. Known to not work reliably on iOS and set as [false] by default." />
|
<item value="Starts listenening to audio. Uses [sampleRate] and [bufferSize] for capturing audio. Uses [androidAudioSource] to determine recording type on Android. When [waitForFirstDataOnAndroid] is set, it waits for [firstDataTimeout] duration on first data to arrive. Will not listen if first date does not arrive in time. Set as [true] by default on Android. When [waitForFirstDataOnIOS] is set, it waits for [firstDataTimeout] duration on first data to arrive. Known to not work reliably on iOS and set as [false] by default." />
|
||||||
<item value="on sentence begin" />
|
<item value="on sentence begin" />
|
||||||
<item value="segment" />
|
<item value="segment" />
|
||||||
@@ -56,16 +62,11 @@
|
|||||||
<item value="Like [Focus], [FocusScope] provides an [onFocusChange] as a way to be notified when the focus is given to or removed from this widget." />
|
<item value="Like [Focus], [FocusScope] provides an [onFocusChange] as a way to be notified when the focus is given to or removed from this widget." />
|
||||||
<item value="For example a new [FocusScope] is created automatically when a route is pushed, keeping the focus traversal from moving to a control in a previous route. If you just want to group widgets together in a group so that they are traversed in a particular order, but the focus can still leave the group, use a [FocusTraversalGroup]." />
|
<item value="For example a new [FocusScope] is created automatically when a route is pushed, keeping the focus traversal from moving to a control in a previous route. If you just want to group widgets together in a group so that they are traversed in a particular order, but the focus can still leave the group, use a [FocusTraversalGroup]." />
|
||||||
<item value="A [FocusScope] is similar to a [Focus], but also serves as a scope for its descendants, restricting focus traversal to the scoped controls. For example a new [FocusScope] is created automatically when a route is pushed, keeping the focus traversal from moving to a control in a previous route." />
|
<item value="A [FocusScope] is similar to a [Focus], but also serves as a scope for its descendants, restricting focus traversal to the scoped controls. For example a new [FocusScope] is created automatically when a route is pushed, keeping the focus traversal from moving to a control in a previous route." />
|
||||||
<item value="candidates" />
|
|
||||||
<item value="The builder function will be called for each Key object." />
|
|
||||||
<item value="The [Navigator] removed `route`. If only one route is being removed, then the route immediately below that one, if any, is `previousRoute`. If multiple routes are being removed, then the route below the bottommost route being removed, if any, is `previousRoute`, and this method will be called once for each removed route, from the topmost route to the bottommost route." />
|
|
||||||
<item value="The [Navigator] popped `route`. The route immediately below that one, and thus the newly active route, is `previousRoute`." />
|
|
||||||
<item value="The [Navigator] pushed `route`. The route immediately below that one, and thus the previously active route, is `previousRoute`." />
|
|
||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
<entry key="CHINESE" value="501" />
|
<entry key="CHINESE" value="506" />
|
||||||
<entry key="ENGLISH" value="502" />
|
<entry key="ENGLISH" value="507" />
|
||||||
<entry key="HAWAIIAN" value="1" />
|
<entry key="HAWAIIAN" value="1" />
|
||||||
<entry key="POLISH" value="1" />
|
<entry key="POLISH" value="1" />
|
||||||
<entry key="ROMANIAN" value="1" />
|
<entry key="ROMANIAN" value="1" />
|
||||||
|
|||||||
Reference in New Issue
Block a user