Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 8 of 8 for marshal (0.1 seconds)

  1. doc/godebug.md

    certificate policy OIDs with components larger than 31 bits. By default this
    field is only used during parsing, when it is populated with policy OIDs, but
    not used during marshaling. It can be used to marshal these larger OIDs, instead
    of the existing PolicyIdentifiers field, by using the
    [`x509usepolicies` setting](/pkg/crypto/x509/#CreateCertificate).
    
    
    ### Go 1.21
    
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Wed Dec 03 00:18:09 GMT 2025
    - 24.7K bytes
    - Click Count (0)
  2. docs/es/llm-prompt.md

    * cookie (as in HTTP cookie): cookie
    * header (as in HTTP header): header
    * form (as in HTML form): formulario
    * type checks: chequeo de tipos
    * parse: parse
    * parsing: parsing
    * marshall: marshall
    * library: paquete (do not translate to "biblioteca" or "librería")
    * instance: instance (do not translate to "instancia")
    * scratch the surface: tocar los conceptos básicos
    * string: string
    * bug: bug
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Dec 16 16:33:45 GMT 2025
    - 5.4K bytes
    - Click Count (0)
  3. docs/es/docs/advanced/behind-a-proxy.md

    Estos proxies podrían manejar certificados HTTPS y otras cosas.
    
    ## Headers reenviados por el Proxy { #proxy-forwarded-headers }
    
    Un **proxy** delante de tu aplicación normalmente establecería algunos headers sobre la marcha antes de enviar los requests a tu **server** para que el servidor sepa que el request fue **reenviado** por el proxy, informándole la URL original (pública), incluyendo el dominio, que está usando HTTPS, etc.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 20:41:43 GMT 2025
    - 17.1K bytes
    - Click Count (0)
  4. docs/es/docs/_llm-test.md

    * HTTP Digest
    * formato ISO
    * el estándar JSON Schema
    * el JSON Schema
    * la definición del esquema
    * Flujo de contraseña
    * Móvil
    
    * obsoleto
    * diseñado
    * inválido
    * sobre la marcha
    * estándar
    * por defecto
    * sensible a mayúsculas/minúsculas
    * insensible a mayúsculas/minúsculas
    
    * servir la aplicación
    * servir la página
    
    * la app
    * la aplicación
    
    * la request
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Dec 16 16:16:35 GMT 2025
    - 12.6K bytes
    - Click Count (0)
  5. docs/es/docs/deployment/https.md

    Este **proxy** normalmente configuraría algunos headers HTTP sobre la marcha antes de transmitir el request al **servidor de aplicaciones**, para hacerle saber al servidor de aplicaciones que el request está siendo **reenviado** por el proxy.
    
    /// note | Detalles técnicos
    
    Los headers del proxy son:
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Dec 16 16:33:45 GMT 2025
    - 15.4K bytes
    - Click Count (0)
  6. src/main/resources/fess_label_id.properties

    labels.backup_name=Nama
    labels.backup_bulk_file=Berkas Bulk
    labels.backup_button_upload=Unggah
    labels.process_time_is_exceeded=Waktu pemrosesan pencarian telah melebihi batas. Hasil yang ditampilkan mungkin parsial.
    labels.user_given_name=Nama Depan
    labels.givenName=Nama Depan
    labels.user_surname=Nama Belakang
    labels.surame=Nama Belakang
    labels.user_mail=Email
    labels.mail=Email
    labels.user_employeeNumber=Nomor Pegawai
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 13 02:21:17 GMT 2025
    - 45.2K bytes
    - Click Count (0)
  7. lib/fips140/v1.1.0-rc1.zip

    h.inner.(marshalable) if !innerOK { return } marshalableOuter, outerOK := h.outer.(marshalable) if !outerOK { return } imarshal, err := marshalableInner.MarshalBinary() if err != nil { return } h.outer.Reset() h.outer.Write(h.opad) omarshal, err := marshalableOuter.MarshalBinary() if err != nil { return } // Marshaling succeeded; save the marshaled state for later h.ipad = imarshal h.opad = omarshal h.marshaled = true } type errCloneUnsupported struct{} func (e errCloneUnsupported) Error() string { return "crypto/hmac:...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
  8. CHANGELOG/CHANGELOG-1.34.md

    - Added support for encoding and decoding types that implement the standard library interfaces `json.Marshaler`, `json.Unmarshaler`, `encoding.TextMarshaler`, or `encoding.TextUnmarshaler` to and from CBOR by transcoding. ([#132935](https://github.com/kubernetes/kubernetes/pull/132935), [@benluddy](https://github.com/benluddy))
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Dec 10 01:13:50 GMT 2025
    - 333.3K bytes
    - Click Count (2)
Back to Top