Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for Active (4.31 sec)

  1. misc/chrome/gophertool/background.js

    chrome.omnibox.onInputEntered.addListener(function(t) {
      var url = urlForInput(t);
      if (url) {
        chrome.tabs.query({ "active": true, "currentWindow": true }, function(tab) {
          if (!tab) return;
          chrome.tabs.update(tab.id, { "url": url, "selected": true });
        });
      }
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 18 18:14:37 GMT 2019
    - 286 bytes
    - Viewed (0)
  2. src/cmd/addr2line/addr2line_test.go

    	}
    	fi1, err := os.Stat("addr2line_test.go")
    	if err != nil {
    		t.Fatalf("Stat failed: %v", err)
    	}
    
    	// Debug paths are stored slash-separated, so convert to system-native.
    	srcPath = filepath.FromSlash(srcPath)
    	fi2, err := os.Stat(srcPath)
    
    	if err != nil {
    		t.Fatalf("Stat failed: %v", err)
    	}
    	if !os.SameFile(fi1, fi2) {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 22:16:54 GMT 2024
    - 3.8K bytes
    - Viewed (0)
  3. src/archive/zip/reader.go

    				modified = time.Unix(epoch.Unix()+secs, nsecs)
    			}
    		case unixExtraID, infoZipUnixExtraID:
    			if len(fieldBuf) < 8 {
    				continue parseExtras
    			}
    			fieldBuf.uint32()              // AcTime (ignored)
    			ts := int64(fieldBuf.uint32()) // ModTime since Unix epoch
    			modified = time.Unix(ts, 0)
    		case extTimeExtraID:
    			if len(fieldBuf) < 5 || fieldBuf.uint8()&1 == 0 {
    				continue parseExtras
    			}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 27.7K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IFF_DEBUG = 4 #53466
    pkg syscall (freebsd-riscv64), const IFF_DEBUG ideal-int #53466
    pkg syscall (freebsd-riscv64), const IFF_DRV_OACTIVE = 1024 #53466
    pkg syscall (freebsd-riscv64), const IFF_DRV_OACTIVE ideal-int #53466
    pkg syscall (freebsd-riscv64), const IFF_DRV_RUNNING = 64 #53466
    pkg syscall (freebsd-riscv64), const IFF_DRV_RUNNING ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  5. src/archive/tar/strconv_test.go

    		{"3 somelongkey=\n", "3 somelongkey=\n", "", "", false},
    		{"50 tooshort=\n", "50 tooshort=\n", "", "", false},
    		{"0000000000000000000000000000000030 mtime=1432668921.098285006\n30 ctime=2147483649.15163319", "0000000000000000000000000000000030 mtime=1432668921.098285006\n30 ctime=2147483649.15163319", "mtime", "1432668921.098285006", false},
    		{"06 k=v\n", "06 k=v\n", "", "", false},
    		{"00006 k=v\n", "00006 k=v\n", "", "", false},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 09 05:28:50 GMT 2021
    - 14K bytes
    - Viewed (0)
  6. api/go1.3.txt

    pkg syscall (openbsd-386), type RtMetrics struct, Pad uint32
    pkg syscall (openbsd-386), type Stat_t struct, Ino uint64
    pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint64
    pkg syscall (openbsd-386), type Statfs_t struct, F_mntfromspec [90]int8
    pkg syscall (openbsd-386), type Statfs_t struct, Pad_cgo_0 [2]uint8
    pkg syscall (openbsd-386), type Termios struct
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  7. src/cmd/cgo/doc.go

    directory and also in the system include directory (or some other place
    specified by a -I flag), then "#include <foo/bar.h>" will always find the
    local version in preference to any other version.
    
    The cgo tool is enabled by default for native builds on systems where
    it is expected to work. It is disabled by default when cross-compiling
    as well as when the CC environment variable is unset and the default
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  8. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IFF_NOTRAILERS = 32
    pkg syscall (netbsd-arm64-cgo), const IFF_NOTRAILERS ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFF_OACTIVE = 1024
    pkg syscall (netbsd-arm64-cgo), const IFF_OACTIVE ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFF_POINTOPOINT = 16
    pkg syscall (netbsd-arm64-cgo), const IFF_POINTOPOINT ideal-int
    pkg syscall (netbsd-arm64-cgo), const IFF_PROMISC = 256
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg syscall (linux-386), const MSG_TRYHARD ideal-int
    pkg syscall (linux-386), const MSG_WAITALL ideal-int
    pkg syscall (linux-386), const MSG_WAITFORONE ideal-int
    pkg syscall (linux-386), const MS_ACTIVE ideal-int
    pkg syscall (linux-386), const MS_ASYNC ideal-int
    pkg syscall (linux-386), const MS_BIND ideal-int
    pkg syscall (linux-386), const MS_DIRSYNC ideal-int
    pkg syscall (linux-386), const MS_INVALIDATE ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  10. src/archive/tar/strconv.go

    	nStr, rest, ok := strings.Cut(s, " ")
    	if !ok {
    		return "", "", s, ErrHeader
    	}
    
    	// Parse the first token as a decimal integer.
    	n, perr := strconv.ParseInt(nStr, 10, 0) // Intentionally parse as native int
    	if perr != nil || n < 5 || n > int64(len(s)) {
    		return "", "", s, ErrHeader
    	}
    	n -= int64(len(nStr) + 1) // convert from index in s to index in rest
    	if n <= 0 {
    		return "", "", s, ErrHeader
    	}
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 01 14:28:42 GMT 2023
    - 9K bytes
    - Viewed (0)
Back to top