- Sort Score
- Num 10 results
- Language All
Results 641 - 650 of 1,478 for Section (0.44 seconds)
-
benchmarks/src/main/java/org/elasticsearch/benchmark/search/aggregations/TermsReduceBenchmark.java
import org.elasticsearch.action.search.SearchPhaseController; import org.elasticsearch.action.search.SearchProgressListener; import org.elasticsearch.action.search.SearchRequest; import org.elasticsearch.common.breaker.CircuitBreaker; import org.elasticsearch.common.breaker.NoopCircuitBreaker; import org.elasticsearch.common.lucene.search.TopDocsAndMaxScore; import org.elasticsearch.index.Index; import org.elasticsearch.index.shard.ShardId;
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Aug 20 15:45:38 GMT 2021 - 8.1K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/vagrant/VagrantMachine.java
} @Inject protected ExecOperations getExecOperations() { throw new UnsupportedOperationException(); } public void execute(Action<VagrantExecSpec> action) { VagrantExecSpec vagrantSpec = new VagrantExecSpec(); action.execute(vagrantSpec); Objects.requireNonNull(vagrantSpec.command); LoggedExec.exec(getExecOperations(), execSpec -> {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 7.5K bytes - Click Count (0) -
src/main/webapp/css/admin/bootstrap.min.css.map
Includes an extra `.active` modifier class for selected items.\n\n.list-group-item-action {\n width: 100%; // For `<button>`s (anchors become 100% by default though)\n color: $list-group-action-color;\n text-align: inherit; // For `<button>`s (anchors inherit)\n\n // Hover state\n @include hover-focus() {\n z-index: 1; // Place hover/focus items above their siblings for proper border styling\n color: $list-group-action-hover-color;\n text-decoration: none;\n background-color: $list-group-hover-bg;\n...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 26 01:49:09 GMT 2024 - 639.3K bytes - Click Count (1) -
CHANGELOG/CHANGELOG-1.28.md
- Reduce critical section in watchcache to fix kube-apiserver scalability under heavy load of list requests ([#122027](https://github.com/kubernetes/kubernetes/pull/122027), [@wojtek-t](https://github.com/wojtek-t)) [SIG API Machinery] ## Dependencies
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Fri Sep 05 03:47:18 GMT 2025 - 456.9K bytes - Click Count (1) -
build-tools-internal/src/main/groovy/elasticsearch.build-scan.gradle
} else { tag 'LOCAL' } } } subprojects { project.getPlugins().withType(TestRerunPlugin) { tasks.withType(Test).configureEach(new Action<Test>() { @Override void execute(Test test) { test.doLast(new Action<Test>() { @Override void execute(Test t) { if(t.rerun.didRerun.get() == true) { buildScan.tag 'unexpected-test-jvm-exit'Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jul 21 20:40:34 GMT 2021 - 4.6K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionArchiveCheckPlugin.java
* in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ package org.elasticsearch.gradle.internal; import org.elasticsearch.gradle.VersionProperties; import org.elasticsearch.gradle.internal.conventions.LicensingPlugin; import org.gradle.api.Action; import org.gradle.api.GradleException; import org.gradle.api.Project;
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 10.6K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/elasticsearch.formatting.gradle
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 09 18:53:35 GMT 2021 - 9.1K bytes - Click Count (0) -
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/EclipseConventionPlugin.java
* 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.internal.conventions; import org.apache.tools.ant.taskdefs.condition.Os; import org.gradle.api.Action; import org.gradle.api.GradleException; import org.gradle.api.Plugin; import org.gradle.api.Project;
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jul 01 09:43:51 GMT 2021 - 6.4K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/testfixtures/TestFixturesPlugin.java
* 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.internal.testfixtures; import com.avast.gradle.dockercompose.ComposeExtension;
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 29 15:07:50 GMT 2021 - 10.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/ActivityHelperTest.java
activityHelper.useEcsFormat = false; Map<String, String> params = new HashMap<>(); params.put("key\twith\ttabs", "value\twith\ttabs"); activityHelper.print("test\taction", OptionalThing.empty(), params); String result = localLogMsg.get(); assertTrue(result.contains("action:TEST_ACTION")); assertTrue(result.contains("key\twith\ttabs:value_with_tabs")); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 11:45:43 GMT 2026 - 24.3K bytes - Click Count (0)