Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 45 for 1536px (0.2 sec)

  1. platforms/documentation/docs/src/docs/css/manual.css

    	.ui-logos .ui-logo {
    		box-shadow: 0 6px 15px 1px rgba(0, 0, 0, 0.56);
    	}
    }
    
    /* User Manual Home */
    .technology-logos,
    .ui-logos {
    	display: flex;
    	flex-direction: row;
    	flex-wrap: wrap;
    	justify-content: space-around;
    }
    
    .technology-logo,
    .ui-logo {
    	flex: 0 1 auto;
    }
    
    .ui-logo {
    	width: 224px;
    	height: 135px;
    	margin: 12px;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js

    0],10)||b>parseInt(d[1],10))?["out",d[0],d[1]]:0===c.indexOf("min")&&b<e?["min",e]:0===c.indexOf("max")&&b>e?["max",e]:["ok"]},_numSuggestionElements:0,_selectedSuggestion:null,_previousTypedVal:null,suggest:function(b,d,e){var f={css:{maxHeight:"150px",background:"#FFF",lineHeight:"150%",textDecoration:"underline",overflowX:"hidden",overflowY:"auto",border:"#CCC solid 1px",borderTop:"none",cursor:"pointer"},activeSuggestionCSS:{background:"#E9E9E9"}},g=function(a,b){var c=b.offset();a.css({widt...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 32.8K bytes
    - Viewed (0)
  3. src/vendor/golang.org/x/text/unicode/bidi/tables12.0.0.go

    func (t *bidiTrie) lookupValue(n uint32, b byte) uint8 {
    	switch {
    	default:
    		return uint8(bidiValues[n<<6+uint32(b)])
    	}
    }
    
    // bidiValues: 240 blocks, 15360 entries, 15360 bytes
    // The third block is the zero block.
    var bidiValues = [15360]uint8{
    	// Block 0x0, offset 0x0
    	0x00: 0x000b, 0x01: 0x000b, 0x02: 0x000b, 0x03: 0x000b, 0x04: 0x000b, 0x05: 0x000b,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 118.9K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (netbsd-386), const ETHERTYPE_NBPCC = 15364
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCLAIM = 15369
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCLREQ = 15365
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCLRSP = 15366
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCREQ = 15362
    pkg syscall (netbsd-386), const ETHERTYPE_NBPCRSP = 15363
    pkg syscall (netbsd-386), const ETHERTYPE_NBPDG = 15367
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  5. src/net/http/clientserver_test.go

    	sync.Mutex
    	bytes.Buffer
    }
    
    func (b *lockedBytesBuffer) Write(p []byte) (int, error) {
    	b.Lock()
    	defer b.Unlock()
    	return b.Buffer.Write(p)
    }
    
    // Issue 15366
    func TestH12_AutoGzipWithDumpResponse(t *testing.T) {
    	h12Compare{
    		Handler: func(w ResponseWriter, r *Request) {
    			h := w.Header()
    			h.Set("Content-Encoding", "gzip")
    			h.Set("Content-Length", "23")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/text/unicode/bidi/tables9.0.0.go

    	0x377c: 0x000b, 0x377d: 0x000b, 0x377e: 0x000b, 0x377f: 0x000b,
    }
    
    // bidiIndex: 24 blocks, 1536 entries, 1536 bytes
    // Block 0 is the zero block.
    var bidiIndex = [1536]uint8{
    	// Block 0x0, offset 0x0
    	// Block 0x1, offset 0x40
    	// Block 0x2, offset 0x80
    	// Block 0x3, offset 0xc0
    	0xc2: 0x01, 0xc3: 0x02,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 109.2K bytes
    - Viewed (0)
  7. pkg/kubelet/eviction/eviction_manager_test.go

    				Value: evictionapi.ThresholdValue{
    					Quantity: quantityMustParse("2Gi"),
    				},
    			},
    			evictionMessage: "The node was low on resource: ephemeral-storage. Threshold quantity: 2Gi, available: 1536Mi. Container above-requests was using 700Mi, request is 100Mi, has larger consumption of ephemeral-storage. ",
    			podToMakes: []podToMake{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/text/cases/tables15.0.0.go

    	switch {
    	case n < 22:
    		return uint16(caseValues[n<<6+uint32(b)])
    	default:
    		n -= 22
    		return uint16(sparse.lookup(n, b))
    	}
    }
    
    // caseValues: 24 blocks, 1536 entries, 3072 bytes
    // The third block is the zero block.
    var caseValues = [1536]uint16{
    	// Block 0x0, offset 0x0
    	0x27: 0x0054,
    	0x2e: 0x0054,
    	0x30: 0x0010, 0x31: 0x0010, 0x32: 0x0010, 0x33: 0x0010, 0x34: 0x0010, 0x35: 0x0010,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 106.5K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

    precision is lost - No fractional digits will be emitted - The exponent (or suffix) is as large as possible.\n\nThe sign will be omitted unless the number is negative.\n\nExamples:\n\n- 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  10. src/runtime/zcallback_windows_arm.s

    	MOVW	$1532, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1533, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1534, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1535, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1536, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1537, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1538, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1539, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1540, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
Back to top