Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nostri (0.16 sec)

  1. okhttp/api/okhttp.api

    	public final fun -deprecated_maxStaleSeconds ()I
    	public final fun -deprecated_minFreshSeconds ()I
    	public final fun -deprecated_mustRevalidate ()Z
    	public final fun -deprecated_noCache ()Z
    	public final fun -deprecated_noStore ()Z
    	public final fun -deprecated_noTransform ()Z
    	public final fun -deprecated_onlyIfCached ()Z
    	public final fun -deprecated_sMaxAgeSeconds ()I
    	public final fun immutable ()Z
    	public final fun isPrivate ()Z
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Apr 15 13:41:01 GMT 2024
    - 70.2K bytes
    - Viewed (0)
  2. src/bytes/bytes_test.go

    						FieldsFunc(data, unicode.IsSpace)
    					}
    				})
    			}
    		})
    	}
    }
    
    func BenchmarkTrimSpace(b *testing.B) {
    	tests := []struct {
    		name  string
    		input []byte
    	}{
    		{"NoTrim", []byte("typical")},
    		{"ASCII", []byte("  foo bar  ")},
    		{"SomeNonASCII", []byte("    \u2000\t\r\n x\t\t\r\r\ny\n \u3000    ")},
    		{"JustNonASCII", []byte("\u2000\u2000\u2000☺☺☺☺\u3000\u3000\u3000")},
    	}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 24 16:07:25 GMT 2024
    - 56.2K bytes
    - Viewed (0)
Back to top