AI-Otter 2 Feature Drop | 2025.2.2 <debuggerx@debuggerx-PC Update yiiguxing.translation.xml

master
debuggerx 3 weeks ago
parent ef29c49a27
commit c34a42f910

@ -22,6 +22,12 @@
<option name="translationDialogLocationY" value="567" /> <option name="translationDialogLocationY" value="567" />
<option name="translationDialogWidth" value="1381" /> <option name="translationDialogWidth" value="1381" />
<histories> <histories>
<item value="https:docs.opencv.org4.xd3d63classcv_1_1Mat.htmla51615ebf17a64c968df0bf49b4de6a3a" />
<item value="Mat (int rows, int cols, int type, void data, size_t step=AUTO_STEP)" />
<item value="This function can throw exception, so make sure to free the allocated memory inside a `try-finally` block!" />
<item value="Be careful when using this constructor, as you are responsible for managing the native pointer yourself. Improper handling may lead to memory leaks or undefined behavior." />
<item value="[data] should be raw pixels values with exactly same length of [channels] [rows] [cols]" />
<item value="Create a Mat from self-allocated buffer" />
<item value="A typed view of a sequence of bytes. It is a compile-time error for a class to attempt to extend or implement `TypedData`." /> <item value="A typed view of a sequence of bytes. It is a compile-time error for a class to attempt to extend or implement `TypedData`." />
<item value="The offset of this view into the underlying byte buffer, in bytes." /> <item value="The offset of this view into the underlying byte buffer, in bytes." />
<item value="The length of this view, in bytes." /> <item value="The length of this view, in bytes." />
@ -66,12 +72,6 @@
<item value="Replaces the top-most page of the page stack with the given URL location w optional query parameters, e.g. `familyf2personp1?color=blue`. See also: [go] which navigates to the location. [push] which pushes the given location onto the page stack. [replace] which replaces the top-most page of the page stack but treats it as the same page. The page key will be reused. This will preserve the state and not run any page animation." /> <item value="Replaces the top-most page of the page stack with the given URL location w optional query parameters, e.g. `familyf2personp1?color=blue`. See also: [go] which navigates to the location. [push] which pushes the given location onto the page stack. [replace] which replaces the top-most page of the page stack but treats it as the same page. The page key will be reused. This will preserve the state and not run any page animation." />
<item value="Controls how one widget replaces another widget in the tree. If the [runtimeType] and [key] properties of the two widgets are [operator==], respectively, then the new widget replaces the old widget by updating the underlying element (i.e., by calling [Element.update] with the new widget). Otherwise, the old element is removed from the tree, the new widget is inflated into an element, and the new element is inserted into the tree. In addition, using a [GlobalKey] as the widget's [key] allows the element to be moved around the tree (changing parent) without losing state. When a new widget is found (its key and type do not match a previous widget in the same location), but there was a widget with that same global key elsewhere in the tree in the previous frame, then that widget's element is moved to the new location. Generally, a widget that is the only child of another widget does not need an explicit key. See also: The discussions at [Key] and [GlobalKey]." /> <item value="Controls how one widget replaces another widget in the tree. If the [runtimeType] and [key] properties of the two widgets are [operator==], respectively, then the new widget replaces the old widget by updating the underlying element (i.e., by calling [Element.update] with the new widget). Otherwise, the old element is removed from the tree, the new widget is inflated into an element, and the new element is inserted into the tree. In addition, using a [GlobalKey] as the widget's [key] allows the element to be moved around the tree (changing parent) without losing state. When a new widget is found (its key and type do not match a previous widget in the same location), but there was a widget with that same global key elsewhere in the tree in the previous frame, then that widget's element is moved to the new location. Generally, a widget that is the only child of another widget does not need an explicit key. See also: The discussions at [Key] and [GlobalKey]." />
<item value="Invoking the setter will notify listeners if [updateShouldNotify] returns true." /> <item value="Invoking the setter will notify listeners if [updateShouldNotify] returns true." />
<item value="The value currently exposed by this notifier." />
<item value="The absolute URI of the script being run in this isolate. If the script argument on the command line is relative, it is resolved to an absolute URI before fetching the script, and that absolute URI is returned. URI resolution only does string manipulation on the script path, and this may be different from the file system's path resolution behavior. For example, a symbolic link immediately followed by '..' will not be looked up. If a compiled Dart script is being executed the URI to the compiled script is returned, for example, `file:fullpathtoscript_name.exe`. If running on the Dart VM the URI to the running Dart script is returned, for example, `file:fullpathtoscript_name.dart`. If the executable environment does not support [script], the URI is empty." />
<item value="The path of the executable used to run the script in this isolate. Usually `dart` when running on the Dart VM or the compiled script name (`script_name.exe`). The literal path used to identify the executable. This path might be relative or just be a name from which the executable was found by searching the system path. Use [resolvedExecutable] to get an absolute path to the executable." />
<item value="The path of the executable used to run the script in this isolate after it has been resolved by the OS. This is the absolute path, with all symlinks resolved, to the executable used to run the script. See [executable] for the unresolved version." />
<item value="特征边界" />
<item value="已知区域" />
</histories> </histories>
<option name="languageScores"> <option name="languageScores">
<map> <map>

Loading…
Cancel
Save