Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 97 for monday (0.15 sec)

  1. maven-compat/src/test/java/org/apache/maven/repository/LegacyRepositorySystemTest.java

            //
            // Put in a bogus file to make sure missing files cause the resolution to fail.
            //
            file = new File(getBasedir(), "src/test/repository-system/maven-monkey-2.1.0.jar");
            assertFalse(file.exists());
            d.setSystemPath(file.getCanonicalPath());
            artifact = repositorySystem.createDependencyArtifact(d);
    
            //
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/S390XOps.go

    			aux:            "SymOff",
    			typ:            "Mem",
    			asm:            "STMG",
    			faultOnNilArg0: true,
    			symEffect:      "Write",
    			clobberFlags:   true, // TODO(mundaym): currently uses AGFI to handle large offsets
    		},
    		{
    			name:           "STMG3",
    			argLength:      5,
    			reg:            regInfo{inputs: []regMask{ptrsp, buildReg("R1"), buildReg("R2"), buildReg("R3"), 0}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 52.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/storage/etcd3/linearized_read_test.go

    	// linearized. However, this also includes *read* requests, and we would not expect non-mutating requests
    	// against etcd to, by "go[ing] through the Raft consensus process," result in a higher resource version on
    	// List calls. Today, the mechanism etcd uses to increment the store revision ensures that linearized reads
    	// do *not* bump the key-value store revision. This test exists to ensure that we notice if this implementation
    	// detail ever changes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 07 20:08:59 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  4. CITATION.cff

      - family-names: Kudlur
        given-names: Manjunath
      - family-names: Levenberg
        given-names: Josh
      - family-names: Mané
        given-names: Dan
      - family-names: Schuster
        given-names: Mike
      - family-names: Monga
        given-names: Rajat
      - family-names: Moore
        given-names: Sherry
      - family-names: Murray
        given-names: Derek
      - family-names: Olah
        given-names: Chris
      - family-names: Shlens
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 06 15:26:23 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  5. src/time/zoneinfo_windows.go

    func pseudoUnix(year int, d *syscall.Systemtime) int64 {
    	// Windows specifies daylight savings information in "day in month" format:
    	// d.Month is month number (1-12)
    	// d.DayOfWeek is appropriate weekday (Sunday=0 to Saturday=6)
    	// d.Day is week within the month (1 to 5, where 5 is last week of the month)
    	// d.Hour, d.Minute and d.Second are absolute time
    	day := 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 07:20:34 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/apis/output/types.go

    	// kubeadm generated version
    	CurrentVersion string
    
    	// PreferredVersion is the component config version that is currently preferred by kubeadm for use.
    	// NOTE: As of today, this is the only version supported by kubeadm.
    	PreferredVersion string
    
    	// ManualUpgradeRequired indicates if users need to manually upgrade their component config versions. This happens if
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 07:01:20 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.css

      pointer-events: none;
    }
    .menu-check-mark {
      position: absolute;
      left: 2px;
    }
    .menu-delete-btn {
      position: absolute;
      right: 2px;
    }
    
    {{/* Used to disable events when a modal dialog is displayed */}}
    #dialog-overlay {
      display: none;
      position: fixed;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(1,1,1,0.1);
    }
    
    .dialog {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  8. src/net/http/header_test.go

    }{
    	{Header{"Date": {""}}, true},
    	{Header{"Date": {"invalid"}}, true},
    	{Header{"Date": {"1994-11-06T08:49:37Z00:00"}}, true},
    	{Header{"Date": {"Sun, 06 Nov 1994 08:49:37 GMT"}}, false},
    	{Header{"Date": {"Sunday, 06-Nov-94 08:49:37 GMT"}}, false},
    	{Header{"Date": {"Sun Nov  6 08:49:37 1994"}}, false},
    }
    
    func TestParseTime(t *testing.T) {
    	expect := time.Date(1994, 11, 6, 8, 49, 37, 0, time.UTC)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 07 01:07:32 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  9. docs/erasure/README.md

    ![Erasure](https://github.com/minio/minio/blob/master/docs/screenshots/erasure-code.jpg?raw=true)
    
    ## What is Bit Rot protection?
    
    Bit Rot, also known as data rot or silent data corruption is a data loss issue faced by disk drives today. Data on the drive may silently get corrupted without signaling an error has occurred, making bit rot more dangerous than a permanent hard drive failure.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.js

    t.resolve(null)},function(t){return Ce("input",t.$el).value})},a.labels={ok:"Ok",cancel:"Cancel"}},mixins:[sr],data:{clsPage:"uk-modal-page",selPanel:".uk-modal-dialog",selClose:".uk-modal-close, .uk-modal-close-default, .uk-modal-close-outside, .uk-modal-close-full"},events:[{name:"show",self:!0,handler:function(){Oe(this.panel,"uk-margin-auto-vertical")?ze(this.$el,"uk-flex"):Ve(this.$el,"display","block"),ci(this.$el)}},{name:"hidden",self:!0,handler:function(){Ve(this.$el,"display",""),De(this.$...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 130.5K bytes
    - Viewed (0)
Back to top