Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 305 for books (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. internal/config/dns/dns_path.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package dns
    
    import (
    	"path"
    	"strings"
    
    	"github.com/miekg/dns"
    )
    
    // msgPath converts a domainname to an etcd path. If s looks like service.staging.skydns.local.,
    // the resulting key will be /skydns/local/skydns/staging/service .
    func msgPath(s, prefix string) string {
    	l := dns.SplitDomainName(s)
    	for i, j := 0, len(l)-1; i < j; i, j = i+1, j-1 {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Aug 28 17:31:12 GMT 2025
    - 1.9K bytes
    - Click Count (0)
  2. guava-gwt/src/com/google/common/net/Net.gwt.xml

        for prod and one for tests. However, unlike our other packages, as of this
        writing it has test supersource but no prod supersource.
    
        GWT happens to use the prod .gwt.xml, so it looks for no supersource for
        tests, either. This causes it to fail to find AtomicLongMapTest.
    
        Our workaround is to tell GWT that util.concurrent and all other packages
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Feb 21 16:12:41 GMT 2025
    - 1.8K bytes
    - Click Count (0)
  3. docs/ko/docs/project-generation.md

        - ๐Ÿ” FastAPI์— ์˜ํ•ด ์‚ฌ์šฉ๋˜๋Š”, ๋ฐ์ดํ„ฐ ๊ฒ€์ฆ๊ณผ ์„ค์ • ๊ด€๋ฆฌ๋ฅผ ์œ„ํ•œ [Pydantic](https://docs.pydantic.dev).
        - ๐Ÿ’พ SQL ๋ฐ์ดํ„ฐ๋ฒ ์ด์Šค๋กœ์„œ์˜ [PostgreSQL](https://www.postgresql.org).
    - ๐Ÿš€ ํ”„๋ก ํŠธ์—”๋“œ๋ฅผ ์œ„ํ•œ [React](https://react.dev).
        - ๐Ÿ’ƒ TypeScript, hooks, Vite ๋ฐ ๊ธฐํƒ€ ํ˜„๋Œ€์ ์ธ ํ”„๋ก ํŠธ์—”๋“œ ์Šคํƒ์„ ์‚ฌ์šฉ.
        - ๐ŸŽจ ํ”„๋ก ํŠธ์—”๋“œ ์ปดํฌ๋„ŒํŠธ๋ฅผ ์œ„ํ•œ [Tailwind CSS](https://tailwindcss.com) ๋ฐ [shadcn/ui](https://ui.shadcn.com).
        - ๐Ÿค– ์ž๋™์œผ๋กœ ์ƒ์„ฑ๋œ ํ”„๋ก ํŠธ์—”๋“œ ํด๋ผ์ด์–ธํŠธ.
        - ๐Ÿงช End-to-End ํ…Œ์ŠคํŠธ๋ฅผ ์œ„ํ•œ [Playwright](https://playwright.dev).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 2.3K bytes
    - Click Count (0)
  4. misc/go_android_exec/exitcode_test.go

    		// We should get a no exit code error
    		if err == nil || !wantErr.MatchString(err.Error()) {
    			t.Errorf("want error matching %s, got %s", wantErr, err)
    		}
    		// And it should flush all output (even if it looks
    		// like we may be getting an exit code)
    		if got := out.String(); text != got {
    			t.Errorf("want full output %q, got %q", text, got)
    		}
    	}
    	wantErr = regexp.MustCompile("^no exit code")
    	check("abc")
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed May 03 14:54:58 GMT 2023
    - 2.1K bytes
    - Click Count (0)
  5. docs/en/docs/advanced/vibe.md

    * **No code reviews**: There's no code to review. No PRs to approve. No comments to address. Embrace vibe coding fully, replace the theater of approving and merging vibe coded PRs that no one looks at with full proper vibes only.
    
    /// tip
    
    This is the ultimate **vibe-driven development** experience. You don't need to think about what your API does, just let the LLM handle it. ๐Ÿง˜
    
    ///
    
    ## Try It { #try-it }
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 2K bytes
    - Click Count (0)
  6. docs/zh/docs/project-generation.md

      - ๐Ÿ” [Pydantic](https://docs.pydantic.dev)๏ผŒFastAPI ไฝฟ็”จ๏ผŒ็”จไบŽๆ•ฐๆฎ้ชŒ่ฏไธŽ้…็ฝฎ็ฎก็†ใ€‚
      - ๐Ÿ’พ [PostgreSQL](https://www.postgresql.org) ไฝœไธบ SQL ๆ•ฐๆฎๅบ“ใ€‚
    - ๐Ÿš€ [React](https://react.dev) ็”จไบŽๅ‰็ซฏใ€‚
      - ๐Ÿ’ƒ ไฝฟ็”จ TypeScriptใ€hooksใ€Vite ไปฅๅŠ็Žฐไปฃๅ‰็ซฏๆŠ€ๆœฏๆ ˆ็š„ๅ…ถไป–้ƒจๅˆ†ใ€‚
      - ๐ŸŽจ [Tailwind CSS](https://tailwindcss.com) ไธŽ [shadcn/ui](https://ui.shadcn.com) ็”จไบŽๅ‰็ซฏ็ป„ไปถใ€‚
      - ๐Ÿค– ่‡ชๅŠจ็”Ÿๆˆ็š„ๅ‰็ซฏๅฎขๆˆท็ซฏใ€‚
      - ๐Ÿงช [Playwright](https://playwright.dev) ็”จไบŽ็ซฏๅˆฐ็ซฏๆต‹่ฏ•ใ€‚
      - ๐Ÿฆ‡ ๆ”ฏๆŒๆš—้ป‘ๆจกๅผใ€‚
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 1.8K bytes
    - Click Count (0)
  7. CONTRIBUTING.md

        rare occasion we may reject it.
    
    **3. Review**
    
    -   For a valid PR, reviewer (person familiar with the code/functionality)
        checks if the PR looks good or needs additional changes.
    -   If all looks good, the reviewer will approve the PR.
    -   If a change is needed, the contributor is requested to make the suggested
        change.
    -   You make the change and submit it for the review again.
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Jan 11 04:47:59 GMT 2025
    - 15.9K bytes
    - Click Count (0)
  8. callbacks/create.go

    package callbacks
    
    import (
    	"fmt"
    	"reflect"
    	"strings"
    
    	"gorm.io/gorm"
    	"gorm.io/gorm/clause"
    	"gorm.io/gorm/schema"
    	"gorm.io/gorm/utils"
    )
    
    // BeforeCreate before create hooks
    func BeforeCreate(db *gorm.DB) {
    	if db.Error == nil && db.Statement.Schema != nil && !db.Statement.SkipHooks && (db.Statement.Schema.BeforeSave || db.Statement.Schema.BeforeCreate) {
    		callMethod(db, func(value interface{}, tx *gorm.DB) (called bool) {
    Created: Sun Apr 05 09:35:12 GMT 2026
    - Last Modified: Tue Jul 29 11:06:13 GMT 2025
    - 13K bytes
    - Click Count (0)
  9. api/maven-api-core/src/main/java/org/apache/maven/api/RemoteRepository.java

     * </ol>
     * <p>By understanding and properly configuring repositories, developers can control where Maven looks for dependencies, manage access to proprietary artifacts, and optimize the build process to ensure consistency and reliability across projects.
     * </p>
     *
     *
     * @since 4.0.0
     * @see Repository
     * @see LocalRepository
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Aug 27 21:13:34 GMT 2024
    - 3.3K bytes
    - Click Count (0)
  10. api/maven-api-core/src/main/java/org/apache/maven/api/Repository.java

     * </ol>
     * By understanding and properly configuring repositories, developers can control where Maven looks for dependencies, manage access to proprietary artifacts, and optimize the build process to ensure consistency and reliability across projects.
     *
     * @since 4.0.0
     * @see RemoteRepository
     * @see LocalRepository
     */
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Tue Aug 27 21:13:34 GMT 2024
    - 3.2K bytes
    - Click Count (0)
Back to Top