Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 184 for Rendering (0.15 sec)

  1. istioctl/pkg/tag/generate.go

    	validatingWebhookYAML, err := r.RenderManifestFiltered(values, func(tmplName string) bool {
    		return strings.Contains(tmplName, vwhTemplateName)
    	})
    	if err != nil {
    		return "", fmt.Errorf("failed rendering istio-control manifest: %v", err)
    	}
    
    	scheme := runtime.NewScheme()
    	codecFactory := serializer.NewCodecFactory(scheme)
    	deserializer := codecFactory.UniversalDeserializer()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 16 17:43:49 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/text/unicode/bidi/bidi.go

    	p.p = []byte(s)
    	p.opts = opts
    	return p.prepareInput()
    }
    
    // IsLeftToRight reports whether the principle direction of rendering for this
    // paragraphs is left-to-right. If this returns false, the principle direction
    // of rendering is right-to-left.
    func (p *Paragraph) IsLeftToRight() bool {
    	return p.Direction() == LeftToRight
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 10.3K bytes
    - Viewed (0)
  3. internal/logger/logger.go

    	return jsonFlag
    }
    
    // IsQuiet - returns true if quietFlag is true
    func IsQuiet() bool {
    	return quietFlag
    }
    
    // RegisterError registers the specified rendering function. This latter
    // will be called for a pretty rendering of fatal errors.
    func RegisterError(f func(string, error, bool) string) {
    	errorFmtFunc = f
    }
    
    // uniq swaps away duplicate elements in data, returning the size of the
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  4. src/cmd/trace/threadgen.go

    	if viewerEv.Name != "" {
    		ctx.Instant(viewerEv)
    	}
    }
    
    func (g *threadGenerator) ProcRange(ctx *traceContext, ev *trace.Event) {
    	// TODO(mknyszek): Extend procRangeGenerator to support rendering proc ranges on threads.
    }
    
    func (g *threadGenerator) Finish(ctx *traceContext) {
    	ctx.SetResourceType("OS THREADS")
    
    	// Finish off global ranges.
    	g.globalRangeGenerator.Finish(ctx)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  5. platforms/jvm/ear/src/test/groovy/org/gradle/plugins/ear/descriptor/internal/DefaultDeploymentDescriptorTest.groovy

            acceptableDescriptors = defaultDescriptorForVersion(version)
        }
    
        private List<String>defaultDescriptorForVersion(version) {
            // Groovy XML Node put attributes in a HashMap so does not guarantee rendering order for attributes
            // This method generates all permutations so we can assert we have at least one
            def attributesPermutations = { String template, List<String> attributes ->
                def permutations = []
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 19 22:06:51 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/PlatformNativeComponentReportIntegrationTest.groovy

    import org.gradle.nativeplatform.fixtures.RequiresInstalledToolChain
    
    class PlatformNativeComponentReportIntegrationTest extends AbstractNativeComponentReportIntegrationTest {
        //TODO:HH Test rendering of a NativeExecutableSpec
        // Should display installation directory
    
        @RequiresInstalledToolChain
        @ToBeFixedForConfigurationCache(because = ":components")
        def "shows details of native C++ library"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  7. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/ProjectReportTaskIntegrationTest.groovy

        }
    
        def "included builds are only rendered if there are some"() {
            when:
            run "projects"
            then:
            outputDoesNotContain("Included builds")
        }
    
        def "rendering long project descriptions is sensible"() {
            settingsFile << "rootProject.name = 'my-root-project'"
            buildFile << """
                description = '''
    this is a long description
    
    this shouldn't be visible
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 16:02:32 UTC 2024
    - 10K bytes
    - Viewed (0)
  8. src/os/file_posix.go

    // license that can be found in the LICENSE file.
    
    //go:build unix || (js && wasm) || wasip1 || windows
    
    package os
    
    import (
    	"runtime"
    	"syscall"
    	"time"
    )
    
    // Close closes the [File], rendering it unusable for I/O.
    // On files that support [File.SetDeadline], any pending I/O operations will
    // be canceled and return immediately with an [ErrClosed] error.
    // Close will return an error if it has already been called.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:33:12 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.js

    //   stacks - report.StackSet
    //   nodes  - List of names for each source in report.StackSet
    function stackViewer(stacks, nodes) {
      'use strict';
    
      // Constants used in rendering.
      const ROW = 20;
      const PADDING = 2;
      const MIN_WIDTH = 4;
      const MIN_TEXT_WIDTH = 16;
      const TEXT_MARGIN = 2;
      const FONT_SIZE = 12;
      const MIN_FONT_SIZE = 8;
    
      // Fields
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  10. pkg/controller/garbagecollector/dump.go

    		label = label + conditionString + "\n"
    	}
    
    	return []attribute{
    		{Key: "label", Value: label},
    		// these place metadata in the correct location, but don't conform to any normal attribute for rendering
    		{Key: "group", Value: v.gvk.Group},
    		{Key: "version", Value: v.gvk.Version},
    		{Key: "kind", Value: v.gvk.Kind},
    		{Key: "namespace", Value: v.namespace},
    		{Key: "name", Value: v.name},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 23 17:12:33 UTC 2022
    - 9.5K bytes
    - Viewed (0)
Back to top