Search Options

Results per page
Sort
Preferred Languages
Advance

Results 341 - 350 of 1,434 for created (0.05 sec)

  1. BsFileAuthenticationBhv.java

    ====== L101: public int selectCount(CBCall<FileAuthenticationCB> cbLambda) { L102: return facadeSelectCount(createCB(cbLambda)); L103: } L104: L105: public OptionalEntity<FileAuthentication> selectEntity(CBCall<FileAuthenticationCB> cbLambda) { L106: return facadeSelectEntity(createCB(cbLambda)); L107: } L108: L109: protected OptionalEntity<FileAuthentication> facadeSelectEntity(FileAuthenticationCB cb) { L110: return doSel...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.4K bytes
  2. BsFileConfigBhv.java

    ====== L112: public int selectCount(CBCall<FileConfigCB> cbLambda) { L113: return facadeSelectCount(createCB(cbLambda)); L114: } L115: L116: public OptionalEntity<FileConfig> selectEntity(CBCall<FileConfigCB> cbLambda) { L117: return facadeSelectEntity(createCB(cbLambda)); L118: } L119: L120: protected OptionalEntity<FileConfig> facadeSelectEntity(FileConfigCB cb) { L121: return doSelectOptionalEntity(cb, ty...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.8K bytes
  3. adminlte.min.js.map

    ====================================================\n */\n\nconst NAME = 'Toasts'\nconst DATA_KEY = 'lte.toasts'\nconst EVENT_KEY = `.${DATA_KEY}`\nconst JQUERY_NO_CONFLICT = $.fn[NAME]\n\nconst EVENT_INIT = `init${EVENT_KEY}`\nconst EVENT_CREATED = `created${EVENT_KEY}`\nconst EVENT_REMOVED = `removed${EVENT_KEY}`\n\nconst SELECTOR_CONTAINER_TOP_RIGHT = '#toastsContainerTopRight'\nconst SELECTOR_CONTAINER_TOP_LEFT = '#toastsContainerTopLeft'\nconst SELECTOR_CONTAINER_BOTTOM_RIGHT = '#toastsContainerBottomRight'\nconst...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      132.4K bytes
  4. GcFinalization.java

    void testFooLeak() { L93: * GcFinalization.awaitClear(fooWeakRef()); L94: * } L95: * }</pre> L96: * L97: * <p>This class cannot currently be used to test soft references, since this class does not try to L98: * create the memory pressure required to cause soft references to be cleared. L99: * L100: * <p>This class only provides testing utilities. It is not designed for direct use in production or L101: * for benchmarking. L102: * L103: * @author mike nonemacher L104: * @author Martin Buchholz L105:...
    github.com/google/guava/android/guava-testlib/s...
    Sat Oct 19 00:26:48 UTC 2024
      11.6K bytes
  5. BsBoostDocumentRuleBhv.java

    ====== L97: public int selectCount(CBCall<BoostDocumentRuleCB> cbLambda) { L98: return facadeSelectCount(createCB(cbLambda)); L99: } L100: L101: public OptionalEntity<BoostDocumentRule> selectEntity(CBCall<BoostDocumentRuleCB> cbLambda) { L102: return facadeSelectEntity(createCB(cbLambda)); L103: } L104: L105: protected OptionalEntity<BoostDocumentRule> facadeSelectEntity(BoostDocumentRuleCB cb) { L106: return doSelectOptionalEntity(cb,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.1K bytes
  6. BsRelatedContentBhv.java

    ====== L98: public int selectCount(CBCall<RelatedContentCB> cbLambda) { L99: return facadeSelectCount(createCB(cbLambda)); L100: } L101: L102: public OptionalEntity<RelatedContent> selectEntity(CBCall<RelatedContentCB> cbLambda) { L103: return facadeSelectEntity(createCB(cbLambda)); L104: } L105: L106: protected OptionalEntity<RelatedContent> facadeSelectEntity(RelatedContentCB cb) { L107: return doSelectOptionalEntity(cb,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.9K bytes
  7. BsWebAuthenticationBhv.java

    ====== L102: public int selectCount(CBCall<WebAuthenticationCB> cbLambda) { L103: return facadeSelectCount(createCB(cbLambda)); L104: } L105: L106: public OptionalEntity<WebAuthentication> selectEntity(CBCall<WebAuthenticationCB> cbLambda) { L107: return facadeSelectEntity(createCB(cbLambda)); L108: } L109: L110: protected OptionalEntity<WebAuthentication> facadeSelectEntity(WebAuthenticationCB cb) { L111: return doSelectOptionalEntity(cb,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.4K bytes
  8. MediaType.java

    static MediaType createAudioType(String subtype) { L1029: return create(AUDIO_TYPE, subtype); L1030: } L1031: L1032: /** L1033: * Creates a media type with the "font" type and the given subtype. L1034: * L1035: * @throws IllegalArgumentException if subtype is invalid L1036: */ L1037: static MediaType createFontType(String subtype) { L1038: return create(FONT_TYPE, subtype); L1039: } L1040: L1041: /** L1042: * Creates a media type with the "image" type and the given subtype. L1043:...
    github.com/google/guava/guava/src/com/google/co...
    Thu Sep 26 19:15:09 UTC 2024
      47.5K bytes
  9. BsRoleBhv.java

    selectList(CBCall<RoleCB> cbLambda) { L158: return facadeSelectList(createCB(cbLambda)); L159: } L160: L161: public PagingResultBean<Role> selectPage(CBCall<RoleCB> cbLambda) { L162: // #pending same? L163: return (PagingResultBean<Role>) facadeSelectList(createCB(cbLambda)); L164: } L165: L166: public void selectCursor(CBCall<RoleCB> cbLambda, EntityRowHandler<Role> entityLambda) { L167: facadeSelectCursor(createCB(cbLambda), entityLambda); L168: } L169: L170: public...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      8.8K bytes
  10. BsCrawlingInfoParamBhv.java

    ====== L94: public int selectCount(CBCall<CrawlingInfoParamCB> cbLambda) { L95: return facadeSelectCount(createCB(cbLambda)); L96: } L97: L98: public OptionalEntity<CrawlingInfoParam> selectEntity(CBCall<CrawlingInfoParamCB> cbLambda) { L99: return facadeSelectEntity(createCB(cbLambda)); L100: } L101: L102: protected OptionalEntity<CrawlingInfoParam> facadeSelectEntity(CrawlingInfoParamCB cb) { L103: return doSelectOptionalEntity(cb,...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      9.8K bytes
Back to top