- Sort Score
- Result 10 results
- Languages All
Results 341 - 350 of 693 for initialized (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/plugin/DeleteBody.java
* for REST API operations. */ public class DeleteBody extends DeleteForm { /** * Creates a new instance of DeleteBody. * This constructor initializes the request body for plugin deletion API operations, * extending the standard plugin DeleteForm with JSON request body functionality. */ public DeleteBody() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.2K bytes - Viewed (0) -
tensorflow/api_template.__init__.py
globals(), submodule="optimizers", name="optimizers") _initializers = _KerasLazyLoader( globals(), submodule="initializers", name="initializers") setattr(_current_module, "losses", _losses) setattr(_current_module, "metrics", _metrics) setattr(_current_module, "optimizers", _optimizers) setattr(_current_module, "initializers", _initializers) # Do an eager load for Keras' code so that any function/method that needs to
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 6.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/plugin/DeleteForm.java
* Contains validation rules for plugin name and version information. */ public class DeleteForm { /** * Creates a new instance of DeleteForm. * This constructor initializes the form for plugin deletion operations * in the admin interface with validation rules for plugin information. */ public DeleteForm() { // Default constructor with explicit documentation }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/ConstructorUtil.java
* * @author higa */ public abstract class ConstructorUtil { /** * Do not instantiate. */ protected ConstructorUtil() { } /** * Creates and initializes a new instance of the class declared by the specified constructor with the given initialization parameters. * * @param <T> the type of the object * @param constructor the constructor (must not be {@literal null})
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3.1K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/io/Smb2WriteResponseTest.java
// Note: getConfig() is protected, cannot test directly } @Test @DisplayName("Should initialize count to zero") void testInitialCountValue() { assertEquals(0, response.getCount()); } @Test @DisplayName("Should initialize remaining to zero") void testInitialRemainingValue() { assertEquals(0, response.getRemaining()); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.9K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/UncaughtExceptionHandlers.java
private UncaughtExceptionHandlers() {} /** * Returns an exception handler that exits the system. This is particularly useful for the main * thread, which may start up other, non-daemon threads, but fail to fully initialize the * application successfully. * * <p>Example usage: * * <pre> * public static void main(String[] args) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Feb 10 21:03:40 UTC 2025 - 2.8K bytes - Viewed (0) -
android/pom.xml
<groupId>org.mvnsearch</groupId> <artifactId>toolchains-maven-plugin</artifactId> <executions> <execution> <id>download-11</id> <phase>initialize</phase> <goals> <goal>toolchain</goal> </goals> <configuration> <toolchains> <jdk>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 24.3K bytes - Viewed (0) -
pom.xml
<groupId>org.mvnsearch</groupId> <artifactId>toolchains-maven-plugin</artifactId> <executions> <execution> <id>download-11</id> <phase>initialize</phase> <goals> <goal>toolchain</goal> </goals> <configuration> <toolchains> <jdk>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/DictionaryExpiredException.java
/** Serial version UID for serialization. */ private static final long serialVersionUID = 1L; /** * Creates a new instance of DictionaryExpiredException. * This constructor initializes the exception to indicate that a dictionary * has expired and is no longer valid for use. */ public DictionaryExpiredException() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.4K bytes - Viewed (0) -
cmd/post-policy_test.go
objectName := "config/x" // This exploit needs browser to be enabled. if !globalBrowserEnabled { globalBrowserEnabled = true defer func() { globalBrowserEnabled = false }() } // initialize HTTP NewRecorder, this records any mutations to response writer inside the handler. rec := httptest.NewRecorder()
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 30.6K bytes - Viewed (0)