Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 21 for placeholder$ (0.06 seconds)

  1. src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java

                    String expectedValuePart = fieldNamePart.toLowerCase()
                            .replace("_", ".")
                            .replaceAll("\\.placeholder$", ".placeholder")
                            .replaceAll("\\.placeholder\\.(.+)", ".placeholder_$1");
    
                    String expectedValue = "{labels." + expectedValuePart + "}";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 14K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/view/chat/chat.jsp

    									</button>
    									<div class="dropdown-menu filter-dropdown-menu">
    										<div class="filter-search-wrapper">
    											<input type="text" class="filter-search-input form-control form-control-sm" placeholder="<la:message key="labels.chat_filter_search_placeholder" />" aria-label="<la:message key="labels.chat_filter_search_placeholder" />" />
    										</div>
    										<div class="filter-dropdown-list">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 10.8K bytes
    - Click Count (0)
  3. src/main/webapp/WEB-INF/orig/view/chat/chat.jsp

    									</button>
    									<div class="dropdown-menu filter-dropdown-menu">
    										<div class="filter-search-wrapper">
    											<input type="text" class="filter-search-input form-control form-control-sm" placeholder="<la:message key="labels.chat_filter_search_placeholder" />" aria-label="<la:message key="labels.chat_filter_search_placeholder" />" />
    										</div>
    										<div class="filter-dropdown-list">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 10.4K bytes
    - Click Count (0)
  4. src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java

                assertTrue("Command should contain mimetype: " + mimeType, expandedCommand.contains(mimeType));
                assertFalse("Command should not contain placeholder", expandedCommand.contains("${mimetype}"));
            }
        }
    
        // Test command list with mimetype placeholder
        @Test
        public void test_commandList_withMimetypePlaceholder() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 27.8K bytes
    - Click Count (0)
  5. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp

                                <%-- List --%>
                                <c:if test="${stemmerOverridePager.allRecordCount == 0}">
                                    <div class="row top10"><div class="col-sm-12 empty-list-placeholder"><i class="fa fa-info-circle text-primary" aria-hidden="true"></i>
                                            <la:message key="labels.list_could_not_find_crud_table"/>
                                        </div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 10.3K bytes
    - Click Count (0)
  6. src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog.jsp

                                <%-- List --%>
                                <c:if test="${jobLogPager.allRecordCount == 0}">
                                    <div class="row top10"><div class="col-sm-12 empty-list-placeholder"><i class="fa fa-info-circle text-primary" aria-hidden="true"></i>
                                            <la:message key="labels.list_could_not_find_crud_table"/>
                                        </div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 11.5K bytes
    - Click Count (0)
  7. src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp

                                <%-- List --%>
                                <c:if test="${kuromojiPager.allRecordCount == 0}">
                                    <div class="row top10"><div class="col-sm-12 empty-list-placeholder"><i class="fa fa-info-circle text-primary" aria-hidden="true"></i>
                                            <la:message key="labels.list_could_not_find_crud_table"/>
                                        </div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 10.2K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/query/QueryCommand.java

            }
            return QueryBuilders.matchPhraseQuery(f, text);
        }
    
        /**
         * Gets the actual search field, replacing default field placeholder if needed.
         * @param defaultField The default field to use if field is the default placeholder.
         * @param field The field name to check.
         * @return The actual field name to use for searching.
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Nov 23 11:39:05 GMT 2025
    - 11.6K bytes
    - Click Count (0)
  9. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords.jsp

                                <%-- List --%>
                                <c:if test="${protwordsPager.allRecordCount == 0}">
                                    <div class="row top10"><div class="col-sm-12 empty-list-placeholder"><i class="fa fa-info-circle text-primary" aria-hidden="true"></i>
                                            <la:message key="labels.list_could_not_find_crud_table"/>
                                        </div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  10. src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype.jsp

                                <%-- List --%>
                                <c:if test="${labelTypePager.allRecordCount == 0}">
                                    <div class="row top10"><div class="col-sm-12 empty-list-placeholder"><i class="fa fa-info-circle text-primary" aria-hidden="true"></i>
                                            <la:message key="labels.list_could_not_find_crud_table"/>
                                        </div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 10.6K bytes
    - Click Count (0)
Back to Top