Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 527 for vert (0.03 seconds)

  1. docs/tr/docs/tutorial/response-model.md

    FastAPI bu dönüş tipini şunlar için kullanır:
    
    * Dönen veriyi **doğrulamak** (validate).
        * Veri geçersizse (ör. bir field eksikse), bu *sizin* uygulama kodunuzun bozuk olduğu, olması gerekeni döndürmediği anlamına gelir; bu yüzden yanlış veri döndürmek yerine server error döner. Böylece siz ve client’larınız, beklenen veri ve veri şeklinin geleceğinden emin olabilirsiniz.
    * OpenAPI’deki *path operation* içine response için bir **JSON Schema** eklemek.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 17K bytes
    - Click Count (0)
  2. src/main/resources/fess_message_tr.properties

    errors.crud_invalid_mode = Mod yanlış. ({0} değil, {1})
    errors.crud_failed_to_create_instance = Yeni veri oluşturulamadı.
    errors.crud_failed_to_create_crud_table = Yeni veri oluşturulamadı. ({0})
    errors.crud_failed_to_update_crud_table=Veri güncellenemedi. ({0})
    errors.crud_failed_to_delete_crud_table=Veri silinemedi. ({0})
    errors.crud_could_not_find_crud_table = {0} verisi bulunamadı.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13K bytes
    - Click Count (0)
  3. docs/tr/docs/advanced/json-base64-bytes.md

    # JSON'da Bytes'i Base64 Olarak Kullanma { #json-with-bytes-as-base64 }
    
    Uygulamanız JSON veri alıp gönderiyorsa ve bunun içine ikili (binary) veri eklemeniz gerekiyorsa, veriyi base64 olarak encode edebilirsiniz.
    
    ## Base64 ve Dosyalar { #base64-vs-files }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:51:35 GMT 2026
    - 2.6K bytes
    - Click Count (0)
  4. docs/tr/docs/tutorial/encoder.md

    Bazı durumlarda, bir veri tipini (örneğin bir Pydantic model) JSON ile uyumlu bir şeye (örneğin `dict`, `list` vb.) dönüştürmeniz gerekebilir.
    
    Örneğin, bunu bir veritabanında saklamanız gerekiyorsa.
    
    Bunun için **FastAPI**, `jsonable_encoder()` fonksiyonunu sağlar.
    
    ## `jsonable_encoder` Kullanımı { #using-the-jsonable-encoder }
    
    Yalnızca JSON ile uyumlu veri kabul eden bir veritabanınız olduğunu düşünelim: `fake_db`.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 1.8K bytes
    - Click Count (0)
  5. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/tls/BasicCertificateChainCleaner.kt

     * limitations under the License.
     */
    package okhttp3.internal.tls
    
    import java.security.GeneralSecurityException
    import java.security.cert.Certificate
    import java.security.cert.X509Certificate
    import java.util.ArrayDeque
    import java.util.Deque
    import javax.net.ssl.SSLPeerUnverifiedException
    
    /**
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 4.8K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/server-sent-events.md

    /// tip | İpucu
    
    İkili (binary) veri akışı yapmak istiyorsanız, gelişmiş kılavuza bakın: [Veri Akışı](../advanced/stream-data.md).
    
    ///
    
    ## FastAPI ile SSE Akışı { #stream-sse-with-fastapi }
    
    FastAPI ile SSE akışı yapmak için, *path operation function* içinde `yield` kullanın ve `response_class=EventSourceResponse` olarak ayarlayın.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:51:35 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  7. internal/config/certs.go

    		}
    		keyPEMBlock = pem.EncodeToMemory(&pem.Block{Type: key.Type, Bytes: decryptedKey})
    	}
    	cert, err := tls.X509KeyPair(certPEMBlock, keyPEMBlock)
    	if err != nil {
    		return tls.Certificate{}, ErrTLSUnexpectedData(nil).Msg(err.Error())
    	}
    	return cert, nil
    }
    
    // EnsureCertAndKey checks if both client certificate and key paths are provided
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Aug 14 17:11:51 GMT 2024
    - 3.8K bytes
    - Click Count (0)
  8. cmd/xl-storage-format-v2_test.go

    		}
    		buf = xlMetaV2TrimData(buf)
    
    		vers = append(vers, metaCacheEntry{
    			name:     "a",
    			metadata: buf,
    		})
    	}
    
    	// Shuffle...
    	for i := range 100 {
    		rng := rand.New(rand.NewSource(int64(i)))
    		rng.Shuffle(len(vers), func(i, j int) {
    			vers[i], vers[j] = vers[j], vers[i]
    		})
    		var entries []chan metaCacheEntry
    		for _, v := range vers {
    			v.cached = nil
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 37.8K bytes
    - Click Count (0)
  9. docs/tr/docs/tutorial/body.md

    Önce, `pydantic` içinden `BaseModel`'i import etmeniz gerekir:
    
    {* ../../docs_src/body/tutorial001_py310.py hl[2] *}
    
    ## Veri modelinizi oluşturun { #create-your-data-model }
    
    Sonra veri modelinizi, `BaseModel`'den kalıtım alan bir class olarak tanımlarsınız.
    
    Tüm attribute'lar için standart Python type'larını kullanın:
    
    {* ../../docs_src/body/tutorial001_py310.py hl[5:9] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 6.9K bytes
    - Click Count (0)
  10. helm/minio/templates/post-job.yaml

                          path: secrets-svc/{{ tpl .existingSecret $ }}/{{ tpl .existingSecretKey $ }}
                  {{- end }}
                  {{- end }}
            {{- if .Values.tls.enabled }}
            - name: cert-secret-volume-mc
              secret:
                secretName: {{ .Values.tls.certSecret }}
                items:
                  - key: {{ .Values.tls.publicCrt }}
                    path: CAs/public.crt
            {{- end }}
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Oct 10 15:48:31 GMT 2024
    - 10.4K bytes
    - Click Count (0)
Back to Top