- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 95 for 8180 (0.03 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. 8080 <br> * comment: Port number for the HTTP proxy server (e.g., 8080). * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getHttpProxyPort(); /** * Get the value for the key 'http.proxy.port' as {@link Integer}. <br> * The value is, e.g. 8080 <br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
android/guava/src/com/google/common/net/MediaType.java
* over-the-air mobile configuration profiles</a>. * * @since 18.0 */ public static final MediaType APPLE_MOBILE_CONFIG = createConstant(APPLICATION_TYPE, "x-apple-aspen-config"); /** * <a
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 48K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- github.com/moby/sys/userns: [v0.1.0](https://github.com/moby/sys/tree/userns/v0.1.0) - go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp: v1.27.0 ### Changed - cel.dev/expr: v0.15.0 → v0.18.0 - cloud.google.com/go/accessapproval: v1.7.1 → v1.7.4 - cloud.google.com/go/accesscontextmanager: v1.8.1 → v1.8.4 - cloud.google.com/go/aiplatform: v1.48.0 → v1.58.0 - cloud.google.com/go/analytics: v0.21.3 → v0.22.0
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 14:49:49 UTC 2025 - 412.3K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InetAddresses.java
* @param address the InetAddress to decrement * @return a new InetAddress that is one less than the passed in address * @throws IllegalArgumentException if InetAddress is at the beginning of its range * @since 18.0 */ public static InetAddress decrement(InetAddress address) { byte[] addr = address.getAddress(); int i = addr.length - 1; while (i >= 0 && addr[i] == (byte) 0x00) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 19 21:24:11 UTC 2025 - 47.4K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.30.md
- golang.org/x/mod: v0.12.0 → v0.15.0 - golang.org/x/net: v0.17.0 → v0.23.0 - golang.org/x/sync: v0.3.0 → v0.6.0 - golang.org/x/sys: v0.13.0 → v0.18.0 - golang.org/x/term: v0.13.0 → v0.18.0 - golang.org/x/text: v0.13.0 → v0.14.0 - golang.org/x/tools: v0.12.0 → v0.18.0 - google.golang.org/protobuf: v1.31.0 → v1.33.0 - k8s.io/klog/v2: v2.110.1 → v2.120.1 - k8s.io/kube-openapi: 2dd684a → 70dd376
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jun 18 18:59:10 UTC 2025 - 398.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.31.md
- golang.org/x/oauth2: v0.10.0 → v0.21.0 - golang.org/x/sync: v0.6.0 → v0.7.0 - golang.org/x/sys: v0.18.0 → v0.21.0 - golang.org/x/telemetry: b75ee88 → f48c80b - golang.org/x/term: v0.18.0 → v0.21.0 - golang.org/x/text: v0.14.0 → v0.16.0 - golang.org/x/tools: v0.18.0 → e35e4cc - google.golang.org/api: v0.126.0 → v0.13.0 - google.golang.org/genproto/googleapis/api: 23370e0 → 5315273
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:49:57 UTC 2025 - 429.6K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/Http2ConnectionTest.kt
peer.acceptFrame() // ACK peer.acceptFrame() // SYN_STREAM peer.sendFrame().headers(false, 3, headerEntries("a", "android")) peer.sendFrame().data(false, 3, data(1024), 1024) peer.truncateLastFrame(8 + 100) peer.play() // Play it back. val connection = connect(peer) val stream = connection.newStream(headerEntries("b", "banana"), false)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 75.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.29.md
## Dependencies ### Added _Nothing has changed._ ### Changed - golang.org/x/crypto: v0.16.0 → v0.21.0 - golang.org/x/net: v0.19.0 → v0.23.0 - golang.org/x/sys: v0.15.0 → v0.18.0 - golang.org/x/term: v0.15.0 → v0.18.0 ### Removed _Nothing has changed._ # v1.29.3 ## Downloads for v1.29.3 ### Source Code filename | sha512 hash
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Mar 12 00:36:01 UTC 2025 - 429.6K bytes - Viewed (1) -
CHANGELOG/CHANGELOG-1.16.md
* Use PostFilter instead of Postfilter in the scheduling framework ([#81800](https://github.com/kubernetes/kubernetes/pull/81800), [@draveness](https://github.com/draveness)) * Use PreFilter instead of Prefilter in the scheduling framework * Use PreBind instead of Prebind in the scheduling framework
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Oct 23 20:13:20 UTC 2024 - 345.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.6.md
* The kubelet API is now secured, only cluster admins are allowed to access it. * Insecure access to the API Server over `localhost:8080` is now disabled. * The control plane components now talk securely to each other. The API Server talks securely to the kubelets in the cluster.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 304K bytes - Viewed (0)