- Sort Score
- Num 10 results
- Language All
Results 111 - 120 of 125 for Enumeration (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/http/NtlmServletTest.java
initParams.put("jcifs.http.insecureBasic", "true"); initParams.put("jcifs.http.basicRealm", "TestRealm"); lenient().when(servletConfig.getInitParameterNames()).thenReturn(Collections.enumeration(initParams.keySet())); lenient().when(servletConfig.getInitParameter(anyString())).thenAnswer(invocation -> initParams.get(invocation.getArgument(0)));
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 04:51:33 GMT 2025 - 11.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/PythonJobTest.java
// Other methods return null or default values @Override public Object getAttribute(String name) { return null; } @Override public java.util.Enumeration<String> getAttributeNames() { return null; } @Override public String getContextPath() { return null; } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 22.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/GenerateThumbnailJobTest.java
// Other methods return null or default values @Override public Object getAttribute(String name) { return null; } @Override public java.util.Enumeration<String> getAttributeNames() { return null; } @Override public String getContextPath() { return null; } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 19K bytes - Click Count (0) -
docs/tr/docs/_llm-test.md
* CLI * command line interface * server * client * cloud provider * cloud service * geliştirme * geliştirme aşamaları * dict * dictionary * enumeration * enum * enum member * encoder * decoder * encode etmek * decode etmek * exception * raise etmek * expression * statement * frontend * backend
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 11.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/job/SuggestJobTest.java
@Override public Object getAttribute(String name) { return null; } @Override public java.util.Enumeration<String> getAttributeNames() { return null; } @Override public String getContextPath() { return ""; } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 31.6K bytes - Click Count (0) -
doc/asm.html
represents the bitwise and instruction, <code>AND</code> (without the leading <code>A</code>), and is written in assembly source as <code>AND</code>. The enumeration is mostly in alphabetical order. (The architecture-independent <code>AXXX</code>, defined in the <code>cmd/internal/obj</code> package, represents an invalid instruction).
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Fri Nov 14 19:09:46 GMT 2025 - 36.5K bytes - Click Count (0) -
docs/ko/docs/_llm-test.md
* 시스템이 사용자를 인증한다 * CLI * command line interface * server * client * cloud provider * cloud service * development * development stages * dict * dictionary * enumeration * enum * enum member * encoder * decoder * encode하다 * decode하다 * exception * raise하다 * expression * statement * frontend * backend
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.7K bytes - Click Count (0) -
src/main/java/jcifs/util/SecureKeyManager.java
} } } sessionKeys.clear(); // Clear KeyStore entries if (keyStore != null) { try { java.util.Enumeration<String> aliases = keyStore.aliases(); while (aliases.hasMoreElements()) { String alias = aliases.nextElement(); if (alias.startsWith("smb.session.")) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 21.5K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.10.md
[@yujuhong](https://github.com/yujuhong)) * The Container Runtime Interface (CRI) version has increased from v1alpha1 to v1alpha2. Runtimes implementing the CRI will need to update to the new version, which configures container namespaces using an enumeration rather than booleans. This change to the alpha API is not backwards compatible; implementations of the CRI such as containerd, will need to update to the new API version. ([#58973](https://github.com/kubernetes/kubernetes/pull/58973), [@verb](h...
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 341.8K bytes - Click Count (0) -
api/maven-api-spi/src/main/java/org/apache/maven/api/spi/ExtensibleEnumProvider.java
import org.apache.maven.api.annotations.Experimental; import org.apache.maven.api.annotations.Nonnull; /** * An SPI interface to extend Maven with new enum values for extensible enumerations. * <p> * Maven uses extensible enumerations to allow plugins and extensions to add new values * to various categories like languages, scopes, and packaging types. This interface is the * base for all providers that register such extensions.
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Apr 03 13:33:59 GMT 2025 - 2.8K bytes - Click Count (0)