Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for getAddr (0.21 sec)

  1. cmd/admin-handlers.go

    		return addr
    	}
    
    	// anonymizedAddr - Updated the addr of the node info with anonymized one
    	anonymizeAddr := func(info madmin.NodeInfo) {
    		info.SetAddr(anonAddr(info.GetAddr()))
    	}
    
    	partialWrite := func(oinfo madmin.HealthInfo) {
    		select {
    		case healthInfoCh <- oinfo:
    		case <-healthCtx.Done():
    		}
    	}
    
    	getAndWritePlatformInfo := func() {
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Sun Apr 21 11:43:18 GMT 2024
    - 97.3K bytes
    - Viewed (2)
  2. src/test/java/org/codelibs/core/beans/util/BeanUtilTest.java

            dest.setBbb("bbb");
            dest.setDdd("ddd");
    
            BeanUtil.copyBeanToBean(src, dest);
            assertThat(dest.getAaa(), is("111"));
            assertThat(dest.getBbb(), is(nullValue()));
            assertThat(dest.getDdd(), is("ddd"));
        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testCopy_BeanToBean_ExcludeNull() throws Exception {
            final MyClass src = new MyClass();
    Java
    - Registered: Fri Apr 26 20:58:09 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 34.5K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/Kerb5Context.java

            MIEName targ = new MIEName(this.gssContext.getTargName().export());
    
            ASN1ObjectIdentifier mech = ASN1ObjectIdentifier.getInstance(this.gssContext.getMech().getDER());
            for ( KerberosTicket ticket : subject.getPrivateCredentials(KerberosTicket.class) ) {
                MIEName client = new MIEName(mech, ticket.getClient().getName());
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Thu Aug 02 08:22:42 GMT 2018
    - 13.9K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (linux-386), const RTM_F_NOTIFY ideal-int
    pkg syscall (linux-386), const RTM_F_PREFIX ideal-int
    pkg syscall (linux-386), const RTM_GETACTION ideal-int
    pkg syscall (linux-386), const RTM_GETADDR ideal-int
    pkg syscall (linux-386), const RTM_GETADDRLABEL ideal-int
    pkg syscall (linux-386), const RTM_GETANYCAST ideal-int
    pkg syscall (linux-386), const RTM_GETDCB ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  5. api/go1.1.txt

    pkg syscall (linux-386), const RTM_F_NOTIFY = 256
    pkg syscall (linux-386), const RTM_F_PREFIX = 2048
    pkg syscall (linux-386), const RTM_GETACTION = 50
    pkg syscall (linux-386), const RTM_GETADDR = 22
    pkg syscall (linux-386), const RTM_GETADDRLABEL = 74
    pkg syscall (linux-386), const RTM_GETANYCAST = 62
    pkg syscall (linux-386), const RTM_GETDCB = 78
    pkg syscall (linux-386), const RTM_GETLINK = 18
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. cmd/notification.go

    	addr := peerClient.host.String()
    	reqInfo := (&logger.ReqInfo{}).AppendTags("remotePeer", addr)
    	ctx := logger.SetReqInfo(GlobalContext, reqInfo)
    	peersLogOnceIf(ctx, err, "add-node-err-"+addr)
    	nodeInfo.SetAddr(addr)
    	nodeInfo.SetError(err.Error())
    }
    
    // GetSysErrors - Memory information
    func (sys *NotificationSys) GetSysErrors(ctx context.Context) []madmin.SysErrors {
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Fri Apr 12 18:13:36 GMT 2024
    - 44.5K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const RTM_F_NOTIFY ideal-int
    pkg syscall (linux-arm-cgo), const RTM_F_PREFIX ideal-int
    pkg syscall (linux-arm-cgo), const RTM_GETACTION ideal-int
    pkg syscall (linux-arm-cgo), const RTM_GETADDR ideal-int
    pkg syscall (linux-arm-cgo), const RTM_GETADDRLABEL ideal-int
    pkg syscall (linux-arm-cgo), const RTM_GETANYCAST ideal-int
    pkg syscall (linux-arm-cgo), const RTM_GETDCB ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top