Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 53 for timerDone (0.23 sec)

  1. android/pom.xml

          <organization>Google</organization>
          <organizationUrl>http://www.google.com</organizationUrl>
          <roles>
            <role>owner</role>
            <role>developer</role>
          </roles>
          <timezone>-8</timezone>
        </developer>
      </developers>
      <ciManagement>
        <system>GitHub Actions</system>
        <url>https://github.com/google/guava/actions</url>
      </ciManagement>
      <modules>
        <module>guava</module>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. pom.xml

          <organization>Google</organization>
          <organizationUrl>http://www.google.com</organizationUrl>
          <roles>
            <role>owner</role>
            <role>developer</role>
          </roles>
          <timezone>-8</timezone>
        </developer>
      </developers>
      <ciManagement>
        <system>GitHub Actions</system>
        <url>https://github.com/google/guava/actions</url>
      </ciManagement>
      <modules>
        <module>guava</module>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 03 20:33:34 UTC 2024
    - 19K bytes
    - Viewed (0)
  3. src/time/zoneinfo_read.go

    // found on android.
    var loadTzinfoFromTzdata func(file, name string) ([]byte, error)
    
    // loadTzinfo returns the time zone information of the time zone
    // with the given name, from a given source. A source may be a
    // timezone database directory, tzdata database file or an uncompressed
    // zip file, containing the contents of such a directory.
    func loadTzinfo(name string, source string) ([]byte, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/DefaultGradleDistribution.groovy

                // There was a breaking change after 0.8
                return false;
            }
            if (isVersion("0.9.1")) {
                // 0.9.1 couldn't handle anything with a timestamp whose timezone was behind GMT
                return version.getVersion().matches(".*+\\d{4}");
            }
            if (isSameOrNewer("0.9.2") && isSameOrOlder("1.0-milestone-2")) {
                // These versions couldn't handle milestone patches
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:27 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  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. pkg/printers/internalversion/printers.go

    	if obj.Status.LastScheduleTime != nil {
    		lastScheduleTime = translateTimestampSince(*obj.Status.LastScheduleTime)
    	}
    
    	timeZone := "<none>"
    	if obj.Spec.TimeZone != nil {
    		timeZone = *obj.Spec.TimeZone
    	}
    
    	row.Cells = append(row.Cells, obj.Name, obj.Spec.Schedule, timeZone, printBoolPtr(obj.Spec.Suspend), int64(len(obj.Status.Active)), lastScheduleTime, translateTimestampSince(obj.CreationTimestamp))
    	if options.Wide {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
Back to top