- Sort Score
- Result 10 results
- Languages All
Results 341 - 350 of 588 for attributes (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/suggest/AdminSuggestAction.java
public static final String ROLE = "admin-suggest"; // =================================================================================== // Attribute // ========= /** Helper for managing suggest functionality. */ @Resource protected SuggestHelper suggestHelper;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsScheduledJobCB.java
public class BsScheduledJobCB extends EsAbstractConditionBean { // =================================================================================== // Attribute // ========= protected BsScheduledJobCQ _conditionQuery; protected BsScheduledJobCA _conditionAggregation;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsWebAuthenticationCB.java
// =================================================================================== // Attribute // ========= protected BsWebAuthenticationCQ _conditionQuery; protected BsWebAuthenticationCA _conditionAggregation;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsPathMapping.java
// =================================================================================== // Attribute // ========= /** createdBy */ protected String createdBy; /** createdTime */ protected Long createdTime;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 7.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsElevateWordToLabelCB.java
// =================================================================================== // Attribute // ========= protected BsElevateWordToLabelCQ _conditionQuery; protected BsElevateWordToLabelCA _conditionAggregation;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsCrawlingInfoParamCB.java
// =================================================================================== // Attribute // ========= protected BsCrawlingInfoParamCQ _conditionQuery; protected BsCrawlingInfoParamCA _conditionAggregation;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. sn <br> * comment: LDAP attribute for surname. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLdapAttrSurname(); /** * Get the value for the key 'ldap.attr.givenName'. <br> * The value is, e.g. givenName <br> * comment: LDAP attribute for given name.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2) -
docs/fr/docs/tutorial/first-steps.md
#### "Schéma" de données Le terme "schéma" peut aussi faire référence à la forme de la donnée, comme un contenu JSON. Dans ce cas, cela signifierait les attributs JSON, ainsi que les types de ces attributs, etc. #### OpenAPI et JSON Schema
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 10.1K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileTest.java
assertTrue(smbFile.canRead()); } @Test void testCanWrite() throws SmbException { // Arrange doReturn(0).when(smbFile).getAttributes(); // No read-only attribute doReturn(true).when(smbFile).exists(); // Act & Assert assertTrue(smbFile.canWrite()); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.8K bytes - Viewed (0) -
docs/de/docs/advanced/settings.md
/// //// /// info In Pydantic Version 1 erfolgte die Konfiguration in einer internen Klasse `Config`, in Pydantic Version 2 erfolgt sie in einem Attribut `model_config`. Dieses Attribut akzeptiert ein `dict`. Um automatische Codevervollständigung und Inline-Fehlerberichte zu erhalten, können Sie `SettingsConfigDict` importieren und verwenden, um dieses `dict` zu definieren. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 16.4K bytes - Viewed (0)