Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for twenty (0.05 seconds)

  1. src/main/resources/fess_label_pt_BR.properties

    labels.chat_error=Ocorreu um erro. Por favor, tente novamente.
    labels.chat_error_rate_limit=No momento está muito ocupado. Por favor, aguarde um momento e tente novamente.
    labels.chat_error_auth=A autenticação do serviço de IA falhou. Por favor, entre em contato com o administrador.
    labels.chat_error_service_unavailable=O serviço de IA está temporariamente indisponível. Por favor, tente novamente mais tarde.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 53.9K bytes
    - Click Count (0)
  2. src/archive/zip/reader_test.go

    			rd, err := f.Open()
    			if err != nil {
    				t.Fatal(err)
    			}
    			defer rd.Close()
    
    			_, err = io.Copy(io.Discard, rd)
    			if err != ErrFormat {
    				t.Fatalf("Error mismatch\n\tGot:  %v\n\tWant: %v", err, ErrFormat)
    			}
    		})
    	}
    }
    
    func TestIssue54801(t *testing.T) {
    	for _, input := range []string{"testdata/readme.zip", "testdata/dd.zip"} {
    		z, err := OpenReader(input)
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 15 18:35:56 GMT 2026
    - 57.9K bytes
    - Click Count (0)
Back to Top