Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for scroll (0.04 sec)

  1. BaseApiManager.java

    e().equals(type)) { L86: return FormatType.FAVORITES; L87: } L88: if (FormatType.PING.name().equals(type)) { L89: return FormatType.PING; L90: } L91: if (FormatType.SCROLL.name().equals(type)) { L92: return FormatType.SCROLL; L93: } L94: if (FormatType.SUGGEST.name().equals(type)) { L95: return FormatType.SUGGEST; L96: } L97: L98: // default L99: return FormatType.OTHER; L100: } L101: L102:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.3K bytes
Back to top