Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 54 for description (0.16 sec)

  1. src/main/java/org/codelibs/fess/es/config/bsentity/BsWebConfig.java

            this.depth = value;
        }
    
        public String getDescription() {
            checkSpecifiedProperty("description");
            return convertEmptyToNull(description);
        }
    
        public void setDescription(String value) {
            registerModifiedProperty("description");
            this.description = value;
        }
    
        public String getExcludedDocUrls() {
            checkSpecifiedProperty("excludedDocUrls");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 14.1K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/WebConfigDbm.java

                "Integer", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnDescription = cci("description", "description", null, null, String.class, "description", null, false,
                false, false, "text", 0, 0, null, null, false, null, null, null, null, null, false);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 18.4K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FileConfigDbm.java

                "Integer", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnDescription = cci("description", "description", null, null, String.class, "description", null, false,
                false, false, "text", 0, 0, null, null, false, null, null, null, null, null, false);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 18K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                        <tr>
                                            <th><la:message key="labels.description"/></th>
                                            <td>${f:br(f:h(description))}<la:hidden
                                                    property="description"/></td>
                                        </tr>
                                        </tbody>
                                    </table>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/DataConfigDbm.java

                false, false, "Long", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnDescription = cci("description", "description", null, null, String.class, "description", null, false,
                false, false, "text", 0, 0, null, null, false, null, null, null, null, null, false);
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 13.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/bsentity/BsFileConfig.java

            this.depth = value;
        }
    
        public String getDescription() {
            checkSpecifiedProperty("description");
            return convertEmptyToNull(description);
        }
    
        public void setDescription(String value) {
            registerModifiedProperty("description");
            this.description = value;
        }
    
        public String getExcludedDocPaths() {
            checkSpecifiedProperty("excludedDocPaths");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 13.7K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/web/admin/dataconfig/AdminDataconfigAction.java

            registerHandlerNames(data);
    
            // restore from pager
            copyBeanToBean(dataConfigPager, form, op -> op.include("name", "handlerName", "description"));
        }
    
        // ===================================================================================
        //                                                                        Edit Execute
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 17.5K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java

            // restore from webConfigPager
            copyBeanToBean(webConfigPager, form, op -> op.include("id", "name", "urls", "description"));
        }
    
        // ===================================================================================
        //                                                                        Edit Execute
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 17.2K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/fess/it/search/SearchApiTests.java

                if (!switchFlg) {
                    boolean contains = doc.get("content_description").toString().toLowerCase().contains(query1);
                    if (!contains) {
                        switchFlg = true;
                    }
                } else {
                    assertTrue(doc.get("content_description").toString().toLowerCase().contains(query2), doc.toString());
                }
            }
        }
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 18.6K bytes
    - Viewed (1)
  10. src/main/java/org/codelibs/fess/es/user/bsentity/BsUser.java

            this.departmentNumber = value;
        }
    
        public String getDescription() {
            checkSpecifiedProperty("description");
            return convertEmptyToNull(description);
        }
    
        public void setDescription(String value) {
            registerModifiedProperty("description");
            this.description = value;
        }
    
        public String getDestinationIndicator() {
            checkSpecifiedProperty("destinationIndicator");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 22.8K bytes
    - Viewed (0)
Back to top