Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of about 10,000 for anchors (1.04 sec)

  1. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/ApacheDirectoryListingParser.java

            for (String href : hrefs) {
                try {
                    uris.add(baseURI.resolve(href));
                } catch (IllegalArgumentException ex) {
                    LOGGER.debug("Cannot resolve anchor: {}", href);
                }
            }
            return uris;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  2. src/net/url/example_test.go

    		Host:     "example.com",
    		Path:     "foo/bar",
    		RawQuery: "x=1&y=2",
    		Fragment: "anchor",
    	}
    	fmt.Println(u.String())
    	u.Opaque = "opaque"
    	fmt.Println(u.String())
    	// Output:
    	// https://me:******@****.***/foo/bar?x=1&y=2#anchor
    	// https:opaque?x=1&y=2#anchor
    }
    
    func ExampleURL_UnmarshalBinary() {
    	u := &url.URL{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 7.2K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/problems/ConfigurationCacheProblemsSummary.kt

            fun of(problem: PropertyProblem) = problem.run {
                UniquePropertyProblem(
                    trace.containingUserCode,
                    message.toString(),
                    documentationSection?.anchor
                )
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:07:53 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-problems-base/src/main/kotlin/org/gradle/internal/configuration/problems/PropertyProblem.kt

        val documentationSection: DocumentationSection? = null
    )
    
    
    // TODO:configuration-cache extract interface and move enum back to :configuration-cache
    enum class DocumentationSection(val anchor: String) {
        NotYetImplemented("config_cache:not_yet_implemented"),
        NotYetImplementedSourceDependencies("config_cache:not_yet_implemented:source_dependencies"),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 21:59:50 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  5. .idea/uiDesigner.xml

            <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
          </item>
          <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
            <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
          </item>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Oct 24 15:06:04 UTC 2013
    - 9.5K bytes
    - Viewed (0)
  6. pilot/pkg/bootstrap/certcontroller.go

    		// Trigger trust anchor update, this will send PCDS to all sidecars.
    		log.Infof("Update trust anchor with new root cert")
    		err = s.workloadTrustBundle.UpdateTrustAnchor(&tb.TrustAnchorUpdate{
    			TrustAnchorConfig: tb.TrustAnchorConfig{Certs: []string{string(caBundle)}},
    			Source:            tb.SourceIstioCA,
    		})
    		if err != nil {
    			log.Errorf("failed to update trust anchor from source Istio CA, err: %v", err)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  7. pkg/test/framework/components/istio/cleanup.go

    func removeCRDs(istioYaml string) string {
    	allParts := yml.SplitString(istioYaml)
    	nonCrds := make([]string, 0, len(allParts))
    
    	// Make the regular expression multi-line and anchor to the beginning of the line.
    	r := regexp.MustCompile(`(?m)^kind: CustomResourceDefinition$`)
    
    	for _, p := range allParts {
    		if r.MatchString(p) {
    			continue
    		}
    		nonCrds = append(nonCrds, p)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/checkstyle/CheckstylePluginHtmlReportIntegrationTest.groovy

            fooViolations[2] == ["error", "Missing a Javadoc comment.", "8"]
            fooViolations[3] == ["error", "Missing a Javadoc comment.", "11"]
    
            // Sanity check that the anchor link is correct
            def fooAnchorLink = body.selectXpath('//table[@class="filelist"]//tr[2]/td/a').attr("href")
            def fooAnchorName = "#" + fileViolations[1].selectFirst("a").attr("name")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 16 22:34:07 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  9. build-logic/documentation/src/test/groovy/gradlebuild/docs/dsl/docbook/HtmlToXmlJavadocLexerTest.groovy

            "<h1><code>text</code></h1>"             | "<h1><code>text</code></h1>"
            "<table><th>text</th><td>text</td></ul>" | "<table><th>text</th><td>text</td></table>"
        }
    
        def "does not add implicit <p> element for anchor elements outside <p> elements"() {
            expect:
            parse(source) == transformed
    
            where:
            source                            | transformed
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 6.5K bytes
    - Viewed (0)
  10. pilot/pkg/trustbundle/trustbundle_test.go

    	}})
    	expectTbCount(t, tb, 1, 1*time.Second, "meshConfig pem trustAnchor not updated in bundle")
    
    	// Test2: Append server1 as spiffe endpoint to existing MeshConfig
    
    	// Start processing remote anchor update with poll frequency.
    	go tb.ProcessRemoteTrustAnchors(stop, 200*time.Millisecond)
    	tb.AddMeshConfigUpdate(&meshconfig.MeshConfig{CaCertificates: []*meshconfig.MeshConfig_CertificateData{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top