Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 78 for mstyle (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/js/purify.min.js

    oreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Ze=null;const Je=R({},["audio","video","img","source","image","track"]);let Qe=null;const et=R({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),tt="http://www.w3.org/1998/Math/MathML",nt="http://www.w3.org/2000/svg",ot="http://www.w3.org/1999/xhtml";let...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 22.7K bytes
    - Click Count (0)
  2. src/main/webapp/css/admin/style.css

    ul.has-error {
    	color: #dd4b39 !important;
    	list-style-type: none;
    	padding: 0;
    }
    
    .form-group .has-error + .form-control {
    	border-color: #dd4b39 !important;
    	box-shadow: none;
    }
    
    .sidebar-mini.sidebar-collapse .sidebar-search {
    	display: none !important;
    }
    
    input[type="file"].form-control:not([type="file"]) {
    	height: 0% !important;
    }
    
    #result ol {
    	list-style: none !important;
    	padding-left: 0;
    }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 1.3K bytes
    - Click Count (0)
  3. src/main/webapp/css/chat.css

    /* Chat Page Styles - Bootstrap 5 Compatible with Atlassian Design System */
    
    /* ============================================
       Status Lozenge (ADS-style badge)
       ============================================ */
    .status-lozenge {
        display: inline-flex;
        align-items: center;
        padding: 0.25rem 0.75rem;
        border-radius: 3px;
        font-size: 0.8125rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.02em;
    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)
  4. src/main/webapp/js/suggestor.js

                reslist = [];
                for (i = 0; i < hits.length; i++) {
                  reslist.push(hits[i].text);
                }
    
                $olEle = $("<ol/>");
                $olEle.css({
                  "list-style": "none",
                  padding: "0",
                  margin: "2px"
                });
    
                // Use a Set to track seen texts for O(n) duplicate checking
                seenTexts = {};
    
                for (
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 20 11:04:08 GMT 2025
    - 13.3K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java

         * <pre>
         * <span style="font-size: 130%; color: #553000">[Small Helper]</span>
         * o saveInfo() <span style="color: #3F7E5E">// save messages to session</span>
         * o write() <span style="color: #3F7E5E">// write text to specified file</span>
         * o copyBeanToBean() <span style="color: #3F7E5E">// copy bean to bean by BeanUtil</span>
         * o getServletContext() <span style="color: #3F7E5E">// get servlet context</span>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 13:57:12 GMT 2026
    - 10.9K bytes
    - Click Count (0)
  6. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                                <tr>
                                                    <c:if test="${!logType.endsWith('_agg')}">
                                                        <th style="width: 25%"><la:message
                                                                key="labels.searchlog_requested_time"/></th>
                                                        <th><la:message
    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)
  7. src/main/webapp/WEB-INF/view/admin/storage/admin_storage.jsp

                                                    <th style="width: 10%"><la:message key="labels.storage_size"/></th>
                                                    <th style="width: 15%"><la:message
                                                            key="labels.storage_last_modified"/></th>
                                                    <th style="width: 20%"></th>
                                                </tr>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 20.7K bytes
    - Click Count (0)
  8. src/test/java/org/codelibs/fess/helper/MarkdownRendererTest.java

        }
    
        @Test
        public void test_render_xss_styleTag() {
            String malicious = "<style>body { background: url('javascript:alert(1)'); }</style>";
            String result = markdownRenderer.render(malicious);
            // style tags should be removed
            assertFalse(result.contains("<style>"));
        }
    
        @Test
        public void test_render_multipleNewlines() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 11.1K bytes
    - Click Count (0)
  9. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                                <th style="width: 25%"><la:message key="labels.id"/></th>
                                                <td>${f:h(id)}</td>
                                            </tr>
                                        </c:if>
                                        <tr>
                                            <th style="width: 25%"><la:message key="labels.name"/></th>
    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)
  10. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp

                                                <th style="width: 25%"><la:message key="labels.id"/></th>
                                                <td>${f:h(id)}</td>
                                            </tr>
                                        </c:if>
                                        <tr>
                                            <th style="width: 25%"><la:message key="labels.name"/></th>
    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)
Back to Top