- Sort Score
- Num 10 results
- Language All
Results 1271 - 1280 of 2,521 for name3 (0.04 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rerun/TestRerunTaskExtension.java
* <p> * This extension is added with the name 'rerun' to all {@link Test} tasks. */ public class TestRerunTaskExtension { /** * The default number of reruns we allow for a test task. */ public static final Integer DEFAULT_MAX_RERUNS = 1; /** * The name of the extension added to each test task. */ public static String NAME = "rerun";
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 1.8K bytes - Click Count (0) -
api/README
Files in this directory are data for Go's API checker ("go tool api", in src/cmd/api). Each file is a list of API features, one per line. go1.txt (and similarly named files) are frozen once a version has been shipped. Each file adds new lines but does not remove any. except.txt lists features that may disappear without breaking true compatibility. Starting with go1.19.txt, each API feature line must end in "#nnnnn"
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Jan 31 19:22:50 GMT 2024 - 1.2K bytes - Click Count (0) -
docs_src/python_types/tutorial003_py310.py
def get_name_with_age(name: str, age: int): name_with_age = name + " is this old: " + age
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 119 bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+multijob+platform-support-darwin.yml
--- - job: name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-darwin display-name: "elastic / elasticsearch # %BRANCH% - darwin compatibility" description: "Elasticsearch %BRANCH% MacOS compatibility testing.\n" node: "macosx && x86_64" builders: - inject: properties-file: '.ci/java-versions.properties' properties-content: | JAVA_HOME=$HOME/.java/$ES_BUILD_JAVACreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue May 25 23:43:40 GMT 2021 - 687 bytes - Click Count (0) -
docs_src/python_types/tutorial004_py310.py
def get_name_with_age(name: str, age: int): name_with_age = name + " is this old: " + str(age)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 124 bytes - Click Count (0) -
.idea/scopes/x_pack.xml
<component name="DependencyValidationManager"> <scope name="x-pack" pattern="file[*.x-pack]:*/||file[*.x-pack*]:*//*" />
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Mar 19 18:23:15 GMT 2020 - 136 bytes - Click Count (0) -
docs/uk/docs/advanced/settings.md
```Python @lru_cache def say_hi(name: str, salutation: str = "Ms."): return f"Hello {salutation} {name}" ``` ваша програма може виконуватись так: ```mermaid sequenceDiagram participant code as Code participant function as say_hi() participant execute as Execute function rect rgba(0, 255, 0, .1) code ->> function: say_hi(name="Camila")
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 16.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/suggest/settings/ArraySettings.java
} deleteFromArray(arraySettingsIndexName, settingsId, createId(key, value)); } /** * Create array settings index name. * @param settingsIndexName Settings index name * @return Array settings index name */ protected String createArraySettingsIndexName(final String settingsIndexName) { return settingsIndexName + "_array"; } /**Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 15.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/FacetResponseTest.java
assertTrue(fullQueryName.startsWith("query:")); assertTrue(fullQueryName.contains(encodedQueryName)); } @Test public void test_field_name_extraction() { // Test that field names can be extracted from encoded strings String originalFieldName = "author"; String encodedFieldName = BaseEncoding.base64().encode(originalFieldName.getBytes(StandardCharsets.UTF_8));Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 6.7K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/google/BiMapTestSuiteBuilder.java
// ListTestSuiteBuilder, etc.? derived.add( MapTestSuiteBuilder.using(new MapGenerator<K, V>(parentBuilder.getSubjectGenerator())) .withFeatures(parentBuilder.getFeatures()) .named(parentBuilder.getName() + " [Map]") .suppressing(parentBuilder.getSuppressedTests()) .suppressing(SetCreationTester.class.getMethods())Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Oct 30 16:15:19 GMT 2024 - 6.8K bytes - Click Count (0)