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.
PycharmSettings/yiiguxing.translation.xml

74 lines
8.2 KiB

<application>
<component name="AppStorage">
<option name="newTranslationDialogWidth" value="596" />
<option name="newTranslationDialogX" value="957" />
<option name="newTranslationDialogY" value="660" />
<option name="pinNewTranslationDialog" value="true" />
<histories>
<item value="summary" />
<item value="简介" />
<item value="介绍" />
<item value="Waits for multiple futures to complete and collects their results. Returns a future which will complete once all the provided futures have completed, either with their results, or with an error if any of the provided futures fail. The value of the returned future will be a list of all the values that were produced in the order that the futures are provided by iterating [futures]. If any future completes with an error, then the returned future completes with that error. If further futures also complete with errors, those errors are discarded. If `eagerError` is true, the returned future completes with an error immediately on the first error from one of the futures. Otherwise all futures must complete before the returned future is completed (still with the first error; the remaining errors are silently dropped). In the case of an error, [cleanUp] (if provided), is invoked on any non-null result of successful futures. This makes it possible to `cleanUp` resources that would otherwise be lost (since the returned future does not provide access to these values). The [cleanUp] function is unused if there is no error. The call to [cleanUp] should not throw. If it does, the error will be an uncaught asynchronous error." />
<item value="Performs an action for each element of the iterable, in turn. The [action] may be either synchronous or asynchronous. Calls [action] with each element in [elements] in order. If the call to [action] returns a `Future&lt;T&gt;`, the iteration waits until the future is completed before continuing with the next element. Returns a [Future] that completes with `null` when all elements have been processed. Non-[Future] return values, and completion-values of returned [Future]s, are discarded. Any error from [action], synchronous or asynchronous, will stop the iteration and be reported in the returned [Future]." />
<item value="探针" />
<item value="锚点" />
<item value="fixes" />
<item value="Dish" />
<item value="Dishes" />
<item value="公式" />
<item value="Ingredients" />
<item value="食材" />
<item value="Copies this file. If [newPath] is a relative path, it is resolved against the current working directory ([Directory.current]). Returns a `Future&lt;File&gt;` that completes with a [File] for the copied file. If [newPath] identifies an existing file, that file is removed first. If [newPath] identifies an existing directory, the operation fails and the future completes with an exception." />
<item value="copy" />
<item value="catch Error" />
<item value="Integer Division By Zero Exception" />
<item value="NOTE: By default, the Runner class does not use the `MirrorsReflector`, or any reflector, by default. If your application is using any sort of functionality reliant on annotations or reflection, either include the MirrorsReflector, or use a static reflector variant. The following use cases require reflection: Use of Controllers, via @Expose() or @ExposeWS() Use of dependency injection into constructors, whether in controllers or plain `container.make` calls Use of the `ioc` function in any route The `MirrorsReflector` from `package:angel_containermirrors.dart` is by far the most convenient pattern, so use it if possible. However, the following alternatives exist: Generation via `package:angel_container_generator` Creating an instance of `StaticReflector` Manually implementing the `Reflector` interface (cumbersome; not recommended) As of January 4th, 2018, the documentation has not yet been updated to state this, so in the meantime, visit the Angel chat for further questions: https:gitter.imangel_dartdiscussion" />
<item value="ext" />
<item value="map" />
<item value="concurrency" />
<item value="Modifies a package on the filesystem in order to remove dart:mirrors from the package. A copy of this compiler's package will be written to [destinationDirectory]. This method is overridden to modify the contents of that directory to remove all uses of dart:mirrors. Packages should export their [Compiler] in their main library file and only import mirrors in files directly or transitively imported by the Compiler file. This method should remove that export statement and therefore remove all transitive mirror imports." />
<item value="deflect Package" />
<item value="feat: use more compile thread to speed up build." />
<item value="commented" />
<item value="_unary Operations" />
<item value="Gobbles a list of arguments within the context of a function call or array literal. This function also assumes that the opening character `(` or `[` has already been gobbled, and gobbles expressions and commas until the terminator character `)` or `]` is encountered. e.g. `foo(bar, baz)`, `my_func()`, or `[bar, baz]`" />
<item value="Responsible for parsing a group of things within parentheses `()` This function assumes that it needs to gobble the opening parenthesis and then tries to gobble everything within that parenthesis, assuming that the next thing it should see is the close parenthesis. If not, then the expression probably doesn't have a `)`" />
<item value="handle multi websocket client at same time." />
<item value="Advances the iterator to the next element of the iteration. Should be called before reading [current]. It the call to `moveNext` returns `true`, then [current] will contain the next element of the iteration until `moveNext` is called again. If the call returns `false`, there are no further elements and [current] should not be used any more. It is safe to call [moveNext] after it has already returned `false`, but it must keep returning `false` and not have any other effect. A call to `moveNext` may throw for various reasons, including a concurrent change to an underlying collection. If that happens, the iterator may be in an inconsistent state, and any further behavior of the iterator is unspecified, including the effect of reading [current]." />
<item value="Allows constant time add, remove-at-ends and peek operations." />
<item value="A [Queue] is a collection that can be manipulated at both ends. One can iterate over the elements of a queue through [forEach] or with an [Iterator]. It is generally not allowed to modify the queue (add or remove entries) while an operation on the queue is being performed, for example during a call to [forEach]. Modifying the queue while it is being iterated will most likely break the iteration. This goes both for using the [iterator] directly, or for iterating an `Iterable` returned by a method like [map] or [where]." />
<item value="The structure is efficient for any queue or stack usage." />
<item value="Keeps a cyclic buffer of elements, and grows to a larger buffer when it fills up. This guarantees constant time peek and remove operations, and amortized constant time add operations." />
<item value="可用" />
<item value="get_" />
<item value="convert names to camel case" />
<item value="Discard" />
<item value="palette" />
<item value="Column" />
<item value="Tracking" />
<item value="章节" />
<item value="suffix" />
<item value="作者" />
<item value="处理" />
<item value="related" />
<item value="失败" />
<item value="质量" />
<item value="耗时" />
<item value="indent" />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="35" />
<entry key="ENGLISH" value="35" />
</map>
</option>
</component>
<component name="Cache">
<option name="lastTrimTime" value="1649097265393" />
</component>
<component name="Settings">
<option name="phoneticFontFamily" value="Source Code Pro" />
<option name="primaryFontFamily" value="Noto Sans Mono CJK SC Regular" />
<option name="translateDocumentation" value="true" />
</component>
</application>