AI-222.4345.14.2221.9321504 <debuggerx@debuggerx-e5 Update yiiguxing.translation.xml
This commit is contained in:
@@ -88,6 +88,7 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="Translation.States">
|
<component name="Translation.States">
|
||||||
<histories>
|
<histories>
|
||||||
|
<item value="The [TransactionHandler] may be executed multiple times; it should be able to handle multiple executions. typedef TransactionHandler<T> = Future<T> Function(Transaction transaction); Transaction class which is created from a call to [runTransaction()]." />
|
||||||
<item value="The optional argument [shared] specifies whether additional `HttpServer` objects can bind to the same combination of `address`, `port` and `v6Only`. If `shared` is `true` and more `HttpServer`s from this isolate or other isolates are bound to the port, then the incoming connections will be distributed among all the bound `HttpServer`s. Connections can be distributed over multiple isolates this way." />
|
<item value="The optional argument [shared] specifies whether additional `HttpServer` objects can bind to the same combination of `address`, `port` and `v6Only`. If `shared` is `true` and more `HttpServer`s from this isolate or other isolates are bound to the port, then the incoming connections will be distributed among all the bound `HttpServer`s. Connections can be distributed over multiple isolates this way." />
|
||||||
<item value="To transform a stream of [HttpRequest] events as it implements a stream transformer that transforms a stream of HttpRequest into a stream of WebSockets by upgrading each HttpRequest from the HTTP or HTTPS server, to the WebSocket protocol. server.transform(new WebSocketTransformer()).listen((webSocket) => ...); This transformer strives to implement WebSockets as specified by RFC6455." />
|
<item value="To transform a stream of [HttpRequest] events as it implements a stream transformer that transforms a stream of HttpRequest into a stream of WebSockets by upgrading each HttpRequest from the HTTP or HTTPS server, to the WebSocket protocol. server.transform(new WebSocketTransformer()).listen((webSocket) => ...); This transformer strives to implement WebSockets as specified by RFC6455." />
|
||||||
<item value="inventory" />
|
<item value="inventory" />
|
||||||
@@ -103,8 +104,8 @@
|
|||||||
</histories>
|
</histories>
|
||||||
<option name="languageScores">
|
<option name="languageScores">
|
||||||
<map>
|
<map>
|
||||||
<entry key="CHINESE" value="7" />
|
<entry key="CHINESE" value="8" />
|
||||||
<entry key="ENGLISH" value="8" />
|
<entry key="ENGLISH" value="9" />
|
||||||
</map>
|
</map>
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
Reference in New Issue
Block a user