Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 4,874 for dfmail (0.12 sec)

  1. hack/boilerplate/test/fail.py

    kidddddddddddddddddddddd <******@****.***> 1673408742 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 12 03:20:41 UTC 2023
    - 622 bytes
    - Viewed (0)
  2. tests/test_tutorial/test_security/test_tutorial003_an.py

        )
        assert response.status_code == 400, response.text
        assert response.json() == {"detail": "Incorrect username or password"}
    
    
    def test_login_incorrect_username():
        response = client.post("/token", data={"username": "foo", "password": "secret"})
        assert response.status_code == 400, response.text
        assert response.json() == {"detail": "Incorrect username or password"}
    
    
    def test_no_token():
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jul 07 17:12:13 UTC 2023
    - 8K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/apache/maven/maven-parent/4/maven-parent-4.pom

          <id>epunzalan</id>
          <name>Edwin Punzalan</name>
          <email>******@****.***</email>
          <organization>Mergere</organization>
          <roles>
            <role>Committer</role>
          </roles>
          <timezone>+8</timezone>
        </developer>
        <developer>
          <id>mperham</id>
          <name>Mike Perham</name>
          <email>mperham@gmail.com</email>
          <organization>IBM</organization>
          <roles>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 9.8K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CachedTaskIntegrationTest.groovy

                    def outTxt = file('out.txt')
                    outputs.file(outTxt)
                    outputs.cacheIf { true }
                    def fail = providers.gradleProperty('fail')
                    doLast {
                        outTxt << "xxx"
                        if (fail.isPresent()) {
                            throw new RuntimeException("Boo!")
                        }
                    }
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 20 17:51:57 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  5. .github/workflows/trusted_partners.js

      });
      if (user.status >= 400) {
        console.log(user);
        throw `Error Getting user data for ${username}`;
      }
      const email = user.data.email;
      let domain = "";
      if (email && email.lastIndexOf("@") != -1)
        domain = email.substring(email.lastIndexOf("@") +1);
      console.log(domain);
      return domain;
    };
    
    /** For trusted parters like Intel, we want to auto-run tests
        This allows us to reduce the delay to external partners
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 07 13:52:04 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  6. src/compress/bzip2/testdata/fail-issue5747.bz2

    Joe Tsai <******@****.***> 1456950113 -0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 03 02:53:34 UTC 2016
    - 7.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/rsc.io/markdown/link.go

    func (v *validDomainChecker) skip(i int) {
    	v.s = v.s[i:]
    	v.cut -= i
    }
    
    // parseValidDomain parses a valid domain.
    // https://github.github.com/gfm/#valid-domain
    //
    // If s starts with a valid domain, parseValidDomain returns
    // the length of that domain and true. If s does not start with
    // a valid domain, parseValidDomain returns n, false,
    // where n is the length of a prefix guaranteed not to be acceptable
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  8. src/net/ipsock_posix.go

    //     listen.
    //
    //   - A listen for a wildcard communication domain, "tcp" or
    //     "udp", with an IPv4 wildcard address: same as above.
    //
    //   - A listen for a wildcard communication domain, "tcp" or
    //     "udp", with an IPv6 wildcard address: same as above.
    //
    //   - A listen for an IPv4 communication domain, "tcp4" or "udp4",
    //     with an IPv4 wildcard address: We use an IPv4-only, AF_INET,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  9. CITATION.cff

    cff-version: 1.2.0
    title: FastAPI
    message: >-
      If you use this software, please cite it using the
      metadata from this file.
    type: software
    authors:
      - given-names: Sebastián
        family-names: Ramírez
        email: tiangolo@gmail.com
    identifiers:
    repository-code: 'https://github.com/tiangolo/fastapi'
    url: 'https://fastapi.tiangolo.com'
    abstract: >-
      FastAPI framework, high performance, easy to learn, fast to code,
      ready for production
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Oct 22 10:03:38 UTC 2023
    - 615 bytes
    - Viewed (0)
  10. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/maven-parent/5/maven-parent-5.pom

          <id>epunzalan</id>
          <name>Edwin Punzalan</name>
          <email>******@****.***</email>
          <organization>Mergere</organization>
          <roles>
            <role>Committer</role>
          </roles>
          <timezone>+8</timezone>
        </developer>
        <developer>
          <id>mperham</id>
          <name>Mike Perham</name>
          <email>mperham@gmail.com</email>
          <organization>IBM</organization>
          <roles>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Dec 24 18:09:10 UTC 2020
    - 14.8K bytes
    - Viewed (0)
Back to top