Conflicts: yiiguxing.translation.xmlmaster
commit
fb22d0602a
@ -1,73 +1,32 @@
|
||||
<application>
|
||||
<component name="Translation.Cache">
|
||||
<option name="lastTrimTime" value="1681050564907" />
|
||||
</component>
|
||||
<component name="Translation.Settings">
|
||||
<option name="translator" value="MICROSOFT" />
|
||||
<option name="lastTrimTime" value="1680503469492" />
|
||||
</component>
|
||||
<component name="Translation.States">
|
||||
<option name="newTranslationDialogX" value="2254" />
|
||||
<option name="newTranslationDialogY" value="898" />
|
||||
<option name="pinTranslationDialog" value="true" />
|
||||
<histories>
|
||||
<item value="The remaining colors of the scheme are comprised of neutral colors used for backgrounds and surfaces, as well as specific colors for errors, dividers and shadows." />
|
||||
<item value="inactive" />
|
||||
<item value="{@template flutter.widgets.scroll_view.shrinkWrap} Whether the extent of the scroll view in the [scrollDirection] should be determined by the contents being viewed. If the scroll view does not shrink wrap, then the scroll view will expand to the maximum allowed size in the [scrollDirection]. If the scroll view has unbounded constraints in the [scrollDirection], then [shrinkWrap] must be true. Shrink wrapping the content of the scroll view is significantly more expensive than expanding to the maximum allowed size because the content can expand and contract during scrolling, which means the size of the scroll view needs to be recomputed whenever the scroll position changes. Defaults to false. {@youtube 560 315 https:www.youtube.comwatch?v=LUqDNnv_dh0} {@endtemplate}" />
|
||||
<item value="magnitude" />
|
||||
<item value="Extracts the magnitude of the [k]th frequency from [data]." />
|
||||
<item value="The FFT data representing n2+1 frequency components, where n is the capture size, with a frequency range from 0 to [samplingRate]. The first two elements contain the real parts of the 0th and (n2)th frequency component. The remaining elements contain the alternating real and imaginary parts of the frequency components up to the (n2-1)th one." />
|
||||
<item value="min Db Thresh" />
|
||||
<item value="The waveform data." />
|
||||
<item value="The sampling rate of the capture." />
|
||||
<item value="AV Audio Session Interruption Notification" />
|
||||
<item value="AV Audio Session Prompt Style" />
|
||||
<item value="AV Audio Session Record Permission" />
|
||||
<item value="undetermined" />
|
||||
<item value="default Policy" />
|
||||
<item value="long Form Audio" />
|
||||
<item value="long Form Video" />
|
||||
<item value="independent" />
|
||||
<item value="none" />
|
||||
<item value="notify Others On Deactivation" />
|
||||
<item value="av Audio Session Category" />
|
||||
<item value="av Audio Session Category Options" />
|
||||
<item value="av Audio Session Mode" />
|
||||
<item value="av Audio Session Route Sharing Policy" />
|
||||
<item value="av Audio Session Set Active Options" />
|
||||
<item value="android Audio Attributes" />
|
||||
<item value="android Audio Focus Gain Type" />
|
||||
<item value="android Will Pause When Ducked" />
|
||||
<item value="spoken Audio" />
|
||||
<item value="movie Playback" />
|
||||
<item value="measurement" />
|
||||
<item value="game Chat" />
|
||||
<item value="default Mode" />
|
||||
<item value="AV Audio Session Mode" />
|
||||
<item value="multi Route" />
|
||||
<item value="play And Record" />
|
||||
<item value="record" />
|
||||
<item value="playback" />
|
||||
<item value="solo Ambient" />
|
||||
<item value="ambient" />
|
||||
<item value="AV Audio Session Category" />
|
||||
<item value="gain Transient Exclusive" />
|
||||
<item value="gain Transient May Duck" />
|
||||
<item value="gain Transient" />
|
||||
<item value="Inform the operating system of our app's audio attributes etc. We pick a reasonable default for an app that plays speech." />
|
||||
<item value="feat: combine process by ppid; top mem process show rss." />
|
||||
<item value="feat: combine process by ppid; mem top process show rss." />
|
||||
<item value="combine" />
|
||||
<item value="合并" />
|
||||
<item value="Configuration information passed to the [ImageProvider.resolve] method to select a specific image. See also: [createLocalImageConfiguration], which creates an [ImageConfiguration] based on ambient configuration in a [Widget] environment. [ImageProvider], which uses [ImageConfiguration] objects to determine which image to obtain." />
|
||||
<item value="A router that routes all pointer events received from the engine." />
|
||||
<item value="The argument [timeout] is used to specify the maximum allowed time to wait for a connection to be established. If [timeout] is longer than the system level timeout duration, a timeout may occur sooner than specified in [timeout]. On timeout, a [SocketException] is thrown and all ongoing connection attempts to [host] are cancelled." />
|
||||
<item value="The [sourcePort] defines the local port to bind to. If [sourcePort] is not specified or zero, a port will be chosen." />
|
||||
<item value="The argument [sourceAddress] can be used to specify the local address to bind when making the connection. The [sourceAddress] can either be a [String] or an [InternetAddress]. If a [String] is passed it must hold a numeric IP address." />
|
||||
<item value="Creates a new socket connection to the host and port and returns a [Future] that will complete with either a [Socket] once connected or an error if the host-lookup or connection failed. [host] can either be a [String] or an [InternetAddress]. If [host] is a [String], [connect] will perform a [InternetAddress.lookup] and try all returned [InternetAddress]es, until connected. Unless a connection was established, the error from the first failing connection is returned. The argument [sourceAddress] can be used to specify the local address to bind when making the connection. The [sourceAddress] can either be a [String] or an [InternetAddress]. If a [String] is passed it must hold a numeric IP address. The [sourcePort] defines the local port to bind to. If [sourcePort] is not specified or zero, a port will be chosen. The argument [timeout] is used to specify the maximum allowed time to wait for a connection to be established. If [timeout] is longer than the system level timeout duration, a timeout may occur sooner than specified in [timeout]. On timeout, a [SocketException] is thrown and all ongoing connection attempts to [host] are cancelled." />
|
||||
<item value="Whether this map contains the given [key]. Returns true if any of the keys in the map are equal to `key` according to the equality used by the map. ```dart final moonCount = <String, int>{'Mercury': 0, 'Venus': 0, 'Earth': 1, 'Mars': 2, 'Jupiter': 79, 'Saturn': 82, 'Uranus': 27, 'Neptune': 14 }; final containsUranus = moonCount.containsKey('Uranus'); true final containsPluto = moonCount.containsKey('Pluto'); false ```" />
|
||||
<item value="The value for the given [key], or `null` if [key] is not in the map. Some maps allow `null` as a value. For those maps, a lookup using this operator cannot distinguish between a key not being in the map, and the key being there with a `null` value. Methods like [containsKey] or [putIfAbsent] can be used if the distinction is important." />
|
||||
<item value="Creates a new string by concatenating this string with itself a number of times. The result of `str n` is equivalent to `str + str + ...`(n times)`... + str`. ```dart const string = 'Dart'; final multiplied = string 3; print(multiplied); 'DartDartDart' ``` Returns an empty string if [times] is zero or negative." />
|
||||
<item value="shuffle" />
|
||||
<item value="Shuffles the elements of this list randomly. ```dart final numbers = <int>[1, 2, 3, 4, 5]; numbers.shuffle(); print(numbers); [1, 3, 4, 5, 2] OR some other random result. ```" />
|
||||
<item value="_Labels Pattern" />
|
||||
<item value="fling" />
|
||||
<item value="If `test` returns `true`, [onError] is called with the error and possibly stack trace, and the returned future is completed with the result of this call in exactly the same way as for [then]'s `onError`. If `test` is omitted, it defaults to a function that always returns true. The `test` function should not throw, but if it does, it is handled as if the `onError` function had thrown. Note that futures don't delay reporting of errors until listeners are added. If the first `catchError` (or `then`) call happens after this future has completed with an error then the error is reported as unhandled error. See the description on [Future]." />
|
||||
<item value="If [onError] is not given, and this future completes with an error, the error is forwarded directly to the returned future. In most cases, it is more readable to use [catchError] separately, possibly with a `test` parameter, instead of handling both value and error in a single [then] call. Note that futures don't delay reporting of errors until listeners are added. If the first `then` or `catchError` call happens after this future has completed with an error, then the error is reported as unhandled error. See the description on [Future]." />
|
||||
<item value="regenerating Story Index" />
|
||||
<item value="Animated version of [Padding] which automatically transitions the indentation over a given duration whenever the given inset changes. {@youtube 560 315 https:www.youtube.comwatch?v=PY2m0fhGNz4} Here's an illustration of what using this widget looks like, using a [curve] of [Curves.fastOutSlowIn]. {@animation 250 266 https:flutter.github.ioassets-for-api-docsassetswidgetsanimated_padding.mp4} {@tool dartpad} The following code implements the [AnimatedPadding] widget, using a [curve] of [Curves.easeInOut]. See code in examplesapilibwidgetsimplicit_animationsanimated_padding.0.dart {@end-tool} See also: [AnimatedContainer], which can transition more values at once. [AnimatedAlign], which automatically transitions its child's position over a given duration whenever the given [AnimatedAlign.alignment] changes." />
|
||||
<item value="fix: avoid open monitor many times." />
|
||||
<item value="Creates a [Shader] for this gradient to fill the given rect. If the gradient's configuration is text-direction-dependent, for example it uses [AlignmentDirectional] objects instead of [Alignment] objects, then the `textDirection` argument must not be null. The shader's transform will be resolved from the [transform] of this gradient." />
|
||||
<item value="create Shader" />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="104" />
|
||||
<entry key="ENGLISH" value="105" />
|
||||
<entry key="FRENCH" value="1" />
|
||||
<entry key="NORWEGIAN" value="4" />
|
||||
<entry key="SWEDISH" value="6" />
|
||||
<entry key="CHINESE" value="17" />
|
||||
<entry key="ENGLISH" value="18" />
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
|
Loading…
Reference in new issue