Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 252 for sizes (0.08 sec)

  1. fess.in.bat

    L17:set FESS_MIN_MEM=256m L18:) L19: L20:if "%FESS_MAX_MEM%" == "" ( L21:set FESS_MAX_MEM=1g L22:) L23: L24:if NOT "%FESS_HEAP_SIZE%" == "" ( L25:set FESS_MIN_MEM=%FESS_HEAP_SIZE% L26:set FESS_MAX_MEM=%FESS_HEAP_SIZE% L27:) L28: L29:REM min and max heap sizes should be set to the same value to avoid L30:REM stop-the-world GC pauses during resize, and so that we can lock the L31:REM heap in memory on startup to prevent any of it from being swapped L32:REM out. L33:set FESS_JAVA_OPTS=%FESS_JAVA_OPTS% -Xms%FESS_MIN_MEM%...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      4.2K bytes
  2. popper.min.js.map

    left: rect.left,\n top: rect.top,\n width: rect.right - rect.left,\n height: rect.bottom - rect.top,\n };\n\n // subtract scrollbar size from sizes\n const sizes = element.nodeName === 'HTML' ? getWindowSizes(element.ownerDocument) : {};\n const width =\n sizes.width || element.clientWidth || result.width;\n const height =\n sizes.height || element.clientHeight || result.height;\n\n let horizScrollbar = element.offsetWidth - width;\n let vertScrollbar = element.offsetHeight...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      120.9K bytes
  3. fess.in.sh

    for certificate validation over https L28:#FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Djavax.net.ssl.trustStore=/tech/elastic/config/truststore.jks" L29:#FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Djavax.net.ssl.trustStorePassword=changeit" L30: L31:# min and max heap sizes should be set to the same value to avoid L32:# stop-the-world GC pauses during resize, and so that we can lock the L33:# heap in memory on startup to prevent any of it from being swapped L34:# out. L35:FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Xms${FESS_MIN_MEM}"...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      4.7K bytes
  4. bootstrap.min.css.map

    line-height: $headings-line-height;\n color: $headings-color;\n}\n\nh1, .h1 { @include font-size($h1-font-size); }\nh2, .h2 { @include font-size($h2-font-size); }\nh3, .h3 { @include font-size($h3-font-size); }\nh4, .h4 { @include font-size($h4-font-size); }\nh5, .h5 { @include font-size($h5-font-size); }\nh6, .h6 { @include font-size($h6-font-size); }\n\n.lead {\n @include font-size($lead-font-size);\n font-weight: $lead-font-weight;\n}\n\n// Type display classes\n.display-1 {\n @include f...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      639.3K bytes
  5. adminlte.min.css.map

    {\n border-radius: 0.25rem;\n}\n\n.img-circle {\n border-radius: 50%;\n}\n\n.img-size-64,\n.img-size-50,\n.img-size-32 {\n height: auto;\n}\n\n.img-size-64 {\n width: 64px;\n}\n\n.img-size-50 {\n width: 50px;\n}\n\n.img-size-32 {\n width: 32px;\n}\n\n.size-32,\n.size-40,\n.size-50 {\n display: block;\n text-align: center;\n}\n\n.size-32 {\n height: 32px;\n line-height: 32px;\n width: 32px;\n}\n\n.size-40 {\n height: 40px;\n line-height: 40px;\n width: 40px;\n}\n\n.size-50 {\n height:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
  6. SynonymFile.java

    String[] outputs; L140: L141: final List<String> sides = split(line, "=>"); L142: if (sides.size() > 1) { // explicit mapping L143: if (sides.size() != 2) { L144: throw new DictionaryException("more than one explicit mapping specified on the same line"); L145: } L146: final List<String> inputStrings = split(sides.get(0), ","); L147: inputs = new String[inputStrings.size()];...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      12.5K bytes
  7. MemoryUtil.java

    public static String byteCountToDisplaySize(final long size) { L49: return byteCountToDisplaySize(BigInteger.valueOf(size)); L50: } L51: L52: private static String byteCountToDisplaySize(final BigInteger size) { L53: Objects.requireNonNull(size, "size"); L54: final String displaySize; L55: L56: if (size.divide(ONE_EB_BI).compareTo(BigInteger.ZERO) > 0) { L57: displaySize = new BigDecimal(size.divide(ONE_PB_BI)).divide(BigDecimal.valueOf(1000)) + "EB";...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      4.6K bytes
  8. CreateForm.java

    ts.Min; L26:import jakarta.validation.constraints.Size; L27: L28:/** L29: * @author codelibs L30: * @author Keiichi Watanabe L31: */ L32:public class CreateForm { L33: L34: @ValidateTypeFailure L35: public Integer crudMode; L36: L37: @Required L38: @Size(max = 200) L39: public String name; L40: L41: @Size(max = 1000) L42: public String description; L43: L44: @Required L45: @CustomSize(maxKey = "form.admin.max.input.size") L46: public String handlerName; L47: L48: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      2.4K bytes
  9. CreateForm.java

    @Size(max = 10) L48: public String protocolScheme; L49: L50: @Required L51: @Size(max = 100) L52: public String username; L53: L54: @Size(max = 100) L55: public String password; L56: L57: @Size(max = 1000) L58: public String parameters; L59: L60: @Required L61: @Size(max = 1000) L62: public String webConfigId; L63: L64: @Size(max = 1000) L65: public String createdBy; L66: L67: @ValidateTypeFailure L68: public Long createdTime; L69: L70: public void initialize()...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.9K bytes
  10. CreateForm.java

    @Required L48: @Size(max = 100) L49: public String username; L50: L51: @Size(max = 100) L52: public String password; L53: L54: @Size(max = 1000) L55: public String parameters; L56: L57: @Required L58: @Size(max = 1000) L59: public String fileConfigId; L60: L61: @Size(max = 1000) L62: public String createdBy; L63: L64: @ValidateTypeFailure L65: public Long createdTime; L66: L67: public void initialize() { L68: crudMode = CrudMode.CREATE; L69: ...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      1.9K bytes
Back to top