Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for INTERNAL (0.38 sec)

  1. pkg/registry/core/service/storage/storage_test.go

    	defer server.Terminate(t)
    	defer storage.Store.DestroyFunc()
    	expected := []string{"all"}
    	registrytest.AssertCategories(t, storage, expected)
    }
    
    //
    // Tests of internal functions
    //
    
    func TestNormalizeClusterIPs(t *testing.T) {
    	makeServiceWithClusterIp := func(clusterIP string, clusterIPs []string) *api.Service {
    		return &api.Service{
    			Spec: api.ServiceSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewrite386.go

    // Code generated from _gen/386.rules using 'go generate'; DO NOT EDIT.
    
    package ssa
    
    import "math"
    import "cmd/compile/internal/types"
    
    func rewriteValue386(v *Value) bool {
    	switch v.Op {
    	case Op386ADCL:
    		return rewriteValue386_Op386ADCL(v)
    	case Op386ADDL:
    		return rewriteValue386_Op386ADDL(v)
    	case Op386ADDLcarry:
    		return rewriteValue386_Op386ADDLcarry(v)
    	case Op386ADDLconst:
    		return rewriteValue386_Op386ADDLconst(v)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <!-- The priority is 60, as .webarchive files often contain
             (X)HTML content. The bplist magic must trump the XHTML
             magics further within the file. This must also be
             independent of the internal ordering of patterns within
             MimeTypes -->
        <magic priority="60">
          <match value="bplist" type="string" offset="0"/>
        </magic>
      </mime-type>
    
      <mime-type type="application/x-plist">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  4. doc/go_spec.html

    complex, or string constant.
    </p>
    
    <p>
    Implementation restriction: Although numeric constants have arbitrary
    precision in the language, a compiler may implement them using an
    internal representation with limited precision.  That said, every
    implementation must:
    </p>
    
    <ul>
    	<li>Represent integer constants with at least 256 bits.</li>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
Back to top