Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for LV (0.24 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. staging/src/k8s.io/apiserver/pkg/cel/value_test.go

    	}
    }
    
    func TestListValueContains(t *testing.T) {
    	lv := NewListValue()
    	lv.Append(testValue(t, 1, "first"))
    	lv.Append(testValue(t, 2, "second"))
    	lv.Append(testValue(t, 3, "third"))
    	for i := types.Int(0); i < lv.Size().(types.Int); i++ {
    		e := lv.Get(i)
    		contained := lv.Contains(e)
    		if contained != types.True {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 10 22:05:55 UTC 2022
    - 10.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/cel/value.go

    func (lv *ListValue) Iterator() traits.Iterator {
    	return &baseListIterator{
    		getter: lv.Get,
    		sz:     len(lv.Entries),
    	}
    }
    
    // Size returns the number of elements in the list.
    func (lv *ListValue) Size() ref.Val {
    	return types.Int(len(lv.Entries))
    }
    
    // Type returns the CEL ref.Type for the list.
    func (lv *ListValue) Type() ref.Type {
    	return types.ListType
    }
    
    // Value returns the Go-native value.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 10 22:05:55 UTC 2022
    - 20.5K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. src/main/resources/esclient.xml

    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"lt/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"lv/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    			<arg>"nl/protwords.txt"</arg>
    		</postConstruct>
    		<postConstruct name="addConfigFile">
    			<arg>"fess"</arg>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Mar 23 05:42:27 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  7. operator/pkg/util/reflect_test.go

    	testIfField := reflect.ValueOf(intf).Elem().Field(0)
    
    	if !IsTypeInterface(testIfField.Type()) {
    		t.Errorf("IsTypeInterface(): got false, want true")
    	}
    }
    
    func isInListOfInterface(lv []any, v any) bool {
    	for _, vv := range lv {
    		if reflect.DeepEqual(vv, v) {
    			return true
    		}
    	}
    	return false
    }
    
    func TestDeleteFromSlicePtr(t *testing.T) {
    	parentSlice := []int{42, 43, 44, 45}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 10.2K bytes
    - Viewed (0)
  8. src/main/resources/fess_indices/fess.json

            },
            "latvian_stop": {
              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}lv/stopwords.txt"
            },
            "latvian_keywords": {
              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}lv/protwords.txt"
            },
            "latvian_stemmer": {
              "type":       "stemmer",
              "language":   "latvian"
            },
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Aug 11 01:26:55 UTC 2022
    - 39.9K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top