Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Auinger (2.32 sec)

  1. gorm.go

    		DB:       db,
    		ConnPool: db.ConnPool,
    		Context:  context.Background(),
    		Clauses:  map[string]clause.Clause{},
    	}
    
    	if err == nil && !config.DisableAutomaticPing {
    		if pinger, ok := db.ConnPool.(interface{ Ping() error }); ok {
    			err = pinger.Ping()
    		}
    	}
    
    	if err != nil {
    		config.Logger.Error(context.Background(), "failed to initialize database, got error %v", err)
    	}
    
    	return
    }
    
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Sun Aug 20 11:46:56 GMT 2023
    - 11.6K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/InterruptibleTask.java

        /*
         * TODO(cpovirk): Clear interrupt status here? We currently don't, which means that an interrupt
         * before, during, or after runInterruptibly() (unless it produced an InterruptedException
         * caught above) can linger and affect listeners.
         */
      }
    
      /**
       * Called before runInterruptibly - if true, runInterruptibly and afterRanInterruptibly will not
       * be called.
       */
      abstract boolean isDone();
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri Sep 29 21:34:48 GMT 2023
    - 9.9K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg syscall (darwin-arm64), const SO_LABEL = 4112
    pkg syscall (darwin-arm64), const SO_LABEL ideal-int
    pkg syscall (darwin-arm64), const SO_LINGER = 128
    pkg syscall (darwin-arm64), const SO_LINGER_SEC = 4224
    pkg syscall (darwin-arm64), const SO_LINGER_SEC ideal-int
    pkg syscall (darwin-arm64), const SO_NKE = 4129
    pkg syscall (darwin-arm64), const SO_NKE ideal-int
    pkg syscall (darwin-arm64), const SO_NOADDRERR = 4131
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SO_KEEPALIVE = 8 #53466
    pkg syscall (freebsd-riscv64), const SO_LABEL = 4105 #53466
    pkg syscall (freebsd-riscv64), const SO_LABEL ideal-int #53466
    pkg syscall (freebsd-riscv64), const SO_LINGER = 128 #53466
    pkg syscall (freebsd-riscv64), const SO_LISTENINCQLEN = 4115 #53466
    pkg syscall (freebsd-riscv64), const SO_LISTENINCQLEN ideal-int #53466
    pkg syscall (freebsd-riscv64), const SO_LISTENQLEN = 4114 #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SO_KEEPALIVE = 8
    pkg syscall (freebsd-arm64), const SO_LABEL = 4105
    pkg syscall (freebsd-arm64), const SO_LABEL ideal-int
    pkg syscall (freebsd-arm64), const SO_LINGER = 128
    pkg syscall (freebsd-arm64), const SO_LISTENINCQLEN = 4115
    pkg syscall (freebsd-arm64), const SO_LISTENINCQLEN ideal-int
    pkg syscall (freebsd-arm64), const SO_LISTENQLEN = 4114
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.27.md

    - GRPC probes now set a linger option of 1s to improve the TIME-WAIT state. ([#115321](https://github.com/kubernetes/kubernetes/pull/115321), [@rphillips](https://github.com/rphillips)) [SIG Network and Node]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Apr 16 15:20:21 GMT 2024
    - 434.3K bytes
    - Viewed (3)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1FAD0..1FAD6  ; valid                  ;      ; NV8    # 13.0 BLUEBERRIES..TEAPOT
    1FAD7..1FAD9  ; valid                  ;      ; NV8    # 14.0 POURING LIQUID..JAR
    1FADA..1FADB  ; valid                  ;      ; NV8    # 15.0 GINGER ROOT..PEA POD
    1FADC..1FADF  ; disallowed                             # NA   <reserved-1FADC>..<reserved-1FADF>
    1FAE0..1FAE7  ; valid                  ;      ; NV8    # 14.0 MELTING FACE..BUBBLES
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  8. RELEASE.md

    Abouelseoud, Måns Bermell, Måns Nilsson, Nathan Luehr, Nico Jahn, Niroop
    Ammbashankar, Oceania2018, Omri Steiner, Orivej Desh, Oskar Flordal, oujiafan,
    Patrik Laurell, Paul B. Isaac'S, Paul Klinger, Pawel Piskorski, Pedro Marques,
    Phat Tran, Piotr Zierhoffer, piyushdatta, Pnikam-Cad, Prashant Kumar, Prateek
    Gupta, PratsBhatt, Pravin Karandikar, qqq.jq, QQ喵, Quintin, Rama Ketineni,
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top