- Sort Score
- Num 10 results
- Language All
Results 361 - 370 of 370 for authN (0.11 seconds)
-
cmd/metrics-v2.go
return MetricDescription{ Namespace: s3MetricNamespace, Subsystem: requestsRejectedSubsystem, Name: authTotal, Help: "Total number of S3 requests rejected for auth failure", Type: counterMetric, } } func getS3RejectedHeaderRequestsTotalMD() MetricDescription { return MetricDescription{ Namespace: s3MetricNamespace,Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 133.6K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Nov 04 19:13:52 GMT 2025 - 147.4K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/dag.txt
quarkus/extensions/grpc/runtime/pom.xml quarkus/test-framework/junit5/pom.xml quarkus/extensions/infinispan-client/runtime/pom.xml quarkus/integration-tests/grpc-mutual-auth/pom.xml quarkus/extensions/resteasy-classic/resteasy/runtime/pom.xml quarkus/extensions/resteasy-classic/resteasy-mutiny/runtime/pom.xml quarkus/extensions/grpc/runtime/pom.xml quarkus/test-framework/junit5/pom.xml
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 224K bytes - Click Count (0) -
api/go1.txt
pkg net/smtp, func CRAMMD5Auth(string, string) Auth pkg net/smtp, func Dial(string) (*Client, error) pkg net/smtp, func NewClient(net.Conn, string) (*Client, error) pkg net/smtp, func PlainAuth(string, string, string, string) Auth pkg net/smtp, func SendMail(string, Auth, string, []string, []uint8) error pkg net/smtp, method (*Client) Auth(Auth) error pkg net/smtp, method (*Client) Data() (io.WriteCloser, error)
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.atomcat"/> </mime-type> <mime-type type="application/atomicmail"/> <mime-type type="application/atomsvc+xml"> <glob pattern="*.atomsvc"/> </mime-type> <mime-type type="application/auth-policy+xml"/> <mime-type type="application/x-bat"> <_comment>Windows Batch / Command File</_comment> <alias type="application/bat"/> <sub-class-of type="text/plain"/> <magic priority="50">
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Oct 16 07:46:32 GMT 2025 - 320.2K bytes - Click Count (5) -
CREDITS
See the License for the specific language governing permissions and limitations under the License. ================================================================ cloud.google.com/go/auth https://cloud.google.com/go/auth ---------------------------------------------------------------- Apache License Version 2.0, January 2004Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Mar 13 05:29:51 GMT 2025 - 1.8M bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
gcmBlockSize); siz > 0 { gcmHash(hash[:], productTable, data[:], siz) data = data[siz:] } if len(data) > 0 { var s [16]byte copy(s[:], data) gcmHash(hash[:], productTable, s[:], len(s)) } } // auth calculates GHASH(ciphertext, additionalData), masks the result with // tagMask and writes the result to out. func auth(out, ciphertext, aad []byte, tagMask *[gcmTagSize]byte, productTable *[256]byte) { var hash [16]byte paddedGHASH(&hash, aad, productTable) paddedGHASH(&hash, ciphertext, productTable) lens...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
lib/fips140/v1.1.0-rc1.zip
gcmBlockSize); siz > 0 { gcmHash(hash[:], productTable, data[:], siz) data = data[siz:] } if len(data) > 0 { var s [16]byte copy(s[:], data) gcmHash(hash[:], productTable, s[:], len(s)) } } // auth calculates GHASH(ciphertext, additionalData), masks the result with // tagMask and writes the result to out. func auth(out, ciphertext, aad []byte, tagMask *[gcmTagSize]byte, productTable *[256]byte) { var hash [16]byte paddedGHASH(&hash, aad, productTable) paddedGHASH(&hash, ciphertext, productTable) lens...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0) -
src/main/webapp/css/admin/adminlte.min.css.map
0;\n border-top-right-radius: 0.25rem;\n color: #777;\n transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;\n}\n\n.login-box-msg,\n.register-box-msg {\n margin: 0;\n padding: 0 20px 20px;\n text-align: center;\n}\n\n.social-auth-links {\n margin: 10px 0;\n}\n\n.dark-mode .login-card-body,\n.dark-mode .register-card-body {\n background-color: #343a40;\n border-color: #6c757d;\n color: #fff;\n}\n\n.dark-mode .login-logo a,\n.dark-mode .register-logo a {\n color: #fff;\n}\n\n.error-page...Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 3.7M bytes - Click Count (3) -
src/main/webapp/css/admin/adminlte.min.css
;border-bottom-right-radius:.25rem;border-left:0;border-top-right-radius:.25rem;color:#777;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.login-box-msg,.register-box-msg{margin:0;padding:0 20px 20px;text-align:center}.social-auth-links{margin:10px 0}.dark-mode .login-card-body,.dark-mode .register-card-body{background-color:#343a40;border-color:#6c757d;color:#fff}.dark-mode .login-logo a,.dark-mode .register-logo a{color:#fff}.error-page{margin:20px auto 0;width:600px}@media...Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 1.3M bytes - Click Count (0)