Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 14 for woff (0.02 seconds)

  1. src/main/webapp/css/admin/fonts/fa-regular-400.woff

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 16.4K bytes
    - Click Count (0)
  2. src/main/webapp/css/fonts/fa-regular-400.woff

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 16.4K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java

                    response.setContentType("text/plain");
                } else if (lowerPath.endsWith(".woff")) {
                    response.setContentType("font/woff");
                } else if (lowerPath.endsWith(".woff2")) {
                    response.setContentType("font/woff2");
                } else if (lowerPath.endsWith("/")) {
                    response.setContentType("text/html;charset=utf-8");
                }
    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)
  4. src/test/java/org/codelibs/fess/filter/LoadControlFilterTest.java

        public void test_doFilter_fontExcluded() throws IOException, ServletException {
            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);
    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)
  5. src/main/webapp/css/fonts/fa-regular-400.woff2

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 13.3K bytes
    - Click Count (0)
  6. src/main/webapp/css/admin/fonts/fa-regular-400.woff2

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 13.3K bytes
    - Click Count (0)
  7. CONTRIBUTING.md

    ### Fixing DCO failures/Signing Off Commits After Submitting a Pull Request
    
    You must agree to the terms of [Developer Certificate of Origin](https://developercertificate.org/) by signing off your commits. We automatically verify that all commit messages contain a `Signed-off-by:` line with your email address. We can only accept PRs that have all commits signed off.
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 18:43:39 GMT 2026
    - 19.1K bytes
    - Click Count (0)
  8. src/test/java/org/codelibs/fess/mylasta/direction/FessEnvTest.java

                    props.setProperty("bool.yes", "yes");
                    props.setProperty("bool.no", "no");
                    props.setProperty("bool.on", "on");
                    props.setProperty("bool.off", "off");
                    props.setProperty("bool.1", "1");
                    props.setProperty("bool.0", "0");
                    return props;
                }
            };
    
            assertTrue(customEnv.is("bool.true"));
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 15.6K bytes
    - Click Count (0)
  9. src/test/java/org/codelibs/fess/script/ScriptEngineTest.java

            String template = "Price: $${price} (with ${discount}% off)";
            Map<String, Object> paramMap = new HashMap<>();
            paramMap.put("price", "100");
            paramMap.put("discount", "20");
    
            Object result = scriptEngine.evaluate(template, paramMap);
            assertEquals("Price: $100 (with 20% off)", result);
        }
    
        // Test evaluate method with nested expressions
        @Test
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 12.5K bytes
    - Click Count (0)
  10. build-logic/documentation/src/main/groovy/gradlebuild/docs/ReleaseNotesTransformer.java

                Reader delegate = null;
    
                @Override
                public int read(char[] cbuf, int off, int len) throws IOException {
                    if (delegate == null) {
                        delegate = transform(original);
                    }
                    return delegate.read(cbuf, off, len);
                }
    
                @Override
                public void close() throws IOException {
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Mar 03 01:59:51 GMT 2026
    - 11.3K bytes
    - Click Count (0)
Back to Top