Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Daniels (0.07 sec)

  1. src/main/java/org/codelibs/core/timer/TimeoutTask.java

         * Returns whether the task has been canceled.
         *
         * @return whether the task has been canceled
         */
        public boolean isCanceled() {
            return status == CANCELED;
        }
    
        /**
         * Cancels the task.
         */
        public void cancel() {
            status = CANCELED;
        }
    
        /**
         * Returns whether the task is stopped.
         *
         * @return whether the task is stopped
         */
    Registered: Sat Dec 20 08:55:33 UTC 2025
    - Last Modified: Sat May 10 01:32:17 UTC 2025
    - 2.7K bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/adminlte.min.css.map

    .5);\n\n      > .fa,\n      > .fas,\n      > .far,\n      > .fab,\n      > .fal,\n      > .fad,\n      > .svg-inline--fa,\n      > .ion {\n        color: $gray-400;\n      }\n    }\n  }\n}\n\n.tab-pane {\n  // Box overlay for LOADING STATE effect on Tab Panels\n  > .overlay-wrapper {\n    position: relative;\n    > .overlay {\n      border-top-left-radius: 0;\n      border-top-right-radius: 0;\n      flex-direction: column;\n      margin-top: -$card-spacer-x;\n      margin-left: -$card-spacer-x;\n     ...
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 3.7M bytes
    - Viewed (3)
Back to top