Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 456 for linksTo (0.16 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.pom

          </plugin-->
          <plugin>
            <artifactId>maven-pmd-plugin</artifactId>
          </plugin>
          <plugin>
            <artifactId>maven-javadoc-plugin</artifactId>
            <configuration>
              <links>
                <link>http://java.sun.com/j2ee/1.4/docs/api</link>
                <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
                <link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/configurations/CheckLinks.kt

    import model.Stage
    
    class CheckLinks(model: CIBuildModel, stage: Stage) : BaseGradleBuildType(stage = stage, failStage = false, init = {
        id("${model.projectId}_CheckLinks")
        name = "CheckLinks"
        description = "Check links in documentations"
    
        applyDefaults(
            model,
            this,
            ":docs:checkLinks",
            extraParameters = buildScanTag("CheckLinks") + " " + "-Porg.gradle.java.installations.auto-download=false"
        )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 16 06:11:31 UTC 2021
    - 502 bytes
    - Viewed (0)
  3. platforms/native/language-native/src/integTest/groovy/org/gradle/language/rc/WindowsResourcesIncrementalBuildIntegrationTest.groovy

        def "does not re-compile sources with no change"() {
            when:
            run "mainExecutable"
    
            then:
            allSkipped()
        }
    
        def "compiles and links when resource source changes"() {
            when:
            file("src/main/rc/resources.rc").text = """
    #include "hello.h"
    
    STRINGTABLE
    {
        IDS_HELLO, "Goodbye"
    }
    """
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  4. android/guava/pom.xml

                  <location>${project.basedir}/javadoc-link/checker-framework</location>
                </offlineLink>
              </offlineLinks>
              <links>
                <link>https://errorprone.info/api/latest/</link>
              </links>
              <overview>../../overview.html</overview>
            </configuration>
          </plugin>
          <plugin>
            <artifactId>maven-resources-plugin</artifactId>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 11 16:37:45 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/coverage/cover.go

    		case pkgIdVarName:
    			pkgidvar = nm
    			ckTypSanity(nm, "pkgidvar")
    			nm.SetCoverageAuxVar(true)
    			s := nm.Linksym()
    			s.Type = objabi.SCOVERAGE_AUXVAR
    			continue
    		}
    		if strings.HasPrefix(s.Name, counterPrefix) {
    			ckTypSanity(nm, "countervar")
    			nm.SetCoverageAuxVar(true)
    			s := nm.Linksym()
    			s.Type = objabi.SCOVERAGE_COUNTER
    		}
    	}
    	cm := coverage.ParseCounterMode(counterMode)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 21:55:46 UTC 2024
    - 6K bytes
    - Viewed (0)
  6. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/TestPageGenerator.java

            } else if (commits.size() == 2) {
                GitHubLink dotComUrl = new GitHubLink("gradle/dotcom", commits.get(1));
                List<GitHubLink> links = new ArrayList<>();
                links.add(gradleUrl);
                links.add(dotComUrl);
                return links;
            } else {
                throw new IllegalArgumentException("No more than 2 commit SHAs are supported");
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 14K bytes
    - Viewed (0)
  7. pkg/volume/util/device_util_linux_test.go

    		"/sys/class/iscsi_host/host3/device/session2/target3:0:0/3:0:0:2": "3:0:0:2",
    	}
    	if dev, ok := links[name]; ok {
    		return &fakeFileInfo{name: dev}, nil
    	}
    	return nil, errors.New("not Implemented for Mock")
    }
    
    func (handler *mockOsIOHandler) EvalSymlinks(path string) (string, error) {
    	links := map[string]string{
    		"/returns/a/dev":   "/dev/sde",
    		"/returns/non/dev": "/sys/block",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 8K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/samples/templates/spring-boot-web-application/HELP.md

    * [Official Gradle documentation](https://docs.gradle.org)
    * [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.2.1.RELEASE/gradle-plugin/reference/html/)
    
    ### Additional Links
    These additional references should also help you:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 469 bytes
    - Viewed (0)
  9. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleKotlinDslReferencePlugin.java

            defaultDokkaVersion.set(dokkaVersionOverride.convention(defaultDokkaVersion.get()));
        }
    
        /**
         * The name of the module is part of the URI for deep links, changing it will break existing links.
         * The name of the module must match the first header of {@code kotlin/Module.md} file.
         */
        private static void renameModule(Project project) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 15 14:00:14 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  10. src/go/doc/comment/testdata_test.go

    	switch x := x.(type) {
    	default:
    		fmt.Fprintf(out, "?%T", x)
    
    	case *Doc:
    		fmt.Fprintf(out, "Doc")
    		dumpTo(out, indent+1, x.Content)
    		if len(x.Links) > 0 {
    			dumpNL(out, indent+1)
    			fmt.Fprintf(out, "Links")
    			dumpTo(out, indent+2, x.Links)
    		}
    		fmt.Fprintf(out, "\n")
    
    	case []*LinkDef:
    		for _, def := range x {
    			dumpNL(out, indent)
    			dumpTo(out, indent, def)
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top