Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 417 for Ne (0.02 sec)

  1. src/main/java/jcifs/smb1/http/ne.css

    Shinsuke Sugaya <******@****.***> 1553287182 +0900
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 1.5K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/collect/MultisetsImmutableEntryTest.java

        assertFalse(entry("foo", 1).equals(null));
      }
    
      public void testEqualsNull() {
        assertEquals(control(NE, 1), entry(NE, 1));
        assertFalse(control(NE, 1).equals(entry(NE, 2)));
        assertFalse(entry(NE, 1).equals(control("bar", 1)));
        assertFalse(entry(NE, 1).equals(new Object()));
        assertFalse(entry(NE, 1).equals(null));
      }
    
      public void testHashCode() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Feb 21 10:16:44 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. docs/site-replication/run-multi-site-ldap.sh

    if [ $? -ne 0 ]; then
    	echo "policy mapping missing, exiting.."
    	exit_1
    fi
    
    ./mc admin user info minio2 "uid=dillon,ou=people,ou=swengg,dc=min,dc=io"
    if [ $? -ne 0 ]; then
    	echo "policy mapping missing, exiting.."
    	exit_1
    fi
    
    ./mc admin user info minio3 "uid=dillon,ou=people,ou=swengg,dc=min,dc=io"
    if [ $? -ne 0 ]; then
    	echo "policy mapping missing, exiting.."
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  4. docs/site-replication/run-multi-site-oidc.sh

    if [ $? -ne 0 ]; then
    	echo "svc account not mirrored, exiting.."
    	exit_1
    fi
    
    ./mc admin user svcacct info minio2 testsvc
    if [ $? -ne 0 ]; then
    	echo "svc account not mirrored, exiting.."
    	exit_1
    fi
    
    ./mc admin user svcacct rm minio1 testsvc
    if [ $? -ne 0 ]; then
    	echo "removing svc account failed, exiting.."
    	exit_1
    fi
    
    sleep 10
    ./mc admin user svcacct info minio2 testsvc
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  5. docs/distributed/decom-encrypted-sse-s3.sh

    if [ $user_count -ne $expanded_user_count ]; then
    	echo "BUG: original user count differs from expanded setup"
    	exit 1
    fi
    
    if [ $policy_count -ne $expanded_policy_count ]; then
    	echo "BUG: original policy count  differs from expanded setup"
    	exit 1
    fi
    
    ./mc version info myminio/versioned | grep -q "versioning is enabled"
    ret=$?
    if [ $ret -ne 0 ]; then
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  6. pkg/volume/util/operationexecutor/node_expander.go

    // it returns false.
    func (ne *NodeExpander) runPreCheck() bool {
    	ne.pvcStatusCap = ne.pvc.Status.Capacity[v1.ResourceStorage]
    	ne.pvCap = ne.pv.Spec.Capacity[v1.ResourceStorage]
    
    	allocatedResourceStatus := ne.pvc.Status.AllocatedResourceStatuses
    	if currentStatus, ok := allocatedResourceStatus[v1.ResourceStorage]; ok {
    		ne.resizeStatus = currentStatus
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 17 19:30:35 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  7. src/internal/bytealg/equal_arm.s

    	B.LT	byte_loop	// length < 4
    	AND	$3, R0, R6
    	CMP	$0, R6
    	B.NE	byte_loop	// unaligned a, use byte-wise compare (TODO: try to align a)
    	AND	$3, R2, R6
    	CMP	$0, R6
    	B.NE	byte_loop	// unaligned b, use byte-wise compare
    	AND	$0xfffffffc, R1, R6
    	// length >= 4
    chunk4_loop:
    	MOVW.P	4(R0), R4
    	MOVW.P	4(R2), R5
    	CMP	R4, R5
    	B.NE	notequal
    	CMP	R0, R6
    	B.NE	chunk4_loop
    	CMP	R0, R1
    	B.EQ	equal		// reached the end
    byte_loop:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 24 00:56:36 UTC 2019
    - 1.8K bytes
    - Viewed (0)
  8. docs/distributed/decom-compressed-sse-s3.sh

    if [ $user_count -ne $expanded_user_count ]; then
    	echo "BUG: original user count differs from expanded setup"
    	exit 1
    fi
    
    if [ $policy_count -ne $expanded_policy_count ]; then
    	echo "BUG: original policy count  differs from expanded setup"
    	exit 1
    fi
    
    ./mc version info myminio/versioned | grep -q "versioning is enabled"
    ret=$?
    if [ $ret -ne 0 ]; then
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/arm/armasm/tables.go

    	YIELD_VC
    	YIELD_HI
    	YIELD_LS
    	YIELD_GE
    	YIELD_LT
    	YIELD_GT
    	YIELD_LE
    	YIELD
    	YIELD_ZZ
    )
    
    var opstr = [...]string{
    	ADC_EQ:            "ADC.EQ",
    	ADC_NE:            "ADC.NE",
    	ADC_CS:            "ADC.CS",
    	ADC_CC:            "ADC.CC",
    	ADC_MI:            "ADC.MI",
    	ADC_PL:            "ADC.PL",
    	ADC_VS:            "ADC.VS",
    	ADC_VC:            "ADC.VC",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 267.4K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/test/testdata/cmpConst_test.go

    	{idx: 0, exp: ge, fn: ge_0_uint64},
    	{idx: 0, exp: eq, fn: eq_0_uint64},
    	{idx: 0, exp: ne, fn: ne_0_uint64},
    	{idx: 1, exp: lt, fn: lt_1_uint64},
    	{idx: 1, exp: le, fn: le_1_uint64},
    	{idx: 1, exp: gt, fn: gt_1_uint64},
    	{idx: 1, exp: ge, fn: ge_1_uint64},
    	{idx: 1, exp: eq, fn: eq_1_uint64},
    	{idx: 1, exp: ne, fn: ne_1_uint64},
    	{idx: 2, exp: lt, fn: lt_126_uint64},
    	{idx: 2, exp: le, fn: le_126_uint64},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 103.1K bytes
    - Viewed (0)
Back to top