Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 282 for Appendp (0.13 sec)

  1. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

        if (getClass().getName().startsWith("com.google.common.util.concurrent.")) {
          builder.append(getClass().getSimpleName());
        } else {
          builder.append(getClass().getName());
        }
        builder.append('@').append(toHexString(identityHashCode(this))).append("[status=");
        if (isCancelled()) {
          builder.append("CANCELLED");
        } else if (isDone()) {
          addDoneString(builder);
        } else {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (0)
  2. guava/src/com/google/common/util/concurrent/AbstractFuture.java

        if (getClass().getName().startsWith("com.google.common.util.concurrent.")) {
          builder.append(getClass().getSimpleName());
        } else {
          builder.append(getClass().getName());
        }
        builder.append('@').append(toHexString(identityHashCode(this))).append("[status=");
        if (isCancelled()) {
          builder.append("CANCELLED");
        } else if (isDone()) {
          addDoneString(builder);
        } else {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 62.8K bytes
    - Viewed (1)
  3. pkg/kubelet/kuberuntime/kuberuntime_container.go

    				changes.InitContainersToStart = append(changes.InitContainersToStart, i)
    			} else { // init container
    				if isInitContainerFailed(status) {
    					if !restartOnFailure {
    						changes.KillPod = true
    						changes.InitContainersToStart = nil
    						return false
    					}
    					changes.InitContainersToStart = append(changes.InitContainersToStart, i)
    					break
    				}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java

            buffer.append("<?xml version='1.0'?>");
            buffer.append("<project>");
            buffer.append("<modelVersion>4.0.0</modelVersion>");
            buffer.append("<groupId>").append(artifact.getGroupId()).append("</groupId>");
            buffer.append("<artifactId>").append(artifact.getArtifactId()).append("</artifactId>");
            buffer.append("<version>").append(artifact.getBaseVersion()).append("</version>");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 16:34:29 UTC 2024
    - 57.1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java

                buffer.append("<").append(qName);
                for (int i = 0; i < attributes.getLength(); i++) {
                    buffer.append(" ");
                    buffer.append(attributes.getQName(i));
                    buffer.append("=\"");
                    buffer.append(attributes.getValue(i));
                    buffer.append("\"");
                }
                buffer.append(">");
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 65K bytes
    - Viewed (0)
  6. src/go/build/build.go

    		}
    
    		switch verb {
    		case "CFLAGS":
    			di.CgoCFLAGS = append(di.CgoCFLAGS, args...)
    		case "CPPFLAGS":
    			di.CgoCPPFLAGS = append(di.CgoCPPFLAGS, args...)
    		case "CXXFLAGS":
    			di.CgoCXXFLAGS = append(di.CgoCXXFLAGS, args...)
    		case "FFLAGS":
    			di.CgoFFLAGS = append(di.CgoFFLAGS, args...)
    		case "LDFLAGS":
    			di.CgoLDFLAGS = append(di.CgoLDFLAGS, args...)
    		case "pkg-config":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/listener.go

    	// removed, but have not yet
    	if needTLSInspector || needHTTPInspector {
    		l.ListenerFilters = append(l.ListenerFilters, xdsfilters.TLSInspector)
    	}
    
    	if needHTTPInspector {
    		l.ListenerFilters = append(l.ListenerFilters, xdsfilters.HTTPInspector)
    		// Enable timeout only if they configure it and we have an HTTP inspector.
    		// This is really unsafe, so hopefully not used...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. pkg/kubelet/eviction/helpers.go

    			additionalThresholds = append(additionalThresholds, evictionapi.Threshold{
    				Signal:     evictionapi.SignalAllocatableMemoryAvailable,
    				Operator:   threshold.Operator,
    				Value:      threshold.Value,
    				MinReclaim: threshold.MinReclaim,
    			})
    		}
    	}
    	return append(append([]evictionapi.Threshold{}, thresholds...), additionalThresholds...)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  9. src/go/printer/testdata/parser.go

    	for p.tok == token.COMMENT && endline+1 >= p.file.Line(p.pos) {
    		var comment *ast.Comment
    		comment, endline = p.consumeComment()
    		list = append(list, comment)
    	}
    
    	// add comment group to the comments list
    	comments = &ast.CommentGroup{list}
    	p.comments = append(p.comments, comments)
    
    	return
    }
    
    // Advance to the next non-comment token. In the process, collect
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 20:19:51 UTC 2023
    - 50.5K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/xcoff.go

    			ldr.SetSymDynid(x, int32(xfile.symbolCount))
    			syms = append(syms, s)
    
    			size := uint64(ldr.SymSize(x))
    			a4 := &XcoffAuxCSect64{
    				Xauxtype:  _AUX_CSECT,
    				Xscnlenlo: uint32(size & 0xFFFFFFFF),
    				Xscnlenhi: uint32(size >> 32),
    				Xsmclas:   XMC_PR,
    				Xsmtyp:    XTY_SD,
    			}
    			a4.Xsmtyp |= uint8(xcoffAlign(ldr, x, TextSym) << 3)
    			syms = append(syms, a4)
    		}
    
    	case DataSym, BSSSym:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
Back to top