Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 158 for xx$ (0.06 sec)

  1. docs/ru/docs/contributing.md

    ```
     raise TemplateNotFound(template)
    jinja2.exceptions.TemplateNotFound: partials/language/xx.html
    ```
    
    Сие означает, что тема не поддерживает этот язык (в данном случае с поддельным 2-буквенным кодом `xx`).
    
    Но не стоит переживать. Вы можете установить языком темы английский, а затем перевести текст документации.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jun 11 21:38:15 UTC 2023
    - 22.5K bytes
    - Viewed (0)
  2. build-logic/integration-testing/src/main/kotlin/gradlebuild.distribution-testing.gradle.kts

        localRepository.localRepo = configurations["${prefix}TestLocalRepositoryPath"]
    }
    
    fun DistributionTest.setJvmArgsOfTestJvm() {
        jvmArgs("-Xmx${project.the<IntegrationTestExtension>().testJvmXmx.get()}", "-XX:+HeapDumpOnOutOfMemoryError")
    
        val testJavaVersion = JavaLanguageVersion.of(project.testJavaVersion)
        if (!testJavaVersion.canCompileOrRun(8)) {
            jvmArgs("-XX:MaxPermSize=768m")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 14:05:00 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/m8/JavaConfigurabilityCrossVersionSpec.groovy

                env.java.jvmArguments.contains("-Xmx1024m")
            } else {
                env.java.jvmArguments.contains("-Xmx512m")
            }
            env.java.jvmArguments.contains("-XX:+HeapDumpOnOutOfMemoryError")
        }
    
        def "tooling api provided jvm args take precedence over gradle.properties"() {
            file('build.gradle') << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  4. docs/fr/docs/contributing.md

    ```
     raise TemplateNotFound(template)
    jinja2.exceptions.TemplateNotFound: partials/language/xx.html
    ```
    
    Cela signifie que le thème ne supporte pas cette langue (dans ce cas, avec un faux code de 2 lettres de `xx`).
    
    Mais ne vous inquiétez pas, vous pouvez définir la langue du thème en anglais et ensuite traduire le contenu des documents.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jul 27 18:51:07 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  5. src/regexp/find_test.go

    	{`(?s)(?:(?:^).)`, "\n", build(1, 0, 1)},
    	{`(?:(?:^).)`, "\n", nil},
    	{`\b`, "x", build(2, 0, 0, 1, 1)},
    	{`\b`, "xx", build(2, 0, 0, 2, 2)},
    	{`\b`, "x y", build(4, 0, 0, 1, 1, 2, 2, 3, 3)},
    	{`\b`, "xx yy", build(4, 0, 0, 2, 2, 3, 3, 5, 5)},
    	{`\B`, "x", nil},
    	{`\B`, "xx", build(1, 1, 1)},
    	{`\B`, "x y", nil},
    	{`\B`, "xx yy", build(2, 1, 1, 4, 4)},
    	{`(|a)*`, "aa", build(3, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2)},
    
    	// RE2 tests
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 11 15:28:50 UTC 2021
    - 16.3K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/net/nettest/nettest.go

    	switch runtime.GOOS {
    	case "aix":
    		// Unix network isn't properly working on AIX 7.2 with
    		// Technical Level < 2.
    		out, _ := exec.Command("oslevel", "-s").Output()
    		if len(out) >= len("7200-XX-ZZ-YYMM") { // AIX 7.2, Tech Level XX, Service Pack ZZ, date YYMM
    			ver := string(out[:4])
    			tl, _ := strconv.Atoi(string(out[5:7]))
    			unStrmDgramEnabled = ver > "7200" || (ver == "7200" && tl >= 2)
    		}
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  7. tools/istio-iptables/pkg/dependencies/implementation_linux.go

    	// So this is mostly just a "hint"/heuristic as to which version we should be using, if more than one binary is present.
    	// `xx-save` should return _no_ output (0 lines) if no rules are defined in this netns for that binary variant.
    	// `xx-save` should return at least 3 output lines if at least one rule is defined in this netns for that binary variant.
    	existingRules := false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 20:49:10 UTC 2024
    - 12K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/net/PercentEscaper.java

     *       sign {@code "+"}.
     *   <li>All other characters are converted into one or more bytes using UTF-8 encoding and each
     *       byte is then represented by the 3-character string "%XX", where "XX" is the two-digit,
     *       uppercase, hexadecimal representation of the byte value.
     * </ul>
     *
     * <p>For performance reasons the only currently supported character encoding of this class is
     * UTF-8.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  9. guava/src/com/google/common/net/PercentEscaper.java

     *       sign {@code "+"}.
     *   <li>All other characters are converted into one or more bytes using UTF-8 encoding and each
     *       byte is then represented by the 3-character string "%XX", where "XX" is the two-digit,
     *       uppercase, hexadecimal representation of the byte value.
     * </ul>
     *
     * <p>For performance reasons the only currently supported character encoding of this class is
     * UTF-8.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  10. src/internal/trace/raw/doc.go

    trace parsers.
    
    # Text format specification
    
    The trace text format produced and consumed by this package is a line-oriented
    format.
    
    The first line in each text trace is the header line.
    
    	Trace Go1.XX
    
    Following that is a series of event lines. Each event begins with an
    event name, followed by zero or more named unsigned integer arguments.
    Names are separated from their integer values by an '=' sign. Names can
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 2.3K bytes
    - Viewed (0)
Back to top