Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for unstage (0.06 sec)

  1. fess

    org.codelibs.fess.FessBoot $FESS_OPTS <&- > /dev/null & L114: if [ x"$pidfile" != "x" ] ; then L115: echo $! > $pidfile L116: fi L117: return $? L118: fi L119:} L120: L121:# Print command line usage / help L122:usage() { L123: echo "Usage: $0 [-vdh] [-p pidfile] [-D prop] [-X prop]" L124: echo "Start fess." L125: echo " -d daemonize (run in background)" L126: echo " -p pidfile write PID to <pidfile>" L127: echo " -h" L128: ...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      5.4K bytes
  2. ThumbnailGenerator.java

    protected static class Options { L57: @Option(name = "-s", aliases = "--sessionId", metaVar = "sessionId", usage = "Session ID") L58: protected String sessionId; L59: L60: @Option(name = "-n", aliases = "--name", metaVar = "name", usage = "Name") L61: protected String name; L62: L63: @Option(name = "-p", aliases = "--properties", metaVar = "properties", usage = "Properties File") L64: protected String propertiesPath; L65: L66: @Option(name = "-t", aliases...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:53:18 UTC 2024
      8.2K bytes
  3. fess

    force-reload) L157: force_reload L158: ;; L159: status) L160: rh_status L161: ;; L162: condrestart|try-restart) L163: rh_status_q || exit 0 L164: restart L165: ;; L166: *) L167: echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}" L168: exit 2 L169:esac L170:exit $?...
    github.com/codelibs/fess/src/packaging/rpm/init...
    Sun Jan 15 06:32:15 UTC 2023
      3.7K bytes
  4. fess

    L219: status) L220: status_of_proc -p $PID_FILE fess fess && exit 0 || exit $? L221: ;; L222: restart|force-reload) L223: if [ -f "$PID_FILE" ]; then L224: $0 stop L225: sleep 1 L226: fi L227: $0 start L228: ;; L229: *) L230: log_success_msg "Usage: $0 {start|stop|restart|force-reload|status}" L231: exit 1 L232: ;; L233:esac L234: L235:exit 0...
    github.com/codelibs/fess/src/packaging/deb/init...
    Sun Jan 15 06:32:15 UTC 2023
      5.8K bytes
  5. service.bat

    == remove goto doRemove L56:if /i %SERVICE_CMD% == start goto doStart L57:if /i %SERVICE_CMD% == stop goto doStop L58:if /i %SERVICE_CMD% == manager goto doManagment L59:echo Unknown option "%SERVICE_CMD%" L60: L61::displayUsage L62:echo. L63:echo Usage: service.bat install^|remove^|start^|stop^|manager [SERVICE_ID] L64:goto:eof L65: L66::doStart L67:"%EXECUTABLE%" //ES//%SERVICE_ID% %LOG_OPTS% L68:if not errorlevel 1 goto started L69:echo Failed starting '%SERVICE_ID%' service L70:goto:eof L71::started...
    github.com/codelibs/fess/src/main/assemblies/fi...
    Sun Jan 15 06:32:15 UTC 2023
      6K bytes
Back to top