AI-Dolphin | 2021.3.1 <debuggerx@debuggerx Update find.xml, yiiguxing.translation.xml

master
debuggerx 3 years ago
parent 2989954256
commit 31496a9df4

@ -2,8 +2,6 @@
<component name="FindSettings">
<option name="customScope" value="All Places" />
<option name="defaultScopeName" value="All Places" />
<option name="localRegularExpressions" value="true" />
<option name="LOCAL_REGULAR_EXPRESSIONS" value="true" />
<option name="SEARCH_SCOPE" value="All Places" />
</component>
</application>

@ -6,8 +6,9 @@
<option name="newTranslationDialogY" value="447" />
<option name="pinTranslationDialog" value="true" />
<histories>
<item value="Memoized annotation for Built Value getters. Getters marked with this annotation are memoized: the result is calculated once on first access and stored in the instance." />
<item value="Whether the field is serialized. Defaults to `null` which means [BuiltValue.defaultSerialize] is used. If a field is not serialized, it must either be `@nullable` or specify a default for deserialization to succeed." />
<item value="Optionally, annotate a Built Value `Serializer` getters with this to specify settings. This is only needed for advanced use." />
<item value="Memoized annotation for Built Value getters. Getters marked with this annotation are memoized: the result is calculated once on first access and stored in the instance." />
<item value="Nullable annotation for Built Value fields. Fields marked with this annotation are allowed to be null." />
<item value="Whether the generated serializer should output `null`s. By default this is `false` and nulls are omitted from the output." />
<item value="Navigation.pushNamed() shortcut.&lt;br&gt;&lt;br&gt; Pushes a new named `page` to the stack. It has the advantage of not needing context, so you can call from your business logic. You can send any type of value to the other route in the [arguments]. [id] is for when you are using nested navigation, as explained in documentation By default, GetX will prevent you from push a route that you already in, if you want to push anyway, set [preventDuplicates] to false Note: Always put a slash on the route ('page1'), to avoid unnexpected errors" />
@ -55,12 +56,11 @@
<item value="Whether the field overrides the `nestedBuilders` setting from the class. Defaults to `null` which indicates the setting is to be taken from the `nestedBuilders` setting on the class." />
<item value="tenor categories" />
<item value="{@macro flutter.widgets.editableText.maxLines} [expands], which determines whether the field should fill the height of its parent." />
<item value="A fixed-length list of 8-bit unsigned integers. For long lists, this implementation can be considerably more space- and time-efficient than the default [List] implementation. Integers stored in the list are truncated to their low eight bits, interpreted as an unsigned 8-bit integer with values in the range 0 to 255." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="365" />
<entry key="ENGLISH" value="366" />
<entry key="CHINESE" value="368" />
<entry key="ENGLISH" value="369" />
<entry key="GERMAN" value="1" />
<entry key="FRENCH" value="1" />
</map>

Loading…
Cancel
Save