Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for accumulate (0.04 seconds)

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

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

    "spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns","slot"]),P=i(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-int...
    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/java/org/codelibs/fess/util/GsaConfigParser.java

        protected WebConfig webConfig = null;
    
        /** Generated file crawling configuration from parsed GSA config. */
        protected FileConfig fileConfig = null;
    
        /** Buffer to accumulate character data between XML tags. */
        protected StringBuilder textBuf = new StringBuilder(1000);
    
        /** User agent string to be used for web crawling. */
        protected String userAgent = "gsa-crawler";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 21.6K bytes
    - Click Count (0)
  3. src/test/java/org/codelibs/fess/script/groovy/GroovyEngineTest.java

            assertEquals(42, engine.evaluate("return 42", params));
    
            engine.close();
        }
    
        /**
         * Test that repeated syntax errors don't accumulate resources
         */
        @Test
        public void test_evaluate_repeatedSyntaxErrors() {
            final GroovyEngine engine = new GroovyEngine();
            final Map<String, Object> params = new HashMap<>();
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:03:38 GMT 2026
    - 29.1K bytes
    - Click Count (0)
Back to Top