Search Options

Results per page
Sort
Preferred Languages
Advance

Results 431 - 440 of 1,189 for norm (0.05 sec)

  1. clause/insert_test.go

    1. package clause_test
    2.  
    3. import (
    4. "fmt"
    5. "testing"
    6.  
    7. "gorm.io/gorm/clause"
    8. )
    9.  
    10. func TestInsert(t *testing.T) {
    11. results := []struct {
    12. Clauses []clause.Interface
    13. Result string
    14. Vars []interface{}
    15. }{
    16. {
    17. []clause.Interface{clause.Insert{}},
    18. "INSERT INTO `users`", nil,
    19. },
    20. {
    21. []clause.Interface{clause.Insert{Modifier: "LOW_PRIORITY"}},
    22. "INSERT LOW_PRIORITY INTO `users`", nil,
    23. },
    24. {
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Tue Jun 02 01:18:01 UTC 2020
    - 737 bytes
    - Viewed (0)
  2. tests/update_test.go

    1. package tests_test
    2.  
    3. import (
    4. "errors"
    5. "regexp"
    6. "sort"
    7. "strings"
    8. "testing"
    9. "time"
    10.  
    11. "gorm.io/gorm"
    12. "gorm.io/gorm/clause"
    13. "gorm.io/gorm/utils"
    14. . "gorm.io/gorm/utils/tests"
    15. )
    16.  
    17. func TestUpdate(t *testing.T) {
    18. var (
    19. users = []*User{
    20. GetUser("update-1", Config{}),
    21. GetUser("update-2", Config{}),
    22. GetUser("update-3", Config{}),
    23. }
    24. user = users[1]
    25. lastUpdatedAt time.Time
    26. )
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Mon Dec 04 03:50:58 UTC 2023
    - 30.3K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym_edit.jsp

    1. styleClass="form-control"/>
    2. </div>
    3. </div>
    4. <div class="form-group row">
    5. <label for="outputs" class="col-sm-3 text-sm-right col-form-label"><la:message
    6. key="labels.dict_synonym_target"/></label>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 7.5K bytes
    - Viewed (0)
  4. docs/em/docs/tutorial/request-files.md

    1. ///
    2.  
    3. ## โšซ๏ธโ” "๐Ÿ“จ ๐Ÿ’ฝ"
    4.  
    5. ๐ŸŒŒ ๐Ÿ•ธ ๐Ÿ“จ (`<form></form>`) ๐Ÿ“จ ๐Ÿ’ฝ ๐Ÿ’ฝ ๐Ÿ›Ž โš™๏ธ "๐ŸŽ" ๐Ÿ”ข ๐Ÿ‘ˆ ๐Ÿ“Š, โšซ๏ธ ๐ŸŽ โšช๏ธโžก๏ธ ๐ŸŽป.
    6.  
    7. **FastAPI** ๐Ÿ”œ โš’ ๐Ÿ’ญ โœ ๐Ÿ‘ˆ ๐Ÿ“Š โšช๏ธโžก๏ธ โ–ถ๏ธ๏ธ ๐Ÿฅ‰ โ†ฉ๏ธ ๐ŸŽป.
    8.  
    9. /// note | "๐Ÿ“ก โ„น"
    10.  
    11. ๐Ÿ“Š โšช๏ธโžก๏ธ ๐Ÿ“จ ๐Ÿ›Ž ๐Ÿ—œ โš™๏ธ "๐Ÿ“ป ๐Ÿ†Ž" `application/x-www-form-urlencoded` ๐Ÿ•โ” โšซ๏ธ ๐Ÿšซ ๐Ÿ”Œ ๐Ÿ“.
    12.  
    13. โœ‹๏ธ ๐Ÿ•โ” ๐Ÿ“จ ๐Ÿ”Œ ๐Ÿ“, โšซ๏ธ ๐Ÿ—œ `multipart/form-data`. ๐Ÿšฅ ๐Ÿ‘† โš™๏ธ `File`, **FastAPI** ๐Ÿ”œ ๐Ÿ’ญ โšซ๏ธ โœ”๏ธ ๐Ÿคš ๐Ÿ“ โšช๏ธโžก๏ธ โ˜‘ ๐Ÿ• ๐Ÿ’ช.
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/esreq/admin_esreq.jsp

    1. </h3>
    2. </div>
    3. <div class="card-body">
    4. <div class="form-group row">
    5. <label for="requestFile" class="col-sm-3 text-sm-right col-form-label"><la:message
    6. key="labels.esreq_request_file"
    7. /></label>
    8. <div class="col-sm-9">
    9. <input id="requestFile" type="file" name="requestFile" class="form-control-file" />
    10. </div>
    11. </div>
    12. </div>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 20 09:26:42 UTC 2020
    - 2.3K bytes
    - Viewed (0)
  6. doc/README.md

    1. ideally referring to a person with the responsibility to complete the note.
    2.  
    3. If your CL addresses an accepted proposal, mention the proposal issue number in
    4. your release note in the form `/issue/NUMBER`. A link to the issue in the text
    5. will have this form (see below). If you don't want to mention the issue in the
    6. text, add it as a comment:
    7. ```
    8. <!-- go.dev/issue/12345 -->
    9. ```
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Mon Jul 22 17:55:04 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. clause/returning_test.go

    1. package clause_test
    2.  
    3. import (
    4. "fmt"
    5. "testing"
    6.  
    7. "gorm.io/gorm/clause"
    8. )
    9.  
    10. func TestReturning(t *testing.T) {
    11. results := []struct {
    12. Clauses []clause.Interface
    13. Result string
    14. Vars []interface{}
    15. }{
    16. {
    17. []clause.Interface{clause.Select{}, clause.From{}, clause.Returning{
    18. []clause.Column{clause.PrimaryColumn},
    19. }},
    20. "SELECT * FROM `users` RETURNING `users`.`id`", nil,
    21. }, {
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Tue Jun 02 01:18:01 UTC 2020
    - 845 bytes
    - Viewed (0)
  8. LICENSES/third_party/forked/gotestsum/LICENSE

    1. exercising permissions granted by this License.
    2.  
    3. "Source" form shall mean the preferred form for making modifications,
    4. including but not limited to software source code, documentation
    5. source, and configuration files.
    6.  
    7. "Object" form shall mean any form resulting from mechanical
    8. transformation or translation of a Source form, including but
    9. not limited to compiled object code, generated documentation,
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Fri Apr 01 18:49:15 UTC 2022
    - 11.1K bytes
    - Viewed (0)
  9. LICENSE

    1. exercising permissions granted by this License.
    2.  
    3. "Source" form shall mean the preferred form for making modifications,
    4. including but not limited to software source code, documentation
    5. source, and configuration files.
    6.  
    7. "Object" form shall mean any form resulting from mechanical
    8. transformation or translation of a Source form, including but
    9. not limited to compiled object code, generated documentation,
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Wed Sep 11 20:39:30 UTC 2013
    - 11.1K bytes
    - Viewed (0)
  10. licenses/github.com/google/shlex/COPYING

    1. exercising permissions granted by this License.
    2.  
    3. "Source" form shall mean the preferred form for making modifications,
    4. including but not limited to software source code, documentation
    5. source, and configuration files.
    6.  
    7. "Object" form shall mean any form resulting from mechanical
    8. transformation or translation of a Source form, including but
    9. not limited to compiled object code, generated documentation,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Apr 22 22:59:25 UTC 2021
    - 11.1K bytes
    - Viewed (0)
Back to top