Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for iface (0.05 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    [[sec:skipping-javadocs]]
    == Skipping Javadocs and sources
    
    By default Gradle will verify _all_ downloaded artifacts, which includes Javadocs and sources.
    In general this is not a problem but you might face an issue with IDEs which automatically try to download them during import: if you didn't set the checksums for those too, importing would fail.
    
    To avoid this, you can configure Gradle to trust automatically all javadocs/sources:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  2. src/runtime/mgcpacer.go

    		// scan work. This keeps our assist ratio stable if the heap continues to grow.
    		//
    		// The effect of this mechanism is that assists stay flat in the face of heap
    		// growths. It's OK to use more memory this cycle to scan all the live heap,
    		// because the next GC cycle is inevitably going to use *at least* that much
    		// memory anyway.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    Report encountered issues::
    If you face a problem with a <<configuration_cache#config_cache:not_yet_implemented, Gradle feature>> or with a <<configuration_cache#config_cache:plugins:core, Gradle core plugin>> that is not covered by this documentation, please report an issue on link:https://github.com/gradle/gradle/issues/new/choose[`gradle/gradle`].
    +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/AbstractConfigurationAttributesResolveIntegrationTest.groovy

         * make resolution fail if we decide that 2 configurations with the same attributes lead to an error.
         *
         * Also, since configurations can have multiple parents, it would be very easy to face a situation
         * where ordering of the "extendsFrom" clauses trigger different resolution results.
         *
         * There's another reason for not allowing inheritance: it allows more precise selection, while still
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 17:30:11 UTC 2024
    - 64K bytes
    - Viewed (0)
  5. src/html/template/escape_test.go

    		},
    		{
    			`<a g:value`,
    			context{state: stateAttrName},
    		},
    		{
    			`<a svg:style='`,
    			context{state: stateCSS, delim: delimSingleQuote, attr: attrStyle},
    		},
    		{
    			`<svg:font-face`,
    			context{state: stateTag},
    		},
    		{
    			`<svg:a svg:onclick="`,
    			context{state: stateJS, delim: delimDoubleQuote, attr: attrScript},
    		},
    		{
    			`<svg:a svg:onclick="x()">`,
    			context{},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 16 03:29:27 UTC 2023
    - 56.2K bytes
    - Viewed (0)
  6. src/internal/trace/order.go

    	// so that we can correctly model P stealing. Without this sequence number here,
    	// the syscall from which a ProcSteal event is stealing can be ambiguous in the
    	// face of broken timestamps. See the go122-syscall-steal-proc-ambiguous test for
    	// more details.
    	//
    	// Note that because this sequence number only exists as a tool for disambiguation,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  7. src/runtime/mgcscavenge.go

    	// If we're below the goal already indicate that we don't need the background
    	// scavenger for the memory limit. This may seems worrisome at first, but note
    	// that the allocator will assist the background scavenger in the face of a memory
    	// limit, so we'll be safe even if we stop the scavenger when we shouldn't have.
    	if mappedReady <= memoryLimitGoal {
    		scavenge.memoryLimitGoal.Store(^uint64(0))
    	} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  8. pkg/proxy/ipvs/proxier.go

    		// nor from a local process to be forwarded to the service.
    		// This rule roughly translates to "all traffic from off-machine".
    		// This is imperfect in the face of network plugins that might not use a bridge, but we can revisit that later.
    		externalTrafficOnlyArgs := append(args,
    			"-m", "physdev", "!", "--physdev-is-in",
    			"-m", "addrtype", "!", "--src-type", "LOCAL")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    For IDE problems outside of the Kotlin DSL script editor, please open issues in the corresponding IDE's issue tracker:
    
    * link:[JetBrains's IDEA issue tracker],
    * link:[Google's Android Studio issue tracker].
    
    Lastly, if you face problems with Gradle itself or with the Kotlin DSL, please open issues on the link:{gradle-issues}[Gradle issue tracker].
    
    
    [[sec:scripts]]
    == Kotlin DSL scripts
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. pkg/controller/volume/persistentvolume/pv_controller.go

    // represented here as pvc.Spec.VolumeName and pv.Spec.ClaimRef. The bi-
    // directionality is complicated to manage in a transactionless system, but
    // without it we can't ensure sane behavior in the face of different forms of
    // trouble. For example, a rogue HA controller instance could end up racing
    // and making multiple bindings that are indistinguishable, resulting in
    // potential data loss.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
Back to top