Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for north (0.05 sec)

  1. lib/time/zoneinfo.zip

    Australia/ACT Australia/Adelaide Australia/Brisbane Australia/Broken_Hill Australia/Canberra Australia/Currie Australia/Darwin Australia/Eucla Australia/Hobart Australia/LHI Australia/Lindeman Australia/Lord_Howe Australia/Melbourne Australia/NSW Australia/North Australia/Perth Australia/Queensland Australia/South Australia/Sydney Australia/Tasmania Australia/Victoria Australia/West Australia/Yancowinna Brazil/Acre Brazil/DeNoronha Brazil/East Brazil/West CET CST6CDT Canada/Atlantic Canada/Central Canada/Eastern...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 18:20:41 UTC 2024
    - 392.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="text/x-expect">
        <_comment>Expect Script</_comment>
        <glob pattern="*.exp"/>
        <sub-class-of type="text/plain"/>
      </mime-type>
    
      <mime-type type="text/x-forth">
        <_comment>Forth source code</_comment>
        <glob pattern="*.4th"/>
        <sub-class-of type="text/plain"/>
       </mime-type>
    
      <mime-type type="text/x-fortran">
        <_comment>Fortran source code</_comment>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    }
    
    // These constants are for remote command execution and port forwarding and are
    // used by both the client side and server side components.
    //
    // This is probably not the ideal place for them, but it didn't seem worth it
    // to create pkg/exec and pkg/portforward just to contain a single file with
    // constants in it.  Suggestions for more appropriate alternatives are
    // definitely welcome!
    const (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. src/net/http/h2_bundle.go

    			sc.idleTimer.Reset(sc.srv.IdleTimeout)
    		}
    		if http2h1ServerKeepAlivesDisabled(sc.hs) {
    			sc.startGracefulShutdownInternal()
    		}
    	}
    	if p := st.body; p != nil {
    		// Return any buffered unread bytes worth of conn-level flow control.
    		// See golang.org/issue/16481
    		sc.sendWindowUpdate(nil, p.Len())
    
    		p.CloseWithError(err)
    	}
    	if e, ok := err.(http2StreamError); ok {
    		if e.Cause != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top