Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 127 for x202 (0.04 sec)

  1. pilot/pkg/config/kube/ingress/testdata/simple.yaml.golden

      hosts:
      - foohost.bar.com
      http:
      - match:
        - uri:
            exact: /sub/path/
        route:
        - destination:
            host: service1.ns.svc.mydomain
            port:
              number: 4202
          weight: 100
      - match:
        - uri:
            exact: /sub/path/
        route:
        - destination:
            host: service1.ns.svc.mydomain
            port:
              number: 4207
          weight: 100
      - match:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 14 16:13:05 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  2. src/internal/fuzz/mutators_byteslice_test.go

    			mutator:  byteSliceShuffleBytes,
    			input:    []byte{1, 2, 3, 4},
    			expected: []byte{2, 3, 1, 4},
    		},
    		{
    			name:     "byteSliceSwapBytes",
    			mutator:  byteSliceSwapBytes,
    			randVals: []int{0, 2, 0, 2},
    			input:    append(make([]byte, 0, 9), []byte{1, 2, 3, 4}...),
    			expected: []byte{3, 2, 1, 4},
    		},
    	} {
    		t.Run(tc.name, func(t *testing.T) {
    			r := &mockRand{values: []int{0, 1, 2, 3, 4, 5}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 19 18:23:43 UTC 2021
    - 4.3K bytes
    - Viewed (0)
  3. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/DaemonInitialCommunicationFailureIntegrationSpec.groovy

    class DaemonInitialCommunicationFailureIntegrationSpec extends DaemonIntegrationSpec {
    
        @Rule TestServer server = new TestServer()
    
        @Issue("GRADLE-2444")
        @Flaky(because = "https://github.com/gradle/gradle-private/issues/4202")
        def "behaves if the registry contains connectable port without daemon on the other end"() {
            when:
            buildSucceeds()
    
            then:
            //there should be one idle daemon
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 07:46:29 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  4. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/JavaSourceIncrementalCompilationIntegrationTest.groovy

            fails language.compileTaskName
            result.assertHasErrorOutput("package java.util.logging is not visible")
        }
    
        @Requires(UnitTestPreconditions.Symlinks)
        @Issue("https://github.com/gradle/gradle/issues/9202")
        def "source mapping file works with symlinks"() {
            // Daemon cleans up symlinks in VFS
            executer.requireDaemon()
            executer.requireIsolatedDaemons()
    
            given:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 17:44:34 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go

    	SYS_CACHEFLUSH              = 5197
    	SYS_CACHECTL                = 5198
    	SYS_SYSMIPS                 = 5199
    	SYS_IO_SETUP                = 5200
    	SYS_IO_DESTROY              = 5201
    	SYS_IO_GETEVENTS            = 5202
    	SYS_IO_SUBMIT               = 5203
    	SYS_IO_CANCEL               = 5204
    	SYS_EXIT_GROUP              = 5205
    	SYS_LOOKUP_DCOOKIE          = 5206
    	SYS_EPOLL_CREATE            = 5207
    	SYS_EPOLL_CTL               = 5208
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_linux_mipsle.go

    	SYS_RT_SIGTIMEDWAIT        = 4197
    	SYS_RT_SIGQUEUEINFO        = 4198
    	SYS_RT_SIGSUSPEND          = 4199
    	SYS_PREAD64                = 4200
    	SYS_PWRITE64               = 4201
    	SYS_CHOWN                  = 4202
    	SYS_GETCWD                 = 4203
    	SYS_CAPGET                 = 4204
    	SYS_CAPSET                 = 4205
    	SYS_SIGALTSTACK            = 4206
    	SYS_SENDFILE               = 4207
    	SYS_GETPMSG                = 4208
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 12.1K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_linux_mips64.go

    	SYS_CACHEFLUSH             = 5197
    	SYS_CACHECTL               = 5198
    	SYS_SYSMIPS                = 5199
    	SYS_IO_SETUP               = 5200
    	SYS_IO_DESTROY             = 5201
    	SYS_IO_GETEVENTS           = 5202
    	SYS_IO_SUBMIT              = 5203
    	SYS_IO_CANCEL              = 5204
    	SYS_EXIT_GROUP             = 5205
    	SYS_LOOKUP_DCOOKIE         = 5206
    	SYS_EPOLL_CREATE           = 5207
    	SYS_EPOLL_CTL              = 5208
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_linux_mips64le.go

    	SYS_CACHEFLUSH             = 5197
    	SYS_CACHECTL               = 5198
    	SYS_SYSMIPS                = 5199
    	SYS_IO_SETUP               = 5200
    	SYS_IO_DESTROY             = 5201
    	SYS_IO_GETEVENTS           = 5202
    	SYS_IO_SUBMIT              = 5203
    	SYS_IO_CANCEL              = 5204
    	SYS_EXIT_GROUP             = 5205
    	SYS_LOOKUP_DCOOKIE         = 5206
    	SYS_EPOLL_CREATE           = 5207
    	SYS_EPOLL_CTL              = 5208
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.9K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/primitives/SignedBytesTest.java

      }
    
      public void testSortDescendingIndexed() {
        testSortDescending(new byte[] {}, 0, 0, new byte[] {});
        testSortDescending(new byte[] {1}, 0, 1, new byte[] {1});
        testSortDescending(new byte[] {1, 2}, 0, 2, new byte[] {2, 1});
        testSortDescending(new byte[] {1, 3, 1}, 0, 2, new byte[] {3, 1, 1});
        testSortDescending(new byte[] {1, 3, 1}, 0, 1, new byte[] {1, 3, 1});
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go

    	SYS_CACHEFLUSH              = 5197
    	SYS_CACHECTL                = 5198
    	SYS_SYSMIPS                 = 5199
    	SYS_IO_SETUP                = 5200
    	SYS_IO_DESTROY              = 5201
    	SYS_IO_GETEVENTS            = 5202
    	SYS_IO_SUBMIT               = 5203
    	SYS_IO_CANCEL               = 5204
    	SYS_EXIT_GROUP              = 5205
    	SYS_LOOKUP_DCOOKIE          = 5206
    	SYS_EPOLL_CREATE            = 5207
    	SYS_EPOLL_CTL               = 5208
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top