Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 184 for Rendering (0.21 sec)

  1. platforms/documentation/docs/src/docs/css/manual.css

    }
    
    a img {
    	border: none;
    }
    
    /* Default paragraph styles */
    p {
    	font-family: inherit;
    	font-weight: normal;
    	font-size: 1em;
    	line-height: 1.6;
    	margin-bottom: 1.25em;
    	text-rendering: optimizeLegibility;
    }
    
    p aside {
    	font-size: 0.875em;
    	line-height: 1.35;
    	font-style: italic;
    }
    
    /* Default header styles */
    h1,
    h2,
    h3,
    #toctitle,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  2. istioctl/pkg/multicluster/remote_secret.go

    	if err != nil {
    		return "", fmt.Errorf("failed rendering base manifest: %w", err)
    	}
    	discoveryContent, err := discoveryRenderer.RenderManifestFiltered(values, func(template string) bool {
    		for _, t := range discoveryTemplates {
    			if strings.Contains(template, t) {
    				return true
    			}
    		}
    		return false
    	})
    	if err != nil {
    		return "", fmt.Errorf("failed rendering discovery manifest: %w", err)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 11 01:43:17 UTC 2023
    - 24K bytes
    - Viewed (0)
  3. samples/security/spire/spire-quickstart.yaml

                          In nominal conditions, this should reflect the number of pods
                          selected, but not always if there were problems encountered
                          rendering an entry for the pod (RenderFailures) or entries are
                          masked (EntriesMasked).
                        type: integer
                      entryFailures:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 16:12:42 UTC 2023
    - 32.2K bytes
    - Viewed (0)
  4. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/symbols/AbstractSymbolTest.kt

            description = "Symbol restoring w/o psi for some symbols in current test is not supported yet in K2",
        )
    
        val PRETTY_RENDERER_OPTION by enumDirective(description = "Explicit rendering mode") { PrettyRendererOption.valueOf(it) }
    
        val TARGET_FILE_NAME by stringDirective(description = "The name of the main file")
    }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:43:55 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  5. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/sink/OutputEventRenderer.java

                            @Override
                            public void onOutput(OutputEvent event) {
                                // Do not forward events for rendering when there are no listeners to receive
                                if (event instanceof LogLevelChangeEvent) {
                                    stdOutChain.onOutput(event);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 19:25:32 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/css/base.css

    .content tbody tr:nth-child(odd) th {
        background-color: #f9f9f9;
    }
    
    /* typography */
    h1, h2, h3, h4, h5, h6 {
        margin-top: 0;
        margin-bottom: 1rem;
        font-weight: 500;
        color: #02303A;
        text-rendering: optimizeLegibility;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        margin-top: 2.5rem;
        font-size: 1.5rem;
    }
    
    h3 {
        margin-top: 1.5rem;
        font-size: 1.125rem;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  7. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java

                // TODO: This breaks the provider
                task.setOutputDir(extension.getUserManual().getStagingRoot().dir("render-single-pdf").get().getAsFile());
                // The PDF rendering needs at least 2GB of heap
                task.jvm(options -> options.setMaxHeapSize("3g"));
            });
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 01 05:46:51 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  8. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/DebugSymbolRenderer.kt

                }
    
                KaSymbolContainingDeclarationProviderMixIn::class
                    .declaredMemberExtensionFunctions
                    .filterNot {
                        // Rendering a containing symbol is prone to stack overflow.
                        // * function symbol will render its value parameter symbol(s)
                        //   whose containing symbol is that function symbol.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  9. src/os/exec.go

    func StartProcess(name string, argv []string, attr *ProcAttr) (*Process, error) {
    	testlog.Open(name)
    	return startProcess(name, argv, attr)
    }
    
    // Release releases any resources associated with the [Process] p,
    // rendering it unusable in the future.
    // Release only needs to be called if [Process.Wait] is not.
    func (p *Process) Release() error {
    	// Note to future authors: the Release API is cursed.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 22:06:47 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  10. src/main/resources/fess_config.properties

    -Dlog4j.shutdownHookEnabled=false\n\
    -Dlog4j2.formatMsgNoLookups=true\n\
    -Dlog4j2.disable.jmx=true\n\
    -Dlog4j.skipJansi=true\n\
    -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider\n\
    -Dorg.apache.pdfbox.rendering.UsePureJavaCMYKConversion=true\n\
    
    
    jvm.suggest.options=\
    -Djava.awt.headless=true\n\
    -Dfile.encoding=UTF-8\n\
    -Djna.nosys=true\n\
    -Djdk.io.permissionsUseCanonicalPath=true\n\
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 30.6K bytes
    - Viewed (0)
Back to top