Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 17 for Biz (0.35 seconds)

  1. .github/renovate.json

        "com.squareup.okhttp3:okhttp",
        "com.squareup.okhttp3:okhttp-tls",
        "com.squareup.okhttp3:mockwebserver"
      ],
      "packageRules": [
        {
          "groupName": "bnd",
          "matchPackageNames": [
            "/biz.*/"
          ]
        },
        {
          "groupName": "graalvm",
          "matchPackageNames": [
            "/org.graalvm.*/"
          ]
        },
        {
          "matchPackageNames": [
            "org.objenesis:objenesis"
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 15 12:02:18 GMT 2026
    - 1.3K bytes
    - Click Count (0)
  2. okhttp/src/commonTest/kotlin/okhttp3/internal/publicsuffix/PublicSuffixDatabaseTest.kt

        // checkPublicSuffix("a.b.example.local", null);
        // TLD with only 1 rule.
        checkPublicSuffix("biz", null)
        checkPublicSuffix("domain.biz", "domain.biz")
        checkPublicSuffix("b.domain.biz", "domain.biz")
        checkPublicSuffix("a.b.domain.biz", "domain.biz")
        // TLD with some 2-level rules.
        checkPublicSuffix("com", null)
        checkPublicSuffix("example.com", "example.com")
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue May 27 22:00:49 GMT 2025
    - 8.5K bytes
    - Click Count (0)
  3. docs/tr/docs/tutorial/first-steps.md

    * `POST`: veri oluşturmak için.
    * `GET`: veri okumak için.
    * `PUT`: veriyi güncellemek için.
    * `DELETE`: veriyi silmek için.
    
    Bu nedenle, OpenAPI'da HTTP method'larının her birine "operation" denir.
    
    Biz de bunlara "**operation**" diyeceğiz.
    
    #### Bir *path operation decorator* tanımlayın { #define-a-path-operation-decorator }
    
    {* ../../docs_src/first_steps/tutorial001_py310.py hl[6] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 14.4K bytes
    - Click Count (0)
  4. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    biratori.hokkaido.jp
    birkenes.no
    bitbucket.io
    bitter.jp
    biz
    biz.at
    biz.az
    biz.bb
    biz.cy
    biz.dk
    biz.et
    biz.fj
    biz.gl
    biz.id
    biz.in
    biz.ki
    biz.ls
    biz.mv
    biz.mw
    biz.my
    biz.ng
    biz.ni
    biz.nr
    biz.pk
    biz.pl
    biz.pr
    biz.ss
    biz.tj
    biz.tr
    biz.tt
    biz.ua
    biz.vn
    biz.wf
    biz.zm
    bizen.okayama.jp
    bj
    bj.cn
    bjarkoy.no
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue May 27 22:00:49 GMT 2025
    - 129.6K bytes
    - Click Count (3)
  5. gradle/libs.versions.toml

    animalsniffer-annotations = { module = "org.codehaus.mojo:animal-sniffer-annotations", version.ref = "animalsniffer-annotations" }
    aqute-bnd = { module = "biz.aQute.bnd:biz.aQute.bnd", version.ref = "bnd" }
    aqute-resolve = { module = "biz.aQute.bnd:biz.aQute.resolve", version.ref = "bnd" }
    assertk = { module = "com.willowtreeapps.assertk:assertk", version.ref = "assertk" }
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Mar 31 22:01:48 GMT 2026
    - 12K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/dependencies/dependencies-with-yield.md

    {* ../../docs_src/dependencies/tutorial008c_an_py310.py hl[15:16] *}
    
    Bu durumda client, biz `HTTPException` veya benzeri bir şey fırlatmadığımız için olması gerektiği gibi *HTTP 500 Internal Server Error* response'u görür; ancak server **hiç log üretmez** ve hatanın ne olduğuna dair başka bir işaret de olmaz. 😱
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 13.4K bytes
    - Click Count (0)
  7. docs/tr/docs/tutorial/extra-models.md

    ```Python
    user_dict = user_in.model_dump()
    UserInDB(**user_dict)
    ```
    
    şuna eşdeğerdir:
    
    ```Python
    UserInDB(**user_in.model_dump())
    ```
    
    ...çünkü `user_in.model_dump()` bir `dict` döndürür ve biz de bunu `UserInDB`'ye `**` önekiyle vererek Python'ın "unpack" etmesini sağlarız.
    
    Böylece, bir Pydantic modelindeki verilerden başka bir Pydantic model üretmiş oluruz.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.4K bytes
    - Click Count (0)
  8. docs/tr/docs/tutorial/security/simple-oauth2.md

    ///
    
    ## Token’ı Döndürme { #return-the-token }
    
    `token` endpoint’inin response’u bir JSON object olmalıdır.
    
    Bir `token_type` içermelidir. Biz "Bearer" token’ları kullandığımız için token type "`bearer`" olmalıdır.
    
    Ayrıca `access_token` içermelidir; bunun değeri access token’ımızı içeren bir string olmalıdır.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10.4K bytes
    - Click Count (0)
  9. docs/tr/docs/deployment/concepts.md

    ### Hata Yaparız { #we-make-mistakes }
    
    Biz insanlar sürekli **hata** yaparız. Yazılımın neredeyse *her zaman* farklı yerlerinde gizli **bug**'lar vardır. 🐛
    
    Ve biz geliştiriciler bu bug'ları buldukça ve yeni özellikler ekledikçe code'u iyileştiririz (muhtemelen yeni bug'lar da ekleyerek 😅).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 19.2K bytes
    - Click Count (0)
  10. build-logic/src/main/kotlin/BndBuildAction.kt

     * compatibility.
     *
     * This class is based on bundled code from the BND Gradle Plugin.
     * https://github.com/bndtools/bnd/blob/master/gradle-plugins/biz.aQute.bnd.gradle/src/main/java/aQute/bnd/gradle/BundleTaskExtension.java
     */
    class BndBuildAction(
      private val properties: MapProperty<String, Any>,
      private val classpath: ConfigurableFileCollection,
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Feb 05 09:17:33 GMT 2026
    - 8.9K bytes
    - Click Count (0)
Back to Top