- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 63 for docinfo (0.04 sec)
-
cmd/xl-storage-disk-id-check.go
} func (p *xlStorageDiskIDCheck) ListVols(ctx context.Context) (vi []VolInfo, err error) { ctx, done, err := p.TrackDiskHealth(ctx, storageMetricListVols, "/") if err != nil { return nil, err } defer done(0, &err) return p.storage.ListVols(ctx) } func (p *xlStorageDiskIDCheck) StatVol(ctx context.Context, volume string) (vol VolInfo, err error) {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Apr 25 05:41:04 UTC 2025 - 34.5K bytes - Viewed (0) -
cmd/xl-storage_test.go
}, } for i, testCase := range testCases { var volInfo VolInfo volInfo, err = xlStorage.StatVol(t.Context(), testCase.volName) if err != testCase.expectedErr { t.Fatalf("TestXLStorage case : %d, Expected: \"%s\", got: \"%s\"", i+1, testCase.expectedErr, err) } if err == nil { if volInfo.Name != testCase.volName {Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 66K bytes - Viewed (0) -
docs/es/docs/tutorial/cors.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 5.9K bytes - Viewed (0) -
cmd/storage-datatypes_test.go
package cmd import ( "bytes" "encoding/gob" "io" "testing" "time" "github.com/tinylib/msgp/msgp" ) func BenchmarkDecodeVolInfoMsgp(b *testing.B) { v := VolInfo{ Name: "uuid", Created: time.Now(), } var buf bytes.Buffer msgp.Encode(&buf, &v) rd := msgp.NewEndlessReader(buf.Bytes(), b) dc := msgp.NewReader(rd) b.Log("Size:", buf.Len(), "bytes")
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 9.1K bytes - Viewed (0) -
cmd/storage-rest-server.go
storageStatVolRPC = grid.NewSingleHandler[*grid.MSS, *VolInfo](grid.HandlerStatVol, grid.NewMSS, func() *VolInfo { return &VolInfo{} })
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue May 27 15:19:03 UTC 2025 - 45.7K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.authRealm=Dominio de autenticación labels.available=Estado labels.createdBy=Creado por labels.createdTime=Fecha de creación labels.depth=Profundidad labels.excludedPaths=Rutas a excluir del rastreo labels.excludedUrls=URLs a excluir del rastreo labels.excludedDocPaths=Rutas a excluir de la búsqueda labels.excludedDocUrls=URLs a excluir de la búsqueda labels.hostname=Nombre de host labels.id=ID labels.includedPaths=Rutas a incluir en el rastreo
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49K bytes - Viewed (0) -
docs/pt/docs/advanced/behind-a-proxy.md
O programa do **servidor** (por exemplo, **Uvicorn** via **CLI do FastAPI**) é capaz de interpretar esses headers e então repassar essas informações para a sua aplicação.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 17.2K bytes - Viewed (0) -
docs/es/docs/_llm-test.md
* el Bearer Token * el cambio incompatible * el bug * el botón * el invocable * el código * el commit * el context manager * la corrutina * la sesión de base de datos * el disco * el dominio * el motor * el X falso * el método HTTP GET * el ítem * el paquete * el lifespan * el bloqueo * el middleware * la aplicación móvil * el módulo * el montaje * la red * el origen
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:16:35 UTC 2025 - 12.6K bytes - Viewed (0) -
docs/pt/docs/_llm-test.md
* a alteração com quebra de compatibilidade * o bug * o botão * o chamável * o código * o commit * o gerenciador de contexto * a corrotina * a sessão do banco de dados * o disco * o domínio * o mecanismo * o X falso * o método HTTP GET * o item * a biblioteca * o lifespan * o bloqueio * o middleware * a aplicação mobile * o módulo * a montagem * a rede * a origem
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:17:03 UTC 2025 - 12.4K bytes - Viewed (0) -
cmd/common-main.go
} api := operations.NewConsoleAPI(swaggerSpec) if !serverDebugLog { // Disable console logging if server debug log is not enabled noLog := func(string, ...any) {} consoleapi.LogInfo = noLog consoleapi.LogError = noLog api.Logger = noLog } // Pass in console application config. This needs to happen before the // ConfigureAPI() call.
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 32.5K bytes - Viewed (3)