- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 70 for CMD (0.02 sec)
-
src/test/java/jcifs/internal/smb1/AndXServerMessageBlockTest.java
// Override getBatchLimit to allow batching testBlock = new TestAndXServerMessageBlock(mockConfig, (byte) 0x25, andxBlock) { @Override protected int getBatchLimit(Configuration cfg, byte cmd) { return 1; // Allow one batched message } }; byte[] buffer = new byte[1024]; int length = testBlock.encode(buffer, 0); assertTrue(length > 0);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java
return this.andx; } /** * Gets the batch limit for chained commands * @param cfg the configuration * @param cmd the command byte * @return the batch limit */ protected int getBatchLimit(final Configuration cfg, final byte cmd) { /* * the default limit is 0 batched messages before this * one, meaning this message cannot be batched. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.8K bytes - Viewed (0) -
docs/ko/docs/deployment/docker.md
COPY ./requirements.txt /code/requirements.txt RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt COPY ./app /code/app CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"] # If running behind a proxy like Nginx or Traefik add --proxy-headers # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--proxy-headers"] ``` </details> ## 컨테이너란
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 42.7K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
*/ boolean isIgnoreCopyToException(); /** * Gets the batch limit for a specific SMB command * * @param cmd the SMB command name * @return the batch limit for the given command */ int getBatchLimit(String cmd); /** * * Property {@code jcifs.smb.client.notify_buf_size} (int, default 1024) *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 25.4K bytes - Viewed (0) -
docs/ja/docs/deployment/docker.md
COPY ./requirements.txt /code/requirements.txt RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt COPY ./app /code/app CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"] # If running behind a proxy like Nginx or Traefik add --proxy-headers # CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--proxy-headers"] ``` </details> ## コンテナとは何か
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 44.3K bytes - Viewed (0) -
gradlew
# requires all of these POSIX shell features: # * functions; # * expansions «$var», «${var}», «${var:-default}», «${var+SET}», # «${var#prefix}», «${var%suffix}», and «$( cmd )»; # * compound commands having a testable exit status, especially «case»; # * various built-in commands including «command», «set», and «ulimit». # # Important for patching: #
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:06:31 UTC 2025 - 8.5K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
} final int cmd = Encdec.dec_uint16le(this.sbuf, 4 + 12) & 0xFFFF; if (cmd == 0x12) { return new Smb2OplockBreakNotification(getContext().getConfig()); } } else { if (key != 0xFFFF) { return null; } final int cmd = this.sbuf[4 + 4]; if (cmd == 0x24) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
- Migrate cmd/proxy/app and pkg/proxy/meta_proxier to structured logging ([#104928](https://github.com/kubernetes/kubernetes/pull/104928), [@jyz0309](https://github.com/jyz0309))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- k8s.io/utils: 18e509b → 3ea5e8c - sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.30.3 → v0.31.0 - sigs.k8s.io/json: bc3834c → 9aa6b5e - sigs.k8s.io/kustomize/api: v0.17.2 → v0.18.0 - sigs.k8s.io/kustomize/cmd/config: v0.14.1 → v0.15.0 - sigs.k8s.io/kustomize/kustomize/v5: v5.4.2 → v5.5.0 - sigs.k8s.io/kustomize/kyaml: v0.17.1 → v0.18.1 - sigs.k8s.io/structured-merge-diff/v4: v4.4.1 → v4.4.2 ### Removed
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 14:49:49 UTC 2025 - 412.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.21.md
## Dependencies ### Added _Nothing has changed._ ### Changed - sigs.k8s.io/kustomize/api: v0.8.5 → v0.8.8 - sigs.k8s.io/kustomize/cmd/config: v0.9.7 → v0.9.10 - sigs.k8s.io/kustomize/kustomize/v4: v4.0.5 → v4.1.2 - sigs.k8s.io/kustomize/kyaml: v0.10.15 → v0.10.17 ### Removed _Nothing has changed._ # v1.21.0
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Oct 14 07:03:14 UTC 2022 - 367.3K bytes - Viewed (0)