Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for chrome (0.22 sec)

  1. misc/chrome/gophertool/popup.js

    function openURL(url) {
      chrome.tabs.create({ "url": url })
    }
    
    function addLinks() {
      var links = document.getElementsByTagName("a");
      for (var i = 0; i < links.length; i++) {
        var url = links[i].getAttribute("url");
        if (url)
          links[i].addEventListener("click", function () {
            openURL(this.getAttribute("url"));
          });
      }
    }
    
    window.addEventListener("load", function () {
      addLinks();
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Oct 21 17:05:21 GMT 2012
    - 1020 bytes
    - Viewed (0)
  2. misc/chrome/gophertool/README.txt

    To install:
    
    1) chrome://extensions/
    2) click "[+] Developer Mode" in top right
    3) "Load unpacked extension..."
    4) pick $GOROOT/misc/chrome/gophertool
    
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 23 21:27:51 GMT 2011
    - 194 bytes
    - Viewed (0)
  3. 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)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_CHMOD = 15
    pkg syscall (darwin-386), const SYS_CHMOD_EXTENDED = 282
    pkg syscall (darwin-386), const SYS_CHOWN = 16
    pkg syscall (darwin-386), const SYS_CHROOT = 61
    pkg syscall (darwin-386), const SYS_CHUD = 185
    pkg syscall (darwin-386), const SYS_CLOSE = 6
    pkg syscall (darwin-386), const SYS_CLOSE_NOCANCEL = 399
    pkg syscall (darwin-386), const SYS_CONNECT = 98
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. doc/go_spec.html

    </p>
    
    
    <h3 id="Type_declarations">Type declarations</h3>
    
    <p>
    A type declaration binds an identifier, the <i>type name</i>, to a <a href="#Types">type</a>.
    Type declarations come in two forms: alias declarations and type definitions.
    </p>
    
    <pre class="ebnf">
    TypeDecl = "type" ( TypeSpec | "(" { TypeSpec ";" } ")" ) .
    TypeSpec = AliasDecl | TypeDef .
    </pre>
    
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  6. .github/ISSUE_TEMPLATE/12-telemetry.yml

        render: Text
        value: |
          counter: gopls/bug
          title: Gopls bug reports
          description: Stacks of bugs encountered on the gopls server.
          type: partition, histogram, stack # choose only one.
          program: golang.org/x/tools/gopls
          counter: gopls/bug
          depth: 16  # only if type is stack.
          version: v0.13.0  # the first binary version containing this counter.
      validations:
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 27 17:23:51 GMT 2023
    - 2.4K bytes
    - Viewed (0)
  7. doc/asm.html

    Don't profile the marked function.  This flag is deprecated.
    </li>
    <li>
    <code>DUPOK</code> = 2
    <br>
    It is legal to have multiple instances of this symbol in a single binary.
    The linker will choose one of the duplicates to use.
    </li>
    <li>
    <code>NOSPLIT</code> = 4
    <br>
    (For <code>TEXT</code> items.)
    Don't insert the preamble to check if the stack must be split.
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_CHOWN = 16 #53466
    pkg syscall (freebsd-riscv64), const SYS_CHOWN ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_CHROOT = 61 #53466
    pkg syscall (freebsd-riscv64), const SYS_CHROOT ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_CLOCK_GETCPUCLOCKID2 = 247 #53466
    pkg syscall (freebsd-riscv64), const SYS_CLOCK_GETCPUCLOCKID2 ideal-int #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)
  9. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_CHOWN = 16
    pkg syscall (netbsd-arm64-cgo), const SYS_CHOWN ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_CHROOT = 61
    pkg syscall (netbsd-arm64-cgo), const SYS_CHROOT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_GETRES = 429
    pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_GETRES ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_CLOCK_GETTIME = 427
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall (darwin-386), const SYS_CHMOD ideal-int
    pkg syscall (darwin-386), const SYS_CHMOD_EXTENDED ideal-int
    pkg syscall (darwin-386), const SYS_CHOWN ideal-int
    pkg syscall (darwin-386), const SYS_CHROOT ideal-int
    pkg syscall (darwin-386), const SYS_CHUD ideal-int
    pkg syscall (darwin-386), const SYS_CLOSE ideal-int
    pkg syscall (darwin-386), const SYS_CLOSE_NOCANCEL ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top