Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 90 for timerDone (0.15 sec)

  1. src/main/java/org/codelibs/fess/helper/SystemHelper.java

    import java.util.LinkedHashMap;
    import java.util.List;
    import java.util.Locale;
    import java.util.Map;
    import java.util.Map.Entry;
    import java.util.Properties;
    import java.util.Set;
    import java.util.TimeZone;
    import java.util.UUID;
    import java.util.concurrent.ExecutionException;
    import java.util.concurrent.TimeUnit;
    import java.util.concurrent.atomic.AtomicBoolean;
    import java.util.concurrent.atomic.AtomicInteger;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:52:29 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  2. docs/metrics/prometheus/grafana/node/minio-node.json

          "1d"
        ],
        "time_options": [
          "5m",
          "15m",
          "1h",
          "6h",
          "12h",
          "24h",
          "2d",
          "7d",
          "30d"
        ]
      },
      "timezone": "",
      "title": "MinIO Node Dashboard",
      "uid": "TgmJnnqn2k",
      "version": 1,
      "weekStart": ""
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 04 13:24:37 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/istio-extension-dashboard.json

      },
      "timepicker": {
        "refresh_intervals": [
          "30s",
          "1m",
          "5m",
          "15m",
          "30m",
          "1h",
          "2h",
          "1d"
        ]
      },
      "timezone": "",
      "title": "Istio Wasm Extension Dashboard",
      "version": 1,
      "weekStart": ""
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 03:47:04 UTC 2024
    - 20K bytes
    - Viewed (0)
  4. src/time/example_test.go

    		time.Minute,
    		10 * time.Minute,
    	}
    
    	for _, d := range trunc {
    		fmt.Printf("t.Truncate(%5s) = %s\n", d, t.Truncate(d).Format("15:04:05.999999999"))
    	}
    	// To round to the last midnight in the local timezone, create a new Date.
    	midnight := time.Date(t.Year(), t.Month(), t.Day(), 0, 0, 0, 0, time.Local)
    	_ = midnight
    
    	// Output:
    	// t.Truncate(  1ns) = 12:15:30.918273645
    	// t.Truncate(  1µs) = 12:15:30.918273
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 13 01:05:00 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS_LISTEN                 = 106 // { int listen(int s, int backlog); }
    	SYS_GETTIMEOFDAY           = 116 // { int gettimeofday(struct timeval *tp, struct timezone *tzp); }
    	SYS_GETRUSAGE              = 117 // { int getrusage(int who, struct rusage *rusage); }
    	SYS_GETSOCKOPT             = 118 // { int getsockopt(int s, int level, int name, caddr_t val, int *avalsize); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  6. manifests/addons/dashboards/lib/output.json

                "refresh": "time",
                "type": "query"
             }
          ]
       },
       "time": {
          "from": "now-6h",
          "to": "now"
       },
       "timezone": "utc",
       "title": "Controller Runtime"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  7. manifests/addons/dashboards/pilot-dashboard.gen.json

                "name": "datasource",
                "query": "prometheus",
                "type": "datasource"
             }
          ]
       },
       "time": {
          "from": "now-30m",
          "to": "now"
       },
       "timezone": "utc",
       "title": "Istio Control Plane Dashboard",
       "uid": "1813f692a8e4ac77155348d4c7d2fba8"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  8. pkg/controller/cronjob/utils.go

    	name := getJobName(cj, scheduledTime)
    
    	if utilfeature.DefaultFeatureGate.Enabled(features.CronJobsScheduledAnnotation) {
    
    		timeZoneLocation, err := time.LoadLocation(ptr.Deref(cj.Spec.TimeZone, ""))
    		if err != nil {
    			return nil, err
    		}
    		// Append job creation timestamp to the cronJob annotations. The time will be in RFC3339 form.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/batch/v1/types.go

    	// reason UnknownTimeZone.
    	// More information can be found in https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#time-zones
    	// +optional
    	TimeZone *string `json:"timeZone,omitempty" protobuf:"bytes,8,opt,name=timeZone"`
    
    	// Optional deadline in seconds for starting the job if it misses scheduled
    	// time for any reason.  Missed jobs executions will be counted as failed ones.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_LISTEN                   = 106 // { int listen(int s, int backlog); }
    	SYS_GETTIMEOFDAY             = 116 // { int gettimeofday(struct timeval *tp, struct timezone *tzp); }
    	SYS_GETRUSAGE                = 117 // { int getrusage(int who, struct rusage *rusage); }
    	SYS_GETSOCKOPT               = 118 // { int getsockopt(int s, int level, int name, caddr_t val, int *avalsize); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
Back to top