Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 103 for please (0.14 sec)

  1. cmd/warm-backend-gcs.go

    			}
    			break
    		}
    		err = BucketNotFound{Bucket: bucket}
    	case "conflict":
    		if message == "You already own this bucket. Please select another name." {
    			err = BucketAlreadyOwnedByYou{Bucket: bucket}
    			break
    		}
    		if message == "Sorry, that name is not available. Please try a different one." {
    			err = BucketAlreadyExists{Bucket: bucket}
    			break
    		}
    		err = BucketNotEmpty{Bucket: bucket}
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Apr 21 11:43:18 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  2. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/events/SelectOptionPromptEvent.java

                int value = Integer.parseInt(trimmed);
                if (value > 0 && value <= options.size()) {
                    return PromptResult.response(value - 1);
                }
            }
            return PromptResult.newPrompt("Please enter a value between 1 and " + options.size() + ": ");
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 12:11:05 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. src/cmd/go/internal/bug/bug.go

    	printEnvDetails(&buf)
    	buf.WriteString(bugFooter)
    
    	body := buf.String()
    	url := "https://github.com/golang/go/issues/new?body=" + urlpkg.QueryEscape(body)
    	if !web.OpenBrowser(url) {
    		fmt.Print("Please file a new issue at golang.org/issue/new using this template:\n\n")
    		fmt.Print(body)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  4. src/run.bash

    	exit 1
    fi
    
    export GOENV=off
    eval $(../bin/go tool dist env)
    
    unset CDPATH	# in case user has it set
    
    export GOHOSTOS
    export CC
    
    # no core files, please
    ulimit -c 0
    
    # Raise soft limits to hard limits for NetBSD/OpenBSD.
    # We need at least ~300 MB of bss.
    [ "$(ulimit -H -d)" = "unlimited" ] || ulimit -S -d $(ulimit -H -d)
    
    # Thread count limit on NetBSD 7.
    if ulimit -T &> /dev/null; then
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:02:23 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. platforms/software/testing-base-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/redirector/TestOutputRedirector.java

            }
    
            @Override
            public void onOutput(CharSequence output) {
                if (outputOwner == null) {
                    throw new RuntimeException("Unable send output event from test executor. Please report this problem. Destination: " + dest + ", event: " + output.toString());
                }
                processor.output(outputOwner, new DefaultTestOutputEvent(dest, output.toString()));
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/cmd/phases/reset/cleanupnode.go

    		klog.Warningln("[reset] Please ensure kubelet is stopped manually")
    	} else {
    		if !r.DryRun() {
    			fmt.Println("[reset] Stopping the kubelet service")
    			if err := initSystem.ServiceStop("kubelet"); err != nil {
    				klog.Warningf("[reset] The kubelet service could not be stopped by kubeadm: [%v]\n", err)
    				klog.Warningln("[reset] Please ensure kubelet is stopped manually")
    			}
    		} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/init_mlir.cc

    TensorFlow's help.
    )");
    
    namespace tensorflow {
    
    InitMlir::InitMlir(int *argc, char ***argv) {
      llvm::setBugReportMsg(
          "TensorFlow crashed, please file a bug on "
          "https://github.com/tensorflow/tensorflow/issues with the trace "
          "below.\n");
    
      constexpr char kSeparator[] = "--";
    
      // Find index of separator between two sets of flags.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 10:03:56 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/BuildScanIntegrationTest.kt

            )
    
            executer.expectDocumentedDeprecationWarning(
                "The PluginDependencySpec.`gradle-enterprise` property has been deprecated. " +
                    "This is scheduled to be removed in Gradle 9.0. Please use 'id(\"com.gradle.develocity\") version \"${AutoAppliedDevelocityPlugin.VERSION}\"' instead. " +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  9. hack/golangci-hints.yaml

          path-except: cmd/kubeadm
    
    linters:
      disable-all: false
      enable: # please keep this alphabetized
        - forbidigo
        - ginkgolinter
        - gocritic
        - govet
        - errorlint
        - ineffassign
        - logcheck
        - revive
        - staticcheck
        - stylecheck
        - unused
    
    linters-settings: # please keep this alphabetized
      custom:
        logcheck:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 12:10:09 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  10. common/scripts/setup_env.sh

    # WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
    #
    # The original version of this file is located in the https://github.com/istio/common-files repo.
    # If you're looking at this file in a different repo and want to make a change, please go to the
    # common-files repo, make the change there and check it in. Then come back to this repo and run
    # "make update-common".
    
    # Copyright Istio Authors
    #
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 14:37:27 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top