PY-2022.1 <debuggerx@debuggerx-PC Update filetypes.xml, yiiguxing.translation.xml
This commit is contained in:
+2
-2
@@ -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" />
|
||||||
|
|||||||
+10
-10
@@ -5,6 +5,13 @@
|
|||||||
<option name="newTranslationDialogY" value="660" />
|
<option name="newTranslationDialogY" value="660" />
|
||||||
<option name="pinNewTranslationDialog" value="true" />
|
<option name="pinNewTranslationDialog" value="true" />
|
||||||
<histories>
|
<histories>
|
||||||
|
<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" />
|
||||||
@@ -48,23 +55,16 @@
|
|||||||
<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="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="52" />
|
||||||
<entry key="ENGLISH" value="47" />
|
<entry key="ENGLISH" value="53" />
|
||||||
</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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user