- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 758 for x$ (0.01 seconds)
-
.github/release-drafter-3.x.yml
tag-template: maven-$RESOLVED_VERSION # Override replacers to strip backport branch prefixes and handle JIRA links replacers: # Strip backport branch prefixes like [maven-4.0.x], [maven-3.x], etc. - search: '/^\[maven-[\d\.x-]+\]\s*-?\s*/g' replace: '' # Convert JIRA ticket references to links (but not maven branch prefixes) - search: '/\[([A-Z]+)-(\d+)\]\s*-?\s*/g'
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 10 13:07:10 GMT 2025 - 1.3K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/elasticsearch.formatting.gradle
':x-pack:plugin:deprecation', ':x-pack:plugin:enrich:qa:common', ':x-pack:plugin:enrich:qa:rest', ':x-pack:plugin:enrich:qa:rest-with-advanced-security', ':x-pack:plugin:enrich:qa:rest-with-security', ':x-pack:plugin:eql', ':x-pack:plugin:eql:qa', ':x-pack:plugin:eql:qa:common', ':x-pack:plugin:eql:qa:rest', ':x-pack:plugin:eql:qa:security', ':x-pack:plugin:fleet:qa:rest', ':x-pack:plugin:graph',
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) -
android/guava/src/com/google/common/math/ToDoubleRounder.java
/** Returns the sign of x: either -1, 0, or 1. */ abstract int sign(X x); /** Returns d's value as an X, rounded with the specified mode. */ abstract X toX(double d, RoundingMode mode); /** Returns a - b, guaranteed that both arguments are nonnegative. */ abstract X minus(X a, X b); /** Rounds {@code x} to a {@code double}. */ final double roundToDouble(X x, RoundingMode mode) { checkNotNull(x, "x");
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 03 04:51:56 GMT 2026 - 5.7K bytes - Click Count (0) -
src/main/assemblies/files/fess.in.sh
# Application Configuration if [ "x$APP_NAME" = "x" ]; then APP_NAME=fess fi if [ "x$SEARCH_ENGINE_HOME" = "x" ]; then SEARCH_ENGINE_HOME=$FESS_HOME/es fi if [ "x$FESS_TEMP_PATH" = "x" ]; then FESS_TEMP_PATH=$FESS_HOME/temp fi if [ "x$FESS_LOG_PATH" = "x" ]; then FESS_LOG_PATH=$FESS_HOME/logs fi if [ "x$FESS_LOG_LEVEL" = "x" ]; then FESS_LOG_LEVEL=warn fi
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 03:48:59 GMT 2025 - 5.3K bytes - Click Count (0) -
tests/benchmark_test.go
DB.Create(&user) } var u []*User b.ResetTimer() for x := 0; x < b.N; x++ { DB.Raw("select * from users").Scan(&u) } } func BenchmarkUpdate(b *testing.B) { user := *GetUser("find", Config{}) DB.Create(&user) for x := 0; x < b.N; x++ { DB.Model(&user).Updates(map[string]interface{}{"Age": x}) } } func BenchmarkDelete(b *testing.B) { user := *GetUser("find", Config{})
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Wed Jun 01 03:50:57 GMT 2022 - 1.5K bytes - Click Count (0) -
cmd/scannermetric_string.go
// Re-run the stringer command to generate them again. var x [1]struct{} _ = x[scannerMetricReadMetadata-0] _ = x[scannerMetricCheckMissing-1] _ = x[scannerMetricSaveUsage-2] _ = x[scannerMetricApplyAll-3] _ = x[scannerMetricApplyVersion-4] _ = x[scannerMetricTierObjSweep-5] _ = x[scannerMetricHealCheck-6] _ = x[scannerMetricILM-7] _ = x[scannerMetricCheckReplication-8] _ = x[scannerMetricYield-9] _ = x[scannerMetricCleanAbandoned-10]Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Sep 25 05:15:31 GMT 2023 - 1.7K bytes - Click Count (0) -
cmd/osmetric_string.go
var x [1]struct{} _ = x[osMetricRemoveAll-0] _ = x[osMetricMkdirAll-1] _ = x[osMetricMkdir-2] _ = x[osMetricRename-3] _ = x[osMetricOpenFileW-4] _ = x[osMetricOpenFileR-5] _ = x[osMetricOpenFileWFd-6] _ = x[osMetricOpenFileRFd-7] _ = x[osMetricOpen-8] _ = x[osMetricOpenFileDirectIO-9] _ = x[osMetricLstat-10] _ = x[osMetricRemove-11] _ = x[osMetricStat-12]Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Thu Feb 15 01:09:38 GMT 2024 - 1.3K bytes - Click Count (0) -
cmd/stserrorcode_string.go
var x [1]struct{} _ = x[ErrSTSNone-0] _ = x[ErrSTSAccessDenied-1] _ = x[ErrSTSMissingParameter-2] _ = x[ErrSTSInvalidParameterValue-3] _ = x[ErrSTSWebIdentityExpiredToken-4] _ = x[ErrSTSClientGrantsExpiredToken-5] _ = x[ErrSTSInvalidClientGrantsToken-6] _ = x[ErrSTSMalformedPolicyDocument-7] _ = x[ErrSTSInsecureConnection-8] _ = x[ErrSTSInvalidClientCertificate-9]Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Feb 05 00:29:41 GMT 2025 - 1.5K bytes - Click Count (0) -
src/main/java/jcifs/smb1/util/MD4.java
A = FF(A, B, C, D, X[4], 3); D = FF(D, A, B, C, X[5], 7); C = FF(C, D, A, B, X[6], 11); B = FF(B, C, D, A, X[7], 19); A = FF(A, B, C, D, X[8], 3); D = FF(D, A, B, C, X[9], 7); C = FF(C, D, A, B, X[10], 11); B = FF(B, C, D, A, X[11], 19); A = FF(A, B, C, D, X[12], 3); D = FF(D, A, B, C, X[13], 7); C = FF(C, D, A, B, X[14], 11);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 9.6K bytes - Click Count (0) -
internal/grid/msg_string.go
var x [1]struct{} _ = x[OpConnect-1] _ = x[OpConnectResponse-2] _ = x[OpPing-3] _ = x[OpPong-4] _ = x[OpConnectMux-5] _ = x[OpMuxConnectError-6] _ = x[OpDisconnectClientMux-7] _ = x[OpDisconnectServerMux-8] _ = x[OpMuxClientMsg-9] _ = x[OpMuxServerMsg-10] _ = x[OpUnblockSrvMux-11] _ = x[OpUnblockClMux-12] _ = x[OpAckMux-13] _ = x[OpRequest-14] _ = x[OpResponse-15]Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Nov 21 01:09:35 GMT 2023 - 1.2K bytes - Click Count (0)