Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 324 for migrate (0.15 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    // limitations under the License.
    
    [[upgrading_version_6]]
    = Upgrading your build from Gradle 6.x to 7.0
    
    This chapter provides the information you need to migrate your Gradle 6.x builds to Gradle 7.0.
    For migrating from Gradle 5.x or earlier, complete the <<upgrading_version_5.adoc#upgrading_version_5, older migration guide>> first.
    
    We recommend the following steps for all users:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  2. platforms/core-runtime/files/src/main/java/org/gradle/internal/file/FileHierarchySet.java

    /**
     * An immutable set of directory trees. Intended to be use to efficiently determine whether a particular file is contained in a set of directories or not.
     */
    // TODO Make this into an interface once we can migrate to Java 8+.
    public abstract class FileHierarchySet {
        /**
         * Checks if the given file is contained in the set.
         *
         * A file is contained in the set if it or one of its ancestors has
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:38 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/CertificatePinner.kt

     *
     * Pinning certificates limits your server team's abilities to update their TLS certificates. By
     * pinning certificates, you take on additional operational complexity and limit your ability to
     * migrate between certificate authorities. Do not use certificate pinning without the blessing of
     * your server's TLS administrator!
     *
     * ### Note about self-signed certificates
     *
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  4. src/crypto/elliptic/elliptic.go

    // elliptic curves over prime fields.
    //
    // Direct use of this package is deprecated, beyond the [P224], [P256], [P384],
    // and [P521] values necessary to use [crypto/ecdsa]. Most other uses
    // should migrate to the more efficient and safer [crypto/ecdh], or to
    // third-party modules for lower-level functionality.
    package elliptic
    
    import (
    	"io"
    	"math/big"
    	"sync"
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 17:09:47 UTC 2023
    - 9K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java

            partialExplicitTypeBoundIsNotSubtypeOfDifferentTypeBound(
                UseSerializableIterable<? extends Serializable> obj) {
          return notSubtype(obj);
        }
      }
    
      // TODO(benyu): migrate all subtyping tests from TypeTokenTest to this class using SubtypeTester.
    
      private interface Outdoor {}
    
      private interface Indoor {}
    
      private interface Grocery {}
    
      private interface Electronics {}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/reflect/TypeTokenSubtypeTest.java

            partialExplicitTypeBoundIsNotSubtypeOfDifferentTypeBound(
                UseSerializableIterable<? extends Serializable> obj) {
          return notSubtype(obj);
        }
      }
    
      // TODO(benyu): migrate all subtyping tests from TypeTokenTest to this class using SubtypeTester.
    
      private interface Outdoor {}
    
      private interface Indoor {}
    
      private interface Grocery {}
    
      private interface Electronics {}
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/transforms/post_quantize.cc

     public:
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(PostQuantizeRemoveQDQPass)
    
      void runOnOperation() override;
    };
    
    // TODO(fengliuai): migrate to use modify_io_nodes pass.
    void RemoveQuantizationAdaptorOps(func::FuncOp func) {
      mlir::OpBuilder builder(func.getBody());
      auto& bb = func.front();
      auto loc = func.getLoc();
    
      int num_args = bb.getNumArguments();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/schema-extra-example.md

        Before that, it only supported the keyword `example` with a single example. That is still supported by OpenAPI 3.1.0, but is deprecated and is not part of the JSON Schema standard. So you are encouraged to migrate `example` to `examples`. 🤓
    
        You can read more at the end of this page.
    
    ## `Field` additional arguments
    
    When using `Field()` with Pydantic models, you can also declare additional `examples`:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  9. internal/event/target/nats.go

    }
    
    func (target *NATSTarget) initNATS() error {
    	args := target.args
    
    	var err error
    	if args.Streaming.Enable {
    		target.loggerOnce(context.Background(), errors.New("NATS Streaming is deprecated please migrate to JetStream"), target.ID().String())
    		var stanConn stan.Conn
    		stanConn, err = args.connectStan()
    		target.stanConn = stanConn
    	} else {
    		var natsConn *nats.Conn
    		natsConn, err = args.connectNats()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  10. build/dependencies.yaml

      - name: "etcd-image"
        version: 3.5.14
        refPaths:
        - path: cluster/images/etcd/Makefile
          match: BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
        - path: cluster/images/etcd/migrate/options.go
    
      - name: "node-problem-detector"
        version: 0.8.19
        refPaths:
        - path: test/e2e_node/image_list.go
          match: const defaultImage
        - path: test/kubemark/resources/hollow-node_template.yaml
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top