- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 246 for token1 (0.03 sec)
-
src/main/java/jcifs/smb1/ntlmssp/NtlmFlags.java
* of NTLMv2 authentication. */ int NTLMSSP_NEGOTIATE_NTLM2 = 0x00080000; /** * Requests an initial response token. */ int NTLMSSP_REQUEST_INIT_RESPONSE = 0x00100000; /** * Requests an accept response token. */ int NTLMSSP_REQUEST_ACCEPT_RESPONSE = 0x00200000; /** * Requests the use of a non-NT session key. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.1K bytes - Viewed (0) -
guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableSortedMap.java
@Override public ImmutableSortedMap<K, V> headMap(K toKey) { checkNotNull(toKey); return newView(sortedDelegate.headMap(toKey)); } ImmutableSortedMap<K, V> headMap(K toKey, boolean inclusive) { checkNotNull(toKey); if (inclusive) { K tmp = higher(toKey); if (tmp == null) { return this; } toKey = tmp; } return headMap(toKey); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 06 18:32:41 UTC 2025 - 16.1K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/SafeTreeMap.java
return delegate.get(checkValid(key)); } @Override public SortedMap<K, V> headMap(K toKey) { return headMap(toKey, false); } @Override public NavigableMap<K, V> headMap(K toKey, boolean inclusive) { return new SafeTreeMap<>(delegate.headMap(checkValid(toKey), inclusive)); } @Override public @Nullable Entry<K, V> higherEntry(K key) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 17:34:21 UTC 2025 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/SearchResult.java
protected final long allRecordCount; /** The relation type indicating how the record count should be interpreted (e.g., "eq", "gte"). */ protected final String allRecordCountRelation; /** The time taken to execute the search query in milliseconds. */ protected final long queryTime; /** Flag indicating whether the search results are partial due to timeout or other constraints. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/config/es/fess_config_access_token.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 1.3K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.boost_document_rule_boost_expr=Espressione di boost labels.boost_document_rule_sort_order=Ordine di ordinamento labels.access_token_configuration=Token di accesso labels.access_token_title_details=Token di accesso labels.access_token_list_name=Nome labels.access_token_name=Nome labels.access_token_token=Token labels.access_token_expires=Scade labels.access_token_parameter_name=Nome parametro labels.access_token_updated_time=Data di creazione
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
guava/src/com/google/common/collect/TreeBasedTable.java
public SortedMap<C, V> subMap(C fromKey, C toKey) { checkArgument(rangeContains(checkNotNull(fromKey)) && rangeContains(checkNotNull(toKey))); return new TreeRow(rowKey, fromKey, toKey); } @Override public SortedMap<C, V> headMap(C toKey) { checkArgument(rangeContains(checkNotNull(toKey))); return new TreeRow(rowKey, lowerBound, toKey); } @Override
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 18 15:05:43 UTC 2025 - 11.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/it/admin/dict/KuromojiTests.java
private static final String ITEM_ENDPOINT_SUFFIX = "setting"; private static final String DICT_TYPE = "kuromoji"; private static final String KEY_PROPERTY = "token"; @Override protected String getNamePrefix() { return NAME_PREFIX; } @Override protected String getApiPath() { return API_PATH; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.boost_document_rule_boost_expr=Wyrażenie wzmocnienia labels.boost_document_rule_sort_order=Kolejność sortowania labels.access_token_configuration=Token dostępu labels.access_token_title_details=Token dostępu labels.access_token_list_name=Nazwa labels.access_token_name=Nazwa labels.access_token_token=Token labels.access_token_expires=Wygasa labels.access_token_parameter_name=Nazwa parametru labels.access_token_updated_time=Data utworzenia
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessConfigTest.java
case FessConfig.APP_CIPHER_KEY: return "___change__me___"; case FessConfig.APP_ENCRYPT_PROPERTY_PATTERN: return ".*password|.*key|.*token|.*secret"; case FessConfig.APP_EXTENSION_NAMES: return "jpg,jpeg,gif,png"; case FessConfig.JOB_MAX_CRAWLER_PROCESSES: return "3";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 23.8K bytes - Viewed (0)