- Sort Score
- Result 10 results
- Languages All
Results 2861 - 2870 of 3,181 for protect (0.06 sec)
-
cmd/tier.go
drivercache map[string]WarmBackend `msg:"-"` Tiers map[string]madmin.TierConfig `json:"tiers"` lastRefreshedAt time.Time `msg:"-"` } type tierMetrics struct { sync.RWMutex // protects requestsCount only requestsCount map[string]struct { success int64 failure int64 } histogram *prometheus.HistogramVec } var globalTierMetrics = tierMetrics{
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 15.6K bytes - Viewed (0) -
src/main/resources/fess_label_id.properties
labels.sidebar.placeholder_search=Cari... labels.menu_plugin=Plugin labels.menu_storage=Penyimpanan labels.sidebar.menu=Menu labels.footer.copyright=©2024 <a href="https://github.com/codelibs">CodeLibs Project</a>. labels.search=Cari labels.similar_doc_result_status=Menampilkan hasil serupa. labels.search_result_status=Hasil <b>{2}</b> - <b>{3}</b> dari <b>{1}</b> untuk <b>{0}</b>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/resources/fess_label_tr.properties
labels.sidebar.placeholder_search=Ara... labels.menu_plugin=Eklenti labels.menu_storage=Depolama labels.sidebar.menu=Menü labels.footer.copyright=©2024 <a href="https://github.com/codelibs">CodeLibs Project</a>. labels.search=Ara labels.similar_doc_result_status=Benzer sonuçlar gösteriliyor. labels.search_result_status=<b>{0}</b> için <b>{2}</b> - <b>{3}</b> arası sonuçlar (toplam <b>{1}</b>)
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0) -
src/main/java/jcifs/util/InputValidator.java
return a + b; } /** * Safe integer multiplication with overflow check * * @param a first operand * @param b second operand * @return product of a and b * @throws ArithmeticException if overflow occurs */ public static int safeMultiply(int a, int b) { validateIntegerMultiplication(a, b, "Multiplication"); return a * b; }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 13.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/TraversalUtil.java
/** Prefix for .class files inside a WAR. */ protected static final String WAR_CLASSES_PREFIX = "/WEB-INF/CLASSES/"; /** The root package. */ protected final String rootPackage; /** The root directory. */ protected final String rootDir; /** The URL of the zip file. */ protected final URL zipUrl; /** Prefix of entries inside the zip. */Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 18.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/util/SuggestUtil.java
/* * Copyright 2012-2025 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,
Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sun Nov 23 11:21:40 UTC 2025 - 17.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
* Defaults to the system crawling info name. */ protected String namespace = Constants.CRAWLING_INFO_SYSTEM_NAME; /** * Array of web crawling configuration IDs to process. * If null, all available web configurations will be crawled (when no other config IDs are specified). */ protected String[] webConfigIds; /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 19.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpClientTest.java
/* * Copyright 2012-2025 CodeLibs Project and the Others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 21.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/saml/SamlAuthenticator.java
/** * The prefix for SAML properties. */ protected static final String SAML_PREFIX = "saml."; /** * The key for the SAML state in the session. */ protected static final String SAML_STATE = "SAML_STATE"; /** * The property key for the SAML SP base URL. */ protected static final String SAML_SP_BASE_URL = "saml.sp.base.url";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Dec 14 01:18:25 UTC 2025 - 20.2K bytes - Viewed (3) -
.teamcity/performance-test-durations.json
"linux" : 1150 } ] }, { "scenario" : "org.gradle.performance.regression.buildcache.TaskOutputCachingNativePerformanceTest.clean assemble with local cache (native project)", "durations" : [ { "testProject" : "bigCppApp", "linux" : 264 }, { "testProject" : "bigCppMulti", "linux" : 509 }, { "testProject" : "bigNative", "linux" : 264
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Dec 25 10:54:09 UTC 2025 - 25K bytes - Viewed (0)