Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 410 for overriding (0.32 sec)

  1. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

          }
    
        /**
         * Sets the socket factory used to create connections. OkHttp only uses the parameterless
         * [SocketFactory.createSocket] method to create unconnected sockets. Overriding this method,
         * e. g., allows the socket to be bound to a specific local address.
         *
         * If unset, the [system-wide default][SocketFactory.getDefault] socket factory will be used.
         */
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  2. src/encoding/json/encode.go

    // stored under the "json" key in the struct field's tag.
    // The format string gives the name of the field, possibly followed by a
    // comma-separated list of options. The name may be empty in order to
    // specify options without overriding the default field name.
    //
    // The "omitempty" option specifies that the field should be omitted
    // from the encoding if the field has an empty value, defined as
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  3. pkg/kube/inject/webhook.go

    			initContainer = container
    			break
    		}
    	}
    	if initContainer == nil {
    		// should not happen
    		log.Warn("Could not find either istio-init or istio-validation container")
    		return
    	}
    
    	// Overriding RunAsUser is now allowed in TPROXY mode, it must always run with uid=0
    	tproxy := false
    	if proxyConfig.InterceptionMode == meshconfig.ProxyConfig_TPROXY {
    		tproxy = true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:59:39 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

    ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 65.7K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                root(":", ":test:") {
                    module('org.gradle.test:lib:1.0')
                    module('org.gradle.test:lib2:1.0')
                }
            }
        }
    
        void "overriding the version of a bundle overrides the version of all dependencies of the bundle"() {
            settingsFile << """
                dependencyResolutionManagement {
                    versionCatalogs {
                        libs {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    )</pre> */ public static <LHS> org.hamcrest.core.CombinableMatcher.CombinableEitherMatc<LHS> either(org.hamcrest.Matcher<? super LHS> matcher) { return org.hamcrest.core.CombinableMatcher.<LHS>either(matcher); } /** * Wraps an existing matcher, overriding its description with that specified. All other functions are * delegated to the decorated matcher, including its mismatch description. * <p/> * For example: * <pre>describedAs("a big decimal equal to %0", equalTo(myBigDecimal), myBigDecimal.toPlainString())</pre>...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 31.9K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/listener.go

    	// * Turn on sniffing if its HTTP and TCP mixed
    	// * Merge filter chains
    	switch conflictType {
    	case NoConflict, AutoOverHTTP:
    		// This is a new entry (NoConflict), or completely overriding (AutoOverHTTP); add it to the map
    		listenerMap[listenerMapKey] = &outboundListenerEntry{
    			servicePort: listenerOpts.port,
    			bind:        listenerOpts.bind,
    			chains:      opts,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_repositories.adoc

    For example, if Gradle finds only `jmxri-1.2.1.jar` in a flat directory repository, but `jmxri-1.2.1.pom` in another repository that supports meta-data, it will use the second repository to provide the module.
    
    For the use case of overriding remote artifacts with local ones consider using an Ivy or Maven repository instead whose URL points to a local directory.
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 43.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/migrating/migrating_from_maven.adoc

     * <<dependency_constraints.adoc#sec:adding-constraints-transitive-deps,Dependency constraints>>
     * <<migmvn:using_boms,Bills of materials>> (Maven BOMs)
     * <<dependency_downgrade_and_exclude.adoc#sec:enforcing_dependency_version,Overriding transitive versions>>
    
    There are even more, specialized options listed in the <<dependency_constraints.adoc#dependency-constraints,controlling transitive dependencies>> chapter.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  10. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    	});
    	// include the themes plugin by default
    	$.jstree.defaults.plugins.push("themes");
    })(jQuery);
    //*/
    
    /*
     * jsTree JSON plugin
     * The JSON data store. Datastores are build by overriding the `load_node` and `_is_loaded` functions.
     */
    (function ($) {
    	$.jstree.plugin("json_data", {
    		__init : function() {
    			var s = this._get_settings().json_data;
    			if(s.progressive_unload) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
Back to top