- Sort Score
- Result 10 results
- Languages All
Results 3581 - 3590 of 4,194 for voir (0.05 sec)
-
guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/Platform.java
* * <p><strong>This .java file should never be consumed by javac.</strong> * * @author Hayward Chan */ final class Platform { // Class.cast is not supported in GWT. static void checkCast(Class<?> clazz, Object obj) {} static <T> T[] clone(T[] array) { return (T[]) Arrays.copyOfRange(array, 0, array.length); } // TODO: Consolidate different copies in one single place.
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Dec 04 17:37:03 UTC 2017 - 2.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/DirFileEntryEnumIterator1.java
*/ @Override protected boolean isDone() { return this.response.isEndOfSearch(); } /** * @throws CIFSException */ @Override protected void doCloseInternal() throws CIFSException { try { @SuppressWarnings("resource") final SmbTreeHandleImpl th = getTreeHandle(); if (this.response != null) {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/session/Smb2SessionSetupRequest.java
} /** * Sets whether this request is for session binding * * @param sessionBinding * the sessionBinding to set */ public void setSessionBinding(final boolean sessionBinding) { this.sessionBinding = sessionBinding; } /** * {@inheritDoc} *Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.8K bytes - Viewed (0) -
compat/maven-compat/src/test/java/org/apache/maven/project/EmptyLifecycleBindingsInjector.java
EmptyLifecycleBindingsInjector.lifecycleRegistry = lifecycleRegistry; EmptyLifecycleBindingsInjector.packagingRegistry = packagingRegistry; } public static void useEmpty() { lifecycleRegistry = EMPTY_LIFECYCLE_REGISTRY; packagingRegistry = EMPTY_PACKAGING_REGISTRY; } private static Plugin newPlugin(String artifactId, String... goals) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 5.8K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/EmptyLifecycleBindingsInjector.java
EmptyLifecycleBindingsInjector.lifecycleRegistry = lifecycleRegistry; EmptyLifecycleBindingsInjector.packagingRegistry = packagingRegistry; } public static void useEmpty() { lifecycleRegistry = EMPTY_LIFECYCLE_REGISTRY; packagingRegistry = EMPTY_PACKAGING_REGISTRY; } private static Plugin newPlugin(String artifactId, String... goals) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 5.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java
// Hook // ====== @Override protected void setupHtmlData(final ActionRuntime runtime) { super.setupHtmlData(runtime); runtime.registerData("helpLink", systemHelper.getHelpLink(fessConfig.getOnlineHelpNameDictSynonym())); } @OverrideRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 23.7K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/FileAuthenticationDbm.java
// ================= @Override public void acceptPrimaryKeyMap(Entity entity, Map<String, ? extends Object> primaryKeyMap) { } @Override public void acceptAllColumnMap(Entity entity, Map<String, ? extends Object> allColumnMap) { } @OverrideRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 27 07:01:25 UTC 2025 - 12.6K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/toolchain/ToolchainManagerFactory.java
@Nonnull Session session, @Nonnull String type) throws ToolchainManagerException { return getDelegate().getToolchainFromBuildContext(session, type); } @Override public void storeToolchainToBuildContext( @Nonnull Session session, @Nonnull org.apache.maven.api.Toolchain toolchain) { getDelegate().storeToolchainToBuildContext(session, toolchain); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 31 10:58:52 UTC 2025 - 11K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/stub/LifecycleExecutionPlanCalculatorStub.java
PluginResolutionException, LifecyclePhaseNotFoundException, LifecycleNotFoundException { return getNumberOfExceutions(projectBuildList); } @Override public void calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session) throws MojoNotFoundException, PluginNotFoundException, PluginResolutionException,Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 12.6K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/TimeoutFuture.java
this.timeoutFutureRef = timeoutFuture; } @Override // TODO: b/227335009 - Maybe change interruption behavior, but it requires thought. @SuppressWarnings("Interruption") public void run() { // If either of these reads return null then we must be after a successful cancel or another // call to this method. TimeoutFuture<V> timeoutFuture = timeoutFutureRef; if (timeoutFuture == null) {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 8K bytes - Viewed (0)