- Sort Score
- Num 10 results
- Language All
Results 221 - 230 of 1,940 for voiced (0.04 seconds)
-
src/test/java/jcifs/internal/smb2/nego/NegotiateContextRequestTest.java
private PreauthIntegrityNegotiateContext context; private byte[] buffer; @BeforeEach void setUp() { buffer = new byte[BUFFER_SIZE]; } @Test @DisplayName("Should create context with constructor parameters") void testConstructorWithParameters() { int[] hashAlgos = { PreauthIntegrityNegotiateContext.HASH_ALGO_SHA512 };Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 18.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractConditionBean.java
} @Override public void ignoreNullOrEmptyQuery() { } @Override public void checkNullOrEmptyQuery() { } @Override public void enableEmptyStringQuery(ModeQuery noArgInLambda) { // do nothing } @Override public void disableEmptyStringQuery() { } @Override public void enableOverridingQuery(ModeQuery noArgInLambda) {Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 17.8K bytes - Click Count (0) -
guava/src/com/google/common/collect/Streams.java
* stream may perform better. * * @see Stream#concat(Stream, Stream) */ @SuppressWarnings("unchecked") // could probably be avoided with a forwarding Spliterator @SafeVarargs public static <T extends @Nullable Object> Stream<T> concat(Stream<? extends T>... streams) { // TODO(lowasser): consider an implementation that can support SUBSIZEDCreated: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 36.4K bytes - Click Count (0) -
src/test/java/org/codelibs/core/log/LoggerTest.java
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat May 10 01:32:17 GMT 2025 - 3.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/mail/EsStatusPostcard.java
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 4.7K bytes - Click Count (0) -
docs/pt/docs/tutorial/header-param-models.md
</div> ## Proibindo Cabeçalhos adicionais { #forbid-extra-headers } Em alguns casos de uso especiais (provavelmente não muito comuns), você pode querer **restringir** os cabeçalhos que você quer receber. Você pode usar a configuração dos modelos do Pydantic para proibir (`forbid`) quaisquer campos `extra`: {* ../../docs_src/header_param_models/tutorial002_an_py310.py hl[10] *}Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Nov 12 16:23:57 GMT 2025 - 2.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsFailureUrlCB.java
public void columnId() { doColumn("_id"); } public void columnConfigId() { doColumn("configId"); } public void columnErrorCount() { doColumn("errorCount"); } public void columnErrorLog() { doColumn("errorLog"); } public void columnErrorName() { doColumn("errorName");
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 7K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/ExecutionListTest.java
this.countDownLatch = countDownLatch; } @Override public void run() { countDownLatch.countDown(); } } public void testExceptionsCaught() { list.add(THROWING_RUNNABLE, directExecutor()); list.execute(); list.add(THROWING_RUNNABLE, directExecutor()); } public void testNulls() { new NullPointerTester().testAllPublicInstanceMethods(new ExecutionList());Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Jul 11 18:52:30 GMT 2025 - 4.7K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/collect/ImmutableMapTest.java
} } public void testByteArrayHashtable() { hashtableTestHelper(ImmutableList.of(2, 89)); } public void testShortArrayHashtable() { hashtableTestHelper(ImmutableList.of(90, 22937)); } public void testIntArrayHashtable() { hashtableTestHelper(ImmutableList.of(22938)); } // Non-creation tests public void testNullGet() {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Oct 28 16:03:47 GMT 2025 - 36.7K bytes - Click Count (0) -
src/test/java/jcifs/smb/Kerb5ContextTest.java
ctx = new Kerb5Context("host.example", "cifs", null, 0, 0, null); } @AfterEach void tearDown() { if (mockedStatic != null) { mockedStatic.close(); } } private static void setPrivateField(Object target, String name, Object value) throws Exception { Field f = target.getClass().getDeclaredField(name);
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 14.2K bytes - Click Count (0)