Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 2,951 for qtext (0.19 sec)

  1. src/go/doc/comment/testdata/list6.txt

    -- input --
    Text.
     - List immediately after.
     - Another.
    
    More text.
    
     - List after blank line.
     - Another.
    
    Even more text.
     - List immediately after.
    
     - Blank line between items.
    
    Yet more text.
    
     - Another list after blank line.
    
     - Blank line between items.
    
    Still more text.
     - One list item.
    
       Multiple paragraphs.
    -- dump --
    Doc
    	Paragraph
    		Plain "Text."
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:48 UTC 2022
    - 2K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  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/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)
  9. 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)
  10. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/events/StyledTextOutputEvent.java

                this.style = style;
                this.text = text;
            }
    
            public Span(String text) {
                this.style = StyledTextOutput.Style.Normal;
                this.text = text;
            }
    
            @Override
            public boolean equals(Object obj) {
                if (obj == this) {
                    return true;
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 4.6K bytes
    - Viewed (0)
Back to top