Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 175 for Cur (0.02 sec)

  1. src/cmd/cgo/internal/test/issue18146.go

    	case "linux":
    		nproc = 6
    	case "darwin", "dragonfly", "freebsd", "netbsd", "openbsd":
    		nproc = 7
    	}
    	if setNproc {
    		var rlim syscall.Rlimit
    		if syscall.Getrlimit(nproc, &rlim) == nil {
    			max := int(rlim.Cur) / (threads + 5)
    			if attempts > max {
    				t.Logf("lowering attempts from %d to %d for RLIMIT_NPROC", attempts, max)
    				attempts = max
    			}
    		}
    	}
    
    	if os.Getenv("test18146") == "exec" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 23:35:32 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  2. Dockerfile.hotfix

        MC_CONFIG_DIR=/tmp/.mc
    
    COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
    COPY --from=build /go/bin/minio /usr/bin/minio
    COPY --from=build /go/bin/mc /usr/bin/mc
    COPY --from=build /go/bin/cur* /usr/bin/
    
    COPY CREDITS /licenses/CREDITS
    COPY LICENSE /licenses/LICENSE
    COPY dockerscripts/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
    
    EXPOSE 9000
    VOLUME ["/data"]
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Mar 30 09:41:56 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. pkg/collateral/control.go

    			COMPREPLY[$i]=${COMPREPLY[$i]#"$colon_word"}
    		done
    	fi
    }
    __istio_get_comp_words_by_ref() {
    	cur="${COMP_WORDS[COMP_CWORD]}"
    	prev="${COMP_WORDS[${COMP_CWORD}-1]}"
    	words=("${COMP_WORDS[@]}")
    	cword=("${COMP_CWORD[@]}")
    }
    __istio_filedir() {
    	local RET OLD_IFS w qw
    	__istio_debug "_filedir $@ cur=$cur"
    	if [[ "$1" = \~* ]]; then
    		# somehow does not work. Maybe, zsh does not call this at all
    		eval echo "$1"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 03:51:36 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/likelyadjust.go

    				tovisit = append(tovisit, nb)
    			}
    		}
    		for len(tovisit) > 0 {
    			cur := tovisit[len(tovisit)-1]
    			tovisit = tovisit[:len(tovisit)-1]
    			if dominatedByCall[cur.ID] {
    				continue
    			}
    			// Record visited in dominatedByCall.
    			dominatedByCall[cur.ID] = true
    			for _, s := range cur.Succs {
    				nb := s.Block()
    				if l.iterationEnd(nb, b2l) {
    					callfreepath = true
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 31 21:41:20 UTC 2022
    - 15.4K bytes
    - Viewed (0)
  5. platforms/ide/ide-native/src/test/groovy/org/gradle/ide/visualstudio/tasks/internal/VisualStudioFiltersFileTest.groovy

            Node resourceFiles = itemGroup('Filters').Filter.find({it.'@Include' == 'Resource Files'}) as Node
            resourceFiles.Extensions[0].text() == 'rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav'
    
            and:
            itemGroup('Sources').children().isEmpty()
            itemGroup('Headers').children().isEmpty()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 27 17:02:15 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  6. pkg/controller/deployment/deployment_controller.go

    // is updated and wake them up. If the anything of the ReplicaSets have changed, we need to
    // awaken both the old and new deployments. old and cur must be *apps.ReplicaSet
    // types.
    func (dc *DeploymentController) updateReplicaSet(logger klog.Logger, old, cur interface{}) {
    	curRS := cur.(*apps.ReplicaSet)
    	oldRS := old.(*apps.ReplicaSet)
    	if curRS.ResourceVersion == oldRS.ResourceVersion {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/plan9x.go

    		}
    		arrange = string(c)
    		result += arrange
    		if a.cnt > 0 {
    			result = "[" + result
    			for i := 1; i < int(a.cnt); i++ {
    				cur := V0 + Reg((uint16(a.r)-uint16(V0)+uint16(i))&31)
    				result += ", " + cur.String() + arrange
    			}
    			result += "]"
    		}
    		return result
    
    	case RegisterWithArrangementAndIndex:
    		result := a.r.String()
    		arrange := a.a.String()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 17K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb1/smb1/SmbRandomAccessFile.java

                    case '\n':
                        eol = true;
                        break;
                    case '\r':
                        eol = true;
                        long cur = fp;
                        if( read() != '\n' ) {
                            fp = cur;
                        }
                        break;
                    default:
                        input.append( (char)c );
                        break;
                }
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 10.9K bytes
    - Viewed (0)
  9. src/cmd/internal/dwarf/dwarf.go

    	out := make([]Range, 0, len(in1)+len(in2))
    	i, j := 0, 0
    	for {
    		var cur Range
    		if i < len(in2) && j < len(in1) {
    			if in2[i].Start < in1[j].Start {
    				cur = in2[i]
    				i++
    			} else {
    				cur = in1[j]
    				j++
    			}
    		} else if i < len(in2) {
    			cur = in2[i]
    			i++
    		} else if j < len(in1) {
    			cur = in1[j]
    			j++
    		} else {
    			break
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 15:23:18 UTC 2024
    - 43K bytes
    - Viewed (0)
  10. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/text/TreeFormatter.java

                return "  - ";
            }
        }
    
        private static class NumberedPrefixer implements Prefixer {
            private int cur = 0;
    
            @Override
            public String nextPrefix() {
                return "  " + ++cur + ". ";
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:39 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top