Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 134 for unreadable (0.36 sec)

  1. src/go/printer/testdata/parser.go

    	switch t := ast.Unparen(x).(type) {
    	case *ast.BadExpr:
    	case *ast.Ident:
    	case *ast.BasicLit:
    	case *ast.FuncLit:
    	case *ast.CompositeLit:
    	case *ast.ParenExpr:
    		panic("unreachable")
    	case *ast.SelectorExpr:
    	case *ast.IndexExpr:
    	case *ast.SliceExpr:
    	case *ast.TypeAssertExpr:
    		if t.Type == nil {
    			// the form X.(type) is only allowed in type switch expressions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 20:19:51 UTC 2023
    - 50.5K bytes
    - Viewed (0)
  2. src/go/printer/nodes.go

    		case ast.SEND:
    			p.print(token.CHAN)
    			p.setPos(x.Arrow)
    			p.print(token.ARROW)
    		}
    		p.print(blank)
    		p.expr(x.Value)
    
    	default:
    		panic("unreachable")
    	}
    }
    
    // normalizedNumber rewrites base prefixes and exponents
    // of numbers to use lower-case letters (0X123 to 0x123 and 1.2E3 to 1.2e3),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

          "type": "object",
          "required": ["name", "type", "jsonPath"],
          "properties": {
            "description": {
              "description": "description is a human readable description of this column.",
              "type": "string"
            },
            "format": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  4. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

          }
    
        /**
         * Configure this client to retry or not when a connectivity problem is encountered. By default,
         * this client silently recovers from the following problems:
         *
         * * **Unreachable IP addresses.** If the URL's host has multiple IP addresses,
         *   failure to reach any individual IP address doesn't fail the overall request. This can
         *   increase availability of multi-homed services.
         *
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/decompose_resource_ops.mlir

        tf_device.return
      }) : () -> ()
      func.return
    }
    
    // Test the behavior of passes on ops in reachable/unreachable functions from
    // cluster.
    // tf-device-decompose-resource-ops would always decompose the resource op.
    // tf-device-decompose-resource-ops-in-cluster would decompose ops in reachable
    // function but not in unreachable function.
    
    
    // CHECK-LABEL: func @decomposition_in_referenced_functions
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// The reason for the condition's last transition.
    	Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"`
    	// A human readable message indicating details about the transition.
    	Message string `json:"message,omitempty" protobuf:"bytes,5,opt,name=message"`
    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  7. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    	taintutils "k8s.io/kubernetes/pkg/util/taints"
    )
    
    func init() {
    	// Register prometheus metrics
    	Register()
    }
    
    var (
    	// UnreachableTaintTemplate is the taint for when a node becomes unreachable.
    	UnreachableTaintTemplate = &v1.Taint{
    		Key:    v1.TaintNodeUnreachable,
    		Effect: v1.TaintEffectNoExecute,
    	}
    
    	// NotReadyTaintTemplate is the taint for when a node is not ready for
    	// executing pods
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  8. src/syscall/zerrors_darwin_arm64.go

    	46:  "protocol family not supported",
    	47:  "address family not supported by protocol family",
    	48:  "address already in use",
    	49:  "can't assign requested address",
    	50:  "network is down",
    	51:  "network is unreachable",
    	52:  "network dropped connection on reset",
    	53:  "software caused connection abort",
    	54:  "connection reset by peer",
    	55:  "no buffer space available",
    	56:  "socket is already connected",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/Project.java

     * <code>rootProject</code> property.  The properties of this scope are readable or writable depending on the presence
     * of the corresponding getter or setter method.</li>
     *
     * <li>The extra properties of the project.  Each project maintains a map of extra properties, which
     * can contain any arbitrary name -&gt; value pair.  Once defined, the properties of this scope are readable and writable.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  10. src/syscall/zerrors_darwin_amd64.go

    	46:  "protocol family not supported",
    	47:  "address family not supported by protocol family",
    	48:  "address already in use",
    	49:  "can't assign requested address",
    	50:  "network is down",
    	51:  "network is unreachable",
    	52:  "network dropped connection on reset",
    	53:  "software caused connection abort",
    	54:  "connection reset by peer",
    	55:  "no buffer space available",
    	56:  "socket is already connected",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
Back to top