- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 61 for rego (0.02 sec)
-
module.xml
<property name="target.dir" value="${basedir}/target/modules" /> <!-- Maven Repository --> <property name="maven.snapshot.repo.url" value="https://central.sonatype.com/repository/maven-snapshots" /> <property name="maven.release.repo.url" value="https://maven.codelibs.org" /> <property name="opensearch.version" value="3.4.0" /> <target name="install.modules"> <mkdir dir="${target.dir}" />
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 18 09:50:31 UTC 2025 - 4K bytes - Viewed (0) -
scripts/topic_repos.py
repos_list = list(repos) final_repos: list[Repo] = [] for repo in repos_list[:100]: if repo.full_name == settings.github_repository: continue final_repos.append( Repo( name=repo.name, html_url=repo.html_url, stars=repo.stargazers_count, owner_login=repo.owner.login, owner_html_url=repo.owner.html_url,
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 12:34:01 UTC 2025 - 2.7K bytes - Viewed (0) -
plugin.xml
<param name="plugin.groupId" value="org/codelibs/opensearch" /> <param name="plugin.name.prefix" value="opensearch-" /> <param name="plugin.name" value="configsync" /> <param name="plugin.version" value="3.4.0" /> <param name="plugin.zip.version" value="3.4.0" /> </antcall> <!-- minhash --> <antcall target="install.plugin">
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 18 09:50:31 UTC 2025 - 3.5K bytes - Viewed (0) -
docs/en/docs/external-links.md
Most starred <a href="https://github.com/topics/fastapi" class="external-link" target="_blank">GitHub repositories with the topic `fastapi`</a>: {% for repo in topic_repos %} <a href={{repo.html_url}} target="_blank">★ {{repo.stars}} - {{repo.name}}</a> by <a href={{repo.owner_html_url}} target="_blank">@{{repo.owner_login}}</a>.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 10 12:28:40 UTC 2025 - 917 bytes - Viewed (0) -
deps.xml
<property name="kopf.branch" value="main" /> <!-- Maven Repository --> <property name="maven.snapshot.repo.url" value="https://central.sonatype.com/repository/maven-snapshots" /> <property name="maven.release.repo.url" value="https://repo1.maven.org/maven2" /> <target name="install.jars"> <mkdir dir="${target.dir}" /> <delete dir="${webinf.dir}/lib" />
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Mon Nov 24 08:57:53 UTC 2025 - 2.5K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/RepositoryLeakageTest.java
.anyMatch(repo -> "child1-repo".equals(repo.getId())); assertTrue(child1HasOwnRepo, "Child1 should have its own repository"); // Verify that child2 has its own repository boolean child2HasOwnRepo = child2Project.getRemoteArtifactRepositories().stream() .anyMatch(repo -> "child2-repo".equals(repo.getId()));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 9.3K bytes - Viewed (0) -
compat/maven-repository-metadata/src/site/apt/index.apt
The metadata file name is: * <<<maven-metadata.xml>>> in a remote repository, * <<<maven-metadata-\<repo-id>.xml>>> in a local repository, for metadata from a repository with <<<repo-id>>> identifier. [] Depending on what the directory represents ("groupId", "groupId/artifactId" or "groupId/artifactId/version"),
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Nov 16 18:16:44 UTC 2025 - 2.5K bytes - Viewed (0) -
.pre-commit-config.yaml
# See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: check-added-large-files args: ['--maxkb=750'] - id: check-toml - id: check-yaml args: - --unsafe - id: end-of-file-fixer - id: trailing-whitespace - repo: local hooks: - id: local-ruff-checkRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 11:36:58 UTC 2025 - 1.8K bytes - Viewed (1) -
impl/maven-core/src/test/java/org/apache/maven/internal/transformation/AbstractRepositoryTestCase.java
} public static RemoteRepository newTestRepository() throws MalformedURLException { return new RemoteRepository.Builder( "repo", "default", getTestFile("target/test-classes/repo").toURI().toURL().toString()) .build(); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 13:41:14 UTC 2025 - 4.5K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java
ArtifactRepository repo = MavenRepositorySystem.buildArtifactRepository( new org.apache.maven.model.DeploymentRepository(r)); repositorySystem.injectProxy(request.getRepositorySession(), List.of(repo)); repositorySystem.injectAuthentication(request.getRepositorySession(), List.of(repo));
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 17:20:31 UTC 2025 - 51.8K bytes - Viewed (0)