AI-Chipmunk | 2021.2.1 Patch 2 <debuggerx@debuggerx Update find.xml, yiiguxing.translation.xml
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
<component name="FindSettings">
|
<component name="FindSettings">
|
||||||
<option name="customScope" value="All Places" />
|
<option name="customScope" value="All Places" />
|
||||||
<option name="defaultScopeName" value="All Places" />
|
<option name="defaultScopeName" value="All Places" />
|
||||||
|
<option name="regularExpressions" value="true" />
|
||||||
|
<option name="REGULAR_EXPRESSIONS" value="true" />
|
||||||
<option name="SEARCH_SCOPE" value="All Places" />
|
<option name="SEARCH_SCOPE" value="All Places" />
|
||||||
</component>
|
</component>
|
||||||
</application>
|
</application>
|
||||||
@@ -6,6 +6,7 @@
|
|||||||
<option name="newTranslationDialogY" value="447" />
|
<option name="newTranslationDialogY" value="447" />
|
||||||
<option name="pinTranslationDialog" value="true" />
|
<option name="pinTranslationDialog" value="true" />
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="Makes a direct update of [value] adding it to the Stream useful when you make use of Rx for custom Types to referesh your UI. Sample: ``` class Person { String name, last; int age; Person({this.name, this.last, this.age}); @override String toString() => 'name last, age years old'; } final person = Person(name: 'John', last: 'Doe', age: 18).obs; person.value.name = 'Roi'; person.refresh(); print( person ); ```" />
|
||||||
<item value="change new onboarding conditions" />
|
<item value="change new onboarding conditions" />
|
||||||
<item value="判断条件" />
|
<item value="判断条件" />
|
||||||
<item value="listen details after join group chat." />
|
<item value="listen details after join group chat." />
|
||||||
@@ -55,12 +56,11 @@
|
|||||||
<item value="fix: error when mention by soul; unsupported param type when log mention event." />
|
<item value="fix: error when mention by soul; unsupported param type when log mention event." />
|
||||||
<item value="fix: error when mention by soul." />
|
<item value="fix: error when mention by soul." />
|
||||||
<item value="A type representing values that are either `Future<T>` or `T`. This class declaration is a public stand-in for an internal future-or-value generic type, which is not a class type. References to this class are resolved to the internal type. It is a compile-time error for any class to extend, mix in or implement `FutureOr`. Examples ```dart The `Future<T>.then` function takes a callback [f] that returns either an `S` or a `Future<S>`. Future<S> then<S>(FutureOr<S> f(T x), ...); `Completer<T>.complete` takes either a `T` or `Future<T>`. void complete(FutureOr<T> value); ``` Advanced The `FutureOr<int>` type is actually the "type union" of the types `int` and `Future<int>`. This type union is defined in such a way that `FutureOr<Object>` is both a super- and sub-type of `Object` (sub-type because `Object` is one of the types of the union, super-type because `Object` is a super-type of both of the types of the union). Together it means that `FutureOr<Object>` is equivalent to `Object`. As a corollary, `FutureOr<Object>` is equivalent to `FutureOr<FutureOr<Object>>`, `FutureOr<Future<Object>>` is equivalent to `Future<Object>`." />
|
<item value="A type representing values that are either `Future<T>` or `T`. This class declaration is a public stand-in for an internal future-or-value generic type, which is not a class type. References to this class are resolved to the internal type. It is a compile-time error for any class to extend, mix in or implement `FutureOr`. Examples ```dart The `Future<T>.then` function takes a callback [f] that returns either an `S` or a `Future<S>`. Future<S> then<S>(FutureOr<S> f(T x), ...); `Completer<T>.complete` takes either a `T` or `Future<T>`. void complete(FutureOr<T> value); ``` Advanced The `FutureOr<int>` type is actually the "type union" of the types `int` and `Future<int>`. This type union is defined in such a way that `FutureOr<Object>` is both a super- and sub-type of `Object` (sub-type because `Object` is one of the types of the union, super-type because `Object` is a super-type of both of the types of the union). Together it means that `FutureOr<Object>` is equivalent to `Object`. As a corollary, `FutureOr<Object>` is equivalent to `FutureOr<FutureOr<Object>>`, `FutureOr<Future<Object>>` is equivalent to `Future<Object>`." />
|
||||||
<item value="select Pronouns" />
|
|
||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
<entry key="CHINESE" value="299" />
|
<entry key="CHINESE" value="300" />
|
||||||
<entry key="ENGLISH" value="300" />
|
<entry key="ENGLISH" value="301" />
|
||||||
<entry key="GERMAN" value="1" />
|
<entry key="GERMAN" value="1" />
|
||||||
<entry key="FRENCH" value="1" />
|
<entry key="FRENCH" value="1" />
|
||||||
</map>
|
</map>
|
||||||
|
|||||||
Reference in New Issue
Block a user