Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,189 for norm (0.04 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/services/PathSource.java

    1. }
    2.  
    3. @Override
    4. public ModelSource resolve(ModelLocator locator, String relative) {
    5. String norm = relative.replace('\\', File.separatorChar).replace('/', File.separatorChar);
    6. Path path = getPath().getParent().resolve(norm);
    7. Path relatedPom = locator.locateExistingPom(path);
    8. if (relatedPom != null) {
    9. return new PathSource(relatedPom);
    10. }
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Wed Sep 18 11:42:07 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java

    1. }
    2.  
    3. @Override
    4. public ModelSource resolve(ModelLocator locator, String relative) {
    5. String norm = relative.replace('\\', File.separatorChar).replace('/', File.separatorChar);
    6. Path path = getPath().getParent().resolve(norm);
    7. Path relatedPom = locator.locateExistingPom(path);
    8. if (relatedPom != null) {
    9. return ModelSource.fromPath(relatedPom);
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 11K bytes
    - Viewed (0)
  3. gorm.go

    1. package gorm
    2.  
    3. import (
    4. "context"
    5. "database/sql"
    6. "fmt"
    7. "reflect"
    8. "sort"
    9. "sync"
    10. "time"
    11.  
    12. "gorm.io/gorm/clause"
    13. "gorm.io/gorm/logger"
    14. "gorm.io/gorm/schema"
    15. )
    16.  
    17. // for Config.cacheStore store PreparedStmtDB key
    18. const preparedStmtDBKey = "preparedStmt"
    19.  
    20. // Config GORM config
    21. type Config struct {
    22. // GORM perform single create, update, delete operations in transactions by default to ensure database data integrity
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Wed Oct 09 11:29:48 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. fess-crawler/src/test/resources/ajax/form.html

    1. FORM...
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 5 bytes
    - Viewed (0)
  5. docs/en/docs/tutorial/request-form-models.md

    1. ## Check the Docs
    2.  
    3. You can verify it in the docs UI at `/docs`:
    4.  
    5. <div class="screenshot">
    6. <img src="/img/tutorial/request-form-models/image01.png">
    7. </div>
    8.  
    9. ## Forbid Extra Form Fields
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. docs/pt/docs/tutorial/request-form-models.md

    1. ///
    2.  
    3. ## Modelos Pydantic para Formulários
    4.  
    5. Você precisa apenas declarar um **modelo Pydantic** com os campos que deseja receber como **campos de formulários**, e então declarar o parâmetro como um `Form`:
    6.  
    7. //// tab | Python 3.9+
    8.  
    9. ```Python hl_lines="9-11 15"
    10. {!> ../../docs_src/request_form_models/tutorial001_an_py39.py!}
    11. ```
    12.  
    13. ////
    14.  
    15. //// tab | Python 3.8+
    16.  
    17. ```Python hl_lines="8-10 14"
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess/ko/nori.txt

    Shinsuke Sugaya <******@****.***> 1558588191 +0900
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 30 bytes
    - Viewed (0)
  8. src/main/webapp/js/admin/plugins/form-validator/jquery.form-validator.min.js

    function(){"function"==typeof b.onModulesLoaded&&b.onModulesLoaded();var c="string"==typeof b.form?a(b.form):b.form;a.formUtils.$win.trigger("validatorsLoaded",[c,b])})}}(a),function(a,b){"use strict";var c=a(b);a.formUtils=a.extend(a.formUtils||{},{$win:c,defaultConfig:function(){return{ignore:[],errorElementClass:"error",successElementClass:"valid",borderColorOnError:"#b94a48",errorMessageClass:"form-error",validationRuleAttribute:"data-validation",validationErrorMsgAttribute:"data-validation-...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 32.8K bytes
    - Viewed (0)
  9. README.md

    1. ## Getting Started
    2.  
    3. * GORM Guides [https://gorm.io](https://gorm.io)
    4. * Gen Guides [https://gorm.io/gen/index.html](https://gorm.io/gen/index.html)
    5.  
    6. ## Contributing
    7.  
    8. [You can help to deliver a better GORM, check out things you can do](https://gorm.io/contribute.html)
    9.  
    10. ## Contributors
    11.  
    12. [Thank you](https://github.com/go-gorm/gorm/graphs/contributors) for contributing to the GORM framework!
    13.  
    14. ## License
    Registered: Sun Nov 03 09:35:10 UTC 2024
    - Last Modified: Tue Nov 07 02:20:06 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  10. RELEASE.md

    1. `convolutional_orthogonal_2D`, `convolutional_orthogonal_3D`) have
    2. consistent behavior with the `tf.initializers.orthogonal` initializer, i.e.
    3. scale the output l2-norm by `gain` and NOT by `sqrt(gain)`. (Note that these
    4. functions are currently in `tf.contrib` which is not guaranteed backward
    5. compatible).
    6.  
    7. ## Bug Fixes and Other Changes
    8.  
    9. * Documentation
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top