Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 153 for indexing (0.15 sec)

  1. src/vendor/golang.org/x/net/http2/hpack/encode.go

    // f.Sensitive is false and indexing is true, "Incremental Indexing"
    // representation is used.
    func appendIndexedName(dst []byte, f HeaderField, i uint64, indexing bool) []byte {
    	first := len(dst)
    	var n byte
    	if indexing {
    		n = 6
    	} else {
    		n = 4
    	}
    	dst = appendVarInt(dst, n, i)
    	dst[first] |= encodeTypeByte(indexing, f.Sensitive)
    	return appendHpackString(dst, f.Value)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/parsing/RejectedLanguageFeaturesParsingTest.kt

                        languageFeature = Indexing,
                        potentialElementSource = indexes: 0..4, line/column: 1/1..1/5, file: test,
                        erroneousSource = indexes: 0..4, line/column: 1/1..1/5, file: test
                    )
                )
                ErroneousStatement (
                    UnsupportedConstruct(
                        languageFeature = Indexing,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 10:53:44 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  3. test/typeparam/index2.go

    // run
    
    // Copyright 2021 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Testing various generic uses of indexing, both for reads and writes.
    
    package main
    
    import "fmt"
    
    // Can index an argument (read/write) constrained to be a slice or an array.
    func Index1[T interface{ []int64 | [5]int64 }](x T) int64 {
    	x[2] = 5
    	return x[3]
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 19:45:34 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  4. src/net/http/routing_index.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package http
    
    import "math"
    
    // A routingIndex optimizes conflict detection by indexing patterns.
    //
    // The basic idea is to rule out patterns that cannot conflict with a given
    // pattern because they have a different literal in a corresponding segment.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 19 18:35:22 UTC 2023
    - 4K bytes
    - Viewed (0)
  5. src/net/http/routing_index_test.go

    package http
    
    import (
    	"fmt"
    	"slices"
    	"strings"
    	"testing"
    )
    
    func TestIndex(t *testing.T) {
    	// Generate every kind of pattern up to some number of segments,
    	// and compare conflicts found during indexing with those found
    	// by exhaustive comparison.
    	patterns := generatePatterns()
    	var idx routingIndex
    	for i, pat := range patterns {
    		got := indexConflicts(pat, &idx)
    		want := trueConflicts(pat, patterns[:i])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 22:14:00 UTC 2024
    - 4K bytes
    - Viewed (0)
  6. test/fixedbugs/issue41780.go

    func foo(d *decimal) int {
    	exp := int(d.d[1])
    	if d.dp < 0 || d.dp == 0 && d.d[0] < '5' {
    		var n int
    		if -d.dp >= len(powtab) {
    			n = 27
    		} else {
    			n = powtab[-d.dp] // incorrect CMP -> CMN substitution causes indexing panic.
    		}
    		exp += n
    	}
    	return exp
    }
    
    func main() {
    	var d decimal
    	d.d[0] = '1'
    	if foo(&d) != 1 {
    		println("FAILURE (though not the one this test was written to catch)")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 06 01:14:39 UTC 2020
    - 845 bytes
    - Viewed (0)
  7. analysis/analysis-api-standalone/analysis-api-standalone-base/src/org/jetbrains/kotlin/analysis/api/standalone/base/declarations/KotlinStandaloneDeclarationProvider.kt

    import com.intellij.psi.PsiManager
    import com.intellij.psi.SingleRootFileViewProvider
    import com.intellij.psi.search.GlobalSearchScope
    import com.intellij.psi.stubs.StubElement
    import com.intellij.util.indexing.FileContent
    import com.intellij.util.indexing.FileContentImpl
    import org.jetbrains.kotlin.analysis.decompiler.konan.K2KotlinNativeMetadataDecompiler
    import org.jetbrains.kotlin.analysis.decompiler.konan.KlibMetaFileType
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  8. src/main/resources/fess_label.properties

    labels.excludedUrls=Excluded URLs For Crawling
    labels.excludedDocPaths=Excluded Paths For Indexing
    labels.excludedDocUrls=Excluded URLs For Indexing
    labels.hostname=Hostname
    labels.id=ID
    labels.includedPaths=Included Paths For Crawling
    labels.includedUrls=Included URLs For Crawling
    labels.includedDocPaths=Included Paths For Indexing
    labels.includedDocUrls=Included URLs For Indexing
    labels.maxAccessCount=Max Access Count
    labels.name=Name
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_en.properties

    labels.excludedUrls=Excluded URLs For Crawling
    labels.excludedDocPaths=Excluded Paths For Indexing
    labels.excludedDocUrls=Excluded URLs For Indexing
    labels.hostname=Hostname
    labels.id=ID
    labels.includedPaths=Included Paths For Crawling
    labels.includedUrls=Included URLs For Crawling
    labels.includedDocPaths=Included Paths For Indexing
    labels.includedDocUrls=Included URLs For Indexing
    labels.maxAccessCount=Max Access Count
    labels.name=Name
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 40.7K bytes
    - Viewed (0)
  10. test/typeparam/typelist.go

    package p
    
    // Assignability of an unnamed pointer type to a type parameter that
    // has a matching underlying type.
    func _[T interface{}, PT interface{ ~*T }](x T) PT {
    	return &x
    }
    
    // Indexing of generic types containing type parameters in their type list:
    func at[T interface{ ~[]E }, E any](x T, i int) E {
    	return x[i]
    }
    
    // A generic type inside a function acts like a named type. Its underlying
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 09:04:48 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top