Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 293 for tablet (0.05 sec)

  1. font-awesome.min.css

    a-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:...
    github.com/codelibs/fess/src/main/webapp/css/fo...
    Sat Dec 14 21:22:25 UTC 2019
      55.8K bytes
  2. font-awesome.min.css

    a-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Dec 14 21:22:25 UTC 2019
      55.8K bytes
  3. classificationDeploymentMap.dfprop

    L5:# L6:# This property uses classification names of classificationDefinitionMap. L7:# The table name '$$ALL$$' means all tables are target. L8:# The table names and column names are treated as case insensitive. L9:# L10:# You don't need specify here about table classifications. L11:# Because table classifications are auto-deployed by relation information. L12:# L13:# Specification: L14:# map: { L15:# [table-name or $$ALL$$] = map:{ L16:# ; [column-name (with hint)]=[classification-name]...
    github.com/codelibs/fess/dbflute_fess/dfprop/cl...
    Sat Jul 04 22:46:31 UTC 2015
      795 bytes
  4. databaseInfoMap.dfprop

    this. L45: # But you can set ReplaceSchema-original setting in its own dfprop. L46: # L47: #; objectTypeTargetList = list:{TABLE ; VIEW} L48: L49: # o tableExceptList: (NotRequired - Default list:{}) L50: # If you want to exclude some tables in generating target, L51: # you should specify the list of excepted table hints. L52: # e.g. list:{PRODUCT_STATUS ; prefix:TMP_} L53: # This is only for the main schema. Additional schemas are unconcerned....
    github.com/codelibs/fess/dbflute_fess/dfprop/da...
    Sat Oct 31 23:35:14 UTC 2015
      7.3K bytes
  5. littleAdjustmentMap.dfprop

    Default false) L30: # [true] L31: # Add schema to table SQL name. (The table name on query is SCHEMA.TABLE) L32: # L33: #; isAvailableAddingSchemaToTableSqlName = false L34: # - - - - - - - - - -/ L35: L36: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L37: # o isAvailableAddingCatalogToTableSqlName: (NotRequired - Default false) L38: # [true] L39: # Add catalog to table SQL name. (The table name on query is CATALOG.SCHEMA.TABLE) L40: # L41: ...
    github.com/codelibs/fess/dbflute_fess/dfprop/li...
    Sat Jul 25 06:04:16 UTC 2015
      8.8K bytes
  6. replaceSchemaMap.dfprop

    - - - - - - L96: # o objectTypeTargetList: (NotRequired - Default databaseInfoMap's) L97: # This property overrides databaseInfoMap's one for ReplaceSchema. L98: # e.g. Synonym of Oracle --> list:{TABLE ; VIEW ; SYNONYM} L99: # L100: #; objectTypeTargetList = list:{TABLE ; VIEW} L101: # - - - - - - - - - -/ L102: L103: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L104: # o filterVariablesMap: (NotRequired - Default map:{}) L105: # You can specify...
    github.com/codelibs/fess/dbflute_fess/dfprop/re...
    Sat Oct 31 23:35:14 UTC 2015
      9.3K bytes
  7. admin_joblog_details.jsp

    </la:info> L67: <la:errors/> L68: </div> L69: <%-- Form Fields --%> L70: <table class="table table-bordered"> L71: <tbody> L72: <tr> L73: <th style="width: 25%"><la:message L74: ke...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Feb 13 07:47:04 UTC 2020
      9.8K bytes
  8. _readme.txt

    of Document task L12:which creates documents, for example, SchemaHTML, HistoryHTML L13:to the "output/doc" directory. L14: L15:manage.bat(sh) => 23 (generate): L16:A execution command of Generate task L17:which generates classes corresponding your tables, L18:for example, entities, condition-beans to specified L19:directories by DBFlute properties on "dfprop" directory. L20: L21:Generated structures (directories and classes) are like this: L22:/- - - - - - - - - - - - - - - - - - - - - - - - - - -...
    github.com/codelibs/fess/dbflute_fess/_readme.txt
    Sat Jul 04 22:46:31 UTC 2015
      2.5K bytes
  9. conditionBeanMap.dfprop

    LikeSearch, NotLikeSearch L13:# , EmptyString, FromTo, DateFromTo, RangeOf, ... L14:# , (and prefix '!' means excluding, '%' means reviving) L15:# table: table name (hint) or $$ALL$$ L16:# column: column name (hint) or $$CommonColumn$$ or $$VersionNo$$ L17:# L18:# Example: L19:# map:{ L20:# # This means that String includes GreaterThan at MEMBER.MEMBER_ACCOUNT only L21:# # and LessThan at PRODUCT.PRODUCT_NAME and PRODUCT.PRODUCT_HANDLE_CODE, L22:# # and InScope for LONGVARCHAR(e.g....
    github.com/codelibs/fess/dbflute_fess/dfprop/co...
    Sat Oct 31 23:35:14 UTC 2015
      4K bytes
  10. admin_scheduler.jsp

    <c:if test="${schedulerPager.allRecordCount > 0}"> L56: <div class="row"> L57: <div class="col-sm-12"> L58: <table class="table table-bordered table-striped"> L59: <thead> L60: <tr> L61: <th><la:message key="labels.scheduledjob_name"/></th> L62: ...
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Wed Feb 12 20:25:27 UTC 2020
      6.4K bytes
Back to top