- Sort Score
- Num 10 results
- Language All
Results 301 - 310 of 841 for classic (0.07 seconds)
-
compat/maven-compat/src/main/mdo/paramdoc.mdo
<defaults> <default> <key>package</key> <value>org.apache.maven.usability.plugin</value> </default> </defaults> <classes> <class rootElement="true" xml.tagName="paramdoc"> <version>1.0.0</version> <name>ExpressionDocumentation</name> <description>The root of a parameter plugin expression document.</description> <fields>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 5.4K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureFallbackAtomicHelperTest.java
String concurrentPackage = SettableFuture.class.getPackage().getName(); ClassLoader classLoader = AbstractFutureFallbackAtomicHelperTest.class.getClassLoader(); // we delegate to the current classloader so both loaders agree on classes like TestCase return new URLClassLoader(ClassPathUtil.getClassPathUrls(), classLoader) { @Override public Class<?> loadClass(String name) throws ClassNotFoundException {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Mar 07 02:20:33 GMT 2026 - 8.3K bytes - Click Count (0) -
.backportrc.json
{ "upstream": "elastic/elasticsearch", "targetBranchChoices": [ { "name": "master", "checked": true }, { "name": "7.x", "checked": true }, "7.15", "7.14", "6.8" ], "targetPRLabels": ["backport"], "branchLabelMapping": { "^v8.0.0$": "master", "^v7.16.0$": "7.x", "^v(\\d+).(\\d+).\\d+$": "$1.$2" }Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Aug 18 15:21:50 GMT 2021 - 343 bytes - Click Count (0) -
build-tools-internal/src/test/java/org/elasticsearch/gradle/DistributionDownloadPluginTests.java
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ package org.elasticsearch.gradle; import org.elasticsearch.gradle.ElasticsearchDistribution.Platform;
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 22 07:24:59 GMT 2021 - 6.4K bytes - Click Count (0) -
guava-gwt/pom.xml
</parent> <artifactId>guava-gwt</artifactId> <name>Guava GWT compatible libs</name> <description> Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more. This project includes GWT-friendly sources. </description> <properties> <gwt.logLevel>WARN</gwt.logLevel> </properties> <dependencies> <dependency>
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Jan 12 15:19:17 GMT 2026 - 18.2K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+third-party-tests-s3.yml
--- - job: name: elastic+elasticsearch+%BRANCH%+multijob+third-party-tests-s3 workspace: /dev/shm/elastic+elasticsearch+%BRANCH%+multijob+third-party-tests-s3 display-name: "elastic / elasticsearch # %BRANCH% - third party tests s3" description: "Testing of the Elasticsearch %BRANCH% third party tests against S3\n" builders: - inject: properties-file: '.ci/java-versions.properties' properties-content: |Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 1.2K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+pull-request+part-1-windows.yml
--- - job: name: "elastic+elasticsearch+pull-request+part-1-windows" display-name: "elastic / elasticsearch - pull request part-1 windows" description: "Testing of Elasticsearch pull requests - part-1 windows" node: "windows-immutable" workspace: "C:\\Users\\jenkins\\workspace\\pr-part-1\\${BUILD_NUMBER}" scm: - git: refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*" branches:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 22:34:45 GMT 2021 - 1.7K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalBwcGitPlugin.java
this.gitExtension = project.getExtensions().create("bwcGitConfig", BwcGitExtension.class); Provider<String> remote = providerFactory.systemProperty("bwc.remote").forUseAtConfigurationTime().orElse("elastic"); TaskContainer tasks = project.getTasks(); TaskProvider<LoggedExec> createCloneTaskProvider = tasks.register("createClone", LoggedExec.class, createClone -> {
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 9.9K bytes - Click Count (0) -
BUILDING.md
This project is published as part of the elasticsearch release and accessible by `org.elasticsearch.gradle:build-tools:<versionNumber>`. These build tools are also used by the `elasticsearch-hadoop` project maintained by elastic. ### `build-tools-internal` This project contains all elasticsearch project specific build logic that is not meant to be shared with other internal or external projects. ## Build guidelines
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 23 07:45:59 GMT 2021 - 6.7K bytes - Click Count (0) -
docs/pt/docs/tutorial/path-params-numeric-validations.md
`Query`, `Path` e outras classes que você verá depois são subclasses de uma classe comum `Param`. Todas elas compartilham os mesmos parâmetros para validação adicional e metadados que você viu. /// /// note | Detalhes Técnicos Quando você importa `Query`, `Path` e outras de `fastapi`, elas são na verdade funções. Que, quando chamadas, retornam instâncias de classes de mesmo nome.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 6.7K bytes - Click Count (0)