Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for last (0.02 sec)

  1. service.bat

    L171:echo JAVA_HOME environment variable must be set! L172:pause L173:goto:eof L174: L175:rem --- L176:rem Function for converting Xm[s|x] values into MB which Commons Daemon accepts L177:rem --- L178::convertxm L179:set value=%~1 L180:rem extract last char (unit) L181:set unit=%value:~-1% L182:rem assume the unit is specified L183:set conv=%value:~0,-1% L184: L185:if "%unit%" == "k" goto kilo L186:if "%unit%" == "K" goto kilo L187:if "%unit%" == "m" goto mega L188:if "%unit%" == "M" goto mega L189:if...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      6K bytes
Back to top