Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 147 for line_ (0.07 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/internal/operations/logging/LoggingBuildOperationProgressIntegTest.groovy

            when:
            def projects = 10
            def lines = 200
            projects.times { i ->
                settingsFile << """
                    include "p$i"
                """
                file("p$i/build.gradle") << """
                    task t {
                        doLast {
                            ${lines}.times {
                                logger.quiet "o: $i \$it"
                            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:34 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  2. src/cmd/cgo/doc.go

    	<preamble>
    	#line 1 "not-declared"
    	void __cgo_f_1_1(void) { __typeof__(foo) *__cgo_undefined__1; }
    	#line 1 "not-type"
    	void __cgo_f_1_2(void) { foo *__cgo_undefined__2; }
    	#line 1 "not-int-const"
    	void __cgo_f_1_3(void) { enum { __cgo_undefined__3 = (foo)*1 }; }
    	#line 1 "not-num-const"
    	void __cgo_f_1_4(void) { static const double __cgo_undefined__4 = (foo); }
    	#line 1 "not-str-lit"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 17:12:16 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  3. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/api/plugins/ApplicationPluginIntegrationTest.groovy

            String[] lines = file("build/install/$baseName/bin/$baseName")
            (lines.find { it.startsWith 'CLASSPATH=' } - 'CLASSPATH=').split(':').collect([] as Set) { it - '$APP_HOME/lib/' }
        }
    
        private Set<String> windowsClasspath(String baseName) {
            String[] lines = file("build/install/$baseName/bin/${baseName}.bat")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun May 12 10:33:12 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/TomlDependenciesExtensionIntegrationTest.groovy

        }
    
        private GradleExecuter withConfigurationCache() {
            executer.withArgument("--configuration-cache")
        }
    
        @Issue("https://github.com/gradle/gradle/issues/20383")
        def "should throw an error if 'from' is called with file collection containing more than one file"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 33K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// kubeadm writes at runtime for the kubelet to source. This overrides the generic base-level configuration in the kubelet-config ConfigMap
    	// Flags have higher priority when parsing. These values are local and specific to the node kubeadm is executing on.
    	// An argument name in this list is the flag name as it appears on the command line except without leading dash(es).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/gradle_daemon.adoc

    [[understanding_wrapper]]
    == Understanding the Daemon
    
    The Gradle JVM client sends the Daemon build information such as command line arguments, project directories, and environment variables so that it can run the build.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:43:14 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/driver/webui.go

    func (ui *webInterface) peek(w http.ResponseWriter, req *http.Request) {
    	args := []string{"peek", req.URL.Query().Get("f")}
    	rpt, errList := ui.makeReport(w, req, args, func(cfg *config) {
    		cfg.Granularity = "lines"
    	})
    	if rpt == nil {
    		return // error already reported
    	}
    
    	out := &bytes.Buffer{}
    	if err := report.Generate(out, rpt, ui.options.Obj); err != nil {
    		http.Error(w, err.Error(), http.StatusBadRequest)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 14K bytes
    - Viewed (0)
  8. cluster/log-dump/log-dump.sh

    }
    
    function dump_masters() {
      local master_names=()
      if [[ -n "${use_custom_instance_list}" ]]; then
        while IFS='' read -r line; do master_names+=("$line"); done < <(log_dump_custom_get_instances master)
      elif [[ ! "${master_ssh_supported_providers}" =~ ${KUBERNETES_PROVIDER} ]]; then
        echo "Master SSH not supported for ${KUBERNETES_PROVIDER}"
        return
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  9. src/internal/trace/event.go

    	PC uint64
    
    	// Func is the name of the function this frame maps to.
    	Func string
    
    	// File is the file which contains the source code of Func.
    	File string
    
    	// Line is the line number within File which maps to PC.
    	Line uint64
    }
    
    // ExperimentalEvent presents a raw view of an experimental event's arguments and thier names.
    type ExperimentalEvent struct {
    	// Name is the name of the event.
    	Name string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 12:39:00 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  10. docs/en/docs/async.md

    ---
    
    Imagine you are the computer / program 🤖 in that story.
    
    While you are at the line, you are just idle 😴, waiting for your turn, not doing anything very "productive". But the line is fast because the cashier is only taking the orders (not preparing them), so that's fine.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 00:24:48 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top