- Sort Score
- Result 10 results
- Languages All
Results 211 - 220 of 269 for echo (0.07 sec)
-
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
/** SMB2 IO control command */ protected static final short SMB2_IOCTL = 0x000B; /** SMB2 cancel command */ protected static final short SMB2_CANCEL = 0x000C; /** SMB2 echo/keepalive command */ protected static final short SMB2_ECHO = 0x000D; /** SMB2 query directory command */ protected static final short SMB2_QUERY_DIRECTORY = 0x000E; /** SMB2 change notify command */Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 24K bytes - Viewed (0) -
src/archive/tar/writer_test.go
Gname: "staff", ModTime: time.Unix(1360135598, 0), }, nil}, testWrite{"hello\n", 6, nil}, testClose{nil}, }, }, { // This file was produced using GNU tar v1.26: // echo "Slartibartfast" > file.txt // ln file.txt hard.txt // tar -b 1 --format=ustar -c -f hardlink.tar file.txt hard.txt file: "testdata/hardlink.tar", tests: []testFnc{ testHeader{Header{
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Feb 03 16:38:43 UTC 2025 - 39.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/ServerMessageBlock.java
/** * SMB command to move a file. */ public static final byte SMB_COM_MOVE = (byte) 0x2A; /** * SMB command for echo/ping operations. */ public static final byte SMB_COM_ECHO = (byte) 0x2B; /** * SMB command to open a file with extended attributes. */Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 38.9K bytes - Viewed (0) -
docs/ja/docs/virtual-environments.md
/// /// tip | 豆知識 これも、仮想環境を作成した直後に**一度だけ**実行します。 /// <div class="termy"> ```console $ echo "*" > .venv/.gitignore ``` </div> /// details | このコマンドの意味 - `echo "*"` : ターミナルに `*` というテキストを「表示」しようとします。(次の部分によってその動作が少し変わります) - `>` : `>` の左側のコマンドがターミナルに表示しようとする内容を、ターミナルには表示せず、 `>` の右側のファイルに書き込みます。 - `.gitignore` : `*` を書き込むファイル名。
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Wed Mar 19 12:22:33 UTC 2025 - 27.8K bytes - Viewed (0) -
pom.xml
</ant> <ant antfile="${basedir}/plugin.xml" target="install.plugins"> <property name="with.fess" value="true" /> </ant> <ant antfile="deps.xml" target="install.jars" /> <echo message="fess.version=${project.version}" file="${basedir}/src/main/webapp/WEB-INF/project.properties" /> </target> </configuration> <goals> <goal>run</goal> </goals> </plugin>Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), const EBADRPC Errno pkg syscall (freebsd-386-cgo), const ECAPMODE Errno pkg syscall (freebsd-386-cgo), const ECHO ideal-int pkg syscall (freebsd-386-cgo), const ECHOCTL ideal-int pkg syscall (freebsd-386-cgo), const ECHOE ideal-int pkg syscall (freebsd-386-cgo), const ECHOK ideal-int pkg syscall (freebsd-386-cgo), const ECHOKE ideal-int pkg syscall (freebsd-386-cgo), const ECHONL ideal-int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (1) -
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
assertThat(response.body.string()).isEqualTo("") server.takeRequest() // seed return server.takeRequest() } /** * For Last-Modified and Date headers, we should echo the date back in the exact format we were * served. */ @Test fun retainServedDateFormat() { // Serve a response with a non-standard date format that OkHttp supports.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 16 09:39:51 UTC 2025 - 113.6K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (darwin-386), const ECANCELED = 89 pkg syscall (darwin-386), const ECHILD = 10 pkg syscall (darwin-386), const ECHO = 8 pkg syscall (darwin-386), const ECHOCTL = 64 pkg syscall (darwin-386), const ECHOE = 2 pkg syscall (darwin-386), const ECHOK = 4 pkg syscall (darwin-386), const ECHOKE = 1 pkg syscall (darwin-386), const ECHONL = 16 pkg syscall (darwin-386), const ECHOPRT = 32
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const ECHO = 8 pkg syscall (freebsd-arm64), const ECHO ideal-int pkg syscall (freebsd-arm64), const ECHOCTL = 64 pkg syscall (freebsd-arm64), const ECHOCTL ideal-int pkg syscall (freebsd-arm64), const ECHOE = 2 pkg syscall (freebsd-arm64), const ECHOE ideal-int pkg syscall (freebsd-arm64), const ECHOK = 4 pkg syscall (freebsd-arm64), const ECHOK ideal-int
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const ECHO = 8 pkg syscall (darwin-arm64), const ECHO ideal-int pkg syscall (darwin-arm64), const ECHOCTL = 64 pkg syscall (darwin-arm64), const ECHOCTL ideal-int pkg syscall (darwin-arm64), const ECHOE = 2 pkg syscall (darwin-arm64), const ECHOE ideal-int pkg syscall (darwin-arm64), const ECHOK = 4 pkg syscall (darwin-arm64), const ECHOK ideal-int pkg syscall (darwin-arm64), const ECHOKE = 1
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0)