Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 750 for Errorfs (0.04 sec)

  1. cmd/admin-handlers-idp-ldap.go

    //
    // You should have received a copy of the GNU Affero General Public License
    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package cmd
    
    import (
    	"encoding/json"
    	"errors"
    	"fmt"
    	"io"
    	"net/http"
    	"strings"
    
    	"github.com/minio/madmin-go/v3"
    	"github.com/minio/minio/internal/auth"
    	"github.com/minio/mux"
    	xldap "github.com/minio/pkg/v3/ldap"
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 08 02:46:04 UTC 2025
    - 19.2K bytes
    - Viewed (0)
  2. cmd/xl-storage_test.go

    		switch {
    		case err == nil && test.expError != nil:
    			t.Errorf("Test %d: Expected error %v but got none.", i, test.expError)
    		case err == nil && n != int64(test.length):
    			t.Errorf("Test %d: %d bytes were expected, but %d were written", i, test.length, n)
    		case err == nil && !bytes.Equal(data[test.offset:test.offset+test.length], buffer):
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 66K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/operand_test.go

    			parser.start(lex.Tokenize(test.input))
    			addr := obj.Addr{}
    			parser.operand(&addr)
    		})
    
    		switch {
    		case err == nil:
    			t.Errorf("fail at %s: got no errors; expected %s\n", test.input, test.error)
    		case !strings.Contains(err.Error(), test.error):
    			t.Errorf("fail at %s: got %s; expected %s", test.input, err, test.error)
    		}
    	}
    }
    
    func testOperandParser(t *testing.T, parser *Parser, tests []operandTest) {
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Aug 29 18:31:05 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  4. src/archive/zip/reader.go

    package zip
    
    import (
    	"bufio"
    	"encoding/binary"
    	"errors"
    	"fmt"
    	"hash"
    	"hash/crc32"
    	"internal/godebug"
    	"io"
    	"io/fs"
    	"os"
    	"path"
    	"path/filepath"
    	"slices"
    	"strings"
    	"sync"
    	"time"
    )
    
    var zipinsecurepath = godebug.New("zipinsecurepath")
    
    var (
    	ErrFormat       = errors.New("zip: not a valid zip file")
    	ErrAlgorithm    = errors.New("zip: unsupported compression algorithm")
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Mar 11 22:19:38 UTC 2025
    - 28.4K bytes
    - Viewed (0)
  5. cmd/erasure-object.go

    			if written == partLength {
    				if errors.Is(err, errFileNotFound) || errors.Is(err, errFileCorrupt) {
    					healOnce.Do(func() {
    						globalMRFState.addPartialOp(PartialOperation{
    							Bucket:     bucket,
    							Object:     object,
    							VersionID:  fi.VersionID,
    							Queued:     time.Now(),
    							SetIndex:   er.setIndex,
    							PoolIndex:  er.poolIndex,
    							BitrotScan: errors.Is(err, errFileCorrupt),
    						})
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Sep 07 16:13:09 UTC 2025
    - 80.4K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_es.properties

    errors.failed_to_find_plugins=No se encontraron plugins disponibles.
    errors.failed_to_process_sso_request=No se pudo procesar la solicitud: {0}
    
    errors.property_required={0} es obligatorio.
    errors.property_type_integer={0} es un número.
    errors.property_type_long={0} es un número.
    errors.property_type_float={0} es un número.
    errors.property_type_double={0} es un número.
    errors.property_type_date={0} es una fecha.
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_message_ko.properties

    errors.could_not_delete_logged_in_user=로그인한 사용자는 삭제할 수 없습니다.
    errors.unauthorized_request=권한이 없는 요청입니다.
    errors.failed_to_print_thread_dump=스레드 덤프를 인쇄하지 못했습니다.
    errors.file_is_not_supported={0}은(는) 지원되지 않습니다.
    errors.plugin_file_is_not_found={0}을(를) 찾을 수 없습니다.
    errors.failed_to_install_plugin={0}을(를) 설치하지 못했습니다.
    errors.failed_to_find_plugins=사용 가능한 플러그인을 찾을 수 없습니다.
    errors.failed_to_process_sso_request=요청을 처리하지 못했습니다: {0}
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 14.1K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_pl.properties

    errors.could_not_delete_logged_in_user=Nie można usunąć zalogowanego użytkownika.
    errors.unauthorized_request=Nieautoryzowane żądanie.
    errors.failed_to_print_thread_dump=Nie można wydrukować zrzutu wątków.
    errors.file_is_not_supported={0} nie jest obsługiwany.
    errors.plugin_file_is_not_found={0} nie znaleziono.
    errors.failed_to_install_plugin=Nie można zainstalować {0}.
    errors.failed_to_find_plugins=Nie znaleziono dostępnych wtyczek.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  9. src/main/resources/fess_message_pt_BR.properties

    errors.failed_to_find_plugins=Não foram encontrados plugins disponíveis.
    errors.failed_to_process_sso_request=Não foi possível processar a solicitação: {0}
    
    errors.property_required={0} é obrigatório.
    errors.property_type_integer={0} é um número.
    errors.property_type_long={0} é um número.
    errors.property_type_float={0} é um número.
    errors.property_type_double={0} é um número.
    errors.property_type_date={0} é uma data.
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  10. cmd/encryption-v1.go

    	errKMSDefaultKeyAlreadyConfigured = errors.New("A default encryption already exists on KMS")
    	// Additional MinIO errors for SSE-C requests.
    	errObjectTampered = errors.New("The requested object was modified and may be compromised")
    	// error returned when invalid encryption parameters are specified
    	errInvalidEncryptionParameters     = errors.New("The encryption parameters are not applicable to this object")
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 37.8K bytes
    - Viewed (0)
Back to top