Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for email (0.02 sec)

  1. chainable_api.go

    //
    //	// assign an email if the record is not found
    //	db.Where(User{Name: "non_existing"}).Attrs(User{Email: "******@****.***"}).FirstOrInit(&user)
    //	// user -> User{Name: "non_existing", Email: "******@****.***"}
    //
    //	// assign an email if the record is not found, otherwise ignore provided email
    //	db.Where(User{Name: "jinzhu"}).Attrs(User{Email: "******@****.***"}).FirstOrInit(&user)
    Registered: 2025-05-25 09:35
    - Last Modified: 2025-05-25 07:40
    - 14.8K bytes
    - Viewed (0)
  2. finisher_api.go

    //
    //	// assign an email if the record is not found
    //	db.Where(User{Name: "non_existing"}).Attrs(User{Email: "******@****.***"}).FirstOrInit(&user)
    //	// user -> User{Name: "non_existing", Email: "******@****.***"}
    //
    //	// assign email regardless of if record is found
    //	db.Where(User{Name: "jinzhu"}).Assign(User{Email: "******@****.***"}).FirstOrInit(&user)
    Registered: 2025-05-25 09:35
    - Last Modified: 2025-05-25 07:40
    - 22.9K bytes
    - Viewed (0)
  3. pom.xml

    	<organization>
    		<name>CodeLibs Project</name>
    		<url>https://www.codelibs.org/</url>
    	</organization>
    	<developers>
    		<developer>
    			<id>shinsuke</id>
    			<name>Shinsuke Sugaya</name>
    			<email>******@****.***</email>
    			<organization>CodeLibs Inc.</organization>
    			<organizationUrl>https://codelibs.co</organizationUrl>
    		</developer>
    	</developers>
    	<scm>
    Registered: 2025-05-24 08:58
    - Last Modified: 2025-05-10 06:33
    - 4.8K bytes
    - Viewed (0)
  4. pom.xml

    	<organization>
    		<name>CodeLibs</name>
    		<url>https://fess.codelibs.org/</url>
    	</organization>
    	<developers>
    		<developer>
    			<id>shinsuke</id>
    			<name>Shinsuke Sugaya</name>
    			<email>******@****.***</email>
    			<organization>CodeLibs Inc.</organization>
    			<organizationUrl>https://codelibs.co</organizationUrl>
    		</developer>
    	</developers>
    	<issueManagement>
    		<system>GitHub</system>
    Registered: 2025-05-25 03:50
    - Last Modified: 2025-05-24 06:11
    - 2.8K bytes
    - Viewed (0)
  5. pom.xml

    	<organization>
    		<name>CodeLibs Project</name>
    		<url>http://www.codelibs.org/</url>
    	</organization>
    	<developers>
    		<developer>
    			<id>shinsuke</id>
    			<name>Shinsuke Sugaya</name>
    			<email>******@****.***</email>
    			<organization>CodeLibs Inc.</organization>
    			<organizationUrl>https://codelibs.co</organizationUrl>
    		</developer>
    	</developers>
    	<scm>
    Registered: 2025-05-24 08:59
    - Last Modified: 2025-05-10 06:34
    - 4.6K bytes
    - Viewed (0)
  6. pom.xml

    	<organization>
    		<name>CodeLibs Project</name>
    		<url>https://www.codelibs.org/</url>
    	</organization>
    	<developers>
    		<developer>
    			<id>shinsuke</id>
    			<name>Shinsuke Sugaya</name>
    			<email>******@****.***</email>
    			<organization>CodeLibs Inc.</organization>
    			<organizationUrl>https://codelibs.co</organizationUrl>
    		</developer>
    	</developers>
    	<scm>
    Registered: 2025-05-25 00:10
    - Last Modified: 2025-05-10 06:35
    - 9.8K bytes
    - Viewed (0)
  7. CONTRIBUTING.md

    Gradle uses pull requests for contributions. Fork [gradle/gradle](https://github.com/gradle/gradle) and clone your fork. Configure your Git username and email with:
    
        git config user.name 'First Last'
        git config user.email ******@****.***
    
    #### Import Gradle into IntelliJ
    
    To import Gradle into IntelliJ:
    - Open the `build.gradle.kts` file in root of the project with IntelliJ and choose "Open as Project"
    Registered: 2025-05-28 11:36
    - Last Modified: 2025-05-16 07:28
    - 18.5K bytes
    - Viewed (0)
  8. docs/en/overrides/main.html

          </a>
        </div>
        <div class="item">
          <a class="announce-link" href="https://fastapi.tiangolo.com/newsletter/">
            <span class="twemoji">
              {% include ".icons/material/email.svg" %}
            </span> Subscribe to the <strong>FastAPI and friends</strong> newsletter 🎉
          </a>
        </div>
      </div>
      <div id="announce-right" style="position: relative;">
        <div class="item">
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-05-21 15:17
    - 4.9K bytes
    - Viewed (0)
  9. docs/en/docs/index.md

    When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies:
    
    Used by Pydantic:
    
    * <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - for email validation.
    
    Used by Starlette:
    
    * <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - Required if you want to use the `TestClient`.
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-04-26 16:00
    - 20.4K bytes
    - Viewed (0)
  10. README.md

    When you install FastAPI with `pip install "fastapi[standard]"` it comes with the `standard` group of optional dependencies:
    
    Used by Pydantic:
    
    * <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - for email validation.
    
    Used by Starlette:
    
    * <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - Required if you want to use the `TestClient`.
    Registered: 2025-05-25 07:19
    - Last Modified: 2025-05-22 09:45
    - 23.4K bytes
    - Viewed (0)
Back to top