- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 73 for vuotta (0.06 sec)
-
src/test/java/jcifs/internal/fscc/FileFsFullSizeInformationTest.java
} @Test @DisplayName("Should handle quota restricted scenarios") void shouldHandleQuotaRestrictedScenarios() throws SMBProtocolDecodingException { // Given - quota restricts caller available units long totalClusters = 26214400L; // 100GB / 4KB long callerAvailable = 2621440L; // 10GB / 4KB (quota limit) long actualFree = 13107200L; // 50GB / 4KB (actual free)
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.5K bytes - Viewed (0) -
cmd/object-api-errors.go
} // BucketQuotaConfigNotFound - no bucket quota config found. type BucketQuotaConfigNotFound GenericError func (e BucketQuotaConfigNotFound) Error() string { return "No quota config found for bucket : " + e.Bucket } // BucketQuotaExceeded - bucket quota exceeded. type BucketQuotaExceeded GenericError func (e BucketQuotaExceeded) Error() string { return "Bucket quota exceeded for bucket: " + e.Bucket }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 09 02:05:14 UTC 2024 - 22.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/Smb2Constants.java
*/ public static final byte SMB2_0_INFO_FILESYSTEM = 2; /** * Security information class */ public static final byte SMB2_0_INFO_SECURITY = 3; /** * Quota information class */ public static final byte SMB2_0_INFO_QUOTA = 4; /** * Unspecified file ID value (all 0xFF bytes) */ public static final byte[] UNSPECIFIED_FILEID =
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 4.5K bytes - Viewed (0) -
docs/pt/docs/advanced/openapi-callbacks.md
O processo que acontece quando seu aplicativo de API chama a *API externa* é chamado de "callback". Porque o software que o desenvolvedor externo escreveu envia uma solicitação para sua API e então sua API *chama de volta*, enviando uma solicitação para uma *API externa* (que provavelmente foi criada pelo mesmo desenvolvedor).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 8.1K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NodeStatusResponse.java
final int namesLength = this.numberOfNames * 18; final int statsLength = this.rDataLength - namesLength - 1; this.numberOfNames = src[srcIndex] & 0xFF; srcIndex++; // gotta read the mac first so we can populate addressArray with it System.arraycopy(src, srcIndex + namesLength, this.macAddress, 0, 6); srcIndex += readNodeNameArray(src, srcIndex); this.stats = new byte[statsLength];
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2QueryInfoResponse.java
*/ private static Decodable createQuotaInformation(final byte infoClass) throws SMBProtocolDecodingException { switch (infoClass) { default: throw new SMBProtocolDecodingException("Unknown quota info class " + infoClass); } } /** * @param infoClass * @return * @throws SMBProtocolDecodingException */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/resources/fess_message_it.properties
constraints.Mod11Check.message = Il checksum Modulo 11 di {value} non è corretto. constraints.ModCheck.message = Il checksum {modType} di {value} non è corretto. constraints.NotBlank.message = {item} non può essere vuoto. constraints.NotEmpty.message = {item} non può essere vuoto. constraints.ParametersScriptAssert.message = L'espressione script "{script}" non è vera. constraints.Range.message = {item} deve essere compreso tra {min} e {max}.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.3K bytes - Viewed (0) -
docs/pt/docs/advanced/websockets.md
<img src="/img/tutorial/websockets/image01.png"> Você pode digitar mensagens na caixa de entrada e enviá-las: <img src="/img/tutorial/websockets/image02.png"> E sua aplicação **FastAPI** com WebSockets responderá de volta: <img src="/img/tutorial/websockets/image03.png"> Você pode enviar (e receber) muitas mensagens: <img src="/img/tutorial/websockets/image04.png"> E todas elas usarão a mesma conexão WebSocket.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 5.7K bytes - Viewed (0) -
cmd/admin-handlers-site-replication.go
} } case madmin.SRBucketMetaTypeQuotaConfig: if item.Quota == nil { err = globalSiteReplicationSys.PeerBucketQuotaConfigHandler(ctx, item.Bucket, nil, item.UpdatedAt) } else { quotaConfig, err := parseBucketQuota(item.Bucket, item.Quota) if err != nil { writeErrorResponseJSON(ctx, w, toAdminAPIErr(ctx, err), r.URL) return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 19.3K bytes - Viewed (0) -
docs/es/docs/advanced/websockets.md
<img src="/img/tutorial/websockets/image01.png"> Puedes escribir mensajes en el cuadro de entrada y enviarlos: <img src="/img/tutorial/websockets/image02.png"> Y tu aplicación **FastAPI** con WebSockets responderá de vuelta: <img src="/img/tutorial/websockets/image03.png"> Puedes enviar (y recibir) muchos mensajes: <img src="/img/tutorial/websockets/image04.png"> Y todos usarán la misma conexión WebSocket.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 5.6K bytes - Viewed (0)