Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 275 for Verbose (0.1 sec)

  1. platforms/core-runtime/launcher/src/test/groovy/org/gradle/tooling/internal/provider/FileSystemWatchingBuildActionRunnerTest.groovy

            WatchMode.DEFAULT  | VfsLogging.VERBOSE | WatchLogging.NORMAL | true
            WatchMode.DEFAULT  | VfsLogging.NORMAL  | WatchLogging.NORMAL | false
            WatchMode.DEFAULT  | VfsLogging.VERBOSE | WatchLogging.DEBUG  | false
            WatchMode.DEFAULT  | VfsLogging.NORMAL  | WatchLogging.DEBUG  | true
            WatchMode.ENABLED  | VfsLogging.VERBOSE | WatchLogging.NORMAL | true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  2. common/scripts/gobuild.sh

    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    # This script builds and version stamps the output
    
    VERBOSE=${VERBOSE:-"0"}
    V=""
    if [[ "${VERBOSE}" == "1" ]];then
        V="-x"
        set -x
    fi
    
    SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
    
    OUT=${1:?"output path"}
    shift
    
    set -e
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 21 14:08:46 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  3. pkg/kubelet/kuberuntime/instrumented_services.go

    	recordError(operation, err)
    	return out, err
    }
    
    func (in instrumentedRuntimeService) Status(ctx context.Context, verbose bool) (*runtimeapi.StatusResponse, error) {
    	const operation = "status"
    	defer recordOperation(operation, time.Now())
    
    	out, err := in.service.Status(ctx, verbose)
    	recordError(operation, err)
    	return out, err
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 10:46:06 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. src/cmd/pack/pack_test.go

    	// Now check it.
    	ar = openArchive(name, os.O_RDONLY, []string{helloFile.name})
    	var buf strings.Builder
    	stdout = &buf
    	verbose = true
    	defer func() {
    		stdout = os.Stdout
    		verbose = false
    	}()
    	ar.scan(ar.printContents)
    	ar.a.File().Close()
    	result := buf.String()
    	// Expect verbose output plus file contents.
    	expect := fmt.Sprintf("%s\n%s", helloFile.name, helloFile.contents)
    	if result != expect {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 04 16:27:35 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  5. src/go/doc/headscan.go

    	"io/fs"
    	"os"
    	"path/filepath"
    	"regexp"
    	"runtime"
    	"strings"
    )
    
    var (
    	root    = flag.String("root", filepath.Join(runtime.GOROOT(), "src"), "root of filesystem tree to scan")
    	verbose = flag.Bool("v", false, "verbose mode")
    )
    
    // ToHTML in comment.go assigns a (possibly blank) ID to each heading
    var html_h = regexp.MustCompile(`<h3 id="[^"]*">`)
    
    const html_endh = "</h3>\n"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 21:50:52 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  6. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/sink/GroupingProgressLogEventGenerator.java

        private long currentTimePeriod;
    
        public GroupingProgressLogEventGenerator(OutputEventListener listener, LogHeaderFormatter headerFormatter, boolean verbose) {
            this.listener = listener;
            this.headerFormatter = headerFormatter;
            this.verbose = verbose;
        }
    
        @Override
        public void onOutput(OutputEvent event) {
            if (event instanceof ProgressStartEvent) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 13:28:29 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  7. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/compile/GroovyCompileOptions.java

        }
    
        /**
         * Tells whether to turn on verbose output. Defaults to {@code false}.
         */
        @Console
        public boolean isVerbose() {
            return verbose;
        }
    
        /**
         * Sets whether to turn on verbose output. Defaults to {@code false}.
         */
        public void setVerbose(boolean verbose) {
            this.verbose = verbose;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  8. platforms/jvm/language-java/src/main/java/org/gradle/api/tasks/javadoc/Javadoc.java

         *
         * @param verbose Whether the output should be verbose.
         */
        public void setVerbose(boolean verbose) {
            if (verbose) {
                options.verbose();
            }
        }
    
        /**
         * Returns the classpath to use to resolve type references in the source code.
         *
         * @return The classpath.
         */
        @Classpath
        public FileCollection getClasspath() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  9. platforms/jvm/language-groovy/src/test/groovy/org/gradle/api/tasks/compile/GroovyCompileOptionsTest.groovy

        }
    
        @Test
        void testDefine() {
            compileOptions.verbose = false
            compileOptions.encoding = 'xxxx'
            compileOptions.fork = false
            compileOptions.parameters = true
            compileOptions.define( encoding: 'encoding')
            assertEquals('encoding', compileOptions.encoding)
            assertFalse(compileOptions.verbose)
            assertFalse(compileOptions.fork)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  10. okcurl/src/main/kotlin/okhttp3/curl/Main.kt

      val verbose: Boolean by option("-v", "--verbose", help = "Makes $NAME verbose during the operation").flag()
    
      val sslDebug: Boolean by option(help = "Output SSL Debug").flag()
    
      val url: String? by argument(name = "url", help = "Remote resource URL")
    
      var client: Call.Factory? = null
    
      override fun run() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top