Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for boont (0.1 sec)

  1. apache-maven/src/main/appended-resources/META-INF/LICENSE.vm

    #*      *##set ( $project.url = 'https://github.com/google/guice/' )
    #*    *##end
    #*    *###
    #*    *### Classworlds is in boot directory, not in lib
    #*    *##if ( $project.artifact.artifactId == "plexus-classworlds" )
    #*      *##set ( $directory = 'boot' )
    #*    *##end
    #*    *###
    #*    *### copy license file to lib/$artifactId.license
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 04 06:45:16 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/cmd/phases/init/waitcontrolplane.go

    	waiter, err := newControlPlaneWaiter(data.DryRun(), 0, client, data.OutputWriter())
    	if err != nil {
    		return errors.Wrap(err, "error creating waiter")
    	}
    
    	fmt.Printf("[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods"+
    		" from directory %q\n",
    		data.ManifestDir())
    
    	handleError := func(err error) error {
    		context := struct {
    			Error  string
    			Socket string
    		}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 5K bytes
    - Viewed (0)
  3. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractSmokeTest.groovy

            // https://plugins.gradle.org/plugin/io.spring.dependency-management
            static springDependencyManagement = "1.1.4"
    
            // https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-gradle-plugin
            static springBoot = "3.2.4"
    
            // https://developer.android.com/studio/releases/build-tools
            static androidTools = "34.0.0"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 08:14:32 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  4. cluster/gce/upgrade.sh

        echo "== FAILED to recreate ${instance} =="
        echo "${recreate}"
        return ${recreate_rc}
      fi
    
      # Wait for node status to reflect a new boot ID. This guarantees us
      # that the node status in the API is from a different boot. This
      # does not guarantee that the status is from the upgraded node, but
      # it is a best effort approximation.
      echo "== Waiting for new node to be added to k8s.  ==" >&2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  5. pkg/kubelet/server/server.go

    				Param(ws.QueryParameter("pattern", "pattern filters log entries by the provided regex pattern").DataType("string")).
    				Param(ws.QueryParameter("boot", "boot show messages from a specific system boot").DataType("string")))
    		}
    		s.restfulCont.Add(ws)
    	} else {
    		s.restfulCont.Handle(logsPath, getHandlerForDisabledEndpoint("logs endpoint is disabled."))
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 40.1K bytes
    - Viewed (0)
  6. cmd/erasure-healing-common.go

    // Beginning of unix time is treated as sentinel value here.
    var (
    	timeSentinel     = time.Unix(0, 0).UTC()
    	timeSentinel1970 = time.Unix(0, 1).UTC() // 1970 used for special cases when xlmeta.version == 0
    )
    
    // Boot modTimes up to disk count, setting the value to time sentinel.
    func bootModtimes(diskCount int) []time.Time {
    	modTimes := make([]time.Time, diskCount)
    	// Boots up all the modtimes.
    	for i := range modTimes {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/build.gradle

                    from(templates.javaAndroidApplication)
                }
            }
            buildingSpringBootWebApplications {
                sampleDirectory = samplesRoot.dir("spring-boot-web-application")
                description = "Build a simple Spring Boot application."
                category = "Spring"
                common {
                    from(templates.springBootWebApplication)
                }
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/optimizing-performance/gradle_daemon.adoc

    The following JVM attributes controlled by startup arguments are also immutable:
    
    * The maximum heap size (the `-Xmx` JVM argument)
    * The minimum heap size (the `-Xms` JVM argument)
    * The boot classpath (the `-Xbootclasspath` argument)
    * The "assertion" status (the `-ea` argument)
    
    If the requested build environment requirements for any of these properties and attributes
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:43:14 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  9. pom.xml

    			<version>${handlebars.version}</version>
    		</dependency>
    
    		<!-- Tomcat -->
    		<dependency>
    			<groupId>org.dbflute.tomcat</groupId>
    			<artifactId>tomcat-boot</artifactId>
    			<version>${tomcat.boot.version}</version>
    			<!-- Disable scope at development on IDEA -->
    			<scope>provided</scope>
    			<exclusions>
    				<exclusion>
    					<groupId>org.apache.tomcat</groupId>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 30 06:49:02 UTC 2024
    - 48.7K bytes
    - Viewed (1)
  10. cluster/gce/util.sh

        if ! ${gcloud} compute instance-templates create \
          "${template_name}" \
          --project "${PROJECT}" \
          --machine-type "${machine_type}" \
          --boot-disk-type "${NODE_DISK_TYPE}" \
          --boot-disk-size "${NODE_DISK_SIZE}" \
          "${node_image_flags[@]}" \
          --service-account "${NODE_SERVICE_ACCOUNT}" \
          --tags "${NODE_TAG}" \
          "${accelerator_args[@]}" \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top