Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. ApiAdminDictAction.java

    s.OK) L41: .result()); L42: } L43: L44: protected ListBody createListBody(final DictionaryFile<? extends DictionaryItem> dictionaryFile) { L45: final ListBody body = new ListBody(); L46: body.id = dictionaryFile.getId(); L47: body.type = dictionaryFile.getType(); L48: body.path = dictionaryFile.getPath(); L49: body.timestamp = dictionaryFile.getTimestamp(); L50: return body; L51: } L52:}...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      2K bytes
Back to top