Compare commits

..

2 Commits

2 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
<ignoreFiles list="*$py.class;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc" /> <ignoreFiles list="*$py.class;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc" />
<extensionMap> <extensionMap>
<mapping pattern="LICENSE" type="AUTO_DETECTED" /> <mapping pattern="LICENSE" type="AUTO_DETECTED" />
<mapping pattern="ChangeLog.txt" type="PLAIN_TEXT" />
<mapping pattern="parse_args.dart" type="PLAIN_TEXT" /> <mapping pattern="parse_args.dart" type="PLAIN_TEXT" />
<mapping pattern=".config" type="PLAIN_TEXT" />
<mapping pattern=".gitkeep" type="PLAIN_TEXT" /> <mapping pattern=".gitkeep" type="PLAIN_TEXT" />
<mapping pattern=".dev" type="PLAIN_TEXT" /> <mapping pattern=".dev" type="PLAIN_TEXT" />
<mapping pattern="ChangeLog.txt" type="PLAIN_TEXT" />
<mapping pattern=".config" type="PLAIN_TEXT" />
<mapping pattern="ChangeLog" type="PLAIN_TEXT" /> <mapping pattern="ChangeLog" type="PLAIN_TEXT" />
<mapping pattern=".test" type="PLAIN_TEXT" /> <mapping pattern=".test" type="PLAIN_TEXT" />
<mapping ext="inf" type="PLAIN_TEXT" /> <mapping ext="inf" type="PLAIN_TEXT" />
+11 -11
View File
@@ -5,6 +5,14 @@
<option name="newTranslationDialogY" value="660" /> <option name="newTranslationDialogY" value="660" />
<option name="pinNewTranslationDialog" value="true" /> <option name="pinNewTranslationDialog" value="true" />
<histories> <histories>
<item value="add Sort By Internal" />
<item value="except" />
<item value="优先级" />
<item value="staple" />
<item value="dessert" />
<item value="condiment" />
<item value="aquatic" />
<item value="类别" />
<item value="Performs the [action] on each header. The [action] function is called with each header's name and a list of the header's values. The casing of the name string is determined by the last [add] or [set] operation for that particular header, which defaults to lower-casing the header name unless explicitly set to preserve the case." /> <item value="Performs the [action] on each header. The [action] function is called with each header's name and a list of the header's values. The casing of the name string is determined by the last [add] or [set] operation for that particular header, which defaults to lower-casing the header name unless explicitly set to preserve the case." />
<item value="Sets the header [name] to [value]. Removes all existing values for the header named [name] and then [add]s [value] to it." /> <item value="Sets the header [name] to [value]. Removes all existing values for the header named [name] and then [add]s [value] to it." />
<item value="set" /> <item value="set" />
@@ -47,24 +55,16 @@
<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="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="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="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" />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>
<entry key="CHINESE" value="46" /> <entry key="CHINESE" value="53" />
<entry key="ENGLISH" value="47" /> <entry key="ENGLISH" value="54" />
</map> </map>
</option> </option>
</component> </component>
<component name="Cache"> <component name="Cache">
<option name="lastTrimTime" value="1649529284122" /> <option name="lastTrimTime" value="1650393763783" />
</component> </component>
<component name="Settings"> <component name="Settings">
<option name="phoneticFontFamily" value="Source Code Pro" /> <option name="phoneticFontFamily" value="Source Code Pro" />