Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 562 for seves (0.14 sec)

  1. src/main/resources/fess_indices/fess/ca/stopwords.txt

    quins
    s'ha
    s'han
    sa
    semblant
    semblants
    ses
    seu 
    seus
    seva
    seva
    seves
    si
    sobre
    sobretot
    sóc
    solament
    sols
    son 
    són
    sons 
    sota
    sou
    t'ha
    t'han
    t'he
    ta
    tal
    també
    tampoc
    tan
    tant
    tanta
    tantes
    teu
    teus
    teva
    teves
    ton
    tons
    tot
    tota
    totes
    tots
    un
    una
    unes
    uns
    us
    va
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/_aws/fess.json

    "quelcom", "qui", "quin", "quina", "quines", "quins", "s'ha", "s'han", "sa", "semblant", "semblants", "ses", "seu ", "seus", "seva", "seva", "seves", "si", "sobre", "sobretot", "sóc", "solament", "sols", "son ", "són", "sons ", "sota", "sou", "t'ha", "t'han", "t'he", "ta", "tal", "també", "tampoc", "tan", "tant", "tanta", "tantes", "teu", "teus", "teva", "teves", "ton", "tons", "tot", "tota", "totes", "tots", "un", "una", "unes", "uns", "us", "va", "vaig", "vam", "van", "vas", "veu", "vosaltres", "vostra",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/_cloud/fess.json

    "quelcom", "qui", "quin", "quina", "quines", "quins", "s'ha", "s'han", "sa", "semblant", "semblants", "ses", "seu ", "seus", "seva", "seva", "seves", "si", "sobre", "sobretot", "sóc", "solament", "sols", "son ", "són", "sons ", "sota", "sou", "t'ha", "t'han", "t'he", "ta", "tal", "també", "tampoc", "tan", "tant", "tanta", "tantes", "teu", "teus", "teva", "teves", "ton", "tons", "tot", "tota", "totes", "tots", "un", "una", "unes", "uns", "us", "va", "vaig", "vam", "van", "vas", "veu", "vosaltres", "vostra",...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/testplugin/testdata/host/host.go

    	if got := common.X; got != wantX {
    		log.Fatalf("after plugin load common.X=%d, want %d", got, wantX)
    	}
    
    	seven, err := p.Lookup("Seven")
    	if err != nil {
    		log.Fatalf(`Lookup("Seven") failed: %v`, err)
    	}
    	if got, want := *seven.(*int), 7; got != want {
    		log.Fatalf("plugin1.Seven=%d, want %d", got, want)
    	}
    
    	readFunc, err := p.Lookup("ReadCommonX")
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/proxy/translatinghandler_test.go

    		"websocket/v5 upgrade with multiple other versions out of order, serves translator": {
    			upgrade:          "websocket",
    			version:          "v4.channel.k8s.io, v3.channel.k8s.io, v5.channel.k8s.io",
    			expectTranslator: true,
    		},
    		"no upgrade, serves delegate": {
    			upgrade:          "",
    			version:          "",
    			expectTranslator: false,
    		},
    		"no upgrade with v5, serves delegate": {
    			upgrade:          "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 23 22:33:38 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  6. src/cmd/cgo/internal/testplugin/testdata/plugin1/plugin1.go

    func F() int {
    	_ = make([]byte, 1<<21) // trigger stack unwind, Issue #18190.
    	return 3
    }
    
    func ReadCommonX() int {
    	return common.X
    }
    
    var Seven int
    
    func call(fn func()) {
    	fn()
    }
    
    func g() {
    	common.X *= Seven
    }
    
    func init() {
    	Seven = 7
    	call(g)
    }
    
    type sameNameReusedInPlugins struct {
    	X string
    }
    
    type sameNameHolder struct {
    	F *sameNameReusedInPlugins
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 820 bytes
    - Viewed (0)
  7. src/index/suffixarray/sais2.go

    	// That is, i+1 is the position of the start of an LMS-substring.
    	// These could be hoisted out into a function with a callback,
    	// but at a significant speed cost. Instead, we just write these
    	// seven lines a few times in this source file. The copies below
    	// refer back to the pattern established by this original as the
    	// "LMS-substring iterator".
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  8. cluster/addons/cluster-loadbalancing/glbc/default-svc-controller.yaml

          securityContext:
            seccompProfile:
              type: RuntimeDefault
          containers:
          - name: default-http-backend
            # Any image is permissible as long as:
            # 1. It serves a 404 page at /
            # 2. It serves 200 on a /healthz endpoint
            image:  registry.k8s.io/networking/ingress-gce-404-server-with-metrics-amd64:v1.10.11
            livenessProbe:
              httpGet:
                path: /healthz
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  9. src/cmd/go/internal/vcweb/vcweb.go

    	"time"
    )
    
    // A Server serves cached, dynamically-generated version control repositories.
    type Server struct {
    	env    []string
    	logger *log.Logger
    
    	scriptDir string
    	workDir   string
    	homeDir   string // $workdir/home
    	engine    *script.Engine
    
    	scriptCache sync.Map // script path → *scriptResult
    
    	vcsHandlers map[string]vcsHandler
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  10. src/runtime/cgo/abi_arm64.h

    // from the stack, but they don't adjust stack pointer, so
    // the user should prepare stack space in advance.
    // SAVE_R19_TO_R28(offset) saves R19 ~ R28 to the stack space
    // of ((offset)+0*8)(RSP) ~ ((offset)+9*8)(RSP).
    //
    // SAVE_F8_TO_F15(offset) saves F8 ~ F15 to the stack space
    // of ((offset)+0*8)(RSP) ~ ((offset)+7*8)(RSP).
    //
    // R29 is not saved because Go will save and restore it.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 30 01:28:43 UTC 2022
    - 1.5K bytes
    - Viewed (0)
Back to top