- Sort Score
- Num 10 results
- Language All
Results 201 - 210 of 1,686 for request (0.07 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/project/collector/MultiModuleCollectionStrategy.java
} throw e; } } private File getRootProject(MavenExecutionRequest request) { Path rootDirectory = request.getRootDirectory(); if (request.getPom().getParentFile().toPath().equals(rootDirectory)) { return request.getPom(); } else { Path rootProjectPom = modelProcessor.locateExistingPom(rootDirectory);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 9.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingRequest.java
public DefaultProjectBuildingRequest(ProjectBuildingRequest request) { this(); setProcessPlugins(request.isProcessPlugins()); setProfiles(request.getProfiles()); setActiveProfileIds(request.getActiveProfileIds()); setInactiveProfileIds(request.getInactiveProfileIds()); setSystemProperties(request.getSystemProperties()); setUserProperties(request.getUserProperties());
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jul 23 10:13:56 GMT 2025 - 9.9K bytes - Click Count (0) -
container-tests/src/test/java/okhttp3/containers/BasicLoomTest.kt
mockServerClient .`when`( request() .withPath("/person") .withQueryStringParameter("name", "peter"), ).respond(response().withBody("Peter the person!")) val results = (1..20).map { executor.submit { val response = client.newCall(Request((mockServer.secureEndpoint + "/person?name=peter").toHttpUrl())).execute()Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 3.7K bytes - Click Count (1) -
okhttp/src/jvmTest/kotlin/okhttp3/ResponseCommonTest.kt
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 3.6K bytes - Click Count (0) -
CONTRIBUTING.md
[well-formed commit message]: https://google.github.io/eng-practices/review/developer/cl-descriptions.html #### Merging pull requests #### Due to Guava's nature as a subset of Google's internal codebase which is automatically synced to the public GitHub repository, we are unable to merge pull requests directly into the master branch. Instead, once a pull request is ready for merging, we'll make the appropriate changes in the internal codebase
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Dec 15 18:43:50 GMT 2025 - 4K bytes - Click Count (0) -
docs/es/docs/advanced/openapi-callbacks.md
Podrías crear una API con una *path operation* que podría desencadenar un request a una *API externa* creada por alguien más (probablemente el mismo desarrollador que estaría *usando* tu API).
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 8.3K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/DefaultPluginDependenciesResolver.java
pluginSession.setDependencyGraphTransformer(session.getDependencyGraphTransformer()); CollectRequest request = new CollectRequest(); request.setRequestContext(REPOSITORY_CONTEXT); request.setRepositories(repositories); request.setRoot(new org.eclipse.aether.graph.Dependency(pluginArtifact, null)); for (Dependency dependency : plugin.getDependencies()) {
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Sep 29 15:32:43 GMT 2025 - 12.3K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
// read and validate raw model Model inputModel = request.getRawModel(); if (inputModel == null) { inputModel = readModel(request.getModelSource(), request.getPomFile(), request, problems); } // profile activation DefaultProfileActivationContext profileActivationContext = getProfileActivationContext(request, inputModel); problems.setSource("(external profiles)");Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Mar 30 23:08:08 GMT 2025 - 55.3K bytes - Click Count (0) -
docs/de/docs/tutorial/cors.md
Die Middleware antwortet auf zwei besondere Arten von HTTP-Requests ... ### CORS-Preflight-Requests { #cors-preflight-requests } Dies sind alle `OPTIONS`-Requests mit `Origin`- und `Access-Control-Request-Method`-Headern.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 6.3K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/configuration/DefaultBeanConfiguratorPathTest.java
DefaultBeanConfigurationRequest request = new DefaultBeanConfigurationRequest(); request.setBean(bean).setConfiguration(config); request.setValuePreprocessor(preprocessor).setPathTranslator(translator); configurator.configureBean(request); assertEquals(Paths.get("base/test").toAbsolutePath(), bean.file); } @TestCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Mar 25 09:45:07 GMT 2025 - 3.7K bytes - Click Count (0)