- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 474 for remoto (0.04 sec)
-
docs/pt/docs/deployment/concepts.md
### Em um servidor remoto Ao configurar um servidor remoto (um servidor em nuvem, uma máquina virtual, etc.), a coisa mais simples que você pode fazer é usar `fastapi run` (que usa Uvicorn) ou algo semelhante, manualmente, da mesma forma que você faz ao desenvolver localmente.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.7K bytes - Viewed (0) -
docs/es/docs/deployment/concepts.md
### En un Servidor Remoto Cuando configuras un servidor remoto (un servidor en la nube, una máquina virtual, etc.) lo más sencillo que puedes hacer es usar `fastapi run` (que utiliza Uvicorn) o algo similar, manualmente, de la misma manera que lo haces al desarrollar localmente.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.3K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.plugin_delete=Excluir labels.plugin_install=Instalar labels.plugin_install_title=Instalar plugin labels.plugin_jar_file=Arquivo Jar labels.plugin_local_install=Local labels.plugin_remote_install=Remoto labels.crud_button_install=Instalar labels.storage_configuration=Armazenamento labels.storage_name=Nome labels.storage_size=Tamanho labels.storage_last_modified=Última modificação
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.plugin_delete=Elimina labels.plugin_install=Installa labels.plugin_install_title=Installa plugin labels.plugin_jar_file=File Jar labels.plugin_local_install=Locale labels.plugin_remote_install=Remoto labels.crud_button_install=Installa labels.storage_configuration=Archiviazione labels.storage_name=Nome labels.storage_size=Dimensione labels.storage_last_modified=Ultima modifica
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.plugin_delete=Eliminar labels.plugin_install=Instalar labels.plugin_install_title=Instalar plugin labels.plugin_jar_file=Archivo Jar labels.plugin_local_install=Local labels.plugin_remote_install=Remoto labels.crud_button_install=Instalar labels.storage_configuration=Almacenamiento labels.storage_name=Nombre labels.storage_size=Tamaño labels.storage_last_modified=Última modificación
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelInfo.java
pendingOperations.add(operation); } /** * Remove a pending operation * * @param operation operation to remove * @return true if operation was removed */ public boolean removePendingOperation(CommonServerMessageBlock operation) { return pendingOperations.remove(operation); } /** * Clear all pending operations */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 10.6K bytes - Viewed (0) -
cmd/bucket-targets.go
return &t, nil } // TargetClient is the struct for remote target client. type TargetClient struct { *minio.Client healthCheckDuration time.Duration Bucket string // remote bucket target replicateSync bool StorageClass string // storage class on remote disableProxy bool ARN string // ARN to uniquely identify remote target ResetID string
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 20.9K bytes - Viewed (0) -
cmd/bucket-lifecycle.go
return nil } return err } // Remove the remote object err := deleteObjectFromRemoteTier(es.ctx, oi.TransitionedObject.Name, oi.TransitionedObject.VersionID, oi.TransitionedObject.Tier) if ignoreNotFoundErr(err) != nil { transitionLogIf(es.ctx, err) traceFn(ILMFreeVersionDelete, nil, err) continue } // Remove this free version
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 33.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelManager.java
return channels.values().stream().filter(c -> c.getTransport() == transport).findFirst().orElse(null); } /** * Remove a channel * * @param channel channel to remove */ public void removeChannel(ChannelInfo channel) { channels.remove(channel.getChannelId()); try { if (channel.getTransport() != null) { channel.getTransport().close();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 20K bytes - Viewed (0) -
cmd/tier.go
var ( errTierMissingCredentials = AdminError{ Code: "XMinioAdminTierMissingCredentials", Message: "Specified remote credentials are empty", StatusCode: http.StatusForbidden, } errTierBackendInUse = AdminError{ Code: "XMinioAdminTierBackendInUse", Message: "Specified remote tier is already in use", StatusCode: http.StatusConflict, } errTierTypeUnsupported = AdminError{
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 15.6K bytes - Viewed (0)