Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,110 for CONTENT (0.17 sec)

  1. pkg/ctrlz/assets/static/css/fontawesome-all-5.0.6.css

    content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 33.9K bytes
    - Viewed (0)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractorTest.java

            Map<String, String> params = new HashMap<>();
            params.put("Content-Type", "text/plain");
            final ExtractData extractData = tikaExtractor.getText(in, params);
            final String content = extractData.getContent();
            CloseableUtil.closeQuietly(in);
            logger.info(content);
            assertTrue(content.contains("ใƒ†ใ‚นใƒˆ"));
        }
    
        // TODO tika needs to support pdfbox 2.0
        //    public void test_getTika_pdf() {
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  3. platforms/software/resources-http/src/test/resources/org/gradle/internal/resource/transport/http/nexus_dirlisting.html

    -->
    <html>
      <head>
        <title>Index of /nexus/content/repositories/central/junit/junit/</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        <link rel="stylesheet" href="http://localhost:8081/nexus//style/Sonatype-content.css?2.0.6" type="text/css" media="screen" title="no title" charset="utf-8">
      </head>
      <body>
        <h1>Index of /nexus/content/repositories/central/junit/junit/</h1>
        <table cellspacing="10">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  4. platforms/core-execution/build-cache-http/src/integTest/groovy/org/gradle/caching/http/internal/HttpBuildCacheServiceTest.groovy

            def content = "Data".bytes
            server.expectPut("/cache/${key.hashCode}", destFile, HttpStatus.SC_OK, null, content.length)
    
            when:
            cache.store(key, writer(content))
            then:
            destFile.bytes == content
        }
    
        def "storing to cache can follow non method preserving redirects"() {
            def content = "Data".bytes
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 16:15:24 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  5. tests/test_schema_extra_examples.py

                                "description": "Successful Response",
                                "content": {"application/json": {"schema": {}}},
                            },
                            "422": {
                                "description": "Validation Error",
                                "content": {
                                    "application/json": {
                                        "schema": {
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Oct 24 20:26:06 UTC 2023
    - 37.7K bytes
    - Viewed (0)
  6. src/net/http/response_test.go

    		},
    
    		"Body here\n",
    	},
    
    	// 206 Partial Content. golang.org/issue/8923
    	{
    		"HTTP/1.1 206 Partial Content\r\n" +
    			"Content-Type: text/plain; charset=utf-8\r\n" +
    			"Accept-Ranges: bytes\r\n" +
    			"Content-Range: bytes 0-5/1862\r\n" +
    			"Content-Length: 6\r\n\r\n" +
    			"foobar",
    
    		Response{
    			Status:     "206 Partial Content",
    			StatusCode: 206,
    			Proto:      "HTTP/1.1",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 19:01:29 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  7. src/regexp/example_test.go

    	content := []byte(`
    	# comment line
    	option1: value1
    	option2: value2
    `)
    	// Regex pattern captures "key: value" pair from the content.
    	pattern := regexp.MustCompile(`(?m)(?P<key>\w+):\s+(?P<value>\w+)$`)
    	allIndexes := pattern.FindAllSubmatchIndex(content, -1)
    	for _, loc := range allIndexes {
    		fmt.Println(loc)
    		fmt.Println(string(content[loc[0]:loc[1]]))
    		fmt.Println(string(content[loc[2]:loc[3]]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:22:53 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  8. fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/impl/HtmlTransformerTest.java

            String content;
    
            content = "...;charset=UTF-8\"...";
            assertEquals("UTF-8", htmlTransformer.parseCharset(content));
    
            content = "...; charset=UTF-8\"...";
            assertEquals("UTF-8", htmlTransformer.parseCharset(content));
    
            content = "...;charset = UTF-8\"...";
            assertEquals("UTF-8", htmlTransformer.parseCharset(content));
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  9. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/dom/operations/overlay/DocumentOverlayTest.kt

                    * element(unresolved4, [], content.size = 0) -> FromOverlay(documentNode=element(unresolved4, [], content.size = 0))
                * element(configuring, [], content.size = 7) -> MergedElements(underlayElement=element(configuring, [], content.size = 4), overlayElement=element(configuring, [], content.size = 4))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 13:47:10 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  10. src/test/resources/plugin/repo2/index.html

        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    
        <link rel="icon" type="image/png" href="https://oss.sonatype.org/favicon.png">
        <!--[if IE]>
        <link rel="SHORTCUT ICON" href="https://oss.sonatype.org/favicon.ico"/>
        <![endif]-->
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Aug 13 07:34:14 UTC 2019
    - 10.5K bytes
    - Viewed (0)
Back to top