Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 3,482 for qtext (0.03 sec)

  1. src/internal/runtime/atomic/atomic_arm.s

    	B	·Cas(SB)
    
    TEXT ·Loadint32(SB),NOSPLIT,$0-8
    	B	·Load(SB)
    
    TEXT ·Loadint64(SB),NOSPLIT,$-4-12
    	B	·Load64(SB)
    
    TEXT ·Loaduintptr(SB),NOSPLIT,$0-8
    	B	·Load(SB)
    
    TEXT ·Loaduint(SB),NOSPLIT,$0-8
    	B	·Load(SB)
    
    TEXT ·Storeint32(SB),NOSPLIT,$0-8
    	B	·Store(SB)
    
    TEXT ·Storeint64(SB),NOSPLIT,$0-12
    	B	·Store64(SB)
    
    TEXT ·Storeuintptr(SB),NOSPLIT,$0-8
    	B	·Store(SB)
    
    TEXT ·StorepNoWB(SB),NOSPLIT,$0-8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. platforms/software/resources/src/test/groovy/org/gradle/internal/resource/CachingTextResourceTest.groovy

            when:
            assert resource.text == 'content'
            assert resource.exists
            assert resource.text == 'content'
    
            then:
            1 * target.text >> 'content'
            0 * target._
        }
    
        def fetchesAndCachesContentWhenContentQueriedAsReader() {
            when:
            assert resource.asReader.text == 'content'
            assert resource.exists
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/maven/DefaultSnapshotMavenMetaData.groovy

            if (!file.exists()) {
                return
            }
    
            text = file.text
            def xml = new XmlParser().parseText(text)
    
            groupId = xml.groupId[0]?.text()
            artifactId = xml.artifactId[0]?.text()
            version = xml.version[0]?.text()
    
            def versioning = xml.versioning[0]
    
            lastUpdated = versioning.lastUpdated[0]?.text()
            snapshotTimestamp =  versioning.snapshot.timestamp[0]?.text()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  4. .gitattributes

    # Auto detect text files and perform LF normalization
    *        text=auto
    
    *.java   text diff=java
    *.html   text diff=html
    *.css    text
    *.js     text
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jan 29 15:27:02 UTC 2013
    - 164 bytes
    - Viewed (0)
  5. src/go/doc/comment/testdata/code3.txt

    -- input --
    Text.
    
    	$
    	A tab-indented
    	(surrounded by more blank lines)
    	code block and haiku.
    	$
    
    More text.
    -- gofmt --
    Text.
    
    	A tab-indented
    	(surrounded by more blank lines)
    	code block and haiku.
    
    More text.
    -- markdown --
    Text.
    
    	A tab-indented
    	(surrounded by more blank lines)
    	code block and haiku.
    
    More text.
    -- html --
    <p>Text.
    <pre>A tab-indented
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:47 UTC 2022
    - 437 bytes
    - Viewed (0)
  6. src/internal/runtime/atomic/atomic_amd64.s

    TEXT ·Storeint64(SB), NOSPLIT, $0-16
    	JMP	·Store64(SB)
    
    TEXT ·Storeuintptr(SB), NOSPLIT, $0-16
    	JMP	·Store64(SB)
    
    TEXT ·StoreRel(SB), NOSPLIT, $0-12
    	JMP	·Store(SB)
    
    TEXT ·StoreRel64(SB), NOSPLIT, $0-16
    	JMP	·Store64(SB)
    
    TEXT ·StoreReluintptr(SB), NOSPLIT, $0-16
    	JMP	·Store64(SB)
    
    // void	·Or8(byte volatile*, byte);
    TEXT ·Or8(SB), NOSPLIT, $0-9
    	MOVQ	ptr+0(FP), AX
    	MOVB	val+8(FP), BX
    	LOCK
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  7. tests/test_tutorial/test_configure_swagger_ui/test_tutorial001.py

        response = client.get("/docs")
        assert response.status_code == 200, response.text
        assert (
            '"syntaxHighlight": false' in response.text
        ), "syntaxHighlight should be included and converted to JSON"
        assert (
            '"dom_id": "#swagger-ui"' in response.text
        ), "default configs should be preserved"
        assert "presets: [" in response.text, "default configs should be preserved"
        assert (
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Aug 19 19:54:04 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/rsc.io_sampler_v1.3.1.txt

    	},
    }
    
    func TestGlass(t *testing.T) {
    	for _, tt := range glassTests {
    		text := Glass(tt.prefs...)
    		if text != tt.text {
    			t.Errorf("Glass(%v) = %q, want %q", tt.prefs, text, tt.text)
    		}
    	}
    }
    -- go.mod --
    module "rsc.io/sampler"
    
    require "golang.org/x/text" v0.0.0-20170915032832-14c0d48ead0c
    -- hello.go --
    // Copyright 2018 The Go Authors. All rights reserved.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 12 20:46:50 UTC 2018
    - 4.7K bytes
    - Viewed (0)
  9. src/internal/runtime/atomic/atomic_s390x.s

    TEXT ·Casint64(SB), NOSPLIT, $0-25
    	BR	·Cas64(SB)
    
    // func Casuintptr(ptr *uintptr, old, new uintptr) bool
    TEXT ·Casuintptr(SB), NOSPLIT, $0-25
    	BR	·Cas64(SB)
    
    // func CasRel(ptr *uint32, old, new uint32) bool
    TEXT ·CasRel(SB), NOSPLIT, $0-17
    	BR	·Cas(SB)
    
    // func Loaduintptr(ptr *uintptr) uintptr
    TEXT ·Loaduintptr(SB), NOSPLIT, $0-16
    	BR	·Load64(SB)
    
    // func Loaduint(ptr *uint) uint
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/rsc.io/markdown/code.go

    			}
    		}
    		fmt.Fprintf(buf, " class=\"language-%s\"", htmlQuoteEscaper.Replace(lang))
    	}
    	buf.WriteString(">")
    	if b.Fence == "" { // TODO move
    		for len(b.Text) > 0 && trimSpaceTab(b.Text[len(b.Text)-1]) == "" {
    			b.Text = b.Text[:len(b.Text)-1]
    		}
    	}
    	for _, s := range b.Text {
    		buf.WriteString(htmlEscaper.Replace(s))
    		buf.WriteString("\n")
    	}
    	buf.WriteString("</code></pre>\n")
    }
    
    // func initialSpaces(s string) int {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top