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.
54 lines
5.3 KiB
54 lines
5.3 KiB
<application>
|
|
<component name="AppStorage">
|
|
<option name="newTranslationDialogWidth" value="598" />
|
|
<option name="newTranslationDialogX" value="957" />
|
|
<option name="newTranslationDialogY" value="660" />
|
|
<histories>
|
|
<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" />
|
|
<item value="analyse" />
|
|
<item value="解析" />
|
|
<item value="录入" />
|
|
</histories>
|
|
<option name="languageScores">
|
|
<map>
|
|
<entry key="CHINESE" value="19" />
|
|
<entry key="ENGLISH" value="20" />
|
|
</map>
|
|
</option>
|
|
</component>
|
|
<component name="Cache">
|
|
<option name="lastTrimTime" value="1638427045988" />
|
|
</component>
|
|
</application> |