Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 178 for P256 (0.06 sec)

  1. common/scripts/metallb-native.yaml

            operator: Exists
          volumes:
          - name: memberlist
            secret:
              defaultMode: 420
              secretName: memberlist
          - configMap:
              defaultMode: 256
              name: metallb-excludel2
            name: metallb-excludel2
    ---
    apiVersion: admissionregistration.k8s.io/v1
    kind: ValidatingWebhookConfiguration
    metadata:
      creationTimestamp: null
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/font-awesome.min.css

    }.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Dec 14 21:22:25 UTC 2019
    - 55.8K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	VADDPD 8192(DX), Z28, Z29       // 62619d4058aa00200000
    	VADDPD 8192(DX)(AX*2), Z0, Z29  // 6261fd4858ac4200200000
    	VADDPD 8192(DX)(AX*2), Z29, Z1  // 62f19540588c4200200000
    	// EVEX: Y registers; VL=256.
    	VADDPD Y30, Y1, Y0              // 6291f52858c6
    	VADDPD Y0, Y29, Y2              // 62f1952058d0
    	VADDPD Y0, Y29, Y30             // 6261952058f0
    	VADDPD Y28, Y1, Y2              // 6291f52858d4
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 57.6K bytes
    - Viewed (0)
  4. cmd/api-errors.go

    		HTTPStatusCode: http.StatusUnauthorized,
    	},
    	ErrExpressionTooLong: {
    		Code:           "ExpressionTooLong",
    		Description:    "The SQL expression is too long: The maximum byte-length for the SQL expression is 256 KB.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrIllegalSQLFunctionArgument: {
    		Code:           "IllegalSqlFunctionArgument",
    		Description:    "Illegal argument was used in the SQL function.",
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 01 22:13:18 UTC 2024
    - 92.1K bytes
    - Viewed (0)
  5. doc/asm.html

    This function is a closure so it uses its incoming context register.
    </li>
    <li>
    <code>LOCAL</code> = 128
    <br>
    This symbol is local to the dynamic shared object.
    </li>
    <li>
    <code>TLSBSS</code> = 256
    <br>
    (For <code>DATA</code> and <code>GLOBL</code> items.)
    Put this data in thread local storage.
    </li>
    <li>
    <code>NOFRAME</code> = 512
    <br>
    (For <code>TEXT</code> items.)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue Nov 28 19:15:27 UTC 2023
    - 36.3K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * The value is, e.g. 256 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getQueryHighlightPhraseLimit();
    
        /**
         * Get the value for the key 'query.highlight.phrase.limit' as {@link Integer}. <br>
         * The value is, e.g. 256 <br>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
  7. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type Dirent struct
    pkg syscall (freebsd-386-cgo), type Dirent struct, Fileno uint32
    pkg syscall (freebsd-386-cgo), type Dirent struct, Name [256]int8
    pkg syscall (freebsd-386-cgo), type Dirent struct, Namlen uint8
    pkg syscall (freebsd-386-cgo), type Dirent struct, Reclen uint16
    pkg syscall (freebsd-386-cgo), type Dirent struct, Type uint8
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  8. cmd/erasure-server-pool.go

    		n = 2048
    	}
    
    	// Avoid allocating more than half of the available memory
    	if maxN := availableMemory() / (blockSizeV2 * 2); n > maxN {
    		n = maxN
    	}
    
    	if globalIsCICD || strconv.IntSize == 32 {
    		n = 256 // 256MiB for CI/CD environments is sufficient or on 32bit platforms.
    	}
    
    	// Initialize byte pool once for all sets, bpool size is set to
    	// setCount * setDriveCount with each memory upto blockSizeV2.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Sep 29 22:40:36 UTC 2024
    - 89.8K bytes
    - Viewed (0)
  9. src/bytes/bytes_test.go

    		// 4 bytes
    		{"𡌀", '𡌀', 0},
    		{"a", '𡌀', -1},
    		{"  𡌀", '𡌀', 2},
    		{"  a", '𡌀', -1},
    		{strings.Repeat("𡋀", 64) + "𡌀", '𡌀', 256}, // test cutover
    		{strings.Repeat("𡋀", 64) + "𡌀", '𣌀', -1},  // '𡌀' and '𣌀' share the same last two bytes
    
    		// RuneError should match any invalid UTF-8 byte sequence.
    		{"�", '�', 0},
    		{"\xff", '�', 0},
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Aug 19 19:09:04 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    * ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#5318](https://github.com/tiangolo/fastapi/pull/5318) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
    * ✏ Fix a small code highlight line error. PR [#5256](https://github.com/tiangolo/fastapi/pull/5256) by [@hjlarry](https://github.com/hjlarry).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top