Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 184 for Rendering (0.24 sec)

  1. src/vendor/golang.org/x/text/unicode/bidi/core.go

    // single 'B' code at the end of the input. 'B' is allowed as input to
    // illustrate how the algorithm assigns it a level.
    //
    // Also note that rules L3 and L4 depend on the rendering engine that uses the
    // result of the bidi algorithm. This implementation assumes that the rendering
    // engine expects combining marks in visual order (e.g. to the left of their
    // base character in RTL runs) and that it adjusts the glyphs used to render
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:26:23 UTC 2022
    - 29.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/quantization_config.proto

      // method is set to MIN_MAX by default.
      CalibrationOptions calibration_options = 6;
    
      // Path to file to save the quantization report, which is essentially a
      // textproto rendering of `QuantizationResults`. If not set, the report will
      // only be emitted to stdout.
      optional string report_file_path = 8;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  3. maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml

      <properties>
        <classWorldsVersion>1.3</classWorldsVersion>
        <commonsCliVersion>1.0</commonsCliVersion>
        <!--
    
        Do not update this, Doxia will be decoupled completely from 3.x and someone can
        create a rendering engine for it if they like when the release stabilizes. JVZ
    
        -->
        <doxiaVersion>1.0-alpha-9</doxiaVersion>
        <easyMockVersion>1.2_Java1.3</easyMockVersion>
        <junitVersion>4.13.1</junitVersion>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Aug 03 09:29:10 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  4. src/encoding/xml/read_test.go

      This fixes the buggy tab rendering that can be seen at
    http://codereview.appspot.com/116075/diff/1/2
    
    The fundamental problem was that the tab code was
    not being told what column the text began in, so it
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  5. operator/pkg/object/objects.go

    	YAMLSeparator = "\n---\n"
    )
    
    // K8sObject is an in-memory representation of a k8s object, used for moving between different representations
    // (Unstructured, JSON, YAML) with cached rendering.
    type K8sObject struct {
    	object *unstructured.Unstructured
    
    	Group     string
    	Kind      string
    	Name      string
    	Namespace string
    
    	json []byte
    	yaml []byte
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 07:16:46 UTC 2023
    - 15.5K bytes
    - Viewed (1)
  6. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/GradleExecuter.java

         */
        GradleExecuter withBuildCacheEnabled();
    
        /**
         * Don't set native services dir explicitly.
         */
        GradleExecuter withNoExplicitNativeServicesDir();
    
        /**
         * Enables the rendering of stack traces for deprecation logging.
         */
        GradleExecuter withFullDeprecationStackTraceEnabled();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml

      <properties>
        <classWorldsVersion>1.3</classWorldsVersion>
        <commonsCliVersion>1.0</commonsCliVersion>
        <!--
    
        Do not update this, Doxia will be decoupled completely from 3.x and someone can
        create a rendering engine for it if they like when the release stabilizes. JVZ
    
        -->
        <doxiaVersion>1.0-alpha-9</doxiaVersion>
        <easyMockVersion>1.2_Java1.3</easyMockVersion>
        <junitVersion>4.13.1</junitVersion>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Sep 11 08:52:20 UTC 2021
    - 22.4K bytes
    - Viewed (0)
  8. maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml

      <properties>
        <classWorldsVersion>1.3</classWorldsVersion>
        <commonsCliVersion>1.0</commonsCliVersion>
        <!--
    
        Do not update this, Doxia will be decoupled completely from 3.x and someone can
        create a rendering engine for it if they like when the release stabilizes. JVZ
    
        -->
        <doxiaVersion>1.0-alpha-9</doxiaVersion>
        <easyMockVersion>1.2_Java1.3</easyMockVersion>
        <junitVersion>4.13.1</junitVersion>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Aug 03 09:29:10 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  9. src/os/file_plan9.go

    		}
    	}
    
    	return NewFile(uintptr(fd), name), nil
    }
    
    func openDirNolog(name string) (*File, error) {
    	return openFileNolog(name, O_RDONLY, 0)
    }
    
    // Close closes the File, rendering it unusable for I/O.
    // On files that support 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: Tue Apr 30 15:35:30 UTC 2024
    - 16K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/validation/ValidationMessageCheckerTest.groovy

            }
    
            private void printForCopyInTest() {
                println("Incorrect test expectation. You might want to verify this message an copy this expectation in the test if you changed the rendering:")
                println()
                println('outputEquals """')
                println(actualMessage)
                println('"""')
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 25.5K bytes
    - Viewed (0)
Back to top