Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 216 for GetUrl (0.2 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/maven/MavenPom.groovy

            pom?.packaging[0]?.text()
        }
    
        String getName() {
            pom?.name[0]?.text()
        }
    
        String getDescription() {
            pom?.description[0]?.text()
        }
    
        String getUrl() {
            pom?.url[0]?.text()
        }
    
        String getInceptionYear() {
            pom?.inceptionYear[0]?.text()
        }
    
        Node getOrganization() {
            return pom?.organization[0]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/cel/openapi/resolver/refs.go

    			changed = true
    			result.Items.Schema = populated
    		}
    	}
    	if changed {
    		return &result, nil
    	}
    	return schema, nil
    }
    
    func refOf(schema *spec.Schema) (string, bool) {
    	if schema.Ref.GetURL() != nil {
    		return schema.Ref.String(), true
    	}
    	// A Ref may be wrapped in allOf to preserve its description
    	// see https://github.com/kubernetes/kubernetes/issues/106387
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 17:23:50 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultPluginXmlFactory.java

        @Override
        public PluginDescriptor read(@Nonnull XmlReaderRequest request) throws XmlReaderException {
            nonNull(request, "request");
            Path path = request.getPath();
            URL url = request.getURL();
            Reader reader = request.getReader();
            InputStream inputStream = request.getInputStream();
            if (path == null && url == null && reader == null && inputStream == null) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/samples/templates/problems-api-usage/sample-ide/src/main/java/org/gradle/sample/SampleIde.java

                if (exception != null) {
                    System.out.println(" - exception: " + exception.getMessage());
                }
                String url = problem.getDocumentationLink().getUrl();
                if (url != null) {
                    System.out.println(" - documentation: " + url);
                }
    
                List<Solution> solutions = problem.getSolutions();
                if (!solutions.isEmpty()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 20 08:50:13 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  5. maven-compat/src/main/java/org/apache/maven/repository/legacy/TransferListenerAdapter.java

                synchronized (artifacts) {
                    ArtifactTransferResource artifact = artifacts.get(resource);
    
                    if (artifact == null) {
                        artifact = new MavenArtifact(repository.getUrl(), resource);
                        artifacts.put(resource, artifact);
                    }
    
                    return artifact;
                }
            }
        }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 5K bytes
    - Viewed (0)
  6. maven-api-impl/src/main/java/org/apache/maven/internal/impl/resolver/ArtifactDescriptorReaderDelegate.java

            for (int i = 0; i < licenses.size(); i++) {
                License license = licenses.get(i);
                properties.put("license." + i + ".name", license.getName());
                properties.put("license." + i + ".url", license.getUrl());
                properties.put("license." + i + ".comments", license.getComments());
                properties.put("license." + i + ".distribution", license.getDistribution());
            }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  7. platforms/core-execution/build-cache-http/src/main/java/org/gradle/caching/http/internal/DefaultHttpBuildCacheServiceFactory.java

            this.httpClientHelperFactory = httpClientHelperFactory;
        }
    
        @Override
        public BuildCacheService createBuildCacheService(HttpBuildCache configuration, Describer describer) {
            URI url = configuration.getUrl();
            if (url == null) {
                throw new IllegalStateException("HTTP build cache has no URL configured");
            }
            URI noUserInfoUrl = stripUserInfo(url);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:43:12 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  8. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/internal/publisher/MavenRemotePublisher.java

        @Override
        public void publish(MavenNormalizedPublication publication, @Nullable MavenArtifactRepository artifactRepository) {
            assert artifactRepository != null;
            URI repositoryUrl = artifactRepository.getUrl();
            LOGGER.info("Publishing to repository '{}' ({})", artifactRepository.getName(), repositoryUrl);
    
            String protocol = repositoryUrl.getScheme().toLowerCase();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 05:46:08 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/artifacts/repositories/MavenArtifactRepository.java

         */
        @Override
        URI getUrl();
    
        /**
         * Sets the base URL of this repository. This URL is used to find both POMs and artifact files. You can add additional URLs to use to look for artifact files, such as jars, using {@link
         * #setArtifactUrls(Iterable)}.
         *
         * @param url The base URL.
         * @since 4.0
         */
        @Override
        void setUrl(URI url);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 23 15:47:10 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/FavoriteLogDbm.java

            setupEpg(_epgMap, et -> ((FavoriteLog) et).getQueryId(), (et, vl) -> ((FavoriteLog) et).setQueryId(DfTypeUtil.toString(vl)),
                    "queryId");
            setupEpg(_epgMap, et -> ((FavoriteLog) et).getUrl(), (et, vl) -> ((FavoriteLog) et).setUrl(DfTypeUtil.toString(vl)), "url");
            setupEpg(_epgMap, et -> ((FavoriteLog) et).getUserInfoId(), (et, vl) -> ((FavoriteLog) et).setUserInfoId(DfTypeUtil.toString(vl)),
                    "userInfoId");
        }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top