Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 57 for headerv3 (0.29 sec)

  1. src/debug/elf/file_test.go

    	//   Start of program headers:          0 (bytes into file)
    	//   Start of section headers:          3003468 (bytes into file)
    	//   Flags:                             0x0
    	//   Size of this header:               52 (bytes)
    	//   Size of program headers:           0 (bytes)
    	//   Number of program headers:         0
    	//   Size of section headers:           40 (bytes)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/javadoc.css

        vertical-align:top;
        padding-right:0;
        padding-top:8px;
        padding-bottom:3px;
    }
    .table-header {
        background:var(--subnav-background-color);
        font-weight: bold;
    }
    /* Sortable table columns */
    .table-header[onclick] {
        cursor: pointer;
    }
    .table-header[onclick]::after {
        content:"";
        display:inline-block;
        background-image:url('data:image/svg+xml; utf8, \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/xcoff.go

    // as PE and XCOFF are based on COFF files.
    // XCOFF files generated are 64 bits.
    
    const (
    	// Total amount of space to reserve at the start of the file
    	// for File Header, Auxiliary Header, and Section Headers.
    	// May waste some.
    	XCOFFHDRRESERVE = FILHSZ_64 + AOUTHSZ_EXEC64 + SCNHSZ_64*23
    
    	// base on dump -o, then rounded from 32B to 64B to
    	// match worst case elf text section alignment on ppc64.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  4. src/net/dnsclient_unix_test.go

    			if q.Questions[0].Name.String() == "notrustad.go.dev." && q.Header.AuthenticData {
    				t.Error("unexpected AD bit")
    			}
    
    			if q.Questions[0].Name.String() == "trustad.go.dev." && !q.Header.AuthenticData {
    				t.Error("expected AD bit")
    			}
    
    			r := dnsmessage.Message{
    				Header: dnsmessage.Header{
    					ID:       q.Header.ID,
    					Response: true,
    					RCode:    dnsmessage.RCodeSuccess,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  5. cmd/bucket-handlers.go

    		if crypto.SSECopy.IsRequested(r.Header) {
    			writeErrorResponse(ctx, w, toAPIError(ctx, errInvalidEncryptionParameters), r.URL)
    			return
    		}
    
    		if crypto.SSEC.IsRequested(r.Header) && crypto.S3.IsRequested(r.Header) {
    			writeErrorResponse(ctx, w, toAPIError(ctx, crypto.ErrIncompatibleEncryptionMethod), r.URL)
    			return
    		}
    
    		if crypto.SSEC.IsRequested(r.Header) && crypto.S3KMS.IsRequested(r.Header) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/css/manual.css

    #header .details span.email a {
    	color: var(--header-color);
    }
    
    #header .details br {
    	display: none;
    }
    
    #header .details br+span:before {
    	content: "\00a0\2013\00a0";
    }
    
    #header .details br+span.author:before {
    	content: "\00a0\22c5\00a0";
    	color: var(--header-color);
    }
    
    #header .details br+span#revremark:before {
    	content: "\00a0|\00a0";
    }
    
    #header #revnumber {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/adminlte.min.js.map

    } else {\n            $(Selector.CONTROL_SIDEBAR).css('top', heights.header);\n          }\n        }\n      }\n    }\n\n    _fixHeight() {\n      const heights = {\n        window: $(window).height(),\n        header: $(Selector.HEADER).outerHeight(),\n        footer: $(Selector.FOOTER).outerHeight(),\n      }\n\n      if ($('body').hasClass(ClassName.LAYOUT_FIXED)) {\n        let sidebarHeight = heights.window - heights.header;\n\n        if (\n          $('body').hasClass(ClassName.FOOTER_FIXED)\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 77K bytes
    - Viewed (0)
  8. cmd/xl-storage-format-v2_gen.go

    		zb0001Len--
    		zb0001Mask |= 0x1
    	}
    	// variable map header, size zb0001Len
    	o = append(o, 0x80|uint8(zb0001Len))
    	if zb0001Len == 0 {
    		return
    	}
    	if (zb0001Mask & 0x1) == 0 { // if not omitted
    		// string "V2Obj"
    		o = append(o, 0xa5, 0x56, 0x32, 0x4f, 0x62, 0x6a)
    		if z.ObjectV2 == nil {
    			o = msgp.AppendNil(o)
    		} else {
    			// map header, size 1
    			// string "DDir"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 19:14:09 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  9. cmd/object-api-datatypes_gen.go

    func (z BackendType) Msgsize() (s int) {
    	s = msgp.IntSize
    	return
    }
    
    // MarshalMsg implements msgp.Marshaler
    func (z *BucketInfo) MarshalMsg(b []byte) (o []byte, err error) {
    	o = msgp.Require(b, z.Msgsize())
    	// map header, size 5
    	// string "Name"
    	o = append(o, 0x85, 0xa4, 0x4e, 0x61, 0x6d, 0x65)
    	o = msgp.AppendString(o, z.Name)
    	// string "Created"
    	o = append(o, 0xa7, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  10. docs/ru/docs/deployment/docker.md

    COPY ./app /code/app
    
    CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]
    
    # Если используете прокси-сервер, такой как Nginx или Traefik, добавьте --proxy-headers
    # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--proxy-headers"]
    ```
    
    </details>
    
    ## Что такое "контейнер"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top