You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
8.1 KiB

<application>
<component name="Translation.Cache">
<option name="lastTrimTime" value="1687436735883" />
</component>
<component name="Translation.States">
<histories>
<item value="The external names referenced by the file." />
<item value="Data structure output by PackageMapProvider. This contains both the package map and dependency information." />
<item value="A [UriResolver] implementation for the `package:` scheme that uses a map of package names to their directories." />
<item value="Information about a file being analyzed, explicitly or implicitly. It provides a consistent view on its properties. The properties are not guaranteed to represent the most recent state of the file system. To update the file to the most recent state, [refresh] should be called." />
<item value="A visitor used to traverse the AST structures of all of the compilation units being resolved and build the full set of dependencies for all constant expressions." />
<item value="visit Library Directive" />
<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="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="Returns the result of parsing the given [content] as a compilation unit. If a [featureSet] is provided, it will be the default set of features that will be assumed by the parser. If a [path] is provided, it will be used as the name of the file when reporting errors. If [throwIfDiagnostics] is `true` (the default), then if any diagnostics are produced because of syntactic errors in the [content] an `ArgumentError` will be thrown. This behavior is not intended as a way for the client to find out about errors--it is intended to avoid causing problems for naive clients that might not be thinking about the possibility of parse errors (and might therefore make assumptions about the returned AST that don't hold in the presence of parse errors). Clients interested in details about parse errors should pass `false` and check `result.errors` to determine what parse errors, if any, have occurred." />
<item value="Platform Detector" />
<item value="Returns the least significant [width] bits of this integer, extending the highest retained bit to the sign. This is the same as truncating the value to fit in [width] bits using an signed 2-s complement representation. The returned value has the same bit value in all positions higher than [width]." />
<item value="to" />
<item value="for details. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. Enum-like class for the different syntactic fixes that can be applied while formatting." />
<item value="A binary (infix) expression. binaryExpression ::= [Expression] [Token] [Expression] Clients may not extend, implement or mix-in this class." />
<item value="binary Match" />
<item value="fix for new version of dart." />
<item value="A [CollectionReference] object can be used for adding documents, getting [DocumentReference]s, and querying for documents (using the methods inherited from [Query])." />
<item value="{@template cloud_firestore.collection_reference.doc} Returns a `DocumentReference` with the provided path. If no [path] is provided, an auto-generated ID is used. The unique key generated is prefixed with a client-generated timestamp so that the resulting list will be chronologically-sorted. {@endtemplate}" />
<item value="The [FirebaseApp] instance to which this [FirebaseDatabase] belongs. If null, the default [FirebaseApp] is used. The [MethodChannel] used to communicate with the native plugin" />
<item value="get doc by a empty id" />
<item value="test trigger a error by hand" />
<item value="fix: pop to black screen when auto exit the monitor page." />
<item value="If the controller was provided by DefaultTabController and we're part of a Hero (typically the AppBar), then we will not be able to find the controller during a Hero transition. See https:github.comflutterflutterissues213." />
<item value="exit the monitor page after no server information is received for more than one minute;" />
<item value="超过一分钟没有接收到服务器信息,则自动退出监控页面" />
<item value="NO STATUS RECEIVED" />
<item value="RESERVED_1004" />
<item value="PROTOCOL ERROR" />
<item value="UNSUPPORTED DATA" />
<item value="GOING AWAY" />
<item value="RESERVED_1015" />
<item value="INTERNAL SERVER ERROR" />
<item value="MISSING MANDATORY EXTENSION" />
<item value="MESSAGE TOO BIG" />
<item value="POLICY VIOLATION" />
<item value="INVALID FRAME PAYLOAD DATA" />
<item value="ABNORMAL CLOSURE" />
<item value="NORMAL CLOSURE" />
<item value="static const int NORMAL_CLOSURE = 1000; static const int GOING_AWAY = 1001; static const int PROTOCOL_ERROR = 1002; static const int UNSUPPORTED_DATA = 1003; static const int RESERVED_1004 = 1004; static const int NO_STATUS_RECEIVED = 1005; static const int ABNORMAL_CLOSURE = 1006; static const int INVALID_FRAME_PAYLOAD_DATA = 1007; static const int POLICY_VIOLATION = 1008; static const int MESSAGE_TOO_BIG = 1009; static const int MISSING_MANDATORY_EXTENSION = 1010; static const int INTERNAL_SERVER_ERROR = 1011; static const int RESERVED_1015 = 1015;" />
<item value="Creates a new WebSocket connection. Connects to [uri] using and returns a channel that can be used to communicate over the resulting socket. The optional [protocols] parameter is the same as `WebSocket.connect`." />
<item value="Whether this [Duration] has the same length as [other]. Durations have the same length if they have the same number of microseconds, as reported by [inMicroseconds]." />
<item value="What kind of friends are you looking to meet? You can briefly describe your hobbies or interests for conversation topics, and I can try to find potential friends that you may connect with." />
<item value="they" />
<item value="Recomand Friend" />
<item value="fix: wrong onTap ussage." />
<item value="is Auto Generated" />
<item value="The child can be at most as large as the available space (but is allowed to be smaller)." />
<item value="The child is forced to fill the available space." />
<item value="The [Flexible] widget assigns this kind of [FlexFit] to its child." />
<item value="The [Expanded] widget assigns this kind of [FlexFit] to its child." />
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="149" />
<entry key="ENGLISH" value="150" />
<entry key="POLISH" value="1" />
<entry key="ROMANIAN" value="1" />
</map>
</option>
</component>
</application>