This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree
820 files changed
+3673
-4750
lines changed- modules/openapi-json-schema-generator/src/main
- java/org/openapitools/codegen
- languages
- resources/python
- samples/openapi3/client
- 3_0_3_unit_test/python/unit_test_api
- paths
- request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post
- request_body
- response_for_200
- request_body_post_additionalproperties_are_allowed_by_default_request_body/post
- request_body
- response_for_200
- request_body_post_additionalproperties_can_exist_by_itself_request_body/post
- request_body
- response_for_200
- request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post
- request_body
- response_for_200
- request_body_post_allof_combined_with_anyof_oneof_request_body/post
- request_body
- response_for_200
- request_body_post_allof_request_body/post
- request_body
- response_for_200
- request_body_post_allof_simple_types_request_body/post
- request_body
- response_for_200
- request_body_post_allof_with_base_schema_request_body/post
- request_body
- response_for_200
- request_body_post_allof_with_one_empty_schema_request_body/post
- request_body
- response_for_200
- request_body_post_allof_with_the_first_empty_schema_request_body/post
- request_body
- response_for_200
- request_body_post_allof_with_the_last_empty_schema_request_body/post
- request_body
- response_for_200
- request_body_post_allof_with_two_empty_schemas_request_body/post
- request_body
- response_for_200
- request_body_post_anyof_complex_types_request_body/post
- request_body
- response_for_200
- request_body_post_anyof_request_body/post
- request_body
- response_for_200
- request_body_post_anyof_with_base_schema_request_body/post
- request_body
- response_for_200
- request_body_post_anyof_with_one_empty_schema_request_body/post
- request_body
- response_for_200
- request_body_post_array_type_matches_arrays_request_body/post
- request_body
- response_for_200
- request_body_post_boolean_type_matches_booleans_request_body/post
- request_body
- response_for_200
- request_body_post_by_int_request_body/post
- request_body
- response_for_200
- request_body_post_by_number_request_body/post
- request_body
- response_for_200
- request_body_post_by_small_number_request_body/post
- request_body
- response_for_200
- request_body_post_date_time_format_request_body/post
- request_body
- response_for_200
- request_body_post_email_format_request_body/post
- request_body
- response_for_200
- request_body_post_enum_with0_does_not_match_false_request_body/post
- request_body
- response_for_200
- request_body_post_enum_with1_does_not_match_true_request_body/post
- request_body
- response_for_200
- request_body_post_enum_with_escaped_characters_request_body/post
- request_body
- response_for_200
- request_body_post_enum_with_false_does_not_match0_request_body/post
- request_body
- response_for_200
- request_body_post_enum_with_true_does_not_match1_request_body/post
- request_body
- response_for_200
- request_body_post_enums_in_properties_request_body/post
- request_body
- response_for_200
- request_body_post_forbidden_property_request_body/post
- request_body
- response_for_200
- request_body_post_hostname_format_request_body/post
- request_body
- response_for_200
- request_body_post_integer_type_matches_integers_request_body/post
- request_body
- response_for_200
- request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post
- request_body
- response_for_200
- request_body_post_invalid_string_value_for_default_request_body/post
- request_body
- response_for_200
- request_body_post_ipv4_format_request_body/post
- request_body
- response_for_200
- request_body_post_ipv6_format_request_body/post
- request_body
- response_for_200
- request_body_post_json_pointer_format_request_body/post
- request_body
- response_for_200
- request_body_post_maximum_validation_request_body/post
- request_body
- response_for_200
- request_body_post_maximum_validation_with_unsigned_integer_request_body/post
- request_body
- response_for_200
- request_body_post_maxitems_validation_request_body/post
- request_body
- response_for_200
- request_body_post_maxlength_validation_request_body/post
- request_body
- response_for_200
- request_body_post_maxproperties0_means_the_object_is_empty_request_body/post
- request_body
- response_for_200
- request_body_post_maxproperties_validation_request_body/post
- request_body
- response_for_200
- request_body_post_minimum_validation_request_body/post
- request_body
- response_for_200
- request_body_post_minimum_validation_with_signed_integer_request_body/post
- request_body
- response_for_200
- request_body_post_minitems_validation_request_body/post
- request_body
- response_for_200
- request_body_post_minlength_validation_request_body/post
- request_body
- response_for_200
- request_body_post_minproperties_validation_request_body/post
- request_body
- response_for_200
- request_body_post_nested_allof_to_check_validation_semantics_request_body/post
- request_body
- response_for_200
- request_body_post_nested_anyof_to_check_validation_semantics_request_body/post
- request_body
- response_for_200
- request_body_post_nested_items_request_body/post
- request_body
- response_for_200
- request_body_post_nested_oneof_to_check_validation_semantics_request_body/post
- request_body
- response_for_200
- request_body_post_not_more_complex_schema_request_body/post
- request_body
- response_for_200
- request_body_post_not_request_body/post
- request_body
- response_for_200
- request_body_post_nul_characters_in_strings_request_body/post
- request_body
- response_for_200
- request_body_post_null_type_matches_only_the_null_object_request_body/post
- request_body
- response_for_200
- request_body_post_number_type_matches_numbers_request_body/post
- request_body
- response_for_200
- request_body_post_object_properties_validation_request_body/post
- request_body
- response_for_200
- request_body_post_object_type_matches_objects_request_body/post
- request_body
- response_for_200
- request_body_post_oneof_complex_types_request_body/post
- request_body
- response_for_200
- request_body_post_oneof_request_body/post
- request_body
- response_for_200
- request_body_post_oneof_with_base_schema_request_body/post
- request_body
- response_for_200
- request_body_post_oneof_with_empty_schema_request_body/post
- request_body
- response_for_200
- request_body_post_oneof_with_required_request_body/post
- request_body
- response_for_200
- request_body_post_pattern_is_not_anchored_request_body/post
- request_body
- response_for_200
- request_body_post_pattern_validation_request_body/post
- request_body
- response_for_200
- request_body_post_properties_with_escaped_characters_request_body/post
- request_body
- response_for_200
- request_body_post_property_named_ref_that_is_not_a_reference_request_body/post
- request_body
- response_for_200
- request_body_post_ref_in_additionalproperties_request_body/post
- request_body
- response_for_200
- request_body_post_ref_in_allof_request_body/post
- request_body
- response_for_200
- request_body_post_ref_in_anyof_request_body/post
- request_body
- response_for_200
- request_body_post_ref_in_items_request_body/post
- request_body
- response_for_200
- request_body_post_ref_in_not_request_body/post
- request_body
- response_for_200
- request_body_post_ref_in_oneof_request_body/post
- request_body
- response_for_200
- request_body_post_ref_in_property_request_body/post
- request_body
- response_for_200
- request_body_post_required_default_validation_request_body/post
- request_body
- response_for_200
- request_body_post_required_validation_request_body/post
- request_body
- response_for_200
- request_body_post_required_with_empty_array_request_body/post
- request_body
- response_for_200
- request_body_post_required_with_escaped_characters_request_body/post
- request_body
- response_for_200
- request_body_post_simple_enum_validation_request_body/post
- request_body
- response_for_200
- request_body_post_string_type_matches_strings_request_body/post
- request_body
- response_for_200
- request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post
- request_body
- response_for_200
- request_body_post_uniqueitems_false_validation_request_body/post
- request_body
- response_for_200
- request_body_post_uniqueitems_validation_request_body/post
- request_body
- response_for_200
- request_body_post_uri_format_request_body/post
- request_body
- response_for_200
- request_body_post_uri_reference_format_request_body/post
- request_body
- response_for_200
- request_body_post_uri_template_format_request_body/post
- request_body
- response_for_200
- response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post
- response_for_200
- response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post
- response_for_200
- response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post
- response_for_200
- response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post
- response_for_200
- response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post
- response_for_200
- response_body_post_allof_response_body_for_content_types/post
- response_for_200
- response_body_post_allof_simple_types_response_body_for_content_types/post
- response_for_200
- response_body_post_allof_with_base_schema_response_body_for_content_types/post
- response_for_200
- response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post
- response_for_200
- response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post
- response_for_200
- response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post
- response_for_200
- response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post
- response_for_200
- response_body_post_anyof_complex_types_response_body_for_content_types/post
- response_for_200
- response_body_post_anyof_response_body_for_content_types/post
- response_for_200
- response_body_post_anyof_with_base_schema_response_body_for_content_types/post
- response_for_200
- response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post
- response_for_200
- response_body_post_array_type_matches_arrays_response_body_for_content_types/post
- response_for_200
- response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post
- response_for_200
- response_body_post_by_int_response_body_for_content_types/post
- response_for_200
- response_body_post_by_number_response_body_for_content_types/post
- response_for_200
- response_body_post_by_small_number_response_body_for_content_types/post
- response_for_200
- response_body_post_date_time_format_response_body_for_content_types/post
- response_for_200
- response_body_post_email_format_response_body_for_content_types/post
- response_for_200
- response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post
- response_for_200
- response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post
- response_for_200
- response_body_post_enum_with_escaped_characters_response_body_for_content_types/post
- response_for_200
- response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post
- response_for_200
- response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post
- response_for_200
- response_body_post_enums_in_properties_response_body_for_content_types/post
- response_for_200
- response_body_post_forbidden_property_response_body_for_content_types/post
- response_for_200
- response_body_post_hostname_format_response_body_for_content_types/post
- response_for_200
- response_body_post_integer_type_matches_integers_response_body_for_content_types/post
- response_for_200
- response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post
- response_for_200
- response_body_post_invalid_string_value_for_default_response_body_for_content_types/post
- response_for_200
- response_body_post_ipv4_format_response_body_for_content_types/post
- response_for_200
- response_body_post_ipv6_format_response_body_for_content_types/post
- response_for_200
- response_body_post_json_pointer_format_response_body_for_content_types/post
- response_for_200
- response_body_post_maximum_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post
- response_for_200
- response_body_post_maxitems_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_maxlength_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post
- response_for_200
- response_body_post_maxproperties_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_minimum_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post
- response_for_200
- response_body_post_minitems_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_minlength_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_minproperties_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post
- response_for_200
- response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post
- response_for_200
- response_body_post_nested_items_response_body_for_content_types/post
- response_for_200
- response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post
- response_for_200
- response_body_post_not_more_complex_schema_response_body_for_content_types/post
- response_for_200
- response_body_post_not_response_body_for_content_types/post
- response_for_200
- response_body_post_nul_characters_in_strings_response_body_for_content_types/post
- response_for_200
- response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post
- response_for_200
- response_body_post_number_type_matches_numbers_response_body_for_content_types/post
- response_for_200
- response_body_post_object_properties_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_object_type_matches_objects_response_body_for_content_types/post
- response_for_200
- response_body_post_oneof_complex_types_response_body_for_content_types/post
- response_for_200
- response_body_post_oneof_response_body_for_content_types/post
- response_for_200
- response_body_post_oneof_with_base_schema_response_body_for_content_types/post
- response_for_200
- response_body_post_oneof_with_empty_schema_response_body_for_content_types/post
- response_for_200
- response_body_post_oneof_with_required_response_body_for_content_types/post
- response_for_200
- response_body_post_pattern_is_not_anchored_response_body_for_content_types/post
- response_for_200
- response_body_post_pattern_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_properties_with_escaped_characters_response_body_for_content_types/post
- response_for_200
- response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post
- response_for_200
- response_body_post_ref_in_additionalproperties_response_body_for_content_types/post
- response_for_200
- response_body_post_ref_in_allof_response_body_for_content_types/post
- response_for_200
- response_body_post_ref_in_anyof_response_body_for_content_types/post
- response_for_200
- response_body_post_ref_in_items_response_body_for_content_types/post
- response_for_200
- response_body_post_ref_in_not_response_body_for_content_types/post
- response_for_200
- response_body_post_ref_in_oneof_response_body_for_content_types/post
- response_for_200
- response_body_post_ref_in_property_response_body_for_content_types/post
- response_for_200
- response_body_post_required_default_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_required_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_required_with_empty_array_response_body_for_content_types/post
- response_for_200
- response_body_post_required_with_escaped_characters_response_body_for_content_types/post
- response_for_200
- response_body_post_simple_enum_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_string_type_matches_strings_response_body_for_content_types/post
- response_for_200
- response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post
- response_for_200
- response_body_post_uniqueitems_false_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_uniqueitems_validation_response_body_for_content_types/post
- response_for_200
- response_body_post_uri_format_response_body_for_content_types/post
- response_for_200
- response_body_post_uri_reference_format_response_body_for_content_types/post
- response_for_200
- response_body_post_uri_template_format_response_body_for_content_types/post
- response_for_200
- features/nonCompliantUseDiscriminatorIfCompositionFails/python/this_package
- paths/operators/post
- request_body
- response_for_200
- petstore/python
- petstore_api
- components
- headers
- header_int32_json_content_type_header
- header_number_header
- header_ref_content_schema_header
- header_ref_schema_header
- header_string_header
- parameters
- parameter_component_ref_schema_string_with_validation
- parameter_path_user_name
- parameter_ref_schema_string_with_validation
- request_bodies
- request_body_client
- request_body_pet
- request_body_user_array
- responses
- response_success_description_only
- response_success_inline_content_and_header
- header_some_header
- response_success_with_json_api_response
- paths
- another_fake_dummy/patch
- response_for_200
- fake
- delete
- parameter_0
- parameter_1
- parameter_2
- parameter_3
- parameter_4
- parameter_5
- get
- parameter_0
- parameter_1
- parameter_2
- parameter_3
- parameter_4
- parameter_5
- request_body
- response_for_404
- patch
- response_for_200
- post
- request_body
- response_for_404
- fake_additional_properties_with_array_of_enums/get
- request_body
- response_for_200
- fake_body_with_file_schema/put
- request_body
- fake_body_with_query_params/put
- parameter_0
- request_body
- fake_case_sensitive_params/put
- parameter_0
- parameter_1
- parameter_2
- fake_classname_test/patch
- response_for_200
- fake_delete_coffee_id/delete
- parameter_0
- response_for_default
- fake_health/get
- response_for_200
- fake_inline_additional_properties/post
- request_body
- fake_inline_composition/post
- parameter_0
- parameter_1
- request_body
- response_for_200
- fake_json_form_data/get
- request_body
- fake_json_patch/patch
- request_body
- fake_json_with_charset/post
- request_body
- response_for_200
- fake_obj_in_query/get
- parameter_0
- fake_parameter_collisions1_abab_self_ab/post
- parameter_0
- parameter_1
- parameter_10
- parameter_11
- parameter_12
- parameter_13
- parameter_14
- parameter_15
- parameter_16
- parameter_17
- parameter_18
- parameter_2
- parameter_3
- parameter_4
- parameter_5
- parameter_6
- parameter_7
- parameter_8
- parameter_9
- request_body
- response_for_200
- fake_pet_id_upload_image_with_required_file/post
- parameter_0
- request_body
- response_for_200
- fake_query_param_with_json_content_type/get
- parameter_0
- response_for_200
- fake_ref_obj_in_query/get
- parameter_0
- fake_refs_array_of_enums/post
- request_body
- response_for_200
- fake_refs_arraymodel/post
- request_body
- response_for_200
- fake_refs_boolean/post
- request_body
- response_for_200
- fake_refs_composed_one_of_number_with_validations/post
- request_body
- response_for_200
- fake_refs_enum/post
- request_body
- response_for_200
- fake_refs_mammal/post
- request_body
- response_for_200
- fake_refs_number/post
- request_body
- response_for_200
- fake_refs_object_model_with_ref_props/post
- request_body
- response_for_200
- fake_refs_string/post
- request_body
- response_for_200
- fake_response_without_schema/get
- response_for_200
- fake_test_query_paramters/put
- parameter_0
- parameter_1
- parameter_2
- parameter_3
- parameter_4
- parameter_5
- fake_upload_download_file/post
- request_body
- response_for_200
- fake_upload_file/post
- request_body
- response_for_200
- fake_upload_files/post
- request_body
- response_for_200
- foo/get
- response_for_default
- pet
- post
- response_for_405
- put
- response_for_400
- response_for_404
- response_for_405
- pet_find_by_status/get
- parameter_0
- response_for_200
- response_for_400
- pet_find_by_tags/get
- parameter_0
- response_for_200
- response_for_400
- pet_pet_id
- delete
- parameter_0
- parameter_1
- response_for_400
- get
- parameter_0
- response_for_200
- response_for_400
- response_for_404
- post
- parameter_0
- request_body
- response_for_405
- pet_pet_id_upload_image/post
- parameter_0
- request_body
- store_inventory/get
- store_order/post
- request_body
- response_for_200
- response_for_400
- store_order_order_id
- delete
- parameter_0
- response_for_400
- response_for_404
- get
- parameter_0
- response_for_200
- response_for_400
- response_for_404
- user/post
- request_body
- response_for_default
- user_create_with_array/post
- response_for_default
- user_create_with_list/post
- response_for_default
- user_login/get
- parameter_0
- parameter_1
- response_for_200
- header_x_expires_after
- header_x_rate_limit
- response_for_400
- user_logout/get
- user_username
- delete
- response_for_404
- get
- response_for_200
- response_for_400
- response_for_404
- put
- request_body
- response_for_400
- response_for_404
- tests_manual
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
820 files changed
+3673
-4750
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
394 | 394 |
| |
395 | 395 |
| |
396 | 396 |
| |
397 |
| - | |
| 397 | + | |
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
|
Lines changed: 1 addition & 40 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 | 41 |
| |
81 | 42 |
| |
82 | 43 |
| |
| |||
105 | 66 |
| |
106 | 67 |
| |
107 | 68 |
| |
108 |
| - | |
| 69 | + | |
109 | 70 |
| |
110 | 71 |
| |
111 | 72 |
| |
|
Lines changed: 1 addition & 49 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 | 33 |
| |
82 | 34 |
| |
83 |
| - | |
| 35 | + | |
84 | 36 |
| |
85 | 37 |
| |
86 | 38 |
| |
|
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
| |||
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
61 | 70 |
| |
62 | 71 |
| |
63 |
| - | |
| 72 | + | |
64 | 73 |
| |
65 | 74 |
| |
66 | 75 |
| |
| |||
69 | 78 |
| |
70 | 79 |
| |
71 | 80 |
| |
| 81 | + | |
72 | 82 |
| |
73 | 83 |
| |
74 | 84 |
| |
| |||
93 | 103 |
| |
94 | 104 |
| |
95 | 105 |
| |
| 106 | + | |
96 | 107 |
| |
97 | 108 |
| |
98 | 109 |
| |
|
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
37 |
| - | |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| |||
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
| 50 | + | |
49 | 51 |
| |
50 | 52 |
| |
51 | 53 |
| |
| |||
94 | 96 |
| |
95 | 97 |
| |
96 | 98 |
| |
| 99 | + | |
97 | 100 |
| |
98 | 101 |
| |
99 | 102 |
| |
| |||
108 | 111 |
| |
109 | 112 |
| |
110 | 113 |
| |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
111 | 122 |
| |
112 | 123 |
| |
113 | 124 |
| |
|
Lines changed: 22 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2458 | 2458 |
| |
2459 | 2459 |
| |
2460 | 2460 |
| |
2461 |
| - | |
| 2461 | + | |
2462 | 2462 |
| |
2463 | 2463 |
| |
2464 | 2464 |
| |
| |||
2467 | 2467 |
| |
2468 | 2468 |
| |
2469 | 2469 |
| |
2470 |
| - | |
| 2470 | + | |
2471 | 2471 |
| |
2472 | 2472 |
| |
2473 | 2473 |
| |
| |||
2520 | 2520 |
| |
2521 | 2521 |
| |
2522 | 2522 |
| |
2523 |
| - | |
| 2523 | + | |
2524 | 2524 |
| |
2525 | 2525 |
| |
2526 | 2526 |
| |
2527 | 2527 |
| |
2528 | 2528 |
| |
2529 |
| - | |
| 2529 | + | |
2530 | 2530 |
| |
2531 | 2531 |
| |
2532 | 2532 |
| |
2533 | 2533 |
| |
2534 | 2534 |
| |
2535 | 2535 |
| |
2536 |
| - | |
2537 |
| - | |
| 2536 | + | |
| 2537 | + | |
2538 | 2538 |
| |
2539 | 2539 |
| |
2540 | 2540 |
| |
| |||
2572 | 2572 |
| |
2573 | 2573 |
| |
2574 | 2574 |
| |
2575 |
| - | |
| 2575 | + | |
2576 | 2576 |
| |
2577 | 2577 |
| |
2578 | 2578 |
| |
2579 |
| - | |
| 2579 | + | |
2580 | 2580 |
| |
2581 | 2581 |
| |
2582 | 2582 |
| |
| |||
3087 | 3087 |
| |
3088 | 3088 |
| |
3089 | 3089 |
| |
3090 |
| - | |
| 3090 | + | |
| 3091 | + | |
3091 | 3092 |
| |
3092 |
| - | |
| 3093 | + | |
3093 | 3094 |
| |
3094 | 3095 |
| |
3095 | 3096 |
| |
| |||
3103 | 3104 |
| |
3104 | 3105 |
| |
3105 | 3106 |
| |
3106 |
| - | |
| 3107 | + | |
3107 | 3108 |
| |
3108 | 3109 |
| |
3109 | 3110 |
| |
| |||
3324 | 3325 |
| |
3325 | 3326 |
| |
3326 | 3327 |
| |
3327 |
| - | |
| 3328 | + | |
3328 | 3329 |
| |
3329 |
| - | |
| 3330 | + | |
3330 | 3331 |
| |
3331 |
| - | |
| 3332 | + | |
3332 | 3333 |
| |
3333 |
| - | |
| 3334 | + | |
3334 | 3335 |
| |
3335 | 3336 |
| |
3336 | 3337 |
| |
| |||
3341 | 3342 |
| |
3342 | 3343 |
| |
3343 | 3344 |
| |
3344 |
| - | |
| 3345 | + | |
3345 | 3346 |
| |
3346 |
| - | |
| 3347 | + | |
3347 | 3348 |
| |
3348 | 3349 |
| |
3349 | 3350 |
| |
| |||
5024 | 5025 |
| |
5025 | 5026 |
| |
5026 | 5027 |
| |
5027 |
| - | |
| 5028 | + | |
5028 | 5029 |
| |
5029 | 5030 |
| |
5030 | 5031 |
| |
| |||
5062 | 5063 |
| |
5063 | 5064 |
| |
5064 | 5065 |
| |
5065 |
| - | |
| 5066 | + | |
5066 | 5067 |
| |
| 5068 | + | |
| 5069 | + | |
5067 | 5070 |
| |
5068 | 5071 |
| |
5069 | 5072 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 |
|
0 commit comments