Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Sing (0.01 sec)

  1. BaseApiManager.java

    als(type)) { L83: return FormatType.FAVORITE; L84: } L85: if (FormatType.FAVORITES.name().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;...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      4.3K bytes
Back to top