Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 40 for 32 (0.19 sec)

  1. cmd/object-api-listobjects_test.go

    		31: {
    			IsTruncated: false,
    			Objects: []ObjectInfo{
    				{Name: "obj1"},
    				{Name: "obj2"},
    				{Name: "temporary/0/"},
    			},
    		},
    		// ListObjectsResult-32 Empty directory, non recursive listing
    		32: {
    			IsTruncated: false,
    			Objects: []ObjectInfo{
    				{Name: "obj1"},
    				{Name: "obj2"},
    			},
    			Prefixes: []string{"temporary/"},
    		},
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 11:07:40 GMT 2024
    - 73.1K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/body-updates.md

    Then you can use this to generate a `dict` with only the data that was set (sent in the request), omitting default values:
    
    === "Python 3.10+"
    
        ```Python hl_lines="32"
        {!> ../../../docs_src/body_updates/tutorial002_py310.py!}
        ```
    
    === "Python 3.9+"
    
        ```Python hl_lines="34"
        {!> ../../../docs_src/body_updates/tutorial002_py39.py!}
        ```
    
    === "Python 3.8+"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 5.6K bytes
    - Viewed (0)
  3. docs/em/docs/tutorial/body-updates.md

        ```
    
    === "🐍 3️⃣.9️⃣ & 🔛"
    
        ```Python hl_lines="34"
        {!> ../../../docs_src/body_updates/tutorial002_py39.py!}
        ```
    
    === "🐍 3️⃣.1️⃣0️⃣ & 🔛"
    
        ```Python hl_lines="32"
        {!> ../../../docs_src/body_updates/tutorial002_py310.py!}
        ```
    
    ### ⚙️ Pydantic `update` 🔢
    
    🔜, 👆 💪 ✍ 📁 ♻ 🏷 ⚙️ `.copy()`, & 🚶‍♀️ `update` 🔢 ⏮️ `dict` ⚗ 💽 ℹ.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 4.6K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/ppc64.s

    	RLDIMI $0, R4, $7, R6           // 788601cc
    	RLDIMICC $0, R4, $7, R6         // 788601cd
    	RLDC $0, R4, $15, R6            // 78860728
    	RLDC R3, $32, $12, R4           // 7864030a
    	RLDC R3, $8, $32, R4            // 78644028
    	RLDCCC R3, $32, $12, R4         // 7864030b
    	RLDCCC R3, $8, $32, R4          // 78644029
    	RLDCCC $0, R4, $15, R6          // 78860729
    	RLDCL $0, R4, $7, R6            // 78860770
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Apr 24 15:53:25 GMT 2024
    - 49K bytes
    - Viewed (0)
  5. maven-bom/pom.xml

      <modelVersion>4.0.0</modelVersion>
      <parent>
        <groupId>org.apache</groupId>
        <artifactId>apache</artifactId>
        <version>32</version>
        <relativePath />
      </parent>
    
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-bom</artifactId>
      <version>4.0.0-beta-1-SNAPSHOT</version>
      <packaging>pom</packaging>
    
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Apr 25 08:48:58 GMT 2024
    - 7.4K bytes
    - Viewed (0)
  6. cmd/object-api-options.go

    	"github.com/minio/minio/internal/hash"
    	xhttp "github.com/minio/minio/internal/http"
    )
    
    func getDefaultOpts(header http.Header, copySource bool, metadata map[string]string) (opts ObjectOptions, err error) {
    	var clientKey [32]byte
    	var sse encrypt.ServerSide
    
    	opts = ObjectOptions{UserDefined: metadata}
    	if copySource {
    		if crypto.SSECopy.IsRequested(header) {
    			clientKey, err = crypto.SSECopy.ParseHTTP(header)
    			if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sat Apr 20 09:05:54 GMT 2024
    - 14.2K bytes
    - Viewed (0)
  7. docs/en/docs/advanced/openapi-callbacks.md

    * And it could also have a declaration of the response it should return, e.g. `response_model=InvoiceEventReceived`.
    
    ```Python hl_lines="16-18  21-22  28-32"
    {!../../../docs_src/openapi_callbacks/tutorial001.py!}
    ```
    
    There are 2 main differences from a normal *path operation*:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  8. internal/config/identity/ldap/ldap.go

    			[]string{}, // only need DN, so pass no attributes here
    			nil,
    		)
    
    		searchResult, err := conn.Search(searchRequest)
    		if err != nil {
    			// Object does not exist error?
    			if ldap.IsErrorWithCode(err, 32) {
    				nonExistentUsers = append(nonExistentUsers, dn)
    				continue
    			}
    			return nil, err
    		}
    		if len(searchResult.Entries) == 0 {
    			// DN was not found - this means this user account is
    			// expired.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 9.9K bytes
    - Viewed (0)
  9. cmd/server-main.go

      2. Start single node server with 64 local drives "/mnt/data1" to "/mnt/data64".
         {{.Prompt}} {{.HelpName}} /mnt/data{1...64}
    
      3. Start distributed MinIO server on an 32 node setup with 32 drives each, run following command on all the nodes
         {{.Prompt}} {{.HelpName}} http://node{1...32}.example.com/mnt/export{1...32}
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 15:54:03 GMT 2024
    - 34.9K bytes
    - Viewed (1)
  10. cmd/xl-storage-format-v2.go

    	// Versions...
    	for _, ver := range x.versions {
    		sz += 32 + len(ver.meta)
    	}
    	if cap(dst) < sz {
    		buf := make([]byte, len(dst), sz)
    		copy(buf, dst)
    		dst = buf
    	}
    	if err := x.data.validate(); err != nil {
    		return nil, err
    	}
    
    	dst = append(dst, xlHeader[:]...)
    	dst = append(dst, xlVersionCurrent[:]...)
    	// Add "bin 32" type header to always have enough space.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Apr 23 05:07:37 GMT 2024
    - 63.6K bytes
    - Viewed (1)
Back to top