Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 95 for Discard (0.1 sec)

  1. docs/en/docs/release-notes.md

    ## 0.39.0
    
    * Allow path parameters to have default values (e.g. `None`) and discard them instead of raising an error.
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/parse.go

    		p.symDefRef(w, word, operands)
    	}
    	return p.errorCount == 0
    }
    
    // nextToken returns the next non-build-comment token from the lexer.
    // It reports misplaced //go:build comments but otherwise discards them.
    func (p *Parser) nextToken() lex.ScanToken {
    	for {
    		tok := p.lex.Next()
    		if tok == lex.BuildComment {
    			if p.sawCode {
    				p.errorf("misplaced //go:build comment")
    			}
    			continue
    		}
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 14 15:13:11 UTC 2025
    - 37.3K bytes
    - Viewed (0)
  3. tensorflow/c/c_api.h

    TF_CAPI_EXPORT extern void TF_CloseSession(TF_Session*, TF_Status* status);
    
    // Destroy a session object.
    //
    // Even if error information is recorded in *status, this call discards all
    // local resources associated with the session.  The session may not be used
    // during or after this call (and the session drops its reference to the
    // corresponding graph).
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (darwin-386), const TIOCUCNTL = 2147775590
    pkg syscall (darwin-386), const TOSTOP = 4194304
    pkg syscall (darwin-386), const TOSTOP ideal-int
    pkg syscall (darwin-386), const VDISCARD = 15
    pkg syscall (darwin-386), const VDISCARD ideal-int
    pkg syscall (darwin-386), const VDSUSP = 11
    pkg syscall (darwin-386), const VDSUSP ideal-int
    pkg syscall (darwin-386), const VEOF = 0
    pkg syscall (darwin-386), const VEOF ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const TIOCTIMESTAMP ideal-int
    pkg syscall (freebsd-386-cgo), const TIOCUCNTL ideal-int
    pkg syscall (freebsd-386-cgo), const TOSTOP ideal-int
    pkg syscall (freebsd-386-cgo), const VDISCARD ideal-int
    pkg syscall (freebsd-386-cgo), const VDSUSP ideal-int
    pkg syscall (freebsd-386-cgo), const VEOF ideal-int
    pkg syscall (freebsd-386-cgo), const VEOL ideal-int
    pkg syscall (freebsd-386-cgo), const VEOL2 ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (1)
  6. api/go1.txt

    pkg io/ioutil, func TempDir(string, string) (string, error)
    pkg io/ioutil, func TempFile(string, string) (*os.File, error)
    pkg io/ioutil, func WriteFile(string, []uint8, os.FileMode) error
    pkg io/ioutil, var Discard io.Writer
    pkg log, const Ldate ideal-int
    pkg log, const Llongfile ideal-int
    pkg log, const Lmicroseconds ideal-int
    pkg log, const Lshortfile ideal-int
    pkg log, const LstdFlags ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const TIOCUCNTL ideal-int
    pkg syscall (freebsd-arm64), const TOSTOP = 4194304
    pkg syscall (freebsd-arm64), const TOSTOP ideal-int
    pkg syscall (freebsd-arm64), const VDISCARD = 15
    pkg syscall (freebsd-arm64), const VDISCARD ideal-int
    pkg syscall (freebsd-arm64), const VDSUSP = 11
    pkg syscall (freebsd-arm64), const VDSUSP ideal-int
    pkg syscall (freebsd-arm64), const VEOF = 0
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const TOSTOP = 4194304
    pkg syscall (netbsd-arm64-cgo), const TOSTOP ideal-int
    pkg syscall (netbsd-arm64-cgo), const VDISCARD = 15
    pkg syscall (netbsd-arm64-cgo), const VDISCARD ideal-int
    pkg syscall (netbsd-arm64-cgo), const VDSUSP = 11
    pkg syscall (netbsd-arm64-cgo), const VDSUSP ideal-int
    pkg syscall (netbsd-arm64-cgo), const VEOF = 0
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  9. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    us.kg
    
    // Diher Solutions : https://diher.solutions
    // Submitted by Didi Hermawan <******@****.***ons>
    rss.my.id
    diher.solutions
    
    // Discord Inc : https://discord.com
    // Submitted by Sahn Lam <******@****.***>
    discordsays.com
    discordsez.com
    
    // DNS Africa Ltd https://dns.business
    // Submitted by Calvin Browne <******@****.***ss>
    jozi.biz
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (1)
  10. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    pharmaciens.km
    pharmacy
    phd
    phd.jo
    philips
    phone
    photo
    photography
    photos
    phutho.vn
    phuyen.vn
    phx.enscaled.us
    physio
    pi.gov.br
    pi.it
    pi.leg.br
    piacenza.it
    picard.replit.dev
    pics
    pictet
    pictures
    pid
    piedmont.it
    piemonte.it
    pigboat.jp
    pike.replit.dev
    pila.pl
    pilot.aero
    pimienta.org
    pin
    pinb.gov.pl
    ping
    pink
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
Back to top