Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 242 for 25 (0.12 sec)

  1. docs/em/docs/advanced/async-sql-databases.md

    ## โœ ๐Ÿ“
    
    ๐Ÿ‘‰ ๐Ÿ’ผ, ๐Ÿ‘ฅ ๐Ÿ— ๐Ÿ“ ๐ŸŽ ๐Ÿ ๐Ÿ“, โœ‹๏ธ ๐Ÿญ, ๐Ÿ‘† ๐Ÿ”œ ๐ŸŽฒ ๐Ÿ’š โœ ๐Ÿ‘ซ โฎ๏ธ โš—, ๐Ÿ› ๏ธ โฎ๏ธ ๐Ÿ› ๏ธ, โ™’๏ธ.
    
    ๐Ÿ“ฅ, ๐Ÿ‘‰ ๐Ÿ“„ ๐Ÿ”œ ๐Ÿƒ ๐Ÿ”—, โ–ถ๏ธ๏ธ โญ โ–ถ๏ธ ๐Ÿ‘† **FastAPI** ๐Ÿˆธ.
    
    * โœ `engine`.
    * โœ ๐ŸŒ ๐Ÿ“ โšช๏ธโžก๏ธ `metadata` ๐ŸŽš.
    
    ```Python hl_lines="25-28"
    {!../../../docs_src/async_sql_databases/tutorial001.py!}
    ```
    
    ## โœ ๐Ÿท
    
    โœ Pydantic ๐Ÿท:
    
    * ๐Ÿ—’ โœ (`NoteIn`).
    * ๐Ÿ—’ ๐Ÿ“จ (`Note`).
    
    ```Python hl_lines="31-33  36-39"
    Plain Text
    - Registered: Sun Mar 31 07:19:09 GMT 2024
    - Last Modified: Sat Apr 01 09:26:04 GMT 2023
    - 4K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_details.jsp

                                    <table class="table table-bordered">
                                        <tbody>
                                        <tr>
                                            <th style="width: 25%"><la:message
                                                    key="labels.dict_stemmeroverride_source"/></th>
                                            <td>${f:br(f:h(input))}<la:hidden property="input"/></td>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 7.6K bytes
    - Viewed (0)
  3. docs/zh/docs/tutorial/security/get-current-user.md

    ๅˆ›ๅปบ `get_current_user` ไพ่ต–้กนใ€‚
    
    ่ฟ˜่ฎฐๅพ—ไพ่ต–้กนๆ”ฏๆŒๅญไพ่ต–้กนๅ—๏ผŸ
    
    `get_current_user` ไฝฟ็”จ `oauth2_scheme` ไฝœไธบไพ่ต–้กนใ€‚
    
    ไธŽไน‹ๅ‰็›ดๆŽฅๅœจ่ทฏๅพ„ๆ“ไฝœไธญ็š„ๅšๆณ•็›ธๅŒ๏ผŒๆ–ฐ็š„ `get_current_user` ไพ่ต–้กนไปŽๅญไพ่ต–้กน `oauth2_scheme` ไธญๆŽฅๆ”ถ `str` ็ฑปๅž‹็š„ `token`๏ผš
    
    ```Python hl_lines="25"
    {!../../../docs_src/security/tutorial002.py!}
    ```
    
    ## ่Žทๅ–็”จๆˆท
    
    `get_current_user` ไฝฟ็”จๅˆ›ๅปบ็š„๏ผˆไผช๏ผ‰ๅทฅๅ…ทๅ‡ฝๆ•ฐ๏ผŒ่ฏฅๅ‡ฝๆ•ฐๆŽฅๆ”ถ `str` ็ฑปๅž‹็š„ไปค็‰Œ๏ผŒๅนถ่ฟ”ๅ›ž Pydantic ็š„ `User` ๆจกๅž‹๏ผš
    
    ```Python hl_lines="19-22  26-27"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 22:46:46 GMT 2024
    - 3.5K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/fileauth/admin_fileauth_details.jsp

                                    <table class="table table-bordered">
                                        <tbody>
                                        <tr>
                                            <th style="width: 25%"><la:message
                                                    key="labels.file_auth_hostname"/></th>
                                            <td>${f:h(hostname)}<la:hidden property="hostname"/></td>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.2K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth_details.jsp

                                    <table class="table table-bordered">
                                        <tbody>
                                        <tr>
                                            <th style="width: 25%"><la:message
                                                    key="labels.webauth_hostname"/></th>
                                            <td>${f:h(hostname)}<la:hidden property="hostname"/></td>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.5K bytes
    - Viewed (0)
  6. operator/cmd/mesh/operator_test.go

    			}
    
    			kubeClientFunc = func() (kube.CLIClient, error) {
    				return nil, nil
    			}
    			rootCmd := GetRootCmd(cli.NewFakeContext(&cli.NewFakeContextOption{
    				Version: "25",
    			}), args)
    			err := rootCmd.Execute()
    			assert.NoError(t, err)
    
    			readActions := map[string]bool{
    				"get":   true,
    				"list":  true,
    				"watch": true,
    			}
    
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Aug 29 14:15:33 GMT 2023
    - 6.4K bytes
    - Viewed (0)
  7. src/main/java/jcifs/internal/dtyp/ACE.java

         */
        @Override
        public String toString () {
            StringBuffer sb = new StringBuffer();
            sb.append(isAllow() ? "Allow " : "Deny  ");
            appendCol(sb, this.sid.toDisplayString(), 25);
            sb.append(" 0x").append(Hexdump.toHexString(this.access, 8)).append(' ');
            sb.append(isInherited() ? "Inherited " : "Direct    ");
            appendCol(sb, getApplyToText(), 34);
            return sb.toString();
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 5.4K bytes
    - Viewed (0)
  8. src/main/webapp/css/admin/adminlte.min.css

    rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:...
    CSS
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 641.1K bytes
    - Viewed (2)
  9. src/main/webapp/css/bootstrap.min.css

    rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:...
    CSS
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Dec 25 08:05:52 GMT 2019
    - 155.8K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/bootstrap.min.css

    rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:...
    CSS
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 155.8K bytes
    - Viewed (0)
Back to top