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

master
DebuggerX 3 years ago
parent 67c59ab925
commit 64427829ee

@ -3,9 +3,11 @@
<option name="GROUP_BY_FILE_STRUCTURE" value="true" /> <option name="GROUP_BY_FILE_STRUCTURE" value="true" />
</component> </component>
<component name="UsageViewSettings"> <component name="UsageViewSettings">
<option name="IS_FILTER_DUPLICATED_LINE" value="false" />
<option name="GROUP_BY_FILE_STRUCTURE" value="false" /> <option name="GROUP_BY_FILE_STRUCTURE" value="false" />
<option name="GROUP_BY_MODULE" value="false" /> <option name="GROUP_BY_MODULE" value="false" />
<option name="GROUP_BY_PACKAGE" value="false" /> <option name="GROUP_BY_PACKAGE" value="false" />
<option name="GROUP_BY_USAGE_TYPE" value="false" /> <option name="GROUP_BY_USAGE_TYPE" value="false" />
<option name="PREVIEW_USAGES_SPLITTER_PROPORTIONS" value="0.30660853" />
</component> </component>
</application> </application>

@ -4,6 +4,8 @@
<option name="newTranslationDialogX" value="811" /> <option name="newTranslationDialogX" value="811" />
<option name="newTranslationDialogY" value="447" /> <option name="newTranslationDialogY" value="447" />
<histories> <histories>
<item value="Consults the current route's [Route.willPop] method, and acts accordingly, potentially popping the route as a result; returns whether the pop request should be considered handled. {@macro flutter.widgets.navigator.maybePop} See also: [Form], which provides an `onWillPop` callback that enables the form to veto a [pop] initiated by the app's back button. [ModalRoute], which provides a `scopedWillPopCallback` that can be used to define the route's `willPop` method." />
<item value="forget about this pop, we were disposed in the meantime" />
<item value="Cancels this subscription. After this call, the subscription no longer receives events. The stream may need to shut down the source of events and clean up after the subscription is canceled. Returns a future that is completed once the stream has finished its cleanup. Typically, cleanup happens when the stream needs to release resources. For example, a stream might need to close an open file (as an asynchronous operation). If the listener wants to delete the file after having canceled the subscription, it must wait for the cleanup future to complete. If the cleanup throws, which it really shouldn't, the returned future completes with that error." /> <item value="Cancels this subscription. After this call, the subscription no longer receives events. The stream may need to shut down the source of events and clean up after the subscription is canceled. Returns a future that is completed once the stream has finished its cleanup. Typically, cleanup happens when the stream needs to release resources. For example, a stream might need to close an open file (as an asynchronous operation). If the listener wants to delete the file after having canceled the subscription, it must wait for the cleanup future to complete. If the cleanup throws, which it really shouldn't, the returned future completes with that error." />
<item value="moment Click Notification Icon" /> <item value="moment Click Notification Icon" />
<item value="Opacity Button" /> <item value="Opacity Button" />
@ -52,13 +54,11 @@
<item value="Registers a singleton. Any attempt to resolve the type within this container will return [object]. Returns [object]." /> <item value="Registers a singleton. Any attempt to resolve the type within this container will return [object]. Returns [object]." />
<item value="Convenience method for the value for a single valued header. The value must not have more than one value. Returns null if there is no header with the provided name." /> <item value="Convenience method for the value for a single valued header. The value must not have more than one value. Returns null if there is no header with the provided name." />
<item value="realm" /> <item value="realm" />
<item value="prevent Curve Over Shooting" />
<item value="accessor" />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="95" /> <entry key="CHINESE" value="97" />
<entry key="ENGLISH" value="96" /> <entry key="ENGLISH" value="98" />
</map> </map>
</option> </option>
</component> </component>

Loading…
Cancel
Save