- Sort Score
- Result 10 results
- Languages All
Results 1311 - 1320 of 2,715 for DEFAULT (0.03 sec)
-
docs/pt/docs/tutorial/handling-errors.md
/// ## Sobrescreva os manipuladores de exceções padrão { #override-the-default-exception-handlers } **FastAPI** tem alguns manipuladores padrão de exceções.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 10.2K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnup/goals/InferenceStrategy.java
// Get relativePath (default is "../pom.xml" if not specified) String relativePath = parentElement.childText(MavenPomElements.Elements.RELATIVE_PATH); if (relativePath == null || relativePath.trim().isEmpty()) { relativePath = DEFAULT_PARENT_RELATIVE_PATH; // Maven default } // Only infer artifactId if relativePath is the default and we have multiple POMs
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 27.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/DocList.java
/** Total content size of all documents in this list */ private long contentSize = 0; /** Total processing time for all documents in this list */ private long processingTime = 0; /** * Default constructor for DocList. * Creates a new empty document list with zero content size and processing time. */ public DocList() { super(); } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.2K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/MsrpcDfsRootEnumTest.java
* This class uses JUnit 5 for testing. */ class MsrpcDfsRootEnumTest { /** * Test the constructor of MsrpcDfsRootEnum. * Verifies that the object is initialized with the correct default values. */ @Test void testConstructor() { // Given String serverName = "test-server"; // When MsrpcDfsRootEnum dfsRootEnum = new MsrpcDfsRootEnum(serverName);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/fscc/FileStandardInfo.java
private long allocationSize; private long endOfFile; private int numberOfLinks; private boolean deletePending; private boolean directory; /** * Default constructor for decoding file standard information. */ public FileStandardInfo() { } @Override public byte getFileInformationLevel() { return FILE_STANDARD_INFO; }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/badword/admin_badword_download.jsp
<div class="btn-group"> <la:link href="/admin/badword" styleClass="btn btn-default btn-xs"> <i class="fa fa-th-list" aria-hidden="true"></i> <la:message key="labels.bad_word_link_list"/>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 5.4K bytes - Viewed (0) -
guava/src/com/google/common/math/BigDecimalMath.java
* will return {@code Double.MAX_VALUE}, not {@code Double.POSITIVE_INFINITY}. * * <p>For the case of {@link RoundingMode#HALF_EVEN}, this implementation uses the IEEE 754 * default rounding mode: if the two nearest representable values are equally near, the one with * the least significant bit zero is chosen. (In such cases, both of the nearest representableRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Jul 17 15:26:41 UTC 2025 - 3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/PluginRealmCache.java
DependencyFilter dependencyFilter, List<RemoteRepository> repositories, RepositorySystemSession session); CacheRecord get(Key key); default CacheRecord get(Key key, PluginRealmSupplier supplier) throws PluginResolutionException, PluginContainerException { CacheRecord cr = get(key); if (cr == null) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jan 10 07:09:12 UTC 2025 - 3.5K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/EmptyLifecycleExecutor.java
plugin.setArtifactId(artifactId); for (String goal : goals) { PluginExecution pluginExecution = new PluginExecution(); pluginExecution.setId("default-" + goal); pluginExecution.setGoals(Collections.singletonList(goal)); plugin.addExecution(pluginExecution); } return plugin; } @Override
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/java/jcifs/util/ResourceManager.java
private volatile boolean shutdownInProgress = false; // Configuration private long maxResourceAge = TimeUnit.HOURS.toMillis(1); // 1 hour default private long cleanupInterval = TimeUnit.MINUTES.toMillis(5); // 5 minutes default private boolean leakDetectionEnabled = true; private boolean autoCleanupEnabled = true; /** * Resource holder that tracks resource lifecycle */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 16.2K bytes - Viewed (0)