You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
9.6 KiB
81 lines
9.6 KiB
<application>
|
|
<component name="Translation.Cache">
|
|
<option name="lastTrimTime" value="1736493084007" />
|
|
</component>
|
|
<component name="Translation.Settings">
|
|
<option name="primaryLanguage" value="CHINESE" />
|
|
</component>
|
|
<component name="Translation.States">
|
|
<option name="pinTranslationDialog" value="true" />
|
|
<option name="translationDialogHeight" value="702" />
|
|
<option name="translationDialogLocationX" value="591" />
|
|
<option name="translationDialogLocationY" value="536" />
|
|
<option name="translationDialogWidth" value="1253" />
|
|
<histories>
|
|
<item value="Creates a collapsed selection at the given offset. A collapsed selection starts and ends at the same offset, which means it contains zero characters but instead serves as an insertion point in the text." />
|
|
<item value="If the text range is collapsed and has more than one visual location (e.g., occurs at a line break), which of the two locations to use when painting the caret." />
|
|
<item value="(e.g., occurs at a line break), which of the two locations to use when painting the caret." />
|
|
<item value="The offset at which the selection terminates. When the user uses the arrow keys to adjust the selection, this is the value that changes. Similarly, if the current theme paints a caret on one side of the selection, this is the location at which to paint the caret. Might be larger than, smaller than, or equal to base." />
|
|
<item value="The offset at which the selection originates. Might be larger than, smaller than, or equal to extent." />
|
|
<item value="Creates a collapsed selection at the given text position. A collapsed selection starts and ends at the same offset, which means it contains zero characters but instead serves as an insertion point in the text." />
|
|
<item value="supply UI stage DEPART" />
|
|
<item value="supply operation cmd HANDLE USER ACTION" />
|
|
<item value="update self clean poll time config" />
|
|
<item value="divisions" />
|
|
<item value="A 64-bit integer is represented internally as three non-negative integers, storing the 22 low, 22 middle, and 20 high bits of the 64-bit value. _l (low) and _m (middle) are in the range [0, 2^22 - 1] and _h (high) is in the range [0, 2^20 - 1]. The values being assigned to _l, _m and _h in initialization are masked to force them into the above ranges. Sometimes we know that the value is a small non-negative integer but the dart2js compiler can't infer that, so a few of the masking operations are not needed for correctness but are helpful for dart2js code quality." />
|
|
<item value="An immutable 64-bit signed integer, in the range [-2^63, 2^63 - 1]. Arithmetic operations may overflow in order to maintain this range." />
|
|
<item value="Synchronously writes a single string to the file using the given [Encoding]. Throws a [FileSystemException] if the operation fails." />
|
|
<item value="bound" />
|
|
<item value="A combined byte and text output. An [IOSink] combines a [StreamSink] of bytes with a [StringSink], and allows easy output of both bytes and text. Writing text ([write]) and adding bytes ([add]) may be interleaved freely. While a stream is being added using [addStream], any further attempts to add or write to the [IOSink] will fail until the [addStream] completes. It is an error to add data to the [IOSink] after the sink is closed." />
|
|
<item value="A future that will complete when the consumer closes, or when an error occurs. This future is identical to the future returned by [close]." />
|
|
<item value="Close the target consumer. NOTE: Writes to the [IOSink] may be buffered, and may not be flushed by a call to `close()`. To flush all buffered writes, call `flush()` before calling `close()`." />
|
|
<item value="Returns a [Future] that completes once all buffered data is accepted by the underlying [StreamConsumer]. This method must not be called while an [addStream] is incomplete. NOTE: This is not necessarily the same as the data being flushed by the operating system." />
|
|
<item value="Passes the error to the target consumer as an error event. This function must not be called when a stream is currently being added using [addStream]. This operation is non-blocking. See [flush] or [done] for how to get any errors generated by this call." />
|
|
<item value="Converts [object] to a String by invoking [Object.toString] and writes the result to `this`, followed by a newline. This operation is non-blocking. See [flush] or [done] for how to get any errors generated by this call." />
|
|
<item value="Converts [object] to a String by invoking [Object.toString] and [add]s the encoding of the result to the target consumer. This operation is non-blocking. See [flush] or [done] for how to get any errors generated by this call." />
|
|
<item value="Stop waiting for this future after [timeLimit] has passed. Creates a new _timeout future_ that completes with the same result as this future, the _source future_, if the source future completes in time. If the source future does not complete before [timeLimit] has passed, the [onTimeout] action is executed, and its result (whether it returns or throws) is used as the result of the timeout future. The [onTimeout] function must return a [T] or a `Future<T>`. If [onTimeout] returns a future, the _alternative result future_, the eventual result of the alternative result future is used to complete the timeout future, even if the source future completes before the alternative result future. It only matters that the source future did not complete in time. If `onTimeout` is omitted, a timeout will cause the returned future to complete with a [TimeoutException]." />
|
|
<item value="Removes all `.` segments and any non-leading `..` segments. If the path starts with something that looks like a scheme, and [allowScheme] is false, the colon is escaped. Removing the ".." from a "barfoo.." sequence results in "bar" (trailing ""). If the entire path is removed (because it contains as many ".." segments as real segments), the result is ".". This is different from an empty string, which represents "no path" when you resolve it against a base URI with a path with a non-empty final segment." />
|
|
<item value="Returns a URI where the path has been normalized. A normalized path does not contain `.` segments or non-leading `..` segments. Only a relative path with no scheme or authority may contain leading `..` segments; a path that starts with `` will also drop any leading `..` segments. This uses the same normalization strategy as `Uri().resolve(this)`. Does not change any part of the URI except the path. The default implementation of `Uri` always normalizes paths, so calling this function has no effect." />
|
|
<item value="The path component. The path is the actual substring of the URI representing the path, and it is encoded where necessary. To get direct access to the decoded path, use [pathSegments]. The path value is the empty string if there is no path component." />
|
|
<item value="supply operation cmd CLOSE TRIGGER" />
|
|
<item value="show incomplete task exit dialog" />
|
|
<item value="show unfinished task exit dialog" />
|
|
<item value="is last" />
|
|
<item value="sched task BC task info" />
|
|
<item value="compo task BC task info" />
|
|
<item value="Push a location onto the page stack. See also: [pushReplacement] which replaces the top-most page of the page stack and always uses a new page key. [replace] which replaces the top-most page of the page stack but treats it as the same page. The page key will be reused. This will preserve the state and not run any page animation." />
|
|
<item value="supply navi info suspent is schedtask" />
|
|
<item value="post switch lift device" />
|
|
<item value="已经抬起来" />
|
|
<item value="progress util" />
|
|
<item value="The default for whether to use Windows or non-Windows semantics is determined from the platform Dart is running on. When running in the standalone VM, this is detected by the VM based on the operating system. When running in a browser, non-Windows semantics is always used." />
|
|
<item value="If the URI is absolute, the path starts with a path separator unless Windows semantics is used and the first path segment is a drive letter. When Windows semantics is used, a host component in the uri in interpreted as a file server and a UNC path is returned." />
|
|
<item value="For Windows semantics, the backslash ("\\") separator is used to separate path segments." />
|
|
<item value="Creates a file path from a file URI. The returned path has either Windows or non-Windows semantics. For non-Windows semantics, the slash ("") is used to separate path segments." />
|
|
<item value="register" />
|
|
<item value="with object entry spacing" />
|
|
<item value="Separators" />
|
|
<item value="AFTER" />
|
|
<item value="INDENT OUTPUT" />
|
|
<item value="WRAP ROOT VALUE" />
|
|
<item value="plugin descriptor" />
|
|
<item value="collect" />
|
|
<item value="system independent" />
|
|
<item value="ignore cleanser empty" />
|
|
</histories>
|
|
<option name="languageScores">
|
|
<map>
|
|
<entry key="CHINESE" value="646" />
|
|
<entry key="CHINESE_SIMPLIFIED" value="276" />
|
|
<entry key="ENGLISH" value="913" />
|
|
<entry key="FRENCH" value="1" />
|
|
<entry key="GERMAN" value="1" />
|
|
<entry key="HAWAIIAN" value="1" />
|
|
<entry key="INDONESIAN" value="2" />
|
|
<entry key="NORWEGIAN" value="1" />
|
|
<entry key="POLISH" value="1" />
|
|
<entry key="ROMANIAN" value="1" />
|
|
</map>
|
|
</option>
|
|
</component>
|
|
</application> |