- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 162 for enumeration (0.08 seconds)
-
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) -
docs/de/docs/_llm-test.md
* Das Kommandozeileninterface * der Server * der Client * der Cloudanbieter * der Clouddienst * die Entwicklung * die Entwicklungsphasen * das Dict * das Dictionary * die Enumeration * das Enum * das Enum-Member * der Encoder * der Decoder * kodieren * dekodieren * die Exception * werfen * der Ausdruck * die Anweisung * das Frontend
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 12.3K bytes - Click Count (0) -
docs/zh/docs/_llm-test.md
* the command line interface * the server * the client * the cloud provider * the cloud service * the development * the development stages * the dict * the dictionary * the enumeration * the enum * the enum member * the encoder * the decoder * to encode * to decode * the exception * to raise * the expression * the statement * the frontend
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:06:37 GMT 2026 - 10.7K 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)