Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 38 for operacional (1.25 sec)

  1. cmd/metrics-v3-bucket-replication.go

    	bucketReplTotalFailedCount                     = "total_failed_count"
    	bucketReplProxiedDeleteTaggingRequestsFailures = "proxied_delete_tagging_requests_failures"
    	bucketL                                        = "bucket"
    	operationL                                     = "operation"
    	targetArnL                                     = "targetArn"
    )
    
    var (
    	bucketReplLastHrFailedBytesMD = NewGaugeMD(bucketReplLastHrFailedBytes,
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Jun 04 20:45:31 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  2. docs/es/docs/tutorial/security/simple-oauth2.md

    Si haces clic en el icono de candado y cierras sesión, y luego intentas la misma operación nuevamente, obtendrás un error HTTP 401 de:
    
    ```JSON
    {
      "detail": "Not authenticated"
    }
    ```
    
    ### Usuario inactivo
    
    Ahora prueba con un usuario inactivo, autentícate con:
    
    Usuario: `alice`
    
    Contraseña: `secret2`
    
    Y trata de usar la operación `GET` con la path `/users/me`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  3. src/main/java/jcifs/internal/smb1/trans/TransPeekNamedPipeResponse.java

        /**
         * Named pipe status indicating the pipe is listening for connections.
         */
        public static final int STATUS_LISTENING = 2;
    
        /**
         * Named pipe status indicating the connection is established and operational.
         */
        public static final int STATUS_CONNECTION_OK = 3;
    
        /**
         * Named pipe status indicating the server end of the pipe is closed.
         */
        public static final int STATUS_SERVER_END_CLOSED = 4;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  4. docs/es/llm-prompt.md

    * host (in a podcast): host
    * request (as in HTTP request): request
    * response (as in HTTP response): response
    * path operation function: path operation function (do not translate to "función de operación de ruta")
    * path operation: path operation (do not translate to "operación de ruta")
    * path (as in URL path): path (do not translate to "ruta")
    * query (as in URL query): query (do not translate to "consulta")
    * cookie (as in HTTP cookie): cookie
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Jul 26 18:57:50 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  5. docs/es/docs/tutorial/body-updates.md

    # Cuerpo - Actualizaciones
    
    ## Actualización reemplazando con `PUT`
    
    Para actualizar un ítem puedes utilizar la operación de <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PUT" class="external-link" target="_blank">HTTP `PUT`</a>.
    
    Puedes usar el `jsonable_encoder` para convertir los datos de entrada en datos que se puedan almacenar como JSON (por ejemplo, con una base de datos NoSQL). Por ejemplo, convirtiendo `datetime` a `str`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  6. docs/es/docs/tutorial/testing.md

    │   ├── main.py
    │   └── test_main.py
    ```
    
    Digamos que ahora el archivo `main.py` con tu aplicación de **FastAPI** tiene algunas otras **path operations**.
    
    Tiene una operación `GET` que podría devolver un error.
    
    Tiene una operación `POST` que podría devolver varios errores.
    
    Ambas *path operations* requieren un `X-Token` header.
    
    //// tab | Python 3.10+
    
    ```Python
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  7. docs/erasure/README.md

    ![Erasure](https://github.com/minio/minio/blob/master/docs/screenshots/erasure-code.jpg?raw=true)
    
    ## What is Bit Rot protection?
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Tue Aug 12 18:20:36 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  8. docs/es/docs/tutorial/body.md

    <img src="/img/tutorial/body/image03.png">
    
    También recibirás chequeos de errores para operaciones de tipo incorrecto:
    
    <img src="/img/tutorial/body/image04.png">
    
    No es por casualidad, todo el framework fue construido alrededor de ese diseño.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 7K bytes
    - Viewed (0)
  9. okhttp/src/commonJvmAndroid/kotlin/okhttp3/WebSocket.kt

     *    be transmitted until the web socket is open.
     *
     *  * **Open:** the web socket has been accepted by the remote peer and is fully operational.
     *    Messages in either direction are enqueued for immediate transmission.
     *
     *  * **Closing:** one of the peers on the web socket has initiated a graceful shutdown. The web
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  10. cmd/bucket-stats.go

    	QStats        InQueueMetric                        `json:"queueStats"`
    	MRFStats      ReplicationMRFStats                  `json:"mrfStats"`
    }
    
    // getNodeQueueStats returns replication operational stats at the node level
    func (r *ReplicationStats) getNodeQueueStats(bucket string) (qs ReplQNodeStats) {
    	qs.NodeName = globalLocalNodeName
    	qs.Uptime = UTCNow().Unix() - globalBootTime.Unix()
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 13.5K bytes
    - Viewed (0)
Back to top