Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for noinfo (0.27 sec)

  1. pkg/proxy/winkernel/proxier.go

    func (info *endpointInfo) String() string {
    	return net.JoinHostPort(info.ip, strconv.Itoa(int(info.port)))
    }
    
    // IsLocal is part of proxy.Endpoint interface.
    func (info *endpointInfo) IsLocal() bool {
    	return info.isLocal
    }
    
    // IsReady returns true if an endpoint is ready and not terminating.
    func (info *endpointInfo) IsReady() bool {
    	return info.ready
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  2. pkg/proxy/nftables/proxier.go

    			ipX = "ip6"
    		}
    
    		for _, ep := range endpoints {
    			epInfo, ok := ep.(*endpointInfo)
    			if !ok {
    				continue
    			}
    
    			tx.Add(&knftables.Rule{
    				Chain: svcChain,
    				Rule: knftables.Concat(
    					ipX, "saddr", "@", epInfo.affinitySetName,
    					"goto", epInfo.chainName,
    				),
    			})
    		}
    	}
    
    	// Now write loadbalancing rule
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

            public SearchConditionBuilder size(final int size) {
                this.size = size;
                return this;
            }
    
            public SearchConditionBuilder geoInfo(final GeoInfo geoInfo) {
                this.geoInfo = geoInfo;
                return this;
            }
    
            public SearchConditionBuilder highlightInfo(final HighlightInfo highlightInfo) {
                this.highlightInfo = highlightInfo;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  4. cmd/xl-storage.go

    			dcinfo.Total = di.Total
    			dcinfo.Free = di.Free
    			dcinfo.Used = di.Used
    			dcinfo.UsedInodes = di.Files - di.Ffree
    			dcinfo.FreeInodes = di.Ffree
    			dcinfo.FSType = di.FSType
    			diskID, err := s.GetDiskID()
    			// Healing is 'true' when
    			// - if we found an unformatted disk (no 'format.json')
    			// - if we found healing tracker 'healing.bin'
    			dcinfo.Healing = errors.Is(err, errUnformattedDisk) || (s.Healing() != nil)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/dwarf.go

    			if len(unit.Textp) == 0 {
    				cuabrv = dwarf.DW_ABRV_COMPUNIT_TEXTLESS
    			}
    			unit.DWInfo = d.newdie(&dwroot, cuabrv, unit.Lib.Pkg)
    			newattr(unit.DWInfo, dwarf.DW_AT_language, dwarf.DW_CLS_CONSTANT, int64(dwarf.DW_LANG_Go), 0)
    			// OS X linker requires compilation dir or absolute path in comp unit name to output debug info.
    			compDir := getCompilationDir()
    			// TODO: Make this be the actual compilation directory, not
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  6. pkg/proxy/iptables/proxier.go

    		for _, ep := range endpoints {
    			epInfo, ok := ep.(*endpointInfo)
    			if !ok {
    				continue
    			}
    			comment := fmt.Sprintf(`"%s -> %s"`, svcPortNameString, epInfo.String())
    
    			args = append(args[:0],
    				"-A", string(svcChain),
    			)
    			args = proxier.appendServiceCommentLocked(args, comment)
    			args = append(args,
    				"-m", "recent", "--name", string(epInfo.ChainName),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  7. pkg/kubelet/stats/cri_stats_provider_test.go

    	mockCadvisor.EXPECT().RootFsInfo().Return(rootFsInfo, nil)
    	mockCadvisor.EXPECT().GetDirFsInfo(imageFsMountpoint).Return(imageFsInfo, nil)
    	mockCadvisor.EXPECT().GetDirFsInfo(unknownMountpoint).Return(cadvisorapiv2.FsInfo{}, cadvisorfs.ErrNoSuchDevice)
    
    	fakeRuntimeService.SetFakeSandboxes([]*critest.FakePodSandbox{
    		sandbox0, sandbox1, sandbox2, sandbox3, sandbox4, sandbox5,
    	})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

    import org.codelibs.fess.Constants;
    import org.codelibs.fess.api.BaseApiManager;
    import org.codelibs.fess.app.service.FavoriteLogService;
    import org.codelibs.fess.entity.FacetInfo;
    import org.codelibs.fess.entity.GeoInfo;
    import org.codelibs.fess.entity.HighlightInfo;
    import org.codelibs.fess.entity.PingResponse;
    import org.codelibs.fess.entity.SearchRenderData;
    import org.codelibs.fess.entity.SearchRequestParams;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 02:17:23 UTC 2024
    - 50.3K bytes
    - Viewed (0)
  9. kotlin-js-store/yarn.lock

      integrity sha512-GHrMyVZQWvTIdDtpiEXdHZnFQKzeO09apj8Cbl4pKWy4i0Oprcq17usfDt5aO63swf0JOeMWjWQE/LzgSRuWpA==
    
    envinfo@^7.7.3:
      version "7.8.1"
      resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475"
      integrity sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 87.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    		}
    		return str
    	}
    	var buffer struct {
    		header W_Mnth
    		fsinfo [64]W_Mntent
    	}
    	fs_count, err := W_Getmntent_A((*byte)(unsafe.Pointer(&buffer)), int(unsafe.Sizeof(buffer)))
    	if err == nil {
    		err = EINVAL
    		for i := 0; i < fs_count; i++ {
    			if b2s(buffer.fsinfo[i].Mountpoint[:]) == name {
    				err = unmount_LE(b2s(buffer.fsinfo[i].Fsname[:]), mtm)
    				break
    			}
    		}
    	} else if fs_count == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
Back to top