Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1321 - 1330 of 1,467 for dist (0.1 sec)

  1. helm-releases/minio-3.6.0.tgz

    of the configuration parameters used above - - `policies[].name` - name of the policy to create, must be a string with length > 0 - `policies[].statements[]` - list of statements, includes actions and resources - `policies[].statements[].resources[]` - list of resources that applies the statement - `policies[].statements[].actions[]` - list of actions granted ### Create user after install Install the chart, specifying the users you want to create after install: ```bash helm install --set users[0]...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Mar 13 22:44:21 UTC 2022
    - 17.9K bytes
    - Viewed (0)
  2. docs/em/docs/async.md

    ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ‘Ÿ โšช๏ธโžก๏ธ โž•1๏ธโƒฃ ๐Ÿ” ๐Ÿ› ๏ธ ๐Ÿ‘ˆ ๐Ÿ”จ ๐Ÿšซ ๐Ÿ‘ท ๐ŸŒŒ ๐Ÿ”ฌ ๐Ÿ”› &amp; ๐Ÿ‘† โš™๏ธ โš– ๐Ÿ™ƒ ๐Ÿ“Š-๐Ÿ•ด *โžก ๐Ÿ› ๏ธ ๐Ÿ”ข* โฎ๏ธ โœ… `def` ๐Ÿคช ๐ŸŽญ ๐Ÿ“ˆ (๐Ÿ”ƒ 1๏ธโƒฃ0๏ธโƒฃ0๏ธโƒฃ ๐Ÿ’“), ๐Ÿ™ ๐Ÿ—’ ๐Ÿ‘ˆ **FastAPI** โญ ๐Ÿ”œ ๐Ÿ”„. ๐Ÿ‘ซ ๐Ÿ’ผ, โšซ๏ธ ๐Ÿ‘ป โš™๏ธ `async def` ๐Ÿšฅ ๐Ÿ‘† *โžก ๐Ÿ› ๏ธ ๐Ÿ”ข* โš™๏ธ ๐Ÿ“Ÿ ๐Ÿ‘ˆ ๐ŸŽญ ๐Ÿšง <abbr title="Input/Output: disk reading or writing, network communications.">๐Ÿ‘ค/๐Ÿ…พ</abbr>.
    
    , ๐Ÿ‘ฏโ€โ™‚๏ธ โš , ๐Ÿคž ๐Ÿ‘ˆ **FastAPI** ๐Ÿ”œ [โฉ](index.md#_15){.internal-link target=_blank} ๐ŸŒ˜ (โš–๏ธ ๐ŸŒ˜ โญ) ๐Ÿ‘† โฎ๏ธ ๐Ÿ› ๏ธ.
    
    ### ๐Ÿ”—
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  3. docs/ja/docs/tutorial/body.md

    ```Python hl_lines="5-9"
    {!../../docs_src/body/tutorial001.py!}
    ```
    
    ใ‚ฏใ‚จใƒชใƒ‘ใƒฉใƒกใƒผใ‚ฟใฎๅฎฃ่จ€ใจๅŒๆง˜ใซใ€ใƒขใƒ‡ใƒซๅฑžๆ€งใŒใƒ‡ใƒ•ใ‚ฉใƒซใƒˆๅ€คใ‚’ใ‚‚ใคใจใใ€ๅฟ…้ ˆใชๅฑžๆ€งใงใฏใชใใชใ‚Šใพใ™ใ€‚ใใ‚Œไปฅๅค–ใฏๅฟ…้ ˆใซใชใ‚Šใพใ™ใ€‚ใ‚ชใƒ—ใ‚ทใƒงใƒŠใƒซใชๅฑžๆ€งใซใ—ใŸใ„ๅ ดๅˆใฏ `None` ใ‚’ไฝฟ็”จใ—ใฆใใ ใ•ใ„ใ€‚
    
    ไพ‹ใˆใฐใ€ไธŠ่จ˜ใฎใƒขใƒ‡ใƒซใฏไปฅไธ‹ใฎๆง˜ใชJSONใ€Œ`ใ‚ชใƒ–ใ‚ธใ‚งใ‚ฏใƒˆ`ใ€(ใ‚‚ใ—ใใฏPythonใฎ `dict` ) ใ‚’ๅฎฃ่จ€ใ—ใฆใ„ใพใ™:
    
    ```JSON
    {
        "name": "Foo",
        "description": "An optional description",
        "price": 45.2,
        "tax": 3.5
    }
    ```
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  4. cmd/admin-handlers-config-kv.go

    	// target of logger webhook configuration
    	result.LoggerWebhookCfgUpdated = setLoggerWebhookSubnetProxy(result.SubSys, result.Cfg)
    
    	// Update the actual server config on disk.
    	if err = saveServerConfig(ctx, objectAPI, result.Cfg); err != nil {
    		return
    	}
    
    	// Write the config input KV to history.
    	err = saveServerConfigHistory(ctx, objectAPI, kvBytes)
    	return
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  5. licenses/sigs.k8s.io/json/LICENSE

    modification, are permitted provided that the following conditions are
    met:
    
       * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
       * Redistributions in binary form must reproduce the above
    copyright notice, this list of conditions and the following disclaimer
    in the documentation and/or other materials provided with the
    distribution.
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Jan 05 01:31:25 UTC 2022
    - 12.6K bytes
    - Viewed (0)
  6. compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenSessionBuilderSupplier.java

         * This type registry is NOT used by Maven Core: Maven replaces it during Session creation with a type registry
         * that supports extending it (i.e. via Maven Extensions).
         * <p>
         * Important: this "static" list of types should be in-sync with core provided types.
         */
        protected ArtifactTypeRegistry getArtifactTypeRegistry() {
            DefaultArtifactTypeRegistry stereotypes = new DefaultArtifactTypeRegistry();
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  7. disabled-Jenkinsfile

                                    }
                                }
                            } finally {
                                deleteDir() // clean up after ourselves to reduce disk space
                            }
                        }
                    }
                }
            }
        }
    }
    
    // run the parallel ITs
    parallel(runITsTasks)
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Mon Sep 30 14:11:55 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  8. ci/official/containers/linux_arm64/devel.usertools/aarch64_clang.bazelrc

    # Test-related settings below this point.
    test --build_tests_only --keep_going --test_output=errors --verbose_failures=true
    test --test_timeout=500,900,-1,-1
    # Give only the list of failed tests at the end of the log
    test --test_summary=short
    
    # "nonpip" tests are regular py_test tests.
    # Pass --config=nonpip to run the same suite of tests. If you want to run just
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Fri Jul 12 20:16:57 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  9. cmd/site-replication.go

    			return psi, errSRPeerResp(fmt.Errorf("unable to create s3 client for %s: %w", v.Name, err))
    		}
    
    		buckets, err := s3Client.ListBuckets(ctx)
    		if err != nil {
    			return psi, errSRPeerResp(fmt.Errorf("unable to list buckets for %s: %v", v.Name, err))
    		}
    
    		psi = append(psi, PeerSiteInfo{
    			PeerSite:     v,
    			DeploymentID: info.DeploymentID,
    			Empty:        len(buckets) == 0,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 12:04:40 UTC 2024
    - 185.1K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_fr.properties

    labels.dict_mapping_target	=	Cible
    labels.dict_mapping_button_download	=	Tรฉlรฉcharger
    labels.dict_mapping_button_upload	=	Envoyer
    labels.dict_mapping_file	=	Mapping File
    labels.dict_kuromoji_configuration	=	Kuromoji List
    labels.dict_kuromoji_title	=	Kuromoji List
    labels.dict_kuromoji_list_link	=	Liste
    labels.dict_kuromoji_link_create	=	Crรฉer nouveau
    labels.dict_kuromoji_link_edit	=	Editer
    labels.dict_kuromoji_link_delete	=	Supprimer
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
Back to top