Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 50 for trunk (0.23 sec)

  1. src/html/template/doc.go

    instead of the
    
    	Hello, <b>World<b>!
    
    that would have been produced if {{.}} was a regular string.
    
    # Security Model
    
    https://rawgit.com/mikesamuel/sanitized-jquery-templates/trunk/safetemplate.html#problem_definition defines "safe" as used by this package.
    
    This package assumes that template authors are trusted, that Execute's data
    parameter is not, and seeks to preserve the properties below in the face
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:04:29 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/internal/binutils/binutils.go

    // A Binutils implements plugin.ObjTool by invoking the GNU binutils.
    type Binutils struct {
    	mu  sync.Mutex
    	rep *binrep
    }
    
    var (
    	objdumpLLVMVerRE = regexp.MustCompile(`LLVM version (?:(\d*)\.(\d*)\.(\d*)|.*(trunk).*)`)
    
    	// Defined for testing
    	elfOpen = elf.Open
    )
    
    // binrep is an immutable representation for Binutils.  It is atomically
    // replaced on every mutation to provide thread-safe access.
    type binrep struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  3. src/net/http/cookiejar/jar_test.go

    		},
    	}.run(t, jar)
    }
    
    //
    // Tests derived from Chromium's cookie_store_unittest.h.
    //
    
    // See http://src.chromium.org/viewvc/chrome/trunk/src/net/cookies/cookie_store_unittest.h?revision=159685&content-type=text/plain
    // Some of the original tests are in a bad condition (e.g.
    // DomainWithTrailingDotTest) or are not RFC 6265 conforming (e.g.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    [[changes_8.6]]
    == Upgrading from 8.5 and earlier
    
    === Potential breaking changes
    
    ==== Upgrade to JaCoCo 0.8.11
    
    JaCoCo has been updated to https://www.jacoco.org/jacoco/trunk/doc/changes.html[0.8.11].
    
    ==== `DependencyAdder` renamed to `DependencyCollector`
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  5. src/math/big/nat.go

    				zz = zz.sqr(z)
    				zz, z = z, zz
    				z = z.trunc(z, logM)
    
    				zz = zz.sqr(z)
    				zz, z = z, zz
    				z = z.trunc(z, logM)
    
    				zz = zz.sqr(z)
    				zz, z = z, zz
    				z = z.trunc(z, logM)
    
    				zz = zz.sqr(z)
    				zz, z = z, zz
    				z = z.trunc(z, logM)
    			}
    
    			zz = zz.mul(z, *powers[yi>>(_W-n)])
    			zz, z = z, zz
    			z = z.trunc(z, logM)
    
    			yi <<= n
    			advance = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:31:58 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  6. manifests/charts/gateway/templates/_helpers.tpl

    {{- end -}}
    {{- end }}
    
    {{/*
    Create chart name and version as used by the helm.sh/chart label.
    */}}
    {{- define "gateway.chart" -}}
    {{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
    {{- end }}
    
    {{- define "gateway.labels" -}}
    helm.sh/chart: {{ include "gateway.chart" . }}
    {{ include "gateway.selectorLabels" . }}
    app.kubernetes.io/name: {{ include "gateway.name" . }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 22:42:29 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  7. tensorflow/c/kernels.cc

    TF_RendezvousThunk TF_GetRendezvous(TF_OpKernelContext* ctx) {
      TF_RendezvousThunk* thunk =
          ToC(reinterpret_cast<tensorflow::OpKernelContext*>(ctx)->rendezvous());
      // Makes a copy of the thunk to simplify lifetime management.
      TF_RendezvousThunk res = *thunk;
      delete thunk;
      return res;
    }
    #endif
    
    TF_StringView TF_GetOpKernelName(TF_OpKernelContext* ctx) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 22:53:47 UTC 2024
    - 36K bytes
    - Viewed (0)
  8. pkg/kubelet/certificate/kubelet.go

    				"serving certificate is invalid or unused, the value will " +
    				"be +INF.",
    			StabilityLevel: compbasemetrics.ALPHA,
    		},
    		func() float64 {
    			if c := m.Current(); c != nil && c.Leaf != nil {
    				return math.Trunc(time.Until(c.Leaf.NotAfter).Seconds())
    			}
    			return math.Inf(1)
    		},
    	))
    	return m, nil
    }
    
    func addressesToHostnamesAndIPs(addresses []v1.NodeAddress) (dnsNames []string, ips []net.IP) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 03:07:16 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    (ZeroExt8to(16|32|64) ...) => (MOVBZreg ...)
    (ZeroExt16to(32|64) ...) => (MOVHZreg ...)
    (ZeroExt32to64 ...) => (MOVWZreg ...)
    
    (Trunc(16|32|64)to8 <t> x) && t.IsSigned() => (MOVBreg x)
    (Trunc(16|32|64)to8  x) => (MOVBZreg x)
    (Trunc(32|64)to16 <t> x) && t.IsSigned() => (MOVHreg x)
    (Trunc(32|64)to16 x) => (MOVHZreg x)
    (Trunc64to32 <t> x) && t.IsSigned() => (MOVWreg x)
    (Trunc64to32 x) => (MOVWZreg x)
    
    // Lowering constants
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  10. src/time/time_test.go

    		r := br.Int64()
    		t1 := t0.Add(-Duration(r))
    
    		// Check that time.Truncate works.
    		if trunc := t0.Truncate(d); trunc != t1 {
    			t.Errorf("Time.Truncate(%s, %s) = %s, want %s\n"+
    				"%v trunc %v =\n%v want\n%v",
    				t0.Format(RFC3339Nano), d, trunc, t1.Format(RFC3339Nano),
    				absString(t0), int64(d), absString(trunc), absString(t1))
    			return false
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
Back to top