Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for 126 (0.03 sec)

  1. CHANGELOG/CHANGELOG-1.26.md

    ## Dependencies
    
    ### Added
    _Nothing has changed._
    
    ### Changed
    - github.com/google/cel-go: [v0.12.6 → v0.12.7](https://github.com/google/cel-go/compare/v0.12.6...v0.12.7)
    - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.35.0 → v0.35.1
    
    ### Removed
    _Nothing has changed._
    
    
    
    # v1.26.8
    
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/avx512enc/gfni_avx512f.s

    	VGF2P8AFFINEQB $126, Y9, Y1, K2, Y0                // 62d3f52acec17e
    	VGF2P8AFFINEQB $126, 15(R8)(R14*4), Y1, K2, Y0     // 6293f52ace84b00f0000007e
    	VGF2P8AFFINEQB $126, -7(CX)(DX*4), Y1, K2, Y0      // 62f3f52ace8491f9ffffff7e
    	VGF2P8AFFINEQB $126, Y17, Y14, K2, Y0              // 62b38d2acec17e
    	VGF2P8AFFINEQB $126, Y7, Y14, K2, Y0               // 62f38d2acec77e
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 22.6K bytes
    - Viewed (0)
  3. cni/pkg/repair/repair_test.go

    				InitContainerName: constants.ValidationContainerName,
    				InitExitCode:      126,
    			},
    			workingPod,
    			false,
    		},
    		{
    			"Testing working pod (that previously died) with only ExitCode check",
    			config.RepairConfig{
    				SidecarAnnotation: "sidecar.istio.io/status",
    				InitContainerName: constants.ValidationContainerName,
    				InitExitCode:      126,
    			},
    			workingPodDiedPreviously,
    			false,
    		},
    		{
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Oct 24 03:31:28 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  4. CHANGELOG/README.md

    - [CHANGELOG-1.30.md](./CHANGELOG-1.30.md)
    - [CHANGELOG-1.29.md](./CHANGELOG-1.29.md)
    - [CHANGELOG-1.28.md](./CHANGELOG-1.28.md)
    - [CHANGELOG-1.27.md](./CHANGELOG-1.27.md)
    - [CHANGELOG-1.26.md](./CHANGELOG-1.26.md)
    - [CHANGELOG-1.25.md](./CHANGELOG-1.25.md)
    - [CHANGELOG-1.24.md](./CHANGELOG-1.24.md)
    - [CHANGELOG-1.23.md](./CHANGELOG-1.23.md)
    - [CHANGELOG-1.22.md](./CHANGELOG-1.22.md)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Fri Oct 04 21:31:06 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. cni/pkg/repair/repair_test_helpers.go

    				ExitCode: 0,
    				Reason:   "Completed",
    			},
    		},
    		LastTerminationState: corev1.ContainerState{
    			Terminated: &corev1.ContainerStateTerminated{
    				ExitCode: 126,
    				Reason:   "Error",
    				Message:  "Died for some reason",
    			},
    		},
    	}
    
    	workingInitContainer = corev1.ContainerStatus{
    		Name: constants.ValidationContainerName,
    		State: corev1.ContainerState{
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri May 12 17:39:53 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  6. doc/next/5-toolchain.md

    ## Linker {#linker}
    
    ## Bootstrap {#bootstrap}
    
    <!-- go.dev/issue/64751 -->
    As mentioned in the [Go 1.22 release notes](/doc/go1.22#bootstrap), Go 1.24 now requires
    Go 1.22.6 or later for bootstrap.
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Aug 20 17:52:42 UTC 2024
    - 338 bytes
    - Viewed (0)
  7. CHANGELOG/OWNERS

      - release-managers
      - AuraSinis # 1.24 Release Notes Lead
      - cici37 # 1.23 Release Notes Lead
      - csantanapr # 1.25 Release Notes Lead
      - harshanarayana # 1.27 Release Notes Lead
      - ramrodo # 1.26 Release Notes Lead
      - sanchita-07 # 1.28 Release Notes Lead
      - fsmunoz # 1.29 Release Notes Lead
      - rashansmith # 1.30 Release Notes Lead
    reviewers:
      - release-managers
      - fykaa # 1.30 Release Notes Shadow
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jan 24 16:11:28 UTC 2024
    - 801 bytes
    - Viewed (0)
  8. okhttp-idna-mapping-table/src/main/kotlin/okhttp3/internal/idn/MappedRange.kt

      ) : MappedRange {
        val b1: Int
          get() {
            val b2bit8 = mappedTo[0] and 0x80 != 0
            val b3bit8 = mappedTo[1] and 0x80 != 0
            return when {
              b2bit8 && b3bit8 -> 127
              b3bit8 -> 126
              b2bit8 -> 125
              else -> 124
            }
          }
    
        val b2: Int
          get() = mappedTo[0] and 0x7f
    
        val b3: Int
          get() = mappedTo[1] and 0x7f
      }
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  9. okhttp/src/main/kotlin/okhttp3/internal/idn/IdnaMappingTable.kt

     *    122 : Mapped inline to the sequence: [b2].
     *    123 : Mapped inline to the sequence: [b2a].
     *    124 : Mapped inline to the sequence: [b2, b3].
     *    125 : Mapped inline to the sequence: [b2a, b3].
     *    126 : Mapped inline to the sequence: [b2, b3a].
     *    127 : Mapped inline to the sequence: [b2a, b3a].
     *
     * The range goes until the beginning of the next range.
     *
     * When b2 and b3 are unused, their values are set to 0x2d ('-').
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Tue Apr 02 11:39:58 UTC 2024
    - 9K bytes
    - Viewed (0)
  10. fuzzing/fuzzingserver-expected.txt

    "1.1.1 OK"
    "1.1.2 OK"
    "1.1.3 OK"
    "1.1.4 OK"
    "1.1.5 OK"
    "1.1.6 OK"
    "1.1.7 OK"
    "1.1.8 OK"
    "1.2.1 OK"
    "1.2.2 OK"
    "1.2.3 OK"
    "1.2.4 OK"
    "1.2.5 OK"
    "1.2.6 OK"
    "1.2.7 OK"
    "1.2.8 OK"
    "10.1.1 OK"
    "12.1.1 UNIMPLEMENTED"
    "12.1.10 UNIMPLEMENTED"
    "12.1.11 UNIMPLEMENTED"
    "12.1.12 UNIMPLEMENTED"
    "12.1.13 UNIMPLEMENTED"
    "12.1.14 UNIMPLEMENTED"
    "12.1.15 UNIMPLEMENTED"
    "12.1.16 UNIMPLEMENTED"
    "12.1.17 UNIMPLEMENTED"
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Tue Mar 26 02:01:32 UTC 2019
    - 6.7K bytes
    - Viewed (0)
Back to top