Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for cancel (0.26 sec)

  1. misc/chrome/gophertool/popup.js

      var t = box.value;
      if (t == "") {
        return false;
      }
    
      var success = function(url) {
        console.log("matched " + t + " to: " + url)
        box.value = "";
        openURL(url);
        return false;  // cancel form submission
      };
    
      var url = urlForInput(t);
      if (url) {
        return success(url);
      }
    
      console.log("no match for text: " + t)
      return false;
    JavaScript
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Sun Oct 21 17:05:21 GMT 2012
    - 1020 bytes
    - Viewed (0)
  2. api/go1.5.txt

    pkg mime/quotedprintable, type Writer struct, Binary bool
    pkg net, type Dialer struct, FallbackDelay time.Duration
    pkg net, type OpError struct, Source Addr
    pkg net/http, type Request struct, Cancel <-chan struct
    pkg net/http/fcgi, var ErrConnClosed error
    pkg net/http/fcgi, var ErrRequestAborted error
    pkg net/http/pprof, func Trace(http.ResponseWriter, *http.Request)
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Jul 30 21:14:09 GMT 2015
    - 46.6K bytes
    - Viewed (0)
  3. api/go1.6.txt

    pkg math/big, method (*Int) Text(int) string
    pkg math/rand, func Read([]uint8) (int, error)
    pkg math/rand, method (*Rand) Read([]uint8) (int, error)
    pkg net, type DNSError struct, IsTemporary bool
    pkg net, type Dialer struct, Cancel <-chan struct
    pkg net/http, const MethodConnect = "CONNECT"
    pkg net/http, const MethodConnect ideal-string
    pkg net/http, const MethodDelete = "DELETE"
    pkg net/http, const MethodDelete ideal-string
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Jan 13 23:40:13 GMT 2016
    - 12.9K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const EXTB ideal-int
    pkg syscall (freebsd-arm64), const EXTPROC = 2048
    pkg syscall (freebsd-arm64), const EXTPROC ideal-int
    pkg syscall (freebsd-arm64), const F_CANCEL = 5
    pkg syscall (freebsd-arm64), const F_CANCEL ideal-int
    pkg syscall (freebsd-arm64), const F_DUP2FD = 10
    pkg syscall (freebsd-arm64), const F_DUP2FD ideal-int
    pkg syscall (freebsd-arm64), const F_DUP2FD_CLOEXEC = 18
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_CLOSE_NOCANCEL = 399
    pkg syscall (darwin-arm64), const SYS_CLOSE_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_CONNECT = 98
    pkg syscall (darwin-arm64), const SYS_CONNECT ideal-int
    pkg syscall (darwin-arm64), const SYS_CONNECT_NOCANCEL = 409
    pkg syscall (darwin-arm64), const SYS_CONNECT_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_COPYFILE = 227
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall (darwin-386), const SYS_MSGRCV_NOCANCEL ideal-int
    pkg syscall (darwin-386), const SYS_MSGSND ideal-int
    pkg syscall (darwin-386), const SYS_MSGSND_NOCANCEL ideal-int
    pkg syscall (darwin-386), const SYS_MSGSYS ideal-int
    pkg syscall (darwin-386), const SYS_MSYNC ideal-int
    pkg syscall (darwin-386), const SYS_MSYNC_NOCANCEL ideal-int
    pkg syscall (darwin-386), const SYS_MUNLOCK ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  7. lib/time/zoneinfo.zip

    America/Atikokan America/Atka America/Bahia America/Bahia_Banderas America/Barbados America/Belem America/Belize America/Blanc-Sablon America/Boa_Vista America/Bogota America/Boise America/Buenos_Aires America/Cambridge_Bay America/Campo_Grande America/Cancun America/Caracas America/Catamarca America/Cayenne America/Cayman America/Chicago America/Chihuahua America/Ciudad_Juarez America/Coral_Harbour America/Cordoba America/Costa_Rica America/Creston America/Cuiaba America/Curacao America/Danmarkshavn America/Dawson...
    ZIP Archive
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 02 18:20:41 GMT 2024
    - 392.3K bytes
    - Viewed (1)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_MSGRCV = 261
    pkg syscall (darwin-386), const SYS_MSGRCV_NOCANCEL = 419
    pkg syscall (darwin-386), const SYS_MSGSND = 260
    pkg syscall (darwin-386), const SYS_MSGSND_NOCANCEL = 418
    pkg syscall (darwin-386), const SYS_MSGSYS = 252
    pkg syscall (darwin-386), const SYS_MSYNC = 65
    pkg syscall (darwin-386), const SYS_MSYNC_NOCANCEL = 405
    pkg syscall (darwin-386), const SYS_MUNLOCK = 204
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. src/cmd/cgo/internal/test/cgo_thread_lock.go

    }
    
    func init() {
    	testThreadLockFunc = testThreadLock
    }
    
    func testThreadLock(t *testing.T) {
    	stop := make(chan int)
    	go func() {
    		// We need the G continue running,
    		// so the M has a chance to run this G.
    		for {
    			select {
    			case <-stop:
    				return
    			case <-time.After(time.Millisecond * 100):
    			}
    		}
    	}()
    	defer close(stop)
    
    	for i := 0; i < 1000; i++ {
    		if !C.Ctid() {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu May 18 16:55:07 GMT 2023
    - 939 bytes
    - Viewed (0)
  10. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const FD_CLOEXEC ideal-int
    pkg syscall (freebsd-386-cgo), const FD_SETSIZE ideal-int
    pkg syscall (freebsd-386-cgo), const FLUSHO ideal-int
    pkg syscall (freebsd-386-cgo), const F_CANCEL ideal-int
    pkg syscall (freebsd-386-cgo), const F_DUP2FD ideal-int
    pkg syscall (freebsd-386-cgo), const F_DUP2FD_CLOEXEC = 18
    pkg syscall (freebsd-386-cgo), const F_DUP2FD_CLOEXEC ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top