Search Options

Results per page
Sort
Preferred Languages
Advance

Results 261 - 270 of 507 for isobject (0.05 sec)

  1. BsJobLogBhv.java

    return "job_log"; L65: } L66: L67: @Override L68: public JobLogDbm asDBMeta() { L69: return JobLogDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends JobLog> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setEndTime(DfTypeUtil.toLong(source.get("endTime"))); L77: result.setJobName(DfType...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.5K bytes
  2. BsRoleTypeBhv.java

    return "role_type"; L65: } L66: L67: @Override L68: public RoleTypeDbm asDBMeta() { L69: return RoleTypeDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends RoleType> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setCreatedBy(DfTypeUtil.toString(source.get("createdBy"))); L77: result.setCreatedT...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.5K bytes
  3. BsThumbnailQueueBhv.java

    "thumbnail_queue"; L65: } L66: L67: @Override L68: public ThumbnailQueueDbm asDBMeta() { L69: return ThumbnailQueueDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends ThumbnailQueue> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setCreatedBy(DfTypeUtil.toString(source.get("createdBy"))); L77: result.setCreatedT...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.8K bytes
  4. LICENSE

    Software without restriction, including without limitation the rights to L10:use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of L11:the Software, and to permit persons to whom the Software is furnished to do so, L12:subject to the following conditions: L13: L14:The above copyright notice and this permission notice shall be included in all L15:copies or substantial portions of the Software. L16: L17:THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Fri May 08 04:49:00 UTC 2020
      1.2K bytes
  5. LICENSE

    Software without restriction, including without limitation the rights L10:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L11:copies of the Software, and to permit persons to whom the Software is L12:furnished to do so, subject to the following conditions: L13: L14:The above copyright notice and this permission notice shall be included in L15:all copies or substantial portions of the Software. L16: L17:THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Fri May 08 04:49:00 UTC 2020
      1.2K bytes
  6. LICENSE

    Software without restriction, including without limitation the rights L10:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L11:copies of the Software, and to permit persons to whom the Software is L12:furnished to do so, subject to the following conditions: L13: L14:The above copyright notice and this permission notice shall be included in all L15:copies or substantial portions of the Software. L16: L17:THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Fri May 08 04:49:00 UTC 2020
      1.2K bytes
  7. LICENSE

    Software without restriction, including without limitation the rights L12:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell L13:copies of the Software, and to permit persons to whom the Software is L14:furnished to do so, subject to the following conditions: L15: L16:The above copyright notice and this permission notice shall be included in all L17:copies or substantial portions of the Software. L18: L19:THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Fri May 08 04:49:00 UTC 2020
      1.2K bytes
  8. BsFileAuthenticationBhv.java

    L66: L67: @Override L68: public FileAuthenticationDbm asDBMeta() { L69: return FileAuthenticationDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends FileAuthentication> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setCreatedBy(DfTypeUtil.toString(source.get("createdBy"))); L77: result.setCreatedT...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.4K bytes
  9. ViewHelperTest.java

    assertUrlLink(null, "#not-found-docId"); L174: assertUrlLink("", "#not-found-docId"); L175: assertUrlLink(" ", "#not-found-docId"); L176: } L177: L178: private void assertUrlLink(String url, String expected) { L179: Map<String, Object> doc = new HashMap<>(); L180: doc.put("doc_id", "docId"); L181: doc.put("url", url); L182: assertEquals(expected, viewHelper.getUrlLink(doc)); L183: } L184: L185: public void test_replaceHighlightQueries() { L186: ...
    github.com/codelibs/fess/src/test/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      15.1K bytes
  10. BsFileConfigBhv.java

    "file_config"; L65: } L66: L67: @Override L68: public FileConfigDbm asDBMeta() { L69: return FileConfigDbm.getInstance(); L70: } L71: L72: @Override L73: protected <RESULT extends FileConfig> RESULT createEntity(Map<String, Object> source, Class<? extends RESULT> entityType) { L74: try { L75: final RESULT result = entityType.newInstance(); L76: result.setAvailable(DfTypeUtil.toBoolean(source.get("available"))); L77: result.setBoost(D...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.8K bytes
Back to top