Compare commits
64 Commits
8c3e2d4c54
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ddc09e891 | |||
| 8c631892da | |||
| feabc5f38a | |||
| dd20b755d6 | |||
| f9012eacd0 | |||
| 2ac308111e | |||
| 8368d5a890 | |||
| aa4ebe9220 | |||
| 6920e74f91 | |||
| 5fa65fe3fa | |||
| a76e78523d | |||
| 6a8deb5d20 | |||
| 8304fb3353 | |||
| e8b1389ba7 | |||
| aa50acdf73 | |||
| 17b82cf618 | |||
| f89bd3cc42 | |||
| c0fe699c89 | |||
| d31a6328d5 | |||
| 2017ec2046 | |||
| b1e27da05f | |||
| 62938fb1a5 | |||
| 7a3e9d9ae4 | |||
| e3d1972a4f | |||
| 1be67f3d2a | |||
| 11bea33472 | |||
| 0a137063c4 | |||
| 4f795f98ed | |||
| 21b2f3b7fa | |||
| 0f29587e95 | |||
| 2a04b6a3d1 | |||
| c34b26b72d | |||
| 9a709a6460 | |||
| 955845ec57 | |||
| 2dc4463711 | |||
| 5e69567f3e | |||
| 54af237b34 | |||
| 5ed7350e5e | |||
| 56223303d5 | |||
| 242172865c | |||
| 9aad8543da | |||
| e0fbbc883a | |||
| e81cb18db5 | |||
| 42f9528c98 | |||
| dd3fea71ae | |||
| 525bad0df5 | |||
| 7d4ea9e622 | |||
| af01260226 | |||
| 0269cce8f9 | |||
| e448301664 | |||
| 1b56244c5d | |||
| 4341e92289 | |||
| 1a583f0e1f | |||
| 921abbbfcb | |||
| ed8a02ba0a | |||
| 44a8cc5c36 | |||
| f9155f92af | |||
| 711a63df3a | |||
| d4a06d220a | |||
| e6e680e5d5 | |||
| d315cbcb4b | |||
| 5b80e6b9f0 | |||
| 97e58cbbc2 | |||
| 1b27c45b2c |
@@ -0,0 +1,4 @@
|
||||
<application>
|
||||
<component name="DontShowAgainFeedbackService"><![CDATA[{
|
||||
}]]></component>
|
||||
</application>
|
||||
@@ -0,0 +1,4 @@
|
||||
<application>
|
||||
<component name="ProjectCreationInfoState"><![CDATA[{
|
||||
}]]></component>
|
||||
</application>
|
||||
@@ -5,6 +5,27 @@
|
||||
</component>
|
||||
<component name="DiffSettings">
|
||||
<option name="PLACES_MAP">
|
||||
<entry key="ChangesView">
|
||||
<PlaceSettings>
|
||||
<option name="DIFF_TOOLS_ORDER">
|
||||
<list>
|
||||
<option value="com.intellij.diff.tools.simple.SimpleDiffTool" />
|
||||
<option value="com.intellij.diff.tools.fragmented.UnifiedDiffTool" />
|
||||
<option value="com.intellij.openapi.vcs.changes.patch.tool.ApplyPatchDiffTool" />
|
||||
<option value="com.intellij.openapi.vcs.changes.patch.tool.PatchDiffTool" />
|
||||
<option value="com.intellij.diff.tools.combined.CombinedUnifiedDiffTool" />
|
||||
<option value="com.intellij.diff.tools.combined.CombinedSideBySideDiffTool" />
|
||||
<option value="org.jetbrains.idea.svn.difftool.properties.SvnPropertiesDiffTool" />
|
||||
<option value="org.jetbrains.idea.svn.difftool.SvnPhantomChangeDiffRequestProvider.SvnPhantomDiffTool" />
|
||||
<option value="org.jetbrains.idea.svn.difftool.SvnTreeConflictDiffRequestProvider.SvnTreeConflictDiffTool" />
|
||||
<option value="com.intellij.database.model.diff.SchemaDiffTool" />
|
||||
<option value="com.intellij.database.diff.TableDiffTool" />
|
||||
<option value="com.intellij.diff.tools.binary.BinaryDiffTool" />
|
||||
<option value="com.intellij.diff.tools.dir.DirDiffTool" />
|
||||
</list>
|
||||
</option>
|
||||
</PlaceSettings>
|
||||
</entry>
|
||||
<entry key="DirDiff">
|
||||
<PlaceSettings>
|
||||
<option name="DIFF_TOOLS_ORDER">
|
||||
@@ -30,12 +51,27 @@
|
||||
</option>
|
||||
</component>
|
||||
<component name="ExternalDiffSettings">
|
||||
<option name="DIFF_ENABLED" value="false" />
|
||||
<option name="DIFF_DEFAULT" value="false" />
|
||||
<option name="DEFAULT_TOOL_CONFIGURATION">
|
||||
<ExternalToolConfiguration>
|
||||
<option name="diffToolName" value="Diff" />
|
||||
</ExternalToolConfiguration>
|
||||
</option>
|
||||
<option name="DIFF_EXE_PATH" value="diff" />
|
||||
<option name="DIFF_PARAMETERS" value="%1 %2 %3" />
|
||||
<option name="MERGE_ENABLED" value="false" />
|
||||
<option name="MERGE_EXE_PATH" value="" />
|
||||
<option name="MERGE_PARAMETERS" value="%1 %2 %3 %4" />
|
||||
<option name="EXTERNAL_TOOLS">
|
||||
<map>
|
||||
<entry key="DIFF_TOOL">
|
||||
<value>
|
||||
<list>
|
||||
<ExternalTool>
|
||||
<option name="argumentPattern" value="%1 %2 %3" />
|
||||
<option name="name" value="Diff" />
|
||||
<option name="programPath" value="diff" />
|
||||
</ExternalTool>
|
||||
</list>
|
||||
</value>
|
||||
</entry>
|
||||
</map>
|
||||
</option>
|
||||
<option name="MIGRATE_OLD_SETTINGS" value="true" />
|
||||
</component>
|
||||
</application>
|
||||
@@ -0,0 +1,8 @@
|
||||
<application>
|
||||
<component name="DefaultFont">
|
||||
<option name="VERSION" value="1" />
|
||||
<option name="FONT_SIZE" value="16" />
|
||||
<option name="FONT_SIZE_2D" value="16.25" />
|
||||
<option name="FONT_SCALE" value="1.25" />
|
||||
</component>
|
||||
</application>
|
||||
+5
-2
@@ -3,16 +3,17 @@
|
||||
<ignoreFiles list="*$py.class;*.pyc;*.pyo;*.rbc;*.yarb;*~;.DS_Store;.git;.hg;.svn;CVS;__pycache__;_svn;vssver.scc;vssver2.scc" />
|
||||
<extensionMap>
|
||||
<mapping pattern="LICENSE" type="AUTO_DETECTED" />
|
||||
<mapping pattern="ChangeLog.txt" 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=".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=".test" type="PLAIN_TEXT" />
|
||||
<mapping ext="inf" type="PLAIN_TEXT" />
|
||||
<mapping ext="fixed" type="PLAIN_TEXT" />
|
||||
<mapping ext="sqlite3" type="PLAIN_TEXT" />
|
||||
<mapping ext="dat" type="PLAIN_TEXT" />
|
||||
<mapping ext="info" type="PLAIN_TEXT" />
|
||||
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
|
||||
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
|
||||
@@ -24,6 +25,8 @@
|
||||
<removed_mapping ext="mk" approved="true" type="PLAIN_TEXT" />
|
||||
<removed_mapping ext="snakefile" approved="true" type="textmate" />
|
||||
<removed_mapping ext="txt" approved="true" type="PLAIN_TEXT" />
|
||||
<removed_mapping pattern=".analysis_options" approved="true" type="YAML" />
|
||||
<removed_mapping pattern="pubspec.lock" approved="true" type="YAML" />
|
||||
</extensionMap>
|
||||
</component>
|
||||
</application>
|
||||
@@ -2,8 +2,6 @@
|
||||
<component name="FindSettings">
|
||||
<option name="customScope" value="所有位置" />
|
||||
<option name="defaultScopeName" value="所有位置" />
|
||||
<option name="regularExpressions" value="true" />
|
||||
<option name="REGULAR_EXPRESSIONS" value="true" />
|
||||
<option name="SEARCH_SCOPE" value="所有位置" />
|
||||
<mask>*.css</mask>
|
||||
<mask>*.html</mask>
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
<application>
|
||||
<component name="KeymapFlagsStorage">
|
||||
<option name="keymapToDescriptor">
|
||||
<map>
|
||||
<entry key="Default copy">
|
||||
<value>
|
||||
<list />
|
||||
</value>
|
||||
</entry>
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
</application>
|
||||
@@ -54,6 +54,14 @@
|
||||
<option name="url" value="http://home.debuggerx.com:3000/debuggerx/proxy_server.git" />
|
||||
<option name="userName" value="" />
|
||||
</UrlAndUserName>
|
||||
<UrlAndUserName>
|
||||
<option name="url" value="https://github.com/google/android-cuttlefish.git" />
|
||||
<option name="userName" value="" />
|
||||
</UrlAndUserName>
|
||||
<UrlAndUserName>
|
||||
<option name="url" value="https://github.com/taojy123/KeymouseGo.git" />
|
||||
<option name="userName" value="" />
|
||||
</UrlAndUserName>
|
||||
</list>
|
||||
</option>
|
||||
<option name="cloneParentDir" value="$USER_HOME$/PycharmProjects" />
|
||||
@@ -65,6 +73,7 @@
|
||||
<option value="Default.Subject" />
|
||||
<option value="Default.Author" />
|
||||
<option value="Default.Date" />
|
||||
<option value="Space.CommitStatus" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
|
||||
@@ -18,6 +18,9 @@
|
||||
<version value="1.0.1-2" url="https://registry.npmjs.org/@web-types/bootstrap-vue/-/bootstrap-vue-1.0.1-2.tgz" />
|
||||
<version value="1.0.0-2" url="https://registry.npmjs.org/@web-types/bootstrap-vue/-/bootstrap-vue-1.0.0-2.tgz" />
|
||||
</package>
|
||||
<package name="@web-types/lit">
|
||||
<version value="2.0.0-3" url="https://registry.npmjs.org/@web-types/lit/-/lit-2.0.0-3.tgz" />
|
||||
</package>
|
||||
<package name="@web-types/quasar">
|
||||
<version value="1.1.0-1" url="https://registry.npmjs.org/@web-types/quasar/-/quasar-1.1.0-1.tgz" />
|
||||
<version value="1.0.5-1" url="https://registry.npmjs.org/@web-types/quasar/-/quasar-1.0.5-1.tgz" />
|
||||
|
||||
+31
-31
@@ -1,10 +1,35 @@
|
||||
<application>
|
||||
<component name="AppStorage">
|
||||
<option name="newTranslationDialogWidth" value="596" />
|
||||
<option name="newTranslationDialogWidth" value="594" />
|
||||
<option name="newTranslationDialogX" value="957" />
|
||||
<option name="newTranslationDialogY" value="660" />
|
||||
<option name="pinNewTranslationDialog" value="true" />
|
||||
<histories>
|
||||
<item value="utilization Rate" />
|
||||
<item value="使用率" />
|
||||
<item value="usage" />
|
||||
<item value="Expected maxsize to be an integer or None" />
|
||||
<item value="Convenient method to get the value for this query." />
|
||||
<item value="over A Year" />
|
||||
<item value="out Year" />
|
||||
<item value="Date Happen Type" />
|
||||
<item value="Write operations require an explicit transaction." />
|
||||
<item value="recommend" />
|
||||
<item value="recommand" />
|
||||
<item value="recommands" />
|
||||
<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="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="preserve Header Case" />
|
||||
<item value="relaxed Durability" />
|
||||
<item value="序号" />
|
||||
<item value="Paragraph Syntax" />
|
||||
<item value="Fenced Code Block Syntax" />
|
||||
<item value="Invokes [action] on each element of this iterable in iteration order. Example: ```dart final numbers = <int>[1, 2, 6, 7]; numbers.forEach(print); 1 2 6 7 ```" />
|
||||
@@ -29,42 +54,17 @@
|
||||
<item value="NOTE: By default, the Runner class does not use the `MirrorsReflector`, or any reflector, by default. If your application is using any sort of functionality reliant on annotations or reflection, either include the MirrorsReflector, or use a static reflector variant. The following use cases require reflection: Use of Controllers, via @Expose() or @ExposeWS() Use of dependency injection into constructors, whether in controllers or plain `container.make` calls Use of the `ioc` function in any route The `MirrorsReflector` from `package:angel_containermirrors.dart` is by far the most convenient pattern, so use it if possible. However, the following alternatives exist: Generation via `package:angel_container_generator` Creating an instance of `StaticReflector` Manually implementing the `Reflector` interface (cumbersome; not recommended) As of January 4th, 2018, the documentation has not yet been updated to state this, so in the meantime, visit the Angel chat for further questions: https:gitter.imangel_dartdiscussion" />
|
||||
<item value="ext" />
|
||||
<item value="map" />
|
||||
<item value="concurrency" />
|
||||
<item value="Modifies a package on the filesystem in order to remove dart:mirrors from the package. A copy of this compiler's package will be written to [destinationDirectory]. This method is overridden to modify the contents of that directory to remove all uses of dart:mirrors. Packages should export their [Compiler] in their main library file and only import mirrors in files directly or transitively imported by the Compiler file. This method should remove that export statement and therefore remove all transitive mirror imports." />
|
||||
<item value="deflect Package" />
|
||||
<item value="feat: use more compile thread to speed up build." />
|
||||
<item value="commented" />
|
||||
<item value="_unary Operations" />
|
||||
<item value="Gobbles a list of arguments within the context of a function call or array literal. This function also assumes that the opening character `(` or `[` has already been gobbled, and gobbles expressions and commas until the terminator character `)` or `]` is encountered. e.g. `foo(bar, baz)`, `my_func()`, or `[bar, baz]`" />
|
||||
<item value="Responsible for parsing a group of things within parentheses `()` This function assumes that it needs to gobble the opening parenthesis and then tries to gobble everything within that parenthesis, assuming that the next thing it should see is the close parenthesis. If not, then the expression probably doesn't have a `)`" />
|
||||
<item value="handle multi websocket client at same time." />
|
||||
<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="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" />
|
||||
<item value="Tracking" />
|
||||
<item value="章节" />
|
||||
<item value="suffix" />
|
||||
<item value="作者" />
|
||||
<item value="处理" />
|
||||
<item value="related" />
|
||||
</histories>
|
||||
<option name="languageScores">
|
||||
<map>
|
||||
<entry key="CHINESE" value="39" />
|
||||
<entry key="ENGLISH" value="40" />
|
||||
<entry key="CHINESE" value="63" />
|
||||
<entry key="ENGLISH" value="64" />
|
||||
<entry key="CORSICAN" value="1" />
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
<component name="Cache">
|
||||
<option name="lastTrimTime" value="1649097265393" />
|
||||
<option name="lastTrimTime" value="1668997960854" />
|
||||
</component>
|
||||
<component name="Settings">
|
||||
<option name="phoneticFontFamily" value="Source Code Pro" />
|
||||
|
||||
Reference in New Issue
Block a user