- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 180 for badc (0.01 sec)
-
src/main/java/jcifs/smb1/smb1/SID.java
final StringTokenizer st = new StringTokenizer(textual, "-"); if (st.countTokens() < 3 || !st.nextToken().equals("S")) { // need S-N-M throw new SmbException("Bad textual SID format: " + textual); } this.revision = Byte.parseByte(st.nextToken()); final String tmp = st.nextToken(); long id = 0; if (tmp.startsWith("0x")) {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 31.5K bytes - Viewed (0) -
guava/src/com/google/common/primitives/Floats.java
// avoid auto-boxing by not using Preconditions.checkArgument(); see Guava issue 3984 // Reject NaN by testing for the good case (min <= max) instead of the bad (min > max). if (min <= max) { return Math.min(Math.max(value, min), max); } throw new IllegalArgumentException( lenientFormat("min (%s) must be less than or equal to max (%s)", min, max));
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Oct 22 18:14:49 UTC 2025 - 25.6K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
* Fix: Don't use SPDY/3 style header concatenation for HTTP/2 request headers. This could have corrupted requests where multiple headers had the same name, as in cookies. * Fix: Reject bad characters in the URL hostname. Previously characters like `\0` would cause a late crash when building the request. * Fix: Allow interceptors to change the request method.
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0) -
guava/src/com/google/common/primitives/Doubles.java
// avoid auto-boxing by not using Preconditions.checkArgument(); see Guava issue 3984 // Reject NaN by testing for the good case (min <= max) instead of the bad (min > max). if (min <= max) { return Math.min(Math.max(value, min), max); } throw new IllegalArgumentException( lenientFormat("min (%s) must be less than or equal to max (%s)", min, max));
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Oct 22 18:14:49 UTC 2025 - 27.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HpackTest.kt
// idx = 2 -> :method: GET bytesIn.writeByte(0x86) // == Indexed - Add == // idx = 7 -> :scheme: http bytesIn.writeByte(0x84) // == Indexed - Add == bytesIn.writeByte(0x7f) // == Bad index! == // Indexed name (idx = 4) -> :authority bytesIn.writeByte(0x0f) // Literal value (len = 15) bytesIn.writeUtf8("www.example.com") assertFailsWith<IOException> {Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 38.6K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.dashboard_title_configuration=Systemkonfiguration labels.dashboard_plugin=Dashboard-Plugin labels.web_config_list=Webkonfigurations-Liste labels.access_token_details=Access Token Details labels.bad_word_details=Bad Word Details labels.boost_document_rule_details=Boost Document Rule Details labels.crawling_info_details=Crawling Info Details labels.data_config_details=Data Config Details labels.dict_kuromoji_details=Dict Kuromoji Details
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 46.9K bytes - Viewed (1) -
src/main/resources/fess_label_pl.properties
labels.dashboard_title_configuration=Konfiguracja systemu labels.dashboard_plugin=Wtyczka pulpitu labels.web_config_list=Lista konfiguracji web labels.access_token_details=Access Token Szczegóły labels.bad_word_details=Bad Word Szczegóły labels.boost_document_rule_details=Boost Document Rule Szczegóły labels.crawling_info_details=Crawling Info Szczegóły labels.data_config_details=Data Config Szczegóły
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 48.1K bytes - Viewed (0) -
src/main/resources/fess_label_tr.properties
labels.dashboard_title_configuration=Sistem Yapılandırması labels.dashboard_plugin=Gösterge paneli eklentisi labels.web_config_list=Web yapılandırma listesi labels.access_token_details=Access Token Detaylar labels.bad_word_details=Bad Word Detaylar labels.boost_document_rule_details=Boost Document Rule Detaylar labels.crawling_info_details=Crawling Info Detaylar labels.data_config_details=Data Config Detaylar
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/org/codelibs/fess/mylasta/direction/FessConfig.java
/** * Get the value for the key 'page.bad.word.max.fetch.size'. <br> * The value is, e.g. 1000 <br> * comment: Maximum number of bad word records to fetch per page. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getPageBadWordMaxFetchSize(); /** * Get the value for the key 'page.bad.word.max.fetch.size' as {@link Integer}. <br>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
src/main/resources/fess_label_es.properties
labels.dashboard_title_configuration=Configuración del sistema labels.dashboard_plugin=Plugin de panel labels.web_config_list=Lista de configuración web labels.access_token_details=Access Token Detalles labels.bad_word_details=Bad Word Detalles labels.boost_document_rule_details=Boost Document Rule Detalles labels.crawling_info_details=Crawling Info Detalles labels.data_config_details=Data Config Detalles
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49K bytes - Viewed (0)