Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 150 for usedBy (0.16 sec)

  1. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    	return ret
    }
    
    // newClaimServer returns a new test HTTPS server, which is rigged to return
    // OIDC responses to requests that resolve distributed claims. signer is the
    // signer used for the served JWT tokens.  claimToResponseMap is a map of
    // responses that the server will return for each claim it is given.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

          exit 2
          ;;
      esac
    }
    
    # Initializes variables used by the log-* functions.
    #
    # get-metadata-value must be defined before calling this function.
    #
    # NOTE: this function is duplicated in configure.sh, any changes here should be
    # duplicated there as well.
    function log-init {
      # Used by log-* functions.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

        // Used by generated code, see ^
        @SuppressWarnings("unused")
        public static ServiceLookup getServicesForNext() {
            return SERVICES_FOR_NEXT_OBJECT.get().services;
        }
    
        private static final String GET_FACTORY_FOR_NEXT_METHOD_NAME = "getFactoryForNext";
    
        // Used by generated code, see ^
        @SuppressWarnings("unused")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  4. pkg/proxy/nftables/proxier_test.go

    						// this endpoint should not be used since it is both terminating and not ready.
    						Addresses: []string{"10.0.1.4"},
    						Conditions: discovery.EndpointConditions{
    							Ready:       ptr.To(false),
    							Serving:     ptr.To(false),
    							Terminating: ptr.To(true),
    						},
    						NodeName: ptr.To("another-host"),
    					},
    					{
    						// this endpoint should be used since there are only ready terminating endpoints
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	IfOperStatusTesting        = 3
    	IfOperStatusUnknown        = 4
    	IfOperStatusDormant        = 5
    	IfOperStatusNotPresent     = 6
    	IfOperStatusLowerLayerDown = 7
    )
    
    // Console related constants used for the mode parameter to SetConsoleMode. See
    // https://docs.microsoft.com/en-us/windows/console/setconsolemode for details.
    
    const (
    	ENABLE_PROCESSED_INPUT        = 0x1
    	ENABLE_LINE_INPUT             = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  6. okhttp/src/test/java/okhttp3/CallTest.kt

        assertThat(server.takeRequest().sequenceNumber).isEqualTo(1)
        assertThat(server.takeRequest().sequenceNumber).isEqualTo(2)
      }
    
      /**
       * Each OkHttpClient used to get its own instance of NullProxySelector, and because these weren't
       * equal their connections weren't pooled. That's a nasty performance bug!
       *
       * https://github.com/square/okhttp/issues/5519
       */
      @Test
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  7. pkg/registry/batch/job/strategy_test.go

    					},
    				},
    			},
    			update: func(job *batch.Job) {
    				job.Annotations["hello"] = "world"
    			},
    		},
    		"old job is using FailIndex JobBackoffLimitPerIndex is disabled, but FailIndex was already used": {
    			enableJobPodFailurePolicy:     true,
    			enableJobBackoffLimitPerIndex: false,
    			job: &batch.Job{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:            "myjob",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  8. src/debug/elf/elf.go

    	DT_RELSZ        DynTag = 18 /* Total size of ElfNN_Rel relocations. */
    	DT_RELENT       DynTag = 19 /* Size of each ElfNN_Rel relocation. */
    	DT_PLTREL       DynTag = 20 /* Type of relocation used for PLT. */
    	DT_DEBUG        DynTag = 21 /* Reserved (not used). */
    	DT_TEXTREL      DynTag = 22 /* Indicates there may be relocations in non-writable segments. [sup] */
    	DT_JMPREL       DynTag = 23 /* Address of PLT relocations. */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  9. pkg/apis/admissionregistration/validation/validation_test.go

    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let summary = "Sinks constants implicitly captured in a tf_device.cluster region.";
    
      let description = [{
        This pass sinks implicitly captured constants (`tf.Const` ops) used by and into
        a `tf_device.cluster` region. Performing this prior to outlining will reduce the
        number of arguments of the outlined function.
    
        For example, the following:
    
        ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top