- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for sicura (0.09 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/Constants.java
*/ public static final String ISO_DATETIME_FORMAT = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"; /** * The feature for secure processing in XML. */ public static final String FEATURE_SECURE_PROCESSING = "http://javax.xml.XMLConstants/feature/secure-processing"; /** * The feature for external general entities in XML. */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.6K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.curl"/> </mime-type> <mime-type type="text/vnd.curl.dcurl"> <glob pattern="*.dcurl"/> </mime-type> <mime-type type="text/vnd.curl.scurl"> <glob pattern="*.scurl"/> </mime-type> <mime-type type="text/vnd.curl.mcurl"> <glob pattern="*.mcurl"/> </mime-type> <mime-type type="text/vnd.dmclientscript"/>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1) -
src/archive/tar/reader_test.go
"../foo", "/foo", "a/b/../../../c", } { var buf bytes.Buffer tw := NewWriter(&buf) tw.WriteHeader(&Header{ Name: path, }) const securePath = "secure" tw.WriteHeader(&Header{ Name: securePath, }) tw.Close() tr := NewReader(&buf) h, err := tr.Next() if err != ErrInsecurePath {Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Oct 03 15:48:09 UTC 2024 - 46.9K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const SIGTTIN Signal pkg syscall (freebsd-arm64), const SIGTTOU = 22 pkg syscall (freebsd-arm64), const SIGTTOU Signal pkg syscall (freebsd-arm64), const SIGURG = 16 pkg syscall (freebsd-arm64), const SIGURG Signal pkg syscall (freebsd-arm64), const SIGUSR1 = 30 pkg syscall (freebsd-arm64), const SIGUSR1 Signal pkg syscall (freebsd-arm64), const SIGUSR2 = 31
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
RELEASE.md
t, inverse Gamma) now fully reparameterized. * Java: Experimental wrapper classes to make graph generation easier. Thanks @karllessard and @kbsriram * Build & link in secure gRPC components (switch from the insecure grpc dependency to secure grpc dependency). * Adding new endpoints for existing tensorflow symbols. These endpoints are going to be the preferred endpoints going forward and may replace some ofRegistered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (3) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), const SIGTTOU = 22 #53466 pkg syscall (freebsd-riscv64), const SIGTTOU Signal #53466 pkg syscall (freebsd-riscv64), const SIGURG = 16 #53466 pkg syscall (freebsd-riscv64), const SIGURG Signal #53466 pkg syscall (freebsd-riscv64), const SIGUSR1 = 30 #53466 pkg syscall (freebsd-riscv64), const SIGUSR1 Signal #53466 pkg syscall (freebsd-riscv64), const SIGUSR2 = 31 #53466
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
"crypto/internal/fips140" "crypto/internal/randutil" "crypto/internal/sysrand" "io" "sync" ) var drbgs = sync.Pool{ New: func() any { var c *Counter entropy.Depleted(func(seed *[48]byte) { c = NewCounter(seed) }) return c }, } // Read fills b with cryptographically secure random bytes. In FIPS mode, it // uses an SP 800-90A Rev. 1 Deterministic Random Bit Generator (DRBG). // Otherwise, it uses the operating system's random number generator. func Read(b []byte) { if !fips140.Enabled { sysrand.Read(b) return } // At...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)