- Sort Score
- Result 10 results
- Languages All
Results 2211 - 2220 of 4,424 for cOm (0.05 sec)
-
internal/crypto/header.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package crypto import ( "bytes" "crypto/md5" "encoding/base64" "net/http" xhttp "github.com/minio/minio/internal/http" ) // RemoveSensitiveHeaders removes confidential encryption // information - e.g. the SSE-C key - from the HTTP headers. // It has the same semantics as RemoveSensitiveEntries.
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Thu Feb 22 06:26:06 UTC 2024 - 2.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshot.kt
pendingChangesOnly: Boolean, ) { schedulingPolicy = policy triggerBuild = always() withPendingChangesOnly = pendingChangesOnly enabled = true // https://www.jetbrains.com/help/teamcity/2022.04/configuring-schedule-triggers.html#general-syntax-1 // We want it to be triggered only when there're pending changes in the specific vcs root, i.e. GradleMaster/GradleReleaseRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 08:57:18 UTC 2025 - 4.3K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/ide/AndroidStudioProvisioningPlugin.kt
import org.gradle.internal.os.OperatingSystem import org.gradle.kotlin.dsl.* import org.gradle.process.CommandLineArgumentProvider // Android Studio Narwhal 3 | 2025.1.3 // Find all references here https://developer.android.com/studio/archive // Update verification-metadata.xml const val DEFAULT_ANDROID_STUDIO_VERSION = "2025.1.3.7" const val UNPACK_ANDROID_STUDIO_TASK_NAME = "unpackAndroidStudio" const val ANDROID_STUDIO_INSTALL_PATH = "android-studio"
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Sep 19 16:20:44 UTC 2025 - 4.4K bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild/propagated-env-variables.kt
OperatingSystem.current().pathVar, "PATHEXT", // Used by KotlinMultiplatformPluginSmokeTest, see https://github.com/gradle/gradle-private/issues/4223 "CHROME_BIN" ) val credentialsKeywords = listOf( "api_key", "access_key", "apikey", "accesskey", "password", "token",
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Oct 15 18:27:39 UTC 2025 - 3.4K bytes - Viewed (0) -
guava/src/com/google/common/hash/AbstractHasher.java
* or implied. See the License for the specific language governing permissions and limitations under * the License. */ package com.google.common.hash; import com.google.common.base.Preconditions; import com.google.errorprone.annotations.CanIgnoreReturnValue; import java.nio.ByteBuffer; import java.nio.charset.Charset; import org.jspecify.annotations.Nullable; /**
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 3.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpAuthenticationTest.java
assertTrue(auth.matches("ftp://hostname/path%20with%20spaces/resource.txt")); // Test with empty path auth.setServer("test.example.com"); assertTrue(auth.matches("ftp://test.example.com/")); assertTrue(auth.matches("ftp://test.example.com:21/")); }
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 3.8K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/collect/testing/OneSizeGenerator.java
* See the License for the specific language governing permissions and * limitations under the License. */ package com.google.common.collect.testing; import static java.util.Arrays.asList; import com.google.common.annotations.GwtCompatible; import com.google.common.collect.testing.features.CollectionSize; import java.util.ArrayList; import java.util.Collection; import java.util.List;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 2.5K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/extensions/ExtensionConfigurationModule.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.cling.extensions; import java.util.function.UnaryOperator; import com.google.inject.Binder; import com.google.inject.Module; import com.google.inject.name.Names; import org.apache.maven.api.services.Interpolator; import org.apache.maven.api.xml.XmlNode; import org.apache.maven.extension.internal.CoreExtensionEntry;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Mar 25 09:45:07 UTC 2025 - 2.9K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/ForwardingListenableFuture.java
* or implied. See the License for the specific language governing permissions and limitations under * the License. */ package com.google.common.util.concurrent; import com.google.common.annotations.GwtCompatible; import com.google.common.base.Preconditions; import java.util.concurrent.Executor; import org.jspecify.annotations.Nullable; /**
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 2.3K bytes - Viewed (0) -
guava-tests/test/com/google/common/html/HtmlEscapersTest.java
* or implied. See the License for the specific language governing permissions and limitations under * the License. */ package com.google.common.html; import static com.google.common.html.HtmlEscapers.htmlEscaper; import com.google.common.annotations.GwtCompatible; import junit.framework.TestCase; import org.jspecify.annotations.NullUnmarked; /** * Tests for the {@link HtmlEscapers} class.Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Dec 05 22:03:28 UTC 2025 - 2.3K bytes - Viewed (0)