Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 158 for xx$ (0.12 sec)

  1. src/cmd/compile/internal/inline/inlheur/testdata/props/funcflags.go

    // {"Flags":0,"ParamFlags":[0,0],"ResultFlags":null}
    // <endcallsites>
    // <endfuncpreamble>
    func T_hasgotos(x int, y int) {
    	{
    		xx := x
    		panic("bad")
    	lab1:
    		goto lab2
    	lab2:
    		if false {
    			goto lab1
    		} else {
    			goto lab4
    		}
    	lab4:
    		if xx < y {
    		lab3:
    			if false {
    				goto lab3
    			}
    		}
    		println(9)
    	}
    }
    
    // funcflags.go T_break_with_label 246 0 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:01 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  2. tests/integration/security/fuzz/fuzz_test.go

    			"uri_hex-"+ // Encodes ALL characters using the %xx escape.
    			"uri_triple_hex-"+ // Encodes ALL characters using the %25%xx%xx escape.
    			"uri_unicode-"+ // Replaces ALL characters in string using the %u00xx escape.
    			"urlencode-"+ // Replace special characters in string using the %xx escape.
    			// Letters, digits, and the characters '_.-' are never quoted.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  3. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/KotlinDslFileContentGenerator.groovy

                setForkEvery(testForkEvery.toLong())
    
                if (!JavaVersion.current().isJava8Compatible) {
                    jvmArgs("-XX:MaxPermSize=512m")
                }
                jvmArgs("-XX:+HeapDumpOnOutOfMemoryError")
            }
    
            task<DependencyReportTask>("dependencyReport") {
                outputs.upToDateWhen { false }
                outputFile = buildDir.resolve("dependencies.txt")
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3K bytes
    - Viewed (0)
  4. docs/em/docs/contributing.md

    jinja2.exceptions.TemplateNotFound: partials/language/xx.html
    ```
    
    ๐Ÿ‘ˆ โ›“ ๐Ÿ‘ˆ ๐ŸŽข ๐Ÿšซ ๐Ÿ•โ€๐Ÿฆบ ๐Ÿ‘ˆ ๐Ÿ‡ช๐Ÿ‡ธ (๐Ÿ‘‰ ๐Ÿ’ผ, โฎ๏ธ โŒ 2๏ธโƒฃ-๐Ÿ”ค ๐Ÿ“Ÿ `xx`).
    
    โœ‹๏ธ ๐Ÿšซ ๐Ÿ˜Ÿ, ๐Ÿ‘† ๐Ÿ’ช โš’ ๐ŸŽข ๐Ÿ‡ช๐Ÿ‡ธ ๐Ÿ‡ช๐Ÿ‡ธ &amp; โคด๏ธ ๐Ÿ’ฌ ๐ŸŽš ๐Ÿฉบ.
    
    ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ‘ˆ, โœ `mkdocs.yml` ๐Ÿ‘† ๐Ÿ†• ๐Ÿ‡ช๐Ÿ‡ธ, โšซ๏ธ ๐Ÿ”œ โœ”๏ธ ๐Ÿ•ณ ๐Ÿ’–:
    
    ```YAML hl_lines="5"
    site_name: FastAPI
    # More stuff
    theme:
      # More stuff
      language: xx
    ```
    
    ๐Ÿ”€ ๐Ÿ‘ˆ ๐Ÿ‡ช๐Ÿ‡ธ โšช๏ธโžก๏ธ `xx` (โšช๏ธโžก๏ธ ๐Ÿ‘† ๐Ÿ‡ช๐Ÿ‡ธ ๐Ÿ“Ÿ) `en`.
    
    โคด๏ธ ๐Ÿ‘† ๐Ÿ’ช โ–ถ๏ธ ๐Ÿ–– ๐Ÿ’ฝ ๐Ÿ”„.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jun 11 21:38:15 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  5. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/GroovyDslFileContentGenerator.groovy

                minHeapSize = testRunnerMemory
                maxHeapSize = testRunnerMemory
                maxParallelForks = ${config.maxParallelForks}
                forkEvery = testForkEvery
                jvmArgs '-XX:+HeapDumpOnOutOfMemoryError'
            }
    
            task dependencyReport(type: DependencyReportTask) {
                outputs.upToDateWhen { false }
                outputFile = new File(buildDir, "dependencies.txt")
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  6. android/guava-testlib/src/com/google/common/testing/GcFinalization.java

     * finalization to happen. However, a call to {@code System.gc()} is specified to be no more than a
     * hint, so this technique may fail at the whim of the JDK implementation, for example if a user
     * specified the JVM flag {@code -XX:+DisableExplicitGC}. But in practice, it works very well for
     * ordinary tests.
     *
     * <p>Failure of the expected event to occur within an implementation-defined "reasonable" time
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:40:56 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  7. testing/performance/src/templates/project-with-source/build.gradle

                <% } %>
        <% } %>
    }
    
    test {
        if (!JavaVersion.current().java8Compatible) {
            jvmArgs '-XX:MaxPermSize=512m'
        }
        jvmArgs '-XX:+HeapDumpOnOutOfMemoryError'
        <% if (binding.hasVariable("fullTestLogging")) { %>
            testLogging {
                events "started", "skipped", "failed", "passed", "standard_out", "standard_error"
            }
        <% } %>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  8. guava-testlib/src/com/google/common/testing/GcFinalization.java

     * finalization to happen. However, a call to {@code System.gc()} is specified to be no more than a
     * hint, so this technique may fail at the whim of the JDK implementation, for example if a user
     * specified the JVM flag {@code -XX:+DisableExplicitGC}. But in practice, it works very well for
     * ordinary tests.
     *
     * <p>Failure of the expected event to occur within an implementation-defined "reasonable" time
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:40:56 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  9. docs/pt/docs/contributing.md

    ```
     raise TemplateNotFound(template)
    jinja2.exceptions.TemplateNotFound: partials/language/xx.html
    ```
    
    Isso significa que o tema nรฃo suporta essa linguagem (nesse caso, com um cรณdigo falso de duas letras `xx`).
    
    Mas nรฃo se preocupe, vocรช pode configurar o tema de linguagem para Inglรชs e entรฃo traduzir o conteรบdo da documentaรงรฃo.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Jun 11 21:38:15 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  10. src/cmd/internal/objabi/path.go

    import (
    	"fmt"
    	"strconv"
    	"strings"
    )
    
    // PathToPrefix converts raw string to the prefix that will be used in the
    // symbol table. All control characters, space, '%' and '"', as well as
    // non-7-bit clean bytes turn into %xx. The period needs escaping only in the
    // last segment of the path, and it makes for happier users if we escape that as
    // little as possible.
    func PathToPrefix(s string) string {
    	slash := strings.LastIndex(s, "/")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 13:56:25 UTC 2023
    - 1.9K bytes
    - Viewed (0)
Back to top