- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for preload (0.09 sec)
-
adminlte.min.css.map
&__shake {\n animation: shake 1500ms;\n }\n &__wobble {\n animation: wobble 1500ms;\n }\n}\n\n//\n","//\n// Core: Preloader\n//\n\n.preloader {\n display: flex;\n background-color: $main-bg;\n height: 100vh;\n width: 100%;\n transition: height 200ms linear;\n position: fixed;\n left: 0;\n top: 0;\n z-index: $zindex-preloader;\n}\n\n@include dark-mode () {\n .preloader {\n background-color: $dark-main-bg;\n color: $white;\n }\n}\n\n//\n","//\n// Core: Layout\n//\n\nhtml.scroll-smooth...github.com/codelibs/fess/src/main/webapp/css/ad...Sat Oct 26 01:49:09 UTC 2024 3.7M bytes -
prerm
argument \`$1'" >&2 L42: exit 1 L43: ;; L44:esac L45: L46:# Stops the service L47:if [ "$STOP_REQUIRED" = "true" ]; then L48: echo -n "Stopping fess service..." L49: if command -v systemctl >/dev/null; then L50: systemctl --no-reload stop fess.service > /dev/null 2>&1 || true L51: L52: elif [ -x /etc/init.d/fess ]; then L53: if command -v invoke-rc.d >/dev/null; then L54: invoke-rc.d fess stop || true L55: else L56: /etc/init.d/fess stop...github.com/codelibs/fess/src/packaging/common/s...Mon Jan 29 07:34:32 UTC 2018 1.7K bytes -
postrm
FESS_ENV_FILE="${packaging.env.file}" L61: if [ -f "$FESS_ENV_FILE" ]; then L62: . "$FESS_ENV_FILE" L63: fi L64:fi L65: L66:if [ "$REMOVE_SERVICE" = "true" ]; then L67: if command -v systemctl >/dev/null; then L68: systemctl --no-reload disable fess.service > /dev/null 2>&1 || true L69: fi L70: L71: if command -v chkconfig >/dev/null; then L72: chkconfig --del fess 2> /dev/null || true L73: fi L74: L75: if command -v update-rc.d >/dev/null; then L76: update-rc.d...github.com/codelibs/fess/src/packaging/common/s...Thu Dec 10 01:24:02 UTC 2015 2.2K bytes -
adminlte.min.js.map
this.fixLayoutHeight()\n })\n\n setTimeout(() => {\n $('body.hold-transition').removeClass('hold-transition')\n }, 50)\n\n setTimeout(() => {\n const $preloader = $(SELECTOR_PRELOADER)\n if ($preloader) {\n $preloader.css('height', 0)\n setTimeout(() => {\n $preloader.children().hide()\n }, 200)\n }\n }, this._config.preloadDuration)\n }\n\n _max(numbers) {\n // Calculate the maximum number in a list\n let max = 0\n\n ...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 132.4K bytes -
postinst
then L57: if command -v systemctl >/dev/null; then L58: echo "### NOT starting on installation, please execute the following statements to configure fess service to start automatically using systemd" L59: echo " sudo systemctl daemon-reload" L60: echo " sudo systemctl enable fess.service" L61: echo "### You can start fess service by executing" L62: echo " sudo systemctl start fess.service" L63: L64: elif command -v chkconfig >/dev/null; then L65: echo "###...github.com/codelibs/fess/src/packaging/common/s...Thu Dec 10 01:24:02 UTC 2015 3.1K bytes