Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 487 for modesA (0.12 sec)

  1. src/crypto/aes/modes.go

    Conrado Gouvea <******@****.***> 1499994877 -0300
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 14 15:32:26 UTC 2018
    - 1.1K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/reporting/model/DetailedModelReportIntegrationTest.groovy

        }
    
        def "can find the relative path to model rules defined in different scripts"() {
            given:
            def model1File = testDirectory.file("model1.gradle")
            def model2File = testDirectory.file("sub-dir", "model2.gradle")
    
            model1File << """
            ${managedNumbers()}
            model {
                numbers(Numbers){
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 12 07:56:08 UTC 2021
    - 5.7K bytes
    - Viewed (0)
  3. docs_src/sql_databases/sql_app/models.py

    Moustapha Sall <******@****.***> 1704810933 -0500
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 09 14:35:33 UTC 2024
    - 710 bytes
    - Viewed (0)
  4. docs_src/sql_databases/sql_app_py39/models.py

    Moustapha Sall <******@****.***> 1704810933 -0500
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 09 14:35:33 UTC 2024
    - 710 bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r86/StreamingBuildActionCrossVersionTest.groovy

                builder.run()
            }
    
            then:
            models.size() == 4
    
            and:
            CustomModel model1 = models.get(0)
            model1.value == 1
    
            and:
            GradleProject gradleProject = models.get(1)
            gradleProject.name == "hello-world"
    
            and:
            CustomModel model2 = models.get(2)
            model2.value == 2
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 07 03:20:59 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  6. prow/config/modern.yaml

    John Howard <******@****.***> 1685555460 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 31 17:51:00 UTC 2023
    - 941 bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r81/Models.java

    import java.io.Serializable;
    import java.util.ArrayList;
    import java.util.Collection;
    import java.util.List;
    
    public class Models implements Serializable {
        private final boolean runsInParallel;
        private final List<ToolchainModel> projects;
    
        public Models(boolean runsInParallel, Collection<ToolchainModel> projects) {
            this.runsInParallel = runsInParallel;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  8. fastapi/openapi/models.py

    Paul <******@****.***> 1713480573 -0400
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 22:49:33 UTC 2024
    - 15K bytes
    - Viewed (1)
  9. src/crypto/cipher/cipher.go

    // Package cipher implements standard block cipher modes that can be wrapped
    // around low-level block cipher implementations.
    // See https://csrc.nist.gov/groups/ST/toolkit/BCM/current_modes.html
    // and NIST Special Publication 800-38A.
    package cipher
    
    // A Block represents an implementation of block cipher
    // using a given key. It provides the capability to encrypt
    // or decrypt individual blocks. The mode implementations
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 28 03:55:33 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  10. docs/en/docs/reference/openapi/models.md

    # OpenAPI `models`
    
    OpenAPI Pydantic models used to generate and validate the generated OpenAPI.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Oct 18 12:36:40 UTC 2023
    - 125 bytes
    - Viewed (0)
Back to top