- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for organisation (0.04 sec)
-
pom.xml
<distribution>repo</distribution> </license> </licenses> <organization> <name>CodeLibs</name> <url>https://fess.codelibs.org/</url> </organization> <developers> <developer> <id>shinsuke</id> <name>Shinsuke Sugaya</name> <email>******@****.***</email> <organization>CodeLibs Inc.</organization> <organizationUrl>https://codelibs.co</organizationUrl> </developer>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0) -
cmd/test-utils_test.go
if err != nil { return nil, nil, fmt.Errorf("failed to generate serial number: %w", err) } template := x509.Certificate{ SerialNumber: serialNumber, Subject: pkix.Name{ Organization: []string{"Acme Co"}, }, NotBefore: notBefore, NotAfter: notAfter, KeyUsage: x509.KeyUsageKeyEncipherment | x509.KeyUsageDigitalSignature,
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 77K bytes - Viewed (0)