Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 158 for pfxadd (0.15 sec)

  1. pkg/controller/endpoint/endpoints_controller_test.go

    func TestPodAddsBatching(t *testing.T) {
    	type podAdd struct {
    		delay time.Duration
    	}
    
    	tests := []struct {
    		name             string
    		batchPeriod      time.Duration
    		adds             []podAdd
    		finalDelay       time.Duration
    		wantRequestCount int
    	}{
    		{
    			name:        "three adds with no batching",
    			batchPeriod: 0 * time.Second,
    			adds: []podAdd{
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/first-steps.md

    ```
    
    </div>
    
    ### Schritt 3: Erstellen einer *Pfadoperation*
    
    #### PfadPfad“ bezieht sich hier auf den letzten Teil der URL, beginnend mit dem ersten `/`.
    
    In einer URL wie:
    
    ```
    https://example.com/items/foo
    ```
    
    ... wäre der Pfad folglich:
    
    ```
    /items/foo
    ```
    
    !!! info
        Ein „Pfad“ wird häufig auch als „Endpunkt“ oder „Route“ bezeichnet.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Jan 13 12:16:22 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	FDECSTP:         "FDECSTP",
    	FDIV:            "FDIV",
    	FDIVP:           "FDIVP",
    	FDIVR:           "FDIVR",
    	FDIVRP:          "FDIVRP",
    	FFREE:           "FFREE",
    	FFREEP:          "FFREEP",
    	FIADD:           "FIADD",
    	FICOM:           "FICOM",
    	FICOMP:          "FICOMP",
    	FIDIV:           "FIDIV",
    	FIDIVR:          "FIDIVR",
    	FILD:            "FILD",
    	FIMUL:           "FIMUL",
    	FINCSTP:         "FINCSTP",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    	EXTSHCC:        "extsh.",
    	FABS:           "fabs",
    	FABSCC:         "fabs.",
    	FADD:           "fadd",
    	FADDCC:         "fadd.",
    	FCMPO:          "fcmpo",
    	FCMPU:          "fcmpu",
    	FDIV:           "fdiv",
    	FDIVCC:         "fdiv.",
    	FMADD:          "fmadd",
    	FMADDCC:        "fmadd.",
    	FMR:            "fmr",
    	FMRCC:          "fmr.",
    	FMSUB:          "fmsub",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  5. docs/de/docs/contributing.md

    * Sie können Info-Boxen wie `!!! warning` mit beispielsweise `!!! warning "Achtung"` übersetzen. Aber ändern Sie nicht das Wort direkt nach dem `!!!`, es bestimmt die Farbe der Info-Box.
    
    * Ändern Sie nicht die Pfade in Links zu Bildern, Codedateien, Markdown Dokumenten.
    
    * Wenn ein Markdown-Dokument übersetzt ist, ändern sich allerdings unter Umständen die `#hash-teile` in Links zu dessen Überschriften. Aktualisieren Sie diese Links, wenn möglich.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 23:55:23 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    	{AFCMOVNE, yfcmv, Px, opBytes{0xdb, 01}},
    	{AFCMOVNU, yfcmv, Px, opBytes{0xdb, 03}},
    	{AFCMOVU, yfcmv, Px, opBytes{0xda, 03}},
    	{AFCMOVUN, yfcmv, Px, opBytes{0xda, 03}},
    	{AFCOMD, yfadd, Px, opBytes{0xdc, 02, 0xd8, 02, 0xdc, 02}},  // botch
    	{AFCOMDP, yfadd, Px, opBytes{0xdc, 03, 0xd8, 03, 0xdc, 03}}, // botch
    	{AFCOMDPP, ycompp, Px, opBytes{0xde, 03}},
    	{AFCOMF, yfmvx, Px, opBytes{0xd8, 02}},
    	{AFCOMFP, yfmvx, Px, opBytes{0xd8, 03}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/ppc64/obj9.go

    			if p.From.Reg >= REG_SPECIAL || p.To.Reg >= REG_SPECIAL {
    				p.Mark |= LABEL | SYNC
    			}
    			continue
    
    		case AFABS,
    			AFABSCC,
    			AFADD,
    			AFADDCC,
    			AFCTIW,
    			AFCTIWCC,
    			AFCTIWZ,
    			AFCTIWZCC,
    			AFDIV,
    			AFDIVCC,
    			AFMADD,
    			AFMADDCC,
    			AFMOVD,
    			AFMOVDU,
    			/* case AFMOVDS: */
    			AFMOVS,
    			AFMOVSU,
    
    			/* case AFMOVSD: */
    			AFMSUB,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 40.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	BINDERFS_SUPER_MAGIC                        = 0x6c6f6f70
    	BINFMTFS_MAGIC                              = 0x42494e4d
    	BPF_A                                       = 0x10
    	BPF_ABS                                     = 0x20
    	BPF_ADD                                     = 0x0
    	BPF_ALU                                     = 0x4
    	BPF_ALU64                                   = 0x7
    	BPF_AND                                     = 0x50
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  9. pkg/scheduler/eventhandlers.go

    			); err != nil {
    				return err
    			}
    			handlers = append(handlers, handlerRegistration)
    		case framework.PersistentVolume:
    			// MaxPDVolumeCountPredicate: since it relies on the counts of PV.
    			//
    			// PvAdd: Pods created when there are no PVs available will be stuck in
    			// unschedulable queue. But unbound PVs created for static provisioning and
    			// delay binding storage class are skipped in PV controller dynamic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:21:04 UTC 2024
    - 24K bytes
    - Viewed (0)
  10. src/syscall/zerrors_darwin_arm64.go

    	BIOCSSEESENT                      = 0x80044277
    	BIOCVERSION                       = 0x40044271
    	BPF_A                             = 0x10
    	BPF_ABS                           = 0x20
    	BPF_ADD                           = 0x0
    	BPF_ALIGNMENT                     = 0x4
    	BPF_ALU                           = 0x4
    	BPF_AND                           = 0x50
    	BPF_B                             = 0x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
Back to top