- Sort Score
- Num 10 results
- Language All
Results 261 - 270 of 796 for Helpers (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
RELEASE.md
* tf.py_func now reports the full stack trace if an exception occurs. * Integrate `TPUClusterResolver` with GKE's integration for Cloud TPUs. * Add a library for statistical testing of samplers. * Add Helpers to stream data from the GCE VM to a Cloud TPU. * Integrate ClusterResolvers with TPUEstimator. * Unify metropolis_hastings interface with HMC kernel.Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
docs/en/docs/release-notes.md
* Remove obsolete Chinese articles after adding official community translations. PR [#1510](https://github.com/tiangolo/fastapi/pull/1510) by [@waynerv](https://github.com/waynerv). * Add `__repr__` for *path operation function* parameter helpers (like `Query`, `Depends`, etc) to simplify debugging. PR [#1560](https://github.com/tiangolo/fastapi/pull/1560) by [@rkbeatss](https://github.com/rkbeatss) and [@victorphoenix3](https://github.com/victorphoenix3).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:07:04 GMT 2026 - 631K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/DuplicateHostHelperTest.java
assertNotNull(helper.duplicateHostList); assertEquals(1, helper.duplicateHostList.size()); assertEquals("www.test.com", helper.duplicateHostList.get(0).getRegularName()); } @Test public void test_add_withNullList() { DuplicateHostHelper helper = new DuplicateHostHelper(); helper.duplicateHostList = null;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 6.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/IntervalControlHelperTest.java
// Test default state assertTrue(helper.isCrawlerRunning()); // Test setting to false helper.setCrawlerRunning(false); assertFalse(helper.isCrawlerRunning()); // Test setting back to true helper.setCrawlerRunning(true); assertTrue(helper.isCrawlerRunning()); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 13.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/LogNotificationHelperTest.java
LogNotificationHelper helper = new LogNotificationHelper(); // destroy() without init() should not throw NPE because of null checks helper.destroy(); } @Test public void test_init_destroy_multipleRounds() { LogNotificationHelper helper = new LogNotificationHelper(); helper.init(); helper.destroy(); // Second round helper.init();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 6.3K bytes - Click Count (0) -
src/main/resources/app.xml
</component> <component name="labelTypeHelper" class="org.codelibs.fess.helper.LabelTypeHelper"> </component> <component name="rateLimitHelper" class="org.codelibs.fess.helper.RateLimitHelper"> </component> <component name="relatedContentHelper" class="org.codelibs.fess.helper.RelatedContentHelper"> </component> <component name="relatedQueryHelper" class="org.codelibs.fess.helper.RelatedQueryHelper"> </component>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 4K bytes - Click Count (0) -
src/main/resources/fess.xml
</component> <component name="indexingHelper" class="org.codelibs.fess.helper.IndexingHelper"> </component> <component name="notificationHelper" class="org.codelibs.fess.helper.NotificationHelper"> </component> <component name="logNotificationHelper" class="org.codelibs.fess.helper.LogNotificationHelper"> </component> <component name="pathMappingHelper" class="org.codelibs.fess.helper.PathMappingHelper">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.5K bytes - Click Count (0) -
guava-tests/benchmark/com/google/common/base/ToStringHelperBenchmark.java
void addEntries(MoreObjects.ToStringHelper helper) { helper .add(SHORT_NAME, 10) .addValue(10L) .add(SHORT_NAME, 3.14f) .addValue(3.14d) .add(LONG_NAME, false) .add(LONG_NAME, LONG_NAME); } }, CONDITIONAL { @Override void addEntries(MoreObjects.ToStringHelper helper) { helper .add(SHORT_NAME, "x")
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 4.4K bytes - Click Count (0) -
src/main/webapp/WEB-INF/env/crawler/resources/app.xml
<component name="labelTypeHelper" class="org.codelibs.fess.helper.LabelTypeHelper"> </component> <component name="webFsIndexHelper" class="org.codelibs.fess.helper.WebFsIndexHelper"> </component> <component name="dataIndexHelper" class="org.codelibs.fess.helper.DataIndexHelper"> </component> <component name="duplicateHostHelper" class="org.codelibs.fess.helper.DuplicateHostHelper"> </component>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 07 06:19:20 GMT 2024 - 1.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/timer/LogNotificationTarget.java
} catch (final Exception e) { return; } final LogNotificationHelper helper; try { helper = ComponentUtil.getLogNotificationHelper(); } catch (final Exception e) { return; } final List<LogNotificationEvent> events = helper.drainAll(); if (events.isEmpty()) { return; } try {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 4.5K bytes - Click Count (0)