Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for db_name (0.24 sec)

  1. lib/time/update.bash

    #	cd lib/time
    #	./update.bash
    #
    # If it prints "No updates needed.", then the generated files
    # in the CL match the update.bash in the CL.
    
    # Versions to use.
    CODE=2024a
    DATA=2024a
    
    set -e
    
    cd $(dirname $0)
    rm -rf work
    mkdir work
    go build -o work/mkzip mkzip.go # build now for correct paths in build errors
    cd work
    mkdir zoneinfo
    curl -sS -L -O https://www.iana.org/time-zones/repository/releases/tzcode$CODE.tar.gz
    Shell Script
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 02 18:20:41 GMT 2024
    - 1.8K bytes
    - Viewed (0)
  2. misc/wasm/go_js_wasm_exec

    # license that can be found in the LICENSE file.
    
    SOURCE="${BASH_SOURCE[0]}"
    while [ -h "$SOURCE" ]; do
    	DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
    	SOURCE="$(readlink "$SOURCE")"
    	[[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE"
    done
    DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
    
    # Increase the V8 stack size from the default of 984K
    # to 8192K to ensure all tests can pass without hitting
    # stack size limits.
    Shell Script
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Feb 02 15:35:28 GMT 2023
    - 603 bytes
    - Viewed (0)
  3. api/go1.txt

    pkg crypto/x509, type UnknownAuthorityError struct
    pkg crypto/x509, type VerifyOptions struct
    pkg crypto/x509, type VerifyOptions struct, CurrentTime time.Time
    pkg crypto/x509, type VerifyOptions struct, DNSName string
    pkg crypto/x509, type VerifyOptions struct, Intermediates *CertPool
    pkg crypto/x509, type VerifyOptions struct, Roots *CertPool
    pkg crypto/x509, var ErrUnsupportedAlgorithm error
    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)
  4. api/go1.1.txt

    pkg syscall (windows-386), const DNS_TYPE_CERT = 37
    pkg syscall (windows-386), const DNS_TYPE_CNAME = 5
    pkg syscall (windows-386), const DNS_TYPE_DHCID = 49
    pkg syscall (windows-386), const DNS_TYPE_DNAME = 39
    pkg syscall (windows-386), const DNS_TYPE_DNSKEY = 48
    pkg syscall (windows-386), const DNS_TYPE_DS = 43
    pkg syscall (windows-386), const DNS_TYPE_EID = 31
    pkg syscall (windows-386), const DNS_TYPE_GID = 102
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top