- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 32 for dispositivos (0.06 sec)
-
cmd/handler-utils.go
} // Supported headers that needs to be extracted. var supportedHeaders = []string{ "content-type", "cache-control", "content-language", "content-encoding", "content-disposition", "x-amz-storage-class", xhttp.AmzStorageClass, xhttp.AmzObjectTagging, "expires", xhttp.AmzBucketReplicationStatus, "X-Minio-Replication-Server-Side-Encryption-Sealed-Key",
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 16.3K bytes - Viewed (1) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
* @param shareAccess the shareAccess to set */ public void setShareAccess(final int shareAccess) { this.shareAccess = shareAccess; } /** * Set the create disposition specifying what action to take if file exists or doesn't exist * @param createDisposition the createDisposition to set */ public void setCreateDisposition(final int createDisposition) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 22.9K bytes - Viewed (0) -
docs/em/docs/advanced/custom-response.md
π π π π¨. β π β β π π π π¨ π: * `path` - π π π. * `headers` - π π π π, π. * `media_type` - π» π€ π» π. π₯ π’, π βοΈ β‘ π βοΈ π π» π. * `filename` - π₯ β, π π π π¨ `Content-Disposition`. π π¨ π π β `Content-Length`, `Last-Modified` & `ETag` π. {* ../../docs_src/custom_response/tutorial009.py hl[2,10] *} π πͺ βοΈ `response_class` π’:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 9.4K bytes - Viewed (0) -
cmd/signature-v2.go
"delete", "encryption", "legal-hold", "lifecycle", "location", "logging", "notification", "partNumber", "policy", "requestPayment", "response-cache-control", "response-content-disposition", "response-content-encoding", "response-content-language", "response-content-type", "response-expires", "retention", "select", "select-type", "tagging", "torrent", "uploadId", "uploads",
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 12.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
/** Tablet width threshold for responsive design */ protected static final int TABLET_WIDTH = 768; /** HTTP header name for content disposition */ protected static final String CONTENT_DISPOSITION = "Content-Disposition"; /** Cache key for highlighted cache content */ protected static final String HL_CACHE = "hl_cache"; /** Cache key for search queries */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0) -
docs/pt/docs/advanced/custom-response.md
* `media_type` - Uma string com o media type. Se nΓ£o for definida, o media type Γ© inferido a partir do nome ou caminho do arquivo. * `filename` - Se for definido, Γ© incluΓdo no cabeΓ§alho `Content-Disposition`. Respostas de Arquivos incluem o tamanho do arquivo, data da ΓΊltima modificaΓ§Γ£o e ETags apropriados, nos cabeΓ§alhos `Content-Length`, `Last-Modified` e `ETag`, respectivamente.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 13.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
|| ntStatus == NtStatus.NT_STATUS_INVALID_INFO_CLASS; } return false; } /** * Sets the create disposition on an SMB2 create request based on flags * * @param req the SMB2 create request * @param flags the file open flags */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/storage/AdminStorageAction.java
final String name = pi.getName(); final String encodedName = URLEncoder.encode(name, Constants.UTF_8_CHARSET).replace("+", "%20"); response.header("Content-Disposition", "attachment; filename=\"" + name + "\"; filename*=utf-8''" + encodedName); response.header("Pragma", "no-cache"); response.header("Cache-Control", "no-cache");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 25.1K bytes - Viewed (0) -
docs/recipes.md
=== ":material-language-kotlin: Kotlin" ```kotlin private val client = OkHttpClient() fun run() {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 17:01:12 UTC 2025 - 47.8K bytes - Viewed (0) -
cmd/bucket-replication.go
return replicateMetadata } // Compare only necessary headers compareKeys := []string{ "Expires", "Cache-Control", "Content-Language", "Content-Disposition", "X-Amz-Object-Lock-Mode", "X-Amz-Object-Lock-Retain-Until-Date", "X-Amz-Object-Lock-Legal-Hold", "X-Amz-Website-Redirect-Location", "X-Amz-Meta-", }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 118K bytes - Viewed (0)