Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 370 for repo2 (0.04 seconds)

  1. .generated_files

    #    file-name - an exact leaf filename, regardless of path
    #    path-prefix - a prefix match on the file path
    #    file-prefix - a prefix match of the leaf filename (no path)
    #    paths-from-repo - read a file from the repo and load file paths
    #
    
    file-prefix	zz_generated.
    
    file-name	types.generated.go
    file-name	generated.pb.go
    file-name	generated.proto
    file-name	types_swagger_doc_generated.go
    
    path-prefix	vendor/
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Tue Oct 04 23:47:25 GMT 2022
    - 750 bytes
    - Click Count (0)
  2. compat/maven-compat/src/test/java/org/apache/maven/repository/DefaultMirrorSelectorTest.java

        @Test
        void testMirrorWithMirrorOfPatternContainingANegationIsNotSelected() {
            ArtifactRepository repository = new DefaultArtifactRepository("snapshots.repo", "http://whatever", null);
            String pattern = "external:*, !snapshots.repo";
            assertFalse(DefaultMirrorSelector.matchPattern(repository, pattern));
        }
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 1.4K bytes
    - Click Count (0)
  3. compat/maven-model-builder/src/test/resources/poms/validation/raw-model/repository-with-expression.xml

      <artifactId>project</artifactId>
      <version>1.0.0-SNAPSHOT</version>
    
      <properties>
        <x>just/some/path</x>
      </properties>
    
      <repositories>
        <repository>
          <id>repo</id>
          <url>file://${x}/sdk/maven/repo</url>
        </repository>
      </repositories>
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 1.5K bytes
    - Click Count (0)
  4. impl/maven-core/src/test/projects/plugin-manager/project-with-plugin-classpath-ordering/sub/repo/org/apache/maven/its/mng3906/d/0.1/d-0.1.jar

    org.apache.maven.its.mng3906 d 0.1 jar maven-core-it file:///${basedir}/repo true true . pom.xml src/** src/main/resources src/main/java/org/apache/maven/its/mng3906/SomeClass.java src/main/java/org/apache/maven/its/mng3906/SomeClass.java package org.apache.maven.its.mng3906; public class SomeClass { } META-INF/maven/org.apache.maven.its.mng3906/d/pom.xml 4.0.0 org.apache.maven.its.mng3906 d 0.1 jar maven-core-it file:///${basedir}/repo true true . pom.xml src/** src/main/resources META-INF/maven/org....
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 5K bytes
    - Click Count (0)
  5. ci/devinfra/README.md

    > effort to improve the structure of CI and build related files within the
    > TensorFlow repo. This warning will be removed when the contents of this
    > directory are stable and appropriate documentation around its usage is in
    > place.
    
    Maintainer: TensorFlow DevInfra
    
    Issue Reporting: File an issue against this repo and tag
    [@devinfra](https://github.com/orgs/tensorflow/teams/devinfra)
    
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Tue Jun 06 21:00:01 GMT 2023
    - 732 bytes
    - Click Count (0)
  6. impl/maven-core/src/test/java/org/apache/maven/settings/SettingsUtilsTest.java

            for (int i = 0; i < count; i++) {
                props.put("name" + Long.toHexString(entropy.nextLong()), "value" + Long.toHexString(entropy.nextLong()));
            }
            count = entropy.nextInt(3);
            List<Repository> repos = new ArrayList<>();
            for (int i = 0; i < count; i++) {
                Repository r = Repository.newBuilder()
                        .id("id" + Long.toHexString(entropy.nextLong()))
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Jan 24 17:29:44 GMT 2025
    - 6.7K bytes
    - Click Count (0)
  7. impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

                    () -> buildPom("unique-repo-id/artifact-repo"),
                    "Non-unique repository ids did not cause validation error");
        }
    
        /* MNG-4193 */
        @Test
        void testValidationErrorUponNonUniquePluginRepositoryId() throws Exception {
            assertThrows(
                    ProjectBuildingException.class,
                    () -> buildPom("unique-repo-id/plugin-repo"),
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Sep 17 10:01:14 GMT 2025
    - 94.8K bytes
    - Click Count (0)
  8. ci/official/containers/ml_build/setup.sources.cudnn.sh

    # Fetch the NVIDIA key.
    apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/3bf863cc.pub;
    
    # Set up sources for NVIDIA CUDNN.
    cat >/etc/apt/sources.list.d/nvidia.list <<SOURCES
    # NVIDIA
    deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/ /
    
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Tue Feb 18 20:42:21 GMT 2025
    - 1.2K bytes
    - Click Count (0)
  9. .github/workflows/check-commits.yml

                ${{ env.OUTPUT }}
                \`\`\`
                `;
                github.rest.issues.createComment({
                  issue_number: context.issue.number,
                  owner: context.repo.owner,
                  repo: context.repo.repo,
                  body: output
                })
      # check that only released Gradle versions are used in the wrapper
      check_wrapper:
        permissions:
          contents: read
        runs-on: ubuntu-latest
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Nov 20 22:15:20 GMT 2025
    - 3K bytes
    - Click Count (0)
  10. .github/PULL_REQUEST_TEMPLATE

    + If there is a corresponding issue, add either `Fixes #1234` or `Updates #1234`
      (the latter if this is not a complete fix) to this comment
    + If referring to a repo other than `golang/go` you can use the
      `owner/repo#issue_number` syntax: `Fixes golang/tools#1234`
    + We do not use Signed-off-by lines in Go. Please don't add them.
      Our Gerrit server & GitHub bots enforce CLA compliance instead.
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Wed Feb 21 02:07:46 GMT 2018
    - 1.2K bytes
    - Click Count (0)
Back to Top