- Sort Score
- Result 10 results
- Languages All
Results 341 - 350 of 416 for utiliza (0.04 sec)
-
src/main/java/org/codelibs/core/convert/TimeConversionUtil.java
import org.codelibs.core.collection.MultiIterator; import org.codelibs.core.exception.ClUnsupportedOperationException; import org.codelibs.core.exception.ParseRuntimeException; import org.codelibs.core.misc.LocaleUtil; /** * Utility for converting time-representing objects to {@link Date}, {@link Calendar}, or {@link Time}. * <p> * For objects representing only dates, see {@link DateConversionUtil}. For objects representing both date and time,
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 20.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/TimestampConversionUtil.java
import org.codelibs.core.collection.MultiIterator; import org.codelibs.core.exception.ClUnsupportedOperationException; import org.codelibs.core.exception.ParseRuntimeException; import org.codelibs.core.misc.LocaleUtil; /** * Utility for converting objects representing date and time to {@link Date}, {@link Calendar}, and {@link Timestamp}. * <p>
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 20.6K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Throwables.java
import java.lang.reflect.Method; import java.util.AbstractList; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.jspecify.annotations.Nullable; /** * Static utility methods pertaining to instances of {@link Throwable}. * * <p>See the Guava User Guide entry on <a * href="https://github.com/google/guava/wiki/ThrowablesExplained">Throwables</a>. * * @author Kevin Bourrillion
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 20.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/Queues.java
import java.util.concurrent.PriorityBlockingQueue; import java.util.concurrent.SynchronousQueue; import java.util.concurrent.TimeUnit; import org.jspecify.annotations.Nullable; /** * Static utility methods pertaining to {@link Queue} and {@link Deque} instances. Also see this * class's counterparts {@link Lists}, {@link Sets}, and {@link Maps}. * * @author Kurt Alfred Kluever * @since 11.0 */ @GwtCompatible
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 18.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/StringUtil.java
package org.codelibs.core.lang; import static org.codelibs.core.collection.CollectionsUtil.newArrayList; import java.lang.reflect.Method; import java.util.List; import java.util.StringTokenizer; /** * Utility class for string operations. * * @author higa * @author shinsuke */ public abstract class StringUtil { /** * Do not instantiate. */ protected StringUtil() { }
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 21.9K bytes - Viewed (0) -
docs/pt/docs/virtual-environments.md
/// ## Ative o ambiente virtual Ative o novo ambiente virtual para que qualquer comando Python que você executar ou pacote que você instalar o utilize. /// tip | Dica Faça isso **toda vez** que iniciar uma **nova sessão de terminal** para trabalhar no projeto. /// //// tab | Linux, macOS <div class="termy"> ```console
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 22.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/graph/GraphsTest.java
private static final int NODE_COUNT = 20; private static final int EDGE_COUNT = 20; // TODO(user): Consider adding both error messages from here and {@link AbstractNetworkTest} // in one class (may be a utility class for error messages). private static final String ERROR_PARALLEL_EDGE = "connected by a different edge"; private static final String ERROR_NEGATIVE_COUNT = "is non-negative";
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 24.6K bytes - Viewed (0) -
docs/es/docs/tutorial/bigger-applications.md
* El prefix `/admin`. * El tag `admin`. * La dependencia `get_token_header`. * La response `418`. 🍵 Pero eso solo afectará a ese `APIRouter` en nuestra aplicación, no en ningún otro código que lo utilice. Así, por ejemplo, otros proyectos podrían usar el mismo `APIRouter` con un método de autenticación diferente. ### Incluir una *path operation*
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun May 11 13:37:26 UTC 2025 - 19.3K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/UnsignedInts.java
import com.google.common.annotations.GwtCompatible; import com.google.errorprone.annotations.CanIgnoreReturnValue; import java.util.Arrays; import java.util.Comparator; /** * Static utility methods pertaining to {@code int} primitives that interpret values as * <i>unsigned</i> (that is, any negative value {@code x} is treated as the positive value {@code
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Feb 09 16:22:33 UTC 2025 - 13.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/TraversalUtil.java
import org.codelibs.core.lang.StringUtil; import org.codelibs.core.log.Logger; import org.codelibs.core.net.URLUtil; import org.codelibs.core.zip.ZipFileUtil; import org.codelibs.core.zip.ZipInputStreamUtil; /** * Utility for traversing collections of classes and resources on the file system or inside JAR files. * <p>
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 18.6K bytes - Viewed (0)