Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 24 for onlar (0.05 sec)

  1. docs/tr/docs/tutorial/path-params.md

    ```Python hl_lines="16"
    {!../../../docs_src/path_params/tutorial005.py!}
    ```
    
    ### Dokümana Göz Atalım
    
    *Yol parametresi* için mevcut değerler ön tanımlı olduğundan dolayı, interaktif döküman onları güzel bir şekilde gösterebilir:
    
    <img src="/img/tutorial/path-params/image03.png">
    
    ### Python *Enumerationları* ile Çalışmak
    
    *Yol parametresinin* değeri bir *enumeration üyesi* olacaktır.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  2. src/syscall/ztypes_linux_amd64.go

    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    	IXOFF    = 0x1000
    	IMAXBEL  = 0x2000
    	IUTF8    = 0x4000
    	OPOST    = 0x1
    	OLCUC    = 0x2
    	ONLCR    = 0x4
    	OCRNL    = 0x8
    	ONOCR    = 0x10
    	ONLRET   = 0x20
    	OFILL    = 0x40
    	OFDEL    = 0x80
    	B0       = 0x0
    	B50      = 0x1
    	B75      = 0x2
    	B110     = 0x3
    	B134     = 0x4
    	B150     = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_arm.go

    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    	IXOFF    = 0x1000
    	IMAXBEL  = 0x2000
    	IUTF8    = 0x4000
    	OPOST    = 0x1
    	OLCUC    = 0x2
    	ONLCR    = 0x4
    	OCRNL    = 0x8
    	ONOCR    = 0x10
    	ONLRET   = 0x20
    	OFILL    = 0x40
    	OFDEL    = 0x80
    	B0       = 0x0
    	B50      = 0x1
    	B75      = 0x2
    	B110     = 0x3
    	B134     = 0x4
    	B150     = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  4. docs/tr/docs/tutorial/first-steps.md

    Normalde kullanılan:
    
    * `POST`: veri oluşturmak.
    * `GET`: veri okumak.
    * `PUT`: veriyi güncellemek.
    * `DELETE`: veriyi silmek.
    
    Bu nedenle, OpenAPI'da HTTP metodlarından her birine "operasyon" denir.
    
    Biz de onları "**operasyonlar**" olarak adlandıracağız.
    
    #### Bir *Yol Operasyonu Dekoratörü* Tanımlayalım
    
    ```Python hl_lines="6"
    {!../../../docs_src/first_steps/tutorial001.py!}
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Feb 08 13:10:55 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  5. docs/az/docs/index.md

    ![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-04-swagger-03.png)
    
    * Sonra "Execute" düyməsini klikləyin, istifadəçi interfeysi API ilə əlaqə quracaq, parametrləri göndərəcək, nəticələri əldə edəcək və onları ekranda göstərəcək:
    
    ![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-05-swagger-04.png)
    
    ### Alternativ API Sənədlərindəki Dəyişikliyə Baxaq
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  6. docs/tr/docs/async.md

    ---
    
    Bu hikayedeki bilgisayar / program 🤖 olduğunuzu hayal edin.
    
    Sırada beklerken boştasın 😴, sıranı beklerken herhangi bir "üretim" yapmıyorsun. Ama bu sıra hızlı çünkü kasiyer sadece siparişleri alıyor (onları hazırlamıyor), burada bir sıknıtı yok.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  7. src/syscall/ztypes_linux_386.go

    	IGNCR    = 0x80
    	ICRNL    = 0x100
    	IUCLC    = 0x200
    	IXON     = 0x400
    	IXANY    = 0x800
    	IXOFF    = 0x1000
    	IMAXBEL  = 0x2000
    	IUTF8    = 0x4000
    	OPOST    = 0x1
    	OLCUC    = 0x2
    	ONLCR    = 0x4
    	OCRNL    = 0x8
    	ONOCR    = 0x10
    	ONLRET   = 0x20
    	OFILL    = 0x40
    	OFDEL    = 0x80
    	B0       = 0x0
    	B50      = 0x1
    	B75      = 0x2
    	B110     = 0x3
    	B134     = 0x4
    	B150     = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	NS_GET_OWNER_UID                 = 0x2000b704
    	NS_GET_PARENT                    = 0x2000b702
    	NS_GET_USERNS                    = 0x2000b701
    	OLCUC                            = 0x2
    	ONLCR                            = 0x4
    	OTPERASE                         = 0x800c4d19
    	OTPGETREGIONCOUNT                = 0x80044d0e
    	OTPGETREGIONINFO                 = 0x800c4d0f
    	OTPLOCK                          = 0x400c4d10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	NS_GET_NSTYPE                    = 0xb703
    	NS_GET_OWNER_UID                 = 0xb704
    	NS_GET_PARENT                    = 0xb702
    	NS_GET_USERNS                    = 0xb701
    	OLCUC                            = 0x2
    	ONLCR                            = 0x4
    	OTPERASE                         = 0x400c4d19
    	OTPGETREGIONCOUNT                = 0x40044d0e
    	OTPGETREGIONINFO                 = 0x400c4d0f
    	OTPLOCK                          = 0x800c4d10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	NS_GET_NSTYPE                    = 0xb703
    	NS_GET_OWNER_UID                 = 0xb704
    	NS_GET_PARENT                    = 0xb702
    	NS_GET_USERNS                    = 0xb701
    	OLCUC                            = 0x2
    	ONLCR                            = 0x4
    	OTPERASE                         = 0x400c4d19
    	OTPGETREGIONCOUNT                = 0x40044d0e
    	OTPGETREGIONINFO                 = 0x400c4d0f
    	OTPLOCK                          = 0x800c4d10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top