- Sort Score
- Num 10 results
- Language All
Results 571 - 580 of 758 for metaData (0.07 seconds)
-
docs/zh-hant/docs/deployment/docker.md
因此,容器只消耗很少的資源,與直接執行行程相當(而虛擬機會消耗更多)。 容器也有其各自隔離的執行行程(通常只有一個行程)、檔案系統與網路,簡化部署、安全性與開發等。 ## 什麼是容器映像 { #what-is-a-container-image } 容器是由容器映像啟動執行的。 容器映像是所有檔案、環境變數,以及在容器中應該執行的預設指令/程式的靜態版本。這裡的「靜態」意指容器映像不在執行,它只是被封裝的檔案與 metadata。 相對於儲存的靜態內容「容器映像」,「容器」通常指執行中的實例,也就是正在被執行的東西。 當容器啟動並執行時(自容器映像啟動),它可以建立或變更檔案、環境變數等。這些變更只會存在於該容器中,不會持久化回底層的容器映像(不會寫回磁碟)。 容器映像可類比為程式檔與其內容,例如 `python` 與某個 `main.py` 檔案。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 24.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
/** * A transformer implementation for processing HTML documents using XPath expressions. * This class extends XpathTransformer to provide Fess-specific document processing capabilities * including content extraction, metadata processing, and robots tag handling. */ public class FessXpathTransformer extends XpathTransformer implements FessTransformer { /** Logger instance for this class */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 55.3K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.7.md
### Other notable changes * [GCE] Apiserver uses `InternalIP` as the most preferred kubelet address type by default. ([#59019](https://github.com/kubernetes/kubernetes/pull/59019), [@MrHohn](https://github.com/MrHohn)) * Use GCE metadata proxy v0.1.4-r1 to pick up security fixes. ([#60245](https://github.com/kubernetes/kubernetes/pull/60245), [@ihmccreery](https://github.com/ihmccreery))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 308.7K bytes - Click Count (1) -
src/main/java/jcifs/util/SecureKeyManager.java
throw new GeneralSecurityException("Key rotation failed", e); } } /** * Internal method to store key without updating rotation metadata */ private void storeSessionKeyInternal(String sessionId, byte[] key, String algorithm) { if (key == null || sessionId == null) {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 21.5K bytes - Click Count (0) -
cmd/batch-expire_gen.go
return } } case "Metadata": var zb0003 uint32 zb0003, err = dc.ReadArrayHeader() if err != nil { err = msgp.WrapError(err, "Metadata") return } if cap(z.Metadata) >= int(zb0003) { z.Metadata = (z.Metadata)[:zb0003] } else { z.Metadata = make([]BatchJobKV, zb0003) } for za0002 := range z.Metadata { err = z.Metadata[za0002].DecodeMsg(dc)
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 19.9K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/packaging/internal-build-reports" /> <option value="$PROJECT_DIR$/packaging/public-api" /> <option value="$PROJECT_DIR$/platforms/core-configuration/api-metadata" /> <option value="$PROJECT_DIR$/platforms/core-configuration/base-diagnostics" /> <option value="$PROJECT_DIR$/platforms/core-configuration/base-services-groovy" />Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 10:18:20 GMT 2026 - 25.5K bytes - Click Count (0) -
src/main/webapp/js/purify.min.js
"altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),x=i(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvol...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 22.7K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/cache/DiskLruCache.kt
val clean = entry.cleanFiles[i] fileSystem.atomicMove(dirty, clean) val oldLength = entry.lengths[i] // TODO check null behaviour val newLength = fileSystem.metadata(clean).size ?: 0 entry.lengths[i] = newLength size = size - oldLength + newLength } } else { fileSystem.deleteIfExists(dirty) } }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 34.7K bytes - Click Count (0) -
src/archive/zip/writer.go
return errors.New("archive/zip: invalid duplicate FileHeader") } return nil } // CreateHeader adds a file to the zip archive using the provided [FileHeader] // for the file metadata. [Writer] takes ownership of fh and may mutate // its fields. The caller must not modify fh after calling [Writer.CreateHeader]. // // This returns a [Writer] to which the file contents should be written.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Jan 28 04:20:09 GMT 2025 - 19.4K bytes - Click Count (0) -
docs/tr/docs/how-to/general.md
## OpenAPI Meta Verileri - Dokümantasyon { #openapi-metadata-docs } Lisans, sürüm, iletişim vb. dahil olmak üzere OpenAPI şemanıza meta veriler eklemek için, [Tutorial - Metadata and Docs URLs](../tutorial/metadata.md) dokümantasyonunu okuyun. ## OpenAPI Özel URL { #openapi-custom-url } OpenAPI URL'ini özelleştirmek (veya kaldırmak) için, [Tutorial - Metadata and Docs URLs](../tutorial/metadata.md#openapi-url) dokümantasyonunu okuyun.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 3.2K bytes - Click Count (0)