BaseArray can_have_type_assigned change_type_id get_change_type_any get_change_type_element_addition get_change_type_element_deletion get_change_type_geometry get_change_type_parameter get_valid_types is_valid_type BaseExportOptions get_predefined_setup_names BaseImportOptions Base...
Returns The deleted subsegment if the deletion is successful. Parameters: subsegment (Subsegment) — Remove the provided subsegment from children subsegments. Returns: (Subsegment) — The deleted subsegment if the deletion is successful. [View source] #subsegments ⇒ Array Returns The childre...
9 changes: 8 additions & 1 deletion 9 src/cli.ts Original file line numberDiff line numberDiff line change @@ -228,7 +228,12 @@ import { _toRuby, toRubyWarn, supportedArgs as supportedArgsRuby, } from "./generators/ruby.js"; } from "./generators/ruby/ruby.js"; import { _to...
deletion = client.responses.delete(response_id: response["id"]) puts deletion["deleted"] # => true List Input Items input_items = client.responses.input_items(response_id: response["id"]) puts input_items["object"] # => "list" Functions You can describe and pass in functions and the...
string.scan(pattern) → array string.scan(pattern) { |match| block } → string Examples Simple Word matching: 1 2 3 4 text = "hello world hello ruby" matches = text.scan(/hello/) puts matches.inspect # Output: ["hello", "hello"] Matching Multiple Patterns 1 2 3 4 text = "The ...
And strictly speaking, the new Ruby Hash is slower, because deletion and insertion requires more pointer manipulation. However, value fetch has not changed, and traversal is now much faster (since we can just follow the pointers):# Ruby 1.8.7 user system total real Hash insert 0.350 0.610 ...
80 changes: 79 additions & 1 deletion 80 src/ruby/nxt_ruby.c Original file line numberDiff line numberDiff line change @@ -901,13 +901,44 @@ nxt_ruby_hash_info(VALUE r_key, VALUE r_value, VALUE arg) goto fail; }if (nxt_slow_path(TYPE(r_value) != T_STRING && TYPE(r_value...
DynamicArray DocumentFormat.OpenXml.Office2019.Excel.PivotDefaultLayout DocumentFormat.OpenXml.Office2019.Excel.RichData DocumentFormat.OpenXml.Office2019.Excel.RichData2 DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments DocumentFormat.OpenXml.Office2019.Presentation DocumentFormat.OpenXml.Office2019。Word。
Specifies whether the DB cluster has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters ...
117:// if AJAX request (triggered by deletion via admin grid view), we should not redirect the browser 118:if(!isset($_GET['ajax'])) 119: $this->redirect(isset($_POST['returnUrl']) ? $_POST['returnUrl'] :array('admin')); ...