Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for baz (0.04 sec)

  1. UriTypeValidatorTest.java

    values = "http://www.foo.com/ \r\nhttp://www.bar.com/"; L35: assertTrue(UriTypeValidator.check(protocols, values)); L36: L37: protocols = new String[] { "http:" }; L38: values = "http://www.foo.com/\nhttp://www.bar.com/\n http://www.baz.com/"; L39: assertTrue(UriTypeValidator.check(protocols, values)); L40: L41: protocols = new String[] { "http:", "https:" }; L42: values = "https://www.foo.com/"; L43: assertTrue(UriTypeValidator.check(protocols, values));...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      3.2K bytes
  2. FessFileTransformerTest.java

    createInstance(); L277: final Map<String, String> params = Maps.of("foo", "cache", "bar", "overwrite", "baz", "cache|overwrite"); L278: FieldConfigs fieldConfigs = new FieldConfigs(params); L279: final Map<String, Object> dataMap = Map.of(// L280: "foo", new String[] { "aaa", "bbb" }, // L281: "bar", new String[] { "ccc", "ddd" }, // L282: "baz", new String[] { "eee", "fff" }); L283: final Map<String, Object> resultMap = transformer.pr...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Jul 04 06:20:49 UTC 2024
      9.8K bytes
  3. FessXpathTransformerTest.java

    FessXpathTransformer(); L936: final Map<String, String> params = Maps.of("foo", "cache", "bar", "overwrite", "baz", "cache|overwrite"); L937: FieldConfigs fieldConfigs = new FieldConfigs(params); L938: final Map<String, Object> dataMap = Map.of(// L939: "foo", new String[] { "aaa", "bbb" }, // L940: "bar", new String[] { "ccc", "ddd" }, // L941: "baz", new String[] { "eee", "fff" }); L942: final Map<String, Object> resultMap = transformer.pr...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Oct 24 13:01:38 UTC 2024
      41.3K bytes
Back to top