Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 122 for pats (0.28 sec)

  1. go.sum

    github.com/nats-io/nats-server/v2 v2.9.23/go.mod h1:wEjrEy9vnqIGE4Pqz4/c75v9Pmaq7My2IgFmnykc4C0=
    github.com/nats-io/nats-streaming-server v0.24.3 h1:uZez8jBkXscua++jaDsK7DhpSAkizdetar6yWbPMRco=
    github.com/nats-io/nats-streaming-server v0.24.3/go.mod h1:rqWfyCbxlhKj//fAp8POdQzeADwqkVhZcoWlbhkuU5w=
    github.com/nats-io/nats.go v1.13.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w=
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 85.8K bytes
    - Viewed (0)
  2. cmd/xl-storage.go

    	return nil
    }
    
    func getValidPath(path string) (string, error) {
    	if path == "" {
    		return path, errInvalidArgument
    	}
    
    	var err error
    	// Disallow relative paths, figure out absolute paths.
    	path, err = filepath.Abs(path)
    	if err != nil {
    		return path, err
    	}
    
    	fi, err := Lstat(path)
    	if err != nil && !osIsNotExist(err) {
    		return path, err
    	}
    	if osIsNotExist(err) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

      // Check illegal ops in a TFLite pipeline (e.g. trainning only ops) , since
      // PrepareTFPass is the very first TFLite pass in the pipeline.
      // TODO(jingpu): It might be better to split this check into its own pass
      // to make things more modular.
      if (failed(ValidateOp(func))) {
        func.emitError() << "tfl-prepare-tf pass failed.";
        signalPassFailure();
        return;
      }
    
      if (failed(ConvertTf2XlaOps(func, ctx))) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  4. cmd/test-utils_test.go

    		req.Header.Set("Expires", expiresStr)
    	}
    
    	// url.RawPath will be valid if path has any encoded characters, if not it will
    	// be empty - in which case we need to consider url.Path (bug in net/http?)
    	encodedResource := req.URL.RawPath
    	encodedQuery := req.URL.RawQuery
    	if encodedResource == "" {
    		splits := strings.SplitN(req.URL.Path, "?", 2)
    		encodedResource = splits[0]
    		if len(splits) == 2 {
    			encodedQuery = splits[1]
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 76.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.json

                    {
                      "key": "keyValue",
                      "path": "pathValue",
                      "mode": 3
                    }
                  ],
                  "defaultMode": 3,
                  "optional": true
                },
                "nfs": {
                  "server": "serverValue",
                  "path": "pathValue",
                  "readOnly": true
                },
                "iscsi": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta2.ReplicaSet.json

                    {
                      "key": "keyValue",
                      "path": "pathValue",
                      "mode": 3
                    }
                  ],
                  "defaultMode": 3,
                  "optional": true
                },
                "nfs": {
                  "server": "serverValue",
                  "path": "pathValue",
                  "readOnly": true
                },
                "iscsi": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.json

                    {
                      "key": "keyValue",
                      "path": "pathValue",
                      "mode": 3
                    }
                  ],
                  "defaultMode": 3,
                  "optional": true
                },
                "nfs": {
                  "server": "serverValue",
                  "path": "pathValue",
                  "readOnly": true
                },
                "iscsi": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.Deployment.json

                    {
                      "key": "keyValue",
                      "path": "pathValue",
                      "mode": 3
                    }
                  ],
                  "defaultMode": 3,
                  "optional": true
                },
                "nfs": {
                  "server": "serverValue",
                  "path": "pathValue",
                  "readOnly": true
                },
                "iscsi": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.DaemonSet.json

                    {
                      "key": "keyValue",
                      "path": "pathValue",
                      "mode": 3
                    }
                  ],
                  "defaultMode": 3,
                  "optional": true
                },
                "nfs": {
                  "server": "serverValue",
                  "path": "pathValue",
                  "readOnly": true
                },
                "iscsi": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1.StatefulSet.json

                    {
                      "key": "keyValue",
                      "path": "pathValue",
                      "mode": 3
                    }
                  ],
                  "defaultMode": 3,
                  "optional": true
                },
                "nfs": {
                  "server": "serverValue",
                  "path": "pathValue",
                  "readOnly": true
                },
                "iscsi": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
Back to top