- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 232 for sata (0.02 sec)
-
replaceSchemaMap.dfprop
# Does it increment sequence values to max value of table data? L80: # Referring the property 'sequenceDefinitionMap'. L81: # L82: #; isIncrementSequenceToDataMax = false L83: # - - - - - - - - - -/ L84: L85: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L86: # o isSuppressBatchUpdate: (NotRequired - Default false) L87: # Does it suppress batch update at loading data? L88: # When you have a data error, you may get details for the error L89: # by this...github.com/codelibs/fess/dbflute_fess/dfprop/re...Sat Oct 31 23:35:14 UTC 2015 9.3K bytes -
_readme.txt
this file. L6:(A SQL separator is semicolon ";") L7: L8:take-finally-*.sql: L9:SQL statements for check loaded data (or DDL after data loading) L10:You should write your own SQL statements in this file. L11:(basically same specifications as replace-schema.sql) L12: L13:The "data" directory is for data loading like this: L14:/- - - - - - - - - - - - - - - - - - - - L15:playsql L16: |-data L17: |-common L18: | |-xls L19: | |-10-master.xls L20: | |-defaultValueMap.dataprop L21:...github.com/codelibs/fess/dbflute_fess/playsql/_...Sat Jul 04 22:46:31 UTC 2015 1.3K bytes -
profile.js
how.bs.modal", function(event) { L39: var button = $(event.relatedTarget), L40: docId = button.data("docid"), L41: title = button.data("title"), L42: url = button.data("url"); L43: L44: $(this) L45: .find(".modal-body #delete-doc-title") L46: .text(title); L47: $(this) L48: .find(".modal-body #delete-doc-url") L49: .text(url); L50: $(this) L51: .find(".modal-footer input#docId") L52: .val(docId); L53: }); L54:});...github.com/codelibs/fess/src/main/webapp/js/pro...Wed Sep 12 06:47:49 UTC 2018 1.3K bytes -
AdminSearchlistAction.java
SearchRenderData { L424: L425: public void register(final RenderData data) { L426: RenderDataUtil.register(data, "queryId", queryId); L427: RenderDataUtil.register(data, "documentItems", documentItems); L428: RenderDataUtil.register(data, "facetResponse", facetResponse); L429: RenderDataUtil.register(data, "appendHighlightParams", appendHighlightParams); L430: RenderDataUtil.register(data, "execTime", execTime); L431: RenderDataUtil.register(data,...github.com/codelibs/fess/src/main/java/org/code...Wed Jul 24 09:03:45 UTC 2024 18.3K bytes -
admin_searchlist_edit.jsp
title="Floating point number" required="required" L138: data-validation="custom" L139: data-validation-regexp="(\+|\-)?\d+(\.\d+)?((e|E)(\+|\-)?\d+)?" L140: data-validation-help="number (Float)"/> L141: </div> L142: </div> L143: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Thu Feb 13 07:47:04 UTC 2020 24.9K bytes -
admin_suggest.jsp
<button type="button" class="btn btn-danger btn-xs" L65: name="deleteAllWords" L66: data-toggle="modal" data-target="#confirmToAllDelete" L67: value="<la:message key="labels.design_delete_button" />"> L68: <em class="fa fa-trash">...github.com/codelibs/fess/src/main/webapp/WEB-IN...Wed Feb 12 20:25:27 UTC 2020 18.1K bytes -
admin.js
how.bs.modal", function(event) { L38: var button = $(event.relatedTarget); L39: var docId = button.data("docid"); L40: var title = button.data("title"); L41: var url = button.data("url"); L42: L43: $(this) L44: .find(".modal-body #delete-doc-title") L45: .text(title); L46: $(this) L47: .find(".modal-body #delete-doc-url") L48: .text(url); L49: $(this) L50: .find(".modal-footer input#docId") L51: .val(docId); L52: }); L53: L54: // Date range picker...github.com/codelibs/fess/src/main/webapp/js/adm...Mon Aug 06 20:44:47 UTC 2018 3.1K bytes -
daterangepicker.js
L91: //custom options from user L92: if (typeof options !== 'object' || options === null) L93: options = {}; L94: L95: //allow setting options with data attributes L96: //data-api options will be overwritten with custom javascript options L97: options = $.extend(this.element.data(), options); L98: L99: //html template for the picker UI L100: if (typeof options.template !== 'string' && !(options.template instanceof $)) L101: options.template...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes -
advance.jsp
navbar-nav"> L35: <c:if test="${eoled}"> L36: <li class="nav-item" data-toggle="tooltip" data-placement="left" title="<la:message key="labels.eol_error" />"> L37: <a class="nav-link active" href="${eolLink}" target="_olh"><em class="fas fa-times-circle text-danger"></a> L38: </li> L39: </c:if> L40: <c:if test="${developmentMode}"> L41: <li class="nav-item" data-toggle="tooltip" data-placement="left" L42: title="<la:message key="labels.development_mode_warning"...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 14.9K bytes -
AdminDictKuromojiAction.java
asHtml(path_AdminDictKuromoji_AdminDictKuromojiJsp).renderWith(data -> { L114: searchPaging(data, form); L115: }); L116: } L117: L118: @Execute L119: @Secured({ ROLE, ROLE + VIEW }) L120: public HtmlResponse reset(final SearchForm form) { L121: validate(form, messages -> {}, this::asDictIndexHtml); L122: kuromojiPager.clear(); L123: return asHtml(path_AdminDictKuromoji_AdminDictKuromojiJsp).renderWith(data -> { L124: searchPaging(data, form); L125:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 18.8K bytes