Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 47 for 83 (0.24 sec)

  1. docs/ru/docs/tutorial/sql-databases.md

    Затем мы применим `hero_db.sqlmodel_update(hero_data)`, и обновим `hero_db`, использовав данные `hero_data`.
    
    {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[83:93] hl[83:84,88:89] *}
    
    ### Удалим героя ещё раз
    
    Операция **удаления** героя практически не меняется.
    
    В данном случае желание *`отрефакторить всё`* остаётся неудовлетворенным. 😅
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 17 21:20:20 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/sql-databases.md

    Then we use `hero_db.sqlmodel_update(hero_data)` to update the `hero_db` with the data from `hero_data`.
    
    {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[83:93] hl[83:84,88:89] *}
    
    ### Delete a Hero Again { #delete-a-hero-again }
    
    **Deleting** a hero stays pretty much the same.
    
    We won't satisfy the desire to refactor everything in this one. 😅
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  3. src/archive/zip/reader_test.go

    0000430 79 64 e2 12 4d c8 82 a1 81 19 2d aa 44 6d 87 54
    0000440 84 71 c1 f6 d4 ca 25 8c 77 b9 08 c7 c8 5e 10 8a
    0000450 8f 61 ed 8c ba 30 1f 79 9a c7 60 34 2b b9 8c f8
    0000460 18 a6 83 1b e3 9f ad 79 fe fd 1b 8b f1 fc 41 6f
    0000470 d4 13 1f e3 b8 83 ba 64 92 e7 eb e4 77 05 8f ba
    0000480 fa 3b 00 00 ff ff 50 4b 07 08 a6 18 b1 91 5e 04
    0000490 00 00 e4 47 00 00 50 4b 01 02 14 00 14 00 08 00
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Mar 11 22:19:38 UTC 2025
    - 56.6K bytes
    - Viewed (0)
  4. docs/es/docs/tutorial/sql-databases.md

    Luego usamos `hero_db.sqlmodel_update(hero_data)` para actualizar el `hero_db` con los datos de `hero_data`.
    
    {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[83:93] hl[83:84,88:89] *}
    
    ### Eliminar un Hero de Nuevo
    
    **Eliminar** un héroe se mantiene prácticamente igual.
    
    No satisfaremos el deseo de refactorizar todo en este punto. 😅
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/primitives/Ints.java

       *
       * <p><b>Warning:</b> please see {@link Integer#decode} to understand exactly how strings are
       * parsed. For example, the string {@code "0123"} is treated as <i>octal</i> and converted to the
       * value {@code 83}.
       *
       * @since 16.0
       */
      public static Converter<String, Integer> stringConverter() {
        return IntConverter.INSTANCE;
      }
    
      /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 31.4K bytes
    - Viewed (0)
  6. docs/ko/docs/tutorial/sql-databases.md

    그런 다음, `hero_db.sqlmodel_update(hero_data)`를 사용하여 `hero_data`의 데이터를 `hero_db`에 업데이트합니다.
    
    {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[83:93] hl[83:84,88:89] *}
    
    ### Hero 다시 삭제하기
    
    hero **삭제**는 이전과 거의 동일합니다.
    
    이번에는 모든 것을 리팩토링하고 싶은 욕구를 만족시키지 못할 것 같습니다. 😅
    
    {* ../../docs_src/sql_databases/tutorial002_an_py310.py ln[96:103] hl[101] *}
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Dec 24 16:14:29 UTC 2024
    - 18K bytes
    - Viewed (0)
  7. docs/en/data/people.yml

    - login: luzzodev
      count: 89
      avatarUrl: https://avatars.githubusercontent.com/u/27291415?u=5607ae1ce75c5f54f09500ca854227f7bfd2033b&v=4
      url: https://github.com/luzzodev
    - login: raphaelauv
      count: 83
      avatarUrl: https://avatars.githubusercontent.com/u/10202690?u=e6f86f5c0c3026a15d6b51792fa3e532b12f1371&v=4
      url: https://github.com/raphaelauv
    - login: ArcLightSlavik
      count: 71
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:57:16 UTC 2025
    - 28.6K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg debug/dwarf, const AttrTrampoline = 86
    pkg debug/dwarf, const AttrType = 73
    pkg debug/dwarf, const AttrUpperBound = 47
    pkg debug/dwarf, const AttrUseLocation = 74
    pkg debug/dwarf, const AttrUseUTF8 = 83
    pkg debug/dwarf, const AttrVarParam = 75
    pkg debug/dwarf, const AttrVirtuality = 76
    pkg debug/dwarf, const AttrVisibility = 23
    pkg debug/dwarf, const AttrVtableElemLoc = 77
    pkg debug/dwarf, const TagAccessDeclaration = 35
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.11.txt

    pkg debug/elf, const EM_ARC_COMPACT = 93
    pkg debug/elf, const EM_ARC_COMPACT Machine
    pkg debug/elf, const EM_ARC_COMPACT2 = 195
    pkg debug/elf, const EM_ARC_COMPACT2 Machine
    pkg debug/elf, const EM_AVR = 83
    pkg debug/elf, const EM_AVR Machine
    pkg debug/elf, const EM_AVR32 = 185
    pkg debug/elf, const EM_AVR32 Machine
    pkg debug/elf, const EM_BA1 = 201
    pkg debug/elf, const EM_BA1 Machine
    pkg debug/elf, const EM_BA2 = 202
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  10. api/go1.10.txt

    pkg debug/elf, const R_ARM_LDC_SB_G0 = 81
    pkg debug/elf, const R_ARM_LDC_SB_G0 R_ARM
    pkg debug/elf, const R_ARM_LDC_SB_G1 = 82
    pkg debug/elf, const R_ARM_LDC_SB_G1 R_ARM
    pkg debug/elf, const R_ARM_LDC_SB_G2 = 83
    pkg debug/elf, const R_ARM_LDC_SB_G2 R_ARM
    pkg debug/elf, const R_ARM_LDRS_PC_G0 = 64
    pkg debug/elf, const R_ARM_LDRS_PC_G0 R_ARM
    pkg debug/elf, const R_ARM_LDRS_PC_G1 = 65
    pkg debug/elf, const R_ARM_LDRS_PC_G1 R_ARM
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Feb 06 05:00:01 UTC 2018
    - 30.1K bytes
    - Viewed (0)
Back to top