Search Options

Results per page
Sort
Preferred Languages
Advance

Results 221 - 230 of 268 for sata (0.05 sec)

  1. Crawler.java

    @Option(name = "-f", aliases = "--fileConfigIds", metaVar = "fileConfigIds", usage = "File Config IDs") L125: public String fileConfigIds; L126: L127: @Option(name = "-d", aliases = "--dataConfigIds", metaVar = "dataConfigIds", usage = "Data Config IDs") L128: public String dataConfigIds; L129: L130: @Option(name = "-p", aliases = "--properties", metaVar = "properties", usage = "Properties File") L131: public String propertiesPath; L132: L133: @Option(name =...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:20:39 UTC 2024
      24K bytes
  2. ApiAdminElevatewordAction.java

    getCsvEncoding()))) { L169: elevateWordService.importCsv(reader); L170: suggestHelper.storeAllElevateWords(false); L171: } catch (final Exception e) { L172: throw new FessSystemException("Failed to import data.", e); L173: } L174: }); L175: return asJson(new ApiResult.ApiResponse().status(ApiResult.Status.OK).result()); L176: } L177: L178: // GET /api/admin/elevateword/download L179: @Execute L180: public StreamResponse...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      9.6K bytes
  3. sweden.js

    "norrköping","norrtälje","norsjö","nybro","nykvarn","nyköping","nynäshamn","nässjö","ockelbo","olofström","orsa","orust","osby","oskarshamn","ovanåker","oxelösund","pajala","partille","perstorp","piteå","ragunda","robertsfors","ronneby","rättvik","sala","salem","sandviken","sigtuna","simrishamn","sjöbo","skara","skellefteå","skinnskatteberg","skurup","skövde","smedjebacken","sollefteå","sollentuna","solna","sorsele","sotenäs","staffanstorp","stenungsund","stockholm","storfors","storuman","sträng...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Mon Jan 01 05:12:47 UTC 2018
      6.4K bytes
  4. documentMap.dfprop

    the property 'recordLimit' is set. L162: # Elements of this map are as below: L163: # o recordLimit: The limit of records to output. Minus means no limit. (NotRequired - Default '') L164: # o isReplaceSchemaDirectUse: Does it output the data to playsql directly? (NotRequired - Default false) L165: # o isOverrideExistingDataFile: Does it output to existing files? (NotRequired - Default false) L166: # o isSynchronizeOriginDate: Does it synchronize origin date for date adjustment?...
    github.com/codelibs/fess/dbflute_fess/dfprop/do...
    Sat Oct 31 23:35:14 UTC 2015
      9.4K bytes
  5. IntervalControlHelper.java

    return 0; L50: } L51: final Calendar cal = getCurrentCal(); L52: final int h = cal.get(Calendar.HOUR_OF_DAY); L53: final int m = cal.get(Calendar.MINUTE); L54: final int d = cal.get(Calendar.DAY_OF_WEEK); // SUN(1) - SAT(7) L55: for (final IntervalRule rule : ruleList) { L56: if (rule.isTarget(h, m, d)) { L57: return rule.getDelay(); L58: } L59: } L60: return 0; L61: } L62: L63: protected Calendar getCurrentCal()...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      5.8K bytes
  6. sidebar.jsp

    type="submit" name="search" id="search-btn"> L18: <em class="fa fa-search"> L19: </button> L20: </div> L21: </div> L22: </form> L23: </c:if> L24: <nav class="mt-2"> L25: L26: <ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu"> L27: <li class="nav-header"><la:message key="labels.sidebar.menu" /></li> L28: <c:if test="${fe:permission('admin-dashboard-view')}"> L29: <li class="nav-item"> L30: <a class="nav-link <c:if test="${param....
    github.com/codelibs/fess/src/main/webapp/WEB-IN...
    Thu Apr 15 20:55:28 UTC 2021
      17.8K bytes
  7. ApiAdminBadwordAction.java

    getCsvEncoding()))) { L160: badWordService.importCsv(reader); L161: suggestHelper.storeAllBadWords(false); L162: } catch (final Exception e) { L163: throw new FessSystemException("Failed to import data.", e); L164: } L165: }); L166: return asJson(new ApiResult.ApiResponse().status(ApiResult.Status.OK).result()); L167: } L168: L169: // GET /api/admin/badword/download L170: @Execute L171: public StreamResponse get$download(final...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      8.4K bytes
  8. SuggestJob.java

    ionId)); L57: } L58: L59: final TimeoutTask timeoutTask = createTimeoutTask(); L60: try { L61: executeSuggestCreator(); L62: } catch (final Exception e) { L63: logger.warn("Failed to create suggest data.", e); L64: resultBuf.append(e.getMessage()).append("\n"); L65: } finally { L66: if (timeoutTask != null && !timeoutTask.isCanceled()) { L67: timeoutTask.cancel(); L68: } L69: } L70: L71:...
    github.com/codelibs/fess/src/main/java/org/code...
    Sun Jun 23 04:13:47 UTC 2024
      10K bytes
  9. CrawlerPostcard.java

    postbox.post(postcard); L40: return postcard; L41: } L42: L43: // =================================================================================== L44: // Meta Data L45: // ========= L46: @Override L47: protected String getBodyFile() { L48: return PATH; L49: } L50: L51: @Override L52: protected String[] getPropertyNames()...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10K bytes
  10. CHANGELOG-1.25.md

    L2297:### Introduced KMS v2 L2298: L2299:Introduce KMS v2alpha1 API to add performance, rotation, and observability improvements. Encrypt data at rest (ie Kubernetes `Secrets`) with DEK using AES-GCM instead of AES-CBC for kms data encryption. No user action is required. Reads with AES-GCM and AES-CBC will continue to be allowed. See the guide [Using a KMS provider for data encryption](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) for more information. L2300: L2301:### Kube-proxy images...
    github.com/kubernetes/kubernetes/CHANGELOG/CHAN...
    Mon May 06 09:23:20 UTC 2024
      419.1K bytes
Back to top