Search Options

Results per page
Sort
Preferred Languages
Advance

Results 251 - 260 of 410 for rebind (0.23 sec)

  1. src/crypto/sha512/sha512_test.go

    	},
    	{
    		"6f173f4b6eac7f2a73eaa0833c4563752df2c869dc00b7d30219e12e",
    		"You remind me of a TV show, but that's all right: I watch it anyway.",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  2. src/net/http/transport.go

    				// didn't do so already. This can happen if the pconn
    				// write loop exits without reading the write request.
    				req.closeBody()
    			}
    			return nil, err
    		}
    		testHookRoundTripRetried()
    
    		// Rewind the body if we're able to.
    		req, err = rewindBody(req)
    		if err != nil {
    			return nil, err
    		}
    	}
    }
    
    func awaitLegacyCancel(ctx context.Context, cancel context.CancelCauseFunc, req *Request) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/intro_multi_project_builds.adoc

    If you run the command from the _services_ project directory, you will only execute the task in _services:shared_ and _services:webservice_.
    
    The basic rule behind Gradle's behavior is to *execute all tasks down the hierarchy with _this_ name*.
    And *complain if there is _no_ such task found* in any of the subprojects traversed.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  4. src/encoding/json/bench_test.go

    	clearCache := func() {
    		fieldCache = sync.Map{}
    	}
    
    	// MissTypes tests the performance of repeated cache misses.
    	// This measures the time to rebuild a cache of size nt.
    	for nt := 1; nt <= maxTypes; nt *= 10 {
    		ts := types[:nt]
    		b.Run(fmt.Sprintf("MissTypes%d", nt), func(b *testing.B) {
    			nc := runtime.GOMAXPROCS(0)
    			for i := 0; i < b.N; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 15:00:17 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/best-practices/organizing_gradle_projects.adoc

    =====
    ====
    
    [NOTE]
    ====
    A change in `buildSrc` causes the whole project to become out-of-date.
    
    Thus, when making small incremental changes, the <<command_line_interface#sec:command_line_execution_options, `--no-rebuild` command-line option>> is often helpful to get faster feedback.
    Remember to run a full build regularly.
    ====
    
    == Declare properties in `gradle.properties` file
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 08:16:36 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  6. src/internal/trace/traceviewer/mmu.go

    // points in time in the trace to build an empirical distribution. We
    // could potentially put confidence intervals on these estimates and
    // render this progressively as we refine the distributions.
    
    package traceviewer
    
    import (
    	"encoding/json"
    	"fmt"
    	"internal/trace"
    	"log"
    	"math"
    	"net/http"
    	"strconv"
    	"strings"
    	"sync"
    	"time"
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 13K bytes
    - Viewed (0)
  7. maven-core/src/site/apt/offline-mode.apt

      descriptor's requiredConnectivity field.
    
      * If <<<(offline == true) && (requiresOnline != true)>>>, bind
        the mojo to the lifecycle.
    
        In this case, the client is <<offline>>, and the mojo does not require
        online status.
    
      * If <<<(offline == false) && (requiresOnline == true)>>>, bind
        the mojo to the lifecycle.
    
        In this case, the client is <<online>>, and the mojo either requires
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 18 00:24:53 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/continuous/SmokeContinuousIntegrationTest.groovy

            // Though we don't consider the path `input` as an input to the build, since it is a parent of the declared input
            // `input/marker`. So we don't trigger a rebuild.
            exitsContinuousBuildSinceNotWatchingAnyLocationsExceptForConfigCache()
        }
    
        def "does not detect changes when no snapshotting happens (#description)"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  9. pkg/controller/volume/attachdetach/util/util.go

    		claimName = ephemeral.VolumeClaimName(pod, &podVolume)
    	}
    	if claimName != "" {
    		logger.V(10).Info("Found PVC", "PVC", klog.KRef(pod.Namespace, claimName))
    
    		// If podVolume is a PVC, fetch the real PV behind the claim
    		pvc, err := getPVCFromCache(pod.Namespace, claimName, pvcLister)
    		if err != nil {
    			return nil, fmt.Errorf(
    				"error processing PVC %q/%q: %v",
    				pod.Namespace,
    				claimName,
    				err)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 10:42:15 UTC 2024
    - 12K bytes
    - Viewed (0)
  10. src/internal/trace/gc.go

    	// distribution (bandDur except at the end), but in an unknown
    	// way. However, we know that all the mass it contributes must
    	// be at or above its worst-case mean mutator utilization.
    	//
    	// Hence, we refine bands until the highest desired
    	// distribution quantile is less than the next worst-case mean
    	// mutator utilization. At this point, all further
    	// contributions to the distribution must be beyond the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 26K bytes
    - Viewed (0)
Back to top