Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 1,422 for indicators (0.42 sec)

  1. src/main/java/jcifs/smb1/ntlmssp/NtlmFlags.java

     */
    public interface NtlmFlags {
    
        /**
        * Indicates whether Unicode strings are supported or used.
        */
        public static final int NTLMSSP_NEGOTIATE_UNICODE = 0x00000001;
    
        /**
        * Indicates whether OEM strings are supported or used.
        */
        public static final int NTLMSSP_NEGOTIATE_OEM = 0x00000002;
    
        /**
        * Indicates whether the authentication target is requested from
        * the server.
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 5.3K bytes
    - Viewed (0)
  2. pkg/controller/endpointslicemirroring/events.go

    package endpointslicemirroring
    
    const (
    	// FailedToListEndpointSlices indicates the controller has failed to list
    	// EndpointSlices.
    	FailedToListEndpointSlices = "FailedToListEndpointSlices"
    	// FailedToUpdateEndpointSlices indicates the controller has failed to
    	// update EndpointSlices.
    	FailedToUpdateEndpointSlices = "FailedToUpdateEndpointSlices"
    	// InvalidIPAddress indicates that an IP address found in an Endpoints
    	// resource is invalid.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 06 19:43:35 UTC 2020
    - 1.3K bytes
    - Viewed (0)
  3. internal/crypto/error.go

    }
    
    var (
    	// ErrInvalidEncryptionMethod indicates that the specified SSE encryption method
    	// is not supported.
    	ErrInvalidEncryptionMethod = Errorf("The encryption method is not supported")
    
    	// ErrInvalidCustomerAlgorithm indicates that the specified SSE-C algorithm
    	// is not supported.
    	ErrInvalidCustomerAlgorithm = Errorf("The SSE-C algorithm is not supported")
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 28 17:44:56 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  4. pkg/kubelet/cadvisor/testing/cadvisor_mock.go

    	m.ctrl.T.Helper()
    	ret := m.ctrl.Call(m, "ContainerFsInfo")
    	ret0, _ := ret[0].(v2.FsInfo)
    	ret1, _ := ret[1].(error)
    	return ret0, ret1
    }
    
    // ContainerFsInfo indicates an expected call of ContainerFsInfo.
    func (mr *MockInterfaceMockRecorder) ContainerFsInfo() *gomock.Call {
    	mr.mock.ctrl.T.Helper()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/troubleshooting/validation_problems.adoc

    [[unsupported_notation]]
    == Unsupported notation in file inputs
    
    This error indicates that a file, directory, collection of files, or a nested collection of files property, refers to an element that Gradle cannot convert to a file.
    
    To fix this, look at the error message which indicates the list of supported file notations and make sure to pick one of them.
    
    [[cannot_use_optional_on_primitive_types]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  6. src/packaging/common/scripts/preinst

    ${packaging.scripts.header}
    
    #
    # This script is executed in the pre-installation phase
    #
    #   On Debian,
    #       $1=install : indicates an new install
    #       $1=upgrade : indicates an upgrade
    #
    #   On RedHat,
    #       $1=1       : indicates an new install
    #       $1=2       : indicates an upgrade
    
    
    
    # Sets the default values for fess variables used in this script
    FESS_USER="${packaging.fess.user}"
    FESS_GROUP="${packaging.fess.group}"
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 01 09:48:15 UTC 2016
    - 2.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/fields/selector.go

    	return valueEscaper.Replace(s)
    }
    
    // InvalidEscapeSequence indicates an error occurred unescaping a field selector
    type InvalidEscapeSequence struct {
    	sequence string
    }
    
    func (i InvalidEscapeSequence) Error() string {
    	return fmt.Sprintf("invalid field selector: invalid escape sequence: %s", i.sequence)
    }
    
    // UnescapedRune indicates an error occurred unescaping a field selector
    type UnescapedRune struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 23 20:40:07 UTC 2020
    - 12.3K bytes
    - Viewed (0)
  8. pkg/kubelet/eviction/mock_threshold_notifier_test.go

    func (m *MockManager) IsUnderDiskPressure() bool {
    	m.ctrl.T.Helper()
    	ret := m.ctrl.Call(m, "IsUnderDiskPressure")
    	ret0, _ := ret[0].(bool)
    	return ret0
    }
    
    // IsUnderDiskPressure indicates an expected call of IsUnderDiskPressure.
    func (mr *MockManagerMockRecorder) IsUnderDiskPressure() *gomock.Call {
    	mr.mock.ctrl.T.Helper()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  9. src/crypto/tls/cipher_suites.go

    		}
    	}
    	return fmt.Sprintf("0x%04X", id)
    }
    
    const (
    	// suiteECDHE indicates that the cipher suite involves elliptic curve
    	// Diffie-Hellman. This means that it should only be selected when the
    	// client indicates that it supports ECC with a curve and point format
    	// that we're happy with.
    	suiteECDHE = 1 << iota
    	// suiteECSign indicates that the cipher suite involves an ECDSA or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  10. internal/http/headers.go

    	// Header indicates if the delete marker version needs to be purged.
    	MinIOSourceDeleteMarkerDelete = "x-minio-source-deletemarker-delete"
    
    	// Header indicates permanent delete replication status.
    	MinIODeleteReplicationStatus = "X-Minio-Replication-Delete-Status"
    	// Header indicates delete-marker replication status.
    	MinIODeleteMarkerReplicationStatus = "X-Minio-Replication-DeleteMarker-Status"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 28 17:44:56 UTC 2024
    - 10.4K bytes
    - Viewed (0)
Back to top