AI-Chipmunk | 2021.2.1 Patch 1 <debuggerx@debuggerx Update yiiguxing.translation.xml

master
debuggerx 3 years ago
parent 4bf14483c0
commit c34e014600

@ -6,6 +6,8 @@
<option name="newTranslationDialogY" value="447" />
<option name="pinTranslationDialog" value="true" />
<histories>
<item value="Whether [other] is a `String` with the same sequence of code units. This method compares each individual code unit of the strings. It does not check for Unicode equivalence. For example, both the following strings represent the string 'Amélie', but due to their different encoding, are not equal: ```dart 'Am\xe9lie' == 'Ame\u{301}lie'; false ``` The first string encodes 'é' as a single unicode code unit (also a single rune), whereas the second string encodes it as 'e' with the combining accent character '◌́'." />
<item value="A hash code derived from the code units of the string. This is compatible with [operator ==]. Strings with the same sequence of code units have the same hash code." />
<item value="Petition Reports Record" />
<item value="Optionally, annotate a Built Value with this to specify settings. This is only needed for advanced use." />
<item value="immersive" />
@ -54,13 +56,11 @@
<item value="Start a drag activity corresponding to the given [DragStartDetails]. The `onDragCanceled` argument will be invoked if the drag is ended prematurely (e.g. from another activity taking over). See [ScrollDragController.onDragCanceled] for details." />
<item value="[GetStream] is the lightest and most performative way of working with events at Dart. You sintaxe is like StreamController, but it works with simple callbacks. In this way, every event calls only one function. There is no buffering, to very low memory consumption. event [add] will add a object to stream. [addError] will add a error to stream. [listen] is a very light StreamSubscription interface. Is possible take the last value with [value] property." />
<item value="Returns a [StreamSubscription] similar to [listen], but with the added benefit that it primes the stream with the current [value], rather than waiting for the next [value]. This should not be called in [onInit] or anywhere else during the build process." />
<item value="permanent" />
<item value="Deletes the `Instance&lt;S&gt;`, cleaning the memory and closes any open controllers (`DisposableInterface`). - [tag] Optional &quot;tag&quot; used to register the Instance - [force] Will delete an Instance even if marked as `permanent`." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="211" />
<entry key="ENGLISH" value="212" />
<entry key="CHINESE" value="213" />
<entry key="ENGLISH" value="215" />
<entry key="FRENCH" value="1" />
</map>
</option>

Loading…
Cancel
Save