AI-Meerkat | 2024.3.1 Patch 2 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 11 hours ago
parent 860163ae2e
commit b64eba56b5

@ -18,6 +18,7 @@
</component>
<component name="Translation.States">
<histories>
<item value="Creates a new independent [Stream] for the contents of this file. If [start] is present, the file will be read from byte-offset [start]. Otherwise from the beginning (index 0). If [end] is present, only bytes up to byte-index [end] will be read. Otherwise, until end of file. In order to make sure that system resources are freed, the stream must be read to completion or the subscription on the stream must be cancelled. If [File] is a [named pipe](https:en.wikipedia.orgwikiNamed_pipe) then the returned [Stream] will wait until the write side of the pipe is closed before signaling &quot;done&quot;. If there are no writers attached to the pipe when it is opened, then [Stream.listen] will wait until a writer opens the pipe. An error opening or reading the file will appear as a [FileSystemException] error event on the returned [Stream], after which the [Stream] is closed. For example: ```dart This example will print the &quot;Error reading file&quot; message and the `await for` loop will complete normally, without seeing any data events. final stream = File('does-not-exist') .openRead() .handleError((e) =&gt; print('Error reading file: e')); await for (final data in stream) { print(data); } ```" />
<item value="The ping received callback" />
<item value="pong callback" />
<item value="{@template flutter.widgets.TextField.textInputAction} The type of action button to use for the keyboard. Defaults to [TextInputAction.newline] if [keyboardType] is [TextInputType.multiline] and [TextInputAction.done] otherwise. {@endtemplate}" />
@ -67,7 +68,6 @@
<item value="unaccepted protocol version" />
<item value="identifier rejected" />
<item value="broker unavailable" />
<item value="bad username or password" />
</histories>
<option name="languageScores">
<map>

Loading…
Cancel
Save