- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 73 for ancestor (0.04 seconds)
-
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsWebAuthentication.java
return sb.toString(); } // =================================================================================== // Accessor // ======== public String getAuthRealm() { checkSpecifiedProperty("authRealm"); return convertEmptyToNull(authRealm);
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsKeyMatch.java
return sb.toString(); } // =================================================================================== // Accessor // ======== public Float getBoost() { checkSpecifiedProperty("boost"); return boost; }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 7.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsDataConfig.java
return sb.toString(); } // =================================================================================== // Accessor // ======== public Boolean getAvailable() { checkSpecifiedProperty("available"); return available; }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsScheduledJob.java
return sb.toString(); } // =================================================================================== // Accessor // ======== public Boolean getAvailable() { checkSpecifiedProperty("available"); return available; }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9.4K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/collect/ArrayListMultimapTest.java
assertTrue(multimap.replaceValues("bar", asList(2, 4)) instanceof RandomAccess); } /** Test throwing ConcurrentModificationException when a sublist's ancestor's delegate changes. */ public void testSublistConcurrentModificationException() { ListMultimap<String, Integer> multimap = create(); multimap.putAll("foo", asList(1, 2, 3, 4, 5));
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 6.6K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/NtlmContext.java
/** For initiating NTLM authentication (including NTLMv2). If you want to add NTLMv2 authentication support to something this is what you want to use. See the code for details. Note that JCIFS does not implement the acceptor side of NTLM authentication. */ public class NtlmContext { NtlmPasswordAuthentication auth; int ntlmsspFlags; String workstation; boolean isEstablished = false;
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsentity/BsSearchLog.java
return sb.toString(); } // =================================================================================== // Accessor // ======== public String getAccessType() { checkSpecifiedProperty("accessType"); return convertEmptyToNull(accessType);
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 12.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsFileConfig.java
return sb.toString(); } // =================================================================================== // Accessor // ======== public Boolean getAvailable() { checkSpecifiedProperty("available"); return available; }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 13.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsWebConfig.java
return sb.toString(); } // =================================================================================== // Accessor // ======== public Boolean getAvailable() { checkSpecifiedProperty("available"); return available; }
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 14.1K bytes - Click Count (0) -
src/main/java/jcifs/smb/NtlmContext.java
/** * For initiating NTLM authentication (including NTLMv2). If you want to add NTLMv2 authentication support to something * this is what you want to use. See the code for details. Note that JCIFS does not implement the acceptor side of NTLM * authentication. * */ public class NtlmContext implements SSPContext { private static final String S2C_SIGN_CONSTANT = "session key to server-to-client signing key magic constant";
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 17.3K bytes - Click Count (1)