Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for LV (0.21 sec)

  1. src/cmd/compile/internal/liveness/plive.go

    // markUnsafePoints finds unsafe points and computes lv.unsafePoints.
    func (lv *liveness) markUnsafePoints() {
    	if IsUnsafe(lv.f) {
    		// No complex analysis necessary.
    		lv.allUnsafe = true
    		return
    	}
    
    	lv.unsafePoints = bitvec.New(int32(lv.f.NumValues()))
    	lv.unsafeBlocks = bitvec.New(int32(lv.f.NumBlocks()))
    
    	// Mark architecture-specific unsafe points.
    	for _, b := range lv.f.Blocks {
    		for _, v := range b.Values {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 15:22:22 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  2. pkg/registry/certificates/certificates/storage/metrics_test.go

    	metrics.CounterMetric
    
    	signer string
    	called bool
    }
    
    func (m *testCounterVecMetric) WithLabelValues(lv ...string) metrics.CounterMetric {
    	if len(lv) != 1 {
    		panic(lv)
    	}
    
    	if len(m.signer) != 0 {
    		panic("unexpected multiple WithLabelValues() calls")
    	}
    
    	signer := lv[0]
    
    	if len(signer) == 0 {
    		panic("invalid empty signer")
    	}
    
    	m.signer = signer
    	return m
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  3. src/net/http/response.go

    // Location header is present.
    func (r *Response) Location() (*url.URL, error) {
    	lv := r.Header.Get("Location")
    	if lv == "" {
    		return nil, ErrNoLocation
    	}
    	if r.Request != nil && r.Request.URL != nil {
    		return r.Request.URL.Parse(lv)
    	}
    	return url.Parse(lv)
    }
    
    // ReadResponse reads and returns an HTTP response from r.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  4. src/main/resources/fess_config.properties

    es=es\n\
    et=et\n\
    eu=eu\n\
    fa=fa\n\
    fi=fi\n\
    fr=fr\n\
    gl=gl\n\
    gu=gu\n\
    he=he\n\
    hi=hi\n\
    hr=hr\n\
    hu=hu\n\
    hy=hy\n\
    id=id\n\
    it=it\n\
    ja=ja\n\
    ko=ko\n\
    lt=lt\n\
    lv=lv\n\
    mk=mk\n\
    ml=ml\n\
    nl=nl\n\
    no=no\n\
    pa=pa\n\
    pl=pl\n\
    pt=pt\n\
    pt-br=pt-br\n\
    pt_BR=pt-br\n\
    ro=ro\n\
    ru=ru\n\
    si=si\n\
    sq=sq\n\
    sv=sv\n\
    ta=ta\n\
    te=te\n\
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java

        protected static final String[] SUPPORTED_LANGUAGES = { "ar", "bg", "bn", "ca", "cs", "da", "de", "el", "en", "es", "et", "fa", "fi",
                "fr", "gu", "he", "hi", "hr", "hu", "id", "it", "ja", "ko", "lt", "lv", "mk", "ml", "nl", "no", "pa", "pl", "pt", "ro", "ru",
                "si", "sq", "sv", "ta", "te", "th", "tl", "tr", "uk", "ur", "vi", "zh-cn", "zh-tw" };
    
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  6. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    ltda lu lu.eu.org lu.it lubartow.pl lubin.pl lublin.pl lucania.it lucca.it lucerne.museum lug.org.uk lugansk.ua lugs.org.uk lukow.pl lund.no lundbeck lunner.no luroy.no lurøy.no luster.no lutsk.ua luxe luxembourg.museum luxury luzern.museum lv lv.eu.org lv.ua lviv.ua ly lyngdal.no lyngen.no lynx.mythic-beasts.com láhppi.no läns.museum lærdal.no lødingen.no lørenskog.no løten.no m.bg m.se ma ma.gov.br ma.leg.br ma.us macapa.br maceio.br macerata.it machida.tokyo.jp macys mad.museum madrid madrid.museum...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  7. src/internal/reflectlite/all_test.go

    func TestUnaddressableField(t *testing.T) {
    	var b Buffer // type defined in reflect, a different package
    	var localBuffer struct {
    		buf []byte
    	}
    	lv := ValueOf(&localBuffer).Elem()
    	rv := ValueOf(b)
    	shouldPanic(func() {
    		lv.Set(rv)
    	})
    }
    
    type Tint int
    
    type Tint2 = Tint
    
    type Talias1 struct {
    	byte
    	uint8
    	int
    	int32
    	rune
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 19:26:08 UTC 2023
    - 24.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/text/unicode/norm/composition.go

    			v := rb.runeAt(i) // also used to compare to jamoT
    			switch {
    			case jamoLBase <= l && l < jamoLEnd &&
    				jamoVBase <= v && v < jamoVEnd:
    				// 11xx plus 116x to LV
    				rb.assignRune(s, hangulBase+
    					(l-jamoLBase)*jamoVTCount+(v-jamoVBase)*jamoTCount)
    			case hangulBase <= l && l < hangulEnd &&
    				jamoTBase < v && v < jamoTEnd &&
    				((l-hangulBase)%jamoTCount) == 0:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  9. src/cmd/go/internal/vcs/vcs.go

    		{filename: ".bzr", isDir: true},
    	},
    
    	CreateCmd: []string{"branch -- {repo} {dir}"},
    
    	// Without --overwrite bzr will not pull tags that changed.
    	// Replace by --overwrite-tags after http://pad.lv/681792 goes in.
    	DownloadCmd: []string{"pull --overwrite"},
    
    	TagCmd:         []tagCmd{{"tags", `^(\S+)`}},
    	TagSyncCmd:     []string{"update -r {tag}"},
    	TagSyncDefault: []string{"update -r revno:-1"},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:18 UTC 2024
    - 46.2K bytes
    - Viewed (0)
Back to top