Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 367 for alternate (0.37 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Reader.kt

         *
         * See [alt-svc][alt_svc].
         *
         * [alt_svc]: http://tools.ietf.org/html/draft-ietf-httpbis-alt-svc-01
         *
         * @param streamId when a client-initiated stream ID (odd number), the origin of this alternate
         *     service is the origin of the stream. When zero, the origin is specified in the `origin`
         *     parameter.
         * @param origin when present, the [origin](http://tools.ietf.org/html/rfc6454) is typically
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  2. src/os/signal/doc.go

    SA_ONSTACK flag with sigaction. Failing to do so is likely to cause
    the program to crash if the signal is received. Go programs routinely
    run with a limited stack, and therefore set up an alternate signal
    stack.
    
    If the non-Go code installs a signal handler for any of the
    synchronous signals (SIGBUS, SIGFPE, SIGSEGV), then it should record
    the existing Go signal handler. If those signals occur while
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:11:00 UTC 2024
    - 11K bytes
    - Viewed (0)
  3. src/runtime/signal_windows.go

    	// Check if we need to set up the control flow guard workaround.
    	// On Windows, the stack pointer in the context must lie within
    	// system stack limits when we resume from exception.
    	// Store the resume SP and PC in alternate registers
    	// and return to sigresume on the g0 stack.
    	// sigresume makes no use of the stack at all,
    	// loading SP from RX and jumping to RY, being RX and RY two scratch registers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 20:32:29 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  4. src/debug/dwarf/entry.go

    	ClassString
    
    	// ClassReferenceAlt represents values of type int64 that are
    	// an offset into the DWARF "info" section of an alternate
    	// object file.
    	ClassReferenceAlt
    
    	// ClassStringAlt represents values of type int64 that are an
    	// offset into the DWARF string section of an alternate object
    	// file.
    	ClassStringAlt
    
    	// ClassAddrPtr represents values that are an int64 offset
    	// into the "addr" section.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 30.7K bytes
    - Viewed (0)
  5. platforms/jvm/language-java/src/main/java/org/gradle/external/javadoc/StandardJavadocDocletOptions.java

        }
    
        public StandardJavadocDocletOptions noNavBar() {
            return noNavBar(true);
        }
    
        /**
         * -helpfile  path/filename
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  6. src/unsafe/unsafe.go

    //
    //	var s string
    //	hdr := (*reflect.StringHeader)(unsafe.Pointer(&s)) // case 1
    //	hdr.Data = uintptr(unsafe.Pointer(p))              // case 6 (this case)
    //	hdr.Len = n
    //
    // In this usage hdr.Data is really an alternate way to refer to the underlying
    // pointer in the string header, not a uintptr variable itself.
    //
    // In general, [reflect.SliceHeader] and [reflect.StringHeader] should be used
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 19:45:20 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/dom_test.go

    			Goto(blockn(i+1))))
    	}
    
    	blocs = append(blocs,
    		Bloc(blockn(size), Goto("exit")),
    		Bloc("exit", Exit("mem")),
    	)
    
    	return blocs
    }
    
    // genFwdBack creates an array of blocks that alternate between
    // b_n -> [b_n+1], b_n -> [b_n+1, b_n-1] , b_n -> [b_n+1, b_n+2]
    func genFwdBack(size int) []bloc {
    	var blocs []bloc
    	blocs = append(blocs,
    		Bloc("entry",
    			Valu("mem", OpInitMem, types.TypeMem, 0, nil),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  8. pkg/apis/apps/v1beta2/defaults_test.go

    						RollingUpdate: &appsv1beta2.RollingUpdateStatefulSetStrategy{
    							Partition: &defaultPartition,
    						},
    					},
    					RevisionHistoryLimit: ptr.To[int32](10),
    				},
    			},
    		},
    		{
    			name: "Alternate update strategy",
    			original: &appsv1beta2.StatefulSet{
    				Spec: appsv1beta2.StatefulSetSpec{
    					Template: defaultTemplate,
    					UpdateStrategy: appsv1beta2.StatefulSetUpdateStrategy{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  9. src/syscall/mkall.sh

    # part about preparing this file is figuring out which headers to
    # include and which symbols need to be #defined to get the
    # actual data structures that pass through to the kernel system calls.
    # Some C libraries present alternate versions for binary compatibility
    # and translate them on the way in and out of system calls, but
    # there is almost always a #define that can get the real ones.
    # See types_darwin.c and types_linux.c for examples.
    #
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 18:22:23 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  10. pkg/apis/apps/v1/defaults_test.go

    						RollingUpdate: &appsv1.RollingUpdateStatefulSetStrategy{
    							Partition: &defaultPartition,
    						},
    					},
    					RevisionHistoryLimit: ptr.To[int32](10),
    				},
    			},
    		},
    		{
    			name: "Alternate update strategy",
    			original: &appsv1.StatefulSet{
    				Spec: appsv1.StatefulSetSpec{
    					Template: defaultTemplate,
    					UpdateStrategy: appsv1.StatefulSetUpdateStrategy{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.1K bytes
    - Viewed (0)
Back to top