Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 49 for naked (0.06 sec)

  1. src/cmd/go/internal/work/exec.go

    	if err := sh.reportCmd("", "", out, err); err != nil {
    		return err
    	}
    	if ofile != objpkg {
    		objects = append(objects, ofile)
    	}
    
    	// Copy .h files named for goos or goarch or goos_goarch
    	// to names using GOOS and GOARCH.
    	// For example, defs_linux_amd64.h becomes defs_GOOS_GOARCH.h.
    	_goos_goarch := "_" + cfg.Goos + "_" + cfg.Goarch
    	_goos := "_" + cfg.Goos
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

    \"function\", \"if\",\n\t  \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n  - Expression accessing a property named \"namespace\": {\"Expression\": \"object.__namespace__ > 0\"}\n  - Expression accessing a property named \"x-prop\": {\"Expression\": \"object.x__dash__prop > 0\"}\n  - Expression accessing a property named \"redact__d\": {\"Expression\": \"object.redact__underscores__d > 0\"}\n\nEquality on arrays with list type of 'set' or 'map' ignores element order,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

    \"else\", \"for\", \"function\", \"if\",\n\t  \"import\", \"let\", \"loop\", \"package\", \"namespace\", \"return\".\nExamples:\n  - Rule accessing a property named \"namespace\": {\"rule\": \"self.__namespace__ > 0\"}\n  - Rule accessing a property named \"x-prop\": {\"rule\": \"self.x__dash__prop > 0\"}\n  - Rule accessing a property named \"redact__d\": {\"rule\": \"self.redact__underscores__d > 0\"}\n\nEquality on arrays with x-kubernetes-list-type of 'set' or 'map' ignores element order, i.e....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

        // specifies certain data type and shape for the inputs in the `specs_`.
        // This node shouldn't have any inputs, only have one output and its
        // output type/shape is only determined by its "named" attributes. (The
        // attributes should have fixed names so we can use the info from `specs_`
        // to set the value of them.) `Placeholder` satisfies these constraints.
        //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  5. src/reflect/all_test.go

    	{V(uintptr(0x110004)), V(MyString("\uFFFD"))},
    
    	// named []byte
    	{V(string("bytes1")), V(MyBytes("bytes1"))},
    	{V(MyBytes("bytes2")), V(string("bytes2"))},
    	{V(MyBytes("bytes3")), V(MyBytes("bytes3"))},
    	{V(MyString("bytes1")), V(MyBytes("bytes1"))},
    	{V(MyBytes("bytes2")), V(MyString("bytes2"))},
    
    	// named []rune
    	{V(string("runes♝")), V(MyRunes("runes♝"))},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  6. pkg/proxy/ipvs/proxier_test.go

    		expectedNewlyActiveUDPServices: map[proxy.ServicePortName]bool{},
    		expectedReadyEndpoints:         map[types.NamespacedName]int{},
    	}, {
    		// Case[1]: no change, named port, local
    		name:              "no change, named port, local",
    		previousEndpoints: namedPortLocal,
    		currentEndpoints:  namedPortLocal,
    		oldEndpoints: map[proxy.ServicePortName][]endpointExpectation{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  7. tensorflow/c/c_api.cc

      const tensorflow::AttrValue* attr = oper->node.attrs().Find(attr_name);
      if (attr == nullptr) {
        status->status = InvalidArgument("Operation '", oper->node.name(),
                                         "' has no attr named '", attr_name, "'.");
      }
      return attr;
    }
    
    TensorId ToTensorId(const TF_Output& output) {
      return TensorId(output.oper->node.name(), output.index);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	PIPE_TYPE_MESSAGE          = 0x4
    	PIPE_ACCEPT_REMOTE_CLIENTS = 0x0
    	PIPE_REJECT_REMOTE_CLIENTS = 0x8
    
    	PIPE_UNLIMITED_INSTANCES = 255
    )
    
    // Constants for security attributes when opening named pipes.
    const (
    	SECURITY_ANONYMOUS      = SecurityAnonymous << 16
    	SECURITY_IDENTIFICATION = SecurityIdentification << 16
    	SECURITY_IMPERSONATION  = SecurityImpersonation << 16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__certificates.k8s.io__v1alpha1_openapi.json

    ClusterTrustBundle that sets signerName, you must have the following cluster-scoped permission: group=certificates.k8s.io resource=signers resourceName=<the signer name> verb=attest.\n\nIf signerName is not empty, then the ClusterTrustBundle object must be named with the signer name as a prefix (translating slashes to colons). For example, for the signer name `example.com/foo`, valid ClusterTrustBundle object names include `example.com:foo:abc` and `example.com:foo:v1`.\n\nIf signerName is empty, then the...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 119K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "format": "int32",
              "type": "integer"
            },
            "name": {
              "description": "If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services.",
              "type": "string"
            },
            "protocol": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top