Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 16 for africa (0.05 seconds)

  1. src/main/resources/fess_label_it.properties

    labels.design_configuration=Design pagina
    labels.design_title_file_upload=File da caricare
    labels.design_title_file=Gestione file
    labels.design_file=Carica file
    labels.design_file_name=Nome file (opzionale)
    labels.design_button_upload=Carica
    labels.design_file_title_edit=Visualizza file pagina
    labels.design_edit_button=Modifica
    labels.design_download_button=Scarica
    labels.design_delete_button=Elimina
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/view/chat/chat.jsp

    							<i class="fa fa-robot me-1" aria-hidden="true"></i>
    							<span class="status-text"><la:message key="labels.chat_status_ready" /></span>
    						</div>
    						<div class="d-flex gap-2">
    							<button type="button" id="filterToggleBtn" class="btn btn-outline-secondary btn-sm" data-bs-toggle="collapse" data-bs-target="#filterPanel" aria-expanded="false" aria-controls="filterPanel">
    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

    							<i class="fa fa-robot me-1" aria-hidden="true"></i>
    							<span class="status-text"><la:message key="labels.chat_status_ready" /></span>
    						</div>
    						<div class="d-flex gap-2">
    							<button type="button" id="filterToggleBtn" class="btn btn-outline-secondary btn-sm" data-bs-toggle="collapse" data-bs-target="#filterPanel" aria-expanded="false" aria-controls="filterPanel">
    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/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig_details.jsp

                                        <la:errors/>
                                    </div>
                                        <%-- Form Fields --%>
                                    <table class="table table-bordered" aria-label="<la:message key="labels.data_config_details" />">
                                        <tbody>
                                        <c:if test="${id != null}">
                                            <tr>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 8.2K bytes
    - Click Count (0)
  5. src/main/webapp/WEB-INF/view/admin/maintenance/admin_maintenance.jsp

                                                    <button type="button" class="close" data-dismiss="modal"
                                                            aria-label="Close">
                                                        <span aria-hidden="true">&times;</span>
                                                    </button>
                                                </div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 17.3K bytes
    - Click Count (0)
  6. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                        <la:errors/>
                                    </div>
                                        <%-- Form Fields --%>
                                    <table class="table table-bordered" aria-label="<la:message key="labels.web_config_details" />">
                                        <tbody>
                                        <c:if test="${id != null}">
                                            <tr>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 11.2K bytes
    - Click Count (0)
  7. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp

                                        <la:errors/>
                                    </div>
                                        <%-- Form Fields --%>
                                    <table class="table table-bordered" aria-label="<la:message key="labels.file_config_details" />">
                                        <tbody>
                                        <c:if test="${id != null}">
                                            <tr>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 11.1K bytes
    - Click Count (0)
  8. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp

                                                    <la:link href="createnew" styleClass="btn btn-success btn-xs">
                                                        <i class="fa fa-plus" aria-hidden="true"></i>
                                                        <la:message key="labels.crud_link_create"/>
                                                    </la:link>
                                                </c:when>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:38:39 GMT 2026
    - 28.1K bytes
    - Click Count (0)
  9. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessUserTimeZoneProcessProviderTest.java

            // Store original time zone
            TimeZone originalTimeZone = TimeZone.getDefault();
    
            try {
                // Change default time zone temporarily
                TimeZone newTimeZone = TimeZone.getTimeZone("America/New_York");
                TimeZone.setDefault(newTimeZone);
    
                // Create new provider instance to pick up the new default
                FessUserTimeZoneProcessProvider newProvider = new FessUserTimeZoneProcessProvider();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 7.2K bytes
    - Click Count (0)
  10. src/main/webapp/js/chat.js

            var actionsHtml =
                '<div class="message-actions">' +
                    '<button type="button" class="message-action-btn copy-btn" aria-label="Copy message">' +
                        '<i class="fa fa-copy" aria-hidden="true"></i> Copy' +
                    '</button>' +
                '</div>';
    
            messageElement.find('.message-wrapper').append(actionsHtml);
        }
    
        /**
    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)
Back to Top