- Sort Score
- Num 10 results
- Language All
Results 211 - 220 of 569 for registre (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/common-main.go
} globalIsCICD = env.Get("MINIO_CI_CD", "") != "" || env.Get("CI", "") != "" console.SetColor("Debug", fcolor.New()) gob.Register(StorageErr("")) gob.Register(madmin.TimeInfo{}) gob.Register(madmin.XFSErrorConfigs{}) gob.Register(map[string]string{}) gob.Register(map[string]any{}) // All minio-go and madmin-go API operations shall be performed only once,
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 32.5K bytes - Click Count (3) -
src/main/java/jcifs/internal/smb2/rdma/Smb2RdmaTransform.java
// SMB_DIRECT_BUFFER_DESCRIPTOR_V1 structure private long offset; // 8 bytes: Offset within registered buffer private int token; // 4 bytes: RDMA provider token private int length; // 4 bytes: Length of buffer /** * Create SMB2 RDMA Transform * * @param offset offset within registered buffer * @param token RDMA provider token (steering tag/memory handle) * @param length length of bufferCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 05:11:12 GMT 2025 - 3K bytes - Click Count (0) -
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/precommit/PrecommitTaskPlugin.java
public class PrecommitTaskPlugin implements Plugin<Project> { @Override public void apply(Project project) { TaskProvider<Task> precommit = project.getTasks().register(PrecommitPlugin.PRECOMMIT_TASK_NAME, t -> { t.setGroup(JavaBasePlugin.VERIFICATION_GROUP); t.setDescription("Runs all non-test checks"); }); project.getPluginManager()
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jun 23 09:36:58 GMT 2021 - 1.8K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/InternalClusterTestPlugin.java
GradleUtils.extendSourceSet(project, SourceSet.TEST_SOURCE_SET_NAME, SOURCE_SET_NAME); // add alias task that is easier to type project.getTasks().register("icTest").configure(alias -> alias.dependsOn(SOURCE_SET_NAME)); }
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Jun 02 23:12:29 GMT 2021 - 1.8K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild.verify-build-environment.gradle.kts
* See the License for the specific language governing permissions and * limitations under the License. */ import java.nio.charset.Charset tasks.register("verifyIsProductionBuildEnvironment") { doLast { val systemCharset = Charset.defaultCharset().name() assert(systemCharset == "UTF-8") {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Feb 01 09:48:30 GMT 2021 - 941 bytes - Click Count (0) -
internal/config/subnet/config.go
// Transport configured with proxy_url if set optionally. transport http.RoundTripper // The subnet base URL BaseURL string } var configLock sync.RWMutex // Registered indicates if cluster is registered or not func (c *Config) Registered() bool { configLock.RLock() defer configLock.RUnlock() return len(c.APIKey) > 0 }Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Feb 18 16:25:55 GMT 2025 - 3.9K bytes - Click Count (0) -
src/test/java/jcifs/internal/witness/WitnessIntegrationTest.java
@Test void testMockServiceNotifications() { // Test notification sending (just logs for mock) mockService.sendNotification(WitnessEventType.RESOURCE_CHANGE, "TestResource"); // Register a witness first String regId = mockService.registerWitness("TestResource", "192.168.1.100", 1); // Send notification affecting the registrationCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 23 09:06:40 GMT 2025 - 9.8K bytes - Click Count (0) -
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/EclipseConventionPlugin.java
} catch (IOException e) { throw new GradleException("Cannot configure eclipse", e); } String finalLicenseHeader = licenseHeader; project.getTasks().register("copyEclipseSettings", Copy.class, copy -> { copy.mustRunAfter("wipeEclipseSettings"); // TODO: "package this up" for external builds
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/integTest/groovy/org/elasticsearch/gradle/internal/InternalDistributionBwcSetupPluginFuncTest.groovy
configurations { dists } dependencies { dists project(path: ":distribution:bwc:bugfix", configuration:"darwin-tar") } tasks.register("resolveDistributionArchive") { inputs.files(configurations.dists) doLast { configurations.dists.files.each {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 03 10:22:28 GMT 2021 - 7.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.java
* @param data The render data. * @param form The search form. */ protected void searchPaging(final RenderData data, final SearchForm form) { // page navi RenderDataUtil.register(data, "kuromojiItemItems", kuromojiService.getKuromojiList(form.dictId, kuromojiPager)); // restore from pager BeanUtil.copyBeanToBean(kuromojiPager, form, op -> {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 21.5K bytes - Click Count (0)