Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 131 - 140 of 172 for bizden (0.06 seconds)

  1. src/test/java/org/codelibs/fess/app/web/admin/log/AdminLogActionTest.java

            assertEquals(".", AdminLogAction.sanitizeFilename("."));
            assertEquals("./test.log", AdminLogAction.sanitizeFilename("./test.log"));
            assertEquals(".hidden.log", AdminLogAction.sanitizeFilename(".hidden.log"));
        }
    
        @Test
        public void test_sanitizeFilename_preservesTripleDots() {
            // "..." has one ".." removed, leaving "."
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 10.5K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/view/admin/dict/admin_dict.jsp

                                <c:if test="${fn:length(dictFiles) == 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>
                                    </div>
                                </c:if>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 4K bytes
    - Click Count (0)
  3. src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard.jsp

                                                value="<la:message key="labels.wizard_start_button"/>">
                                            <i class="fa fa-arrow-circle-right" aria-hidden="true"></i>
                                            <la:message key="labels.wizard_start_button"/>
                                        </button>
                                    </c:if>
                                </div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 3.6K bytes
    - Click Count (0)
  4. src/main/webapp/js/chat.js

            var timestamp = formatTimestamp(new Date());
    
            var html =
                '<div class="chat-message ' + role + '">' +
                    '<div class="message-avatar"><i class="fa ' + avatarIcon + '" aria-hidden="true"></i></div>' +
                    '<div class="message-wrapper">' +
                        '<div class="message-content">' +
                            '<div class="message-text">' + escapeHtml(content) + '</div>' +
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 30.6K bytes
    - Click Count (0)
  5. src/main/webapp/WEB-INF/view/admin/backup/admin_backup.jsp

                                                    <button type="submit" class="btn btn-success mb-2" name="upload">
                                                        <i class="fa fa-upload" aria-hidden="true"></i>
                                                        <la:message key="labels.backup_button_upload"/>
                                                    </button>
                                                </la:form>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 5.2K bytes
    - Click Count (0)
  6. src/main/webapp/WEB-INF/view/admin/group/admin_group.jsp

                                <c:if test="${groupPager.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>
                                    </div>
                                </c:if>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 4.6K bytes
    - Click Count (0)
  7. src/main/webapp/WEB-INF/view/admin/role/admin_role.jsp

                                <c:if test="${rolePager.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>
                                    </div>
                                </c:if>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 4.6K bytes
    - Click Count (0)
  8. src/main/webapp/css/chat.css

    }
    
    .filter-check-item:hover {
        background-color: #f4f5f7;
    }
    
    .filter-check-item .filter-check {
        margin: 0;
        flex-shrink: 0;
    }
    
    .filter-check-label {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .filter-dropdown-footer {
        padding: 0.25rem 0.5rem;
        border-top: 1px solid #ebecf0;
        text-align: right;
    }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 19.4K bytes
    - Click Count (0)
  9. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                                    value="<la:message key="labels.crud_button_search" />">
                                                <i class="fa fa-search" aria-hidden="true"></i>
                                                <la:message key="labels.crud_button_search"/>
                                            </button>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 16.2K bytes
    - Click Count (0)
  10. build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle

        }
    }
    
    static String writeFilterPreset(Project project) {
        def preset = project.providers.gradleProperty('bin.cmp.report.severity.filter').getOrElse('All levels')
        return """<input id="filter-preset" type="hidden" value="$preset" />"""
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Dec 30 10:14:25 GMT 2025
    - 8.9K bytes
    - Click Count (0)
Back to Top