AI-Giraffe | 2022.3.1 Patch 2 <debuggerx@debuggerx-work Update yiiguxing.translation.xml

master
DebuggerX 2 years ago
parent c591813157
commit a65f94e06c

@ -4,6 +4,7 @@
</component>
<component name="Translation.States">
<histories>
<item value="[fix] show change phone option only when login status." />
<item value="granted" />
<item value="on All Granted" />
<item value="LITTLE ENDIAN" />
@ -53,12 +54,11 @@
<item value="Computes the set of features for the latest language version known to the analyzer, without any experiments. Use it only if you really don't care which language version you want to use, and sure that the code that you process is valid for the latest language version. Otherwise, it is recommended to use [FeatureSet.fromEnableFlags2]." />
<item value="Return the result of parsing the file at the given [path]. If a [resourceProvider] is given, it will be used to access the file system. [featureSet] determines what set of features will be assumed by the parser. This parameter is required because the analyzer does not yet have a performant way of computing the correct feature set for a single file to be parsed. Callers that need the feature set to be strictly correct must create an [AnalysisContextCollection], query it to get an [AnalysisContext], query it to get an [AnalysisSession], and then call `getParsedUnit`. Callers that don't need the feature set to be strictly correct can pass in `FeatureSet.latestLanguageVersion()` to enable the default set of features; this is much more performant than using an analysis session, because it doesn't require the analyzer to process the SDK. If [throwIfDiagnostics] is `true` (the default), then if any diagnostics are produced because of syntactic errors in the file an `ArgumentError` will be thrown. If the parameter is `false`, then the caller can check the result to see whether there are any errors." />
<item value="Return the result of resolving the file at the given [path]. If a [resourceProvider] is given, it will be used to access the file system. Note that if more than one file is going to be resolved then this function is inefficient. Clients should instead use [AnalysisContextCollection] to create one or more contexts and use those contexts to resolve the files." />
<item value="A consistent view of the results of analyzing one or more files. The methods in this class that return analysis results will throw an [InconsistentAnalysisException] if the result to be returned might be inconsistent with any previously returned results. Clients may not extend, implement or mix-in this class." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="190" />
<entry key="ENGLISH" value="191" />
<entry key="CHINESE" value="191" />
<entry key="ENGLISH" value="192" />
<entry key="HAWAIIAN" value="1" />
<entry key="POLISH" value="1" />
<entry key="ROMANIAN" value="1" />

Loading…
Cancel
Save