- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 10 for ICON (0.02 seconds)
-
src/main/webapp/WEB-INF/orig/view/chat/chat.jsp
<div class="progress-step" data-phase="intent"> <div class="step-icon"><i class="fa fa-lightbulb-o" aria-hidden="true"></i></div> <span class="step-label"><la:message key="labels.chat_step_intent" /></span> </div> <div class="progress-step" data-phase="search"> <div class="step-icon"><i class="fa fa-search" aria-hidden="true"></i></div>
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) -
src/main/webapp/WEB-INF/view/chat/chat.jsp
<div class="progress-step" data-phase="intent"> <div class="step-icon"><i class="fa fa-lightbulb-o" aria-hidden="true"></i></div> <span class="step-label"><la:message key="labels.chat_step_intent" /></span> </div> <div class="progress-step" data-phase="search"> <div class="step-icon"><i class="fa fa-search" aria-hidden="true"></i></div>
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) -
src/main/webapp/css/chat.css
.progress-step.active .step-icon { background-color: #0052cc; animation: step-pulse 1.5s ease-in-out infinite; } .progress-step.active .step-icon i { color: white; } .progress-step.completed .step-icon { background-color: #00875a; } .progress-step.completed .step-icon i { color: white; } .progress-step .step-label { font-size: 0.6875rem; color: #6b778c; text-align: center;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) -
src/main/webapp/js/chat.js
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) -
src/main/resources/fess_config.properties
video/quicktime=qt\n\ video/x-m4v=m4v\n\ audio/x-aif=aif\n\ audio/midi=midi\n\ audio/mpga=mpga\n\ audio/mp4=mp4a\n\ audio/ogg=oga\n\ audio/x-wav=wav\n\ image/webp=webp\n\ image/bmp=bmp\n\ image/x-icon=ico\n\ image/x-icon=ico\n\ image/png=png\n\ image/svg+xml=svg\n\ image/tiff=tiff\n\ image/jpeg=jpg\n\ # Number of documents to process per reindex operation. index.reindex.size=100
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
.gitignore
!/.idea/misc.xml !/.idea/codeStyles !/.idea/inspectionProfiles !/.idea/icon.png !/.idea/icon_dark.png !/.idea/gradle.xml */**/.idea */**/.shelf .shelf /*.iml /*/*.iml /*/*/*.iml /*/*/*/*.iml /*/*/*/*/*.iml /out /*/out /*/*/out /*/*/*/out /*/*/*/*/out
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 16:15:24 GMT 2026 - 1.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
final String data = "<html><head>" + "<link rel=\"stylesheet\" href=\"http://example.com/style.css\">" + "<link rel=\"icon\" href=\"http://example.com/icon.png\">" + "</head><body>" + "<a href=\"http://example.com/style.css\">css link</a>" + "<a href=\"http://example.com/page1\">page1</a>" + "</body></html>";
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 62.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* Get the value for the key 'clipboard.copy.icon.enabled'. <br> * The value is, e.g. true <br> * comment: Whether to enable the clipboard copy icon. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getClipboardCopyIconEnabled(); /** * Is the property for the key 'clipboard.copy.icon.enabled' true? <br>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/test/java/org/codelibs/fess/filter/LoadControlFilterTest.java
setConfig(10, 10); testableFilter.setCpuPercent((short) 99); String[] fontUris = { "/fonts/roboto.woff", "/fonts/roboto.woff2", "/fonts/icon.ttf", "/fonts/icon.eot" }; for (String uri : fontUris) { resetMocks(); mockRequest.setRequestURI(uri); testableFilter.doFilter(mockRequest, mockResponse, mockFilterChain);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 06:04:58 GMT 2026 - 33.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java
response.setContentType("application/vnd.ms-fontobject"); } else if (lowerPath.endsWith(".ico")) { response.setContentType("image/vnd.microsoft.icon"); } else if (lowerPath.endsWith(".js")) { response.setContentType("text/javascript"); } else if (lowerPath.endsWith(".json")) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:40 GMT 2026 - 13.4K bytes - Click Count (0)