代码搜索结果

找到约 10,000 项符合 Input 的代码

cd_halt_input_req.7

'\" rt .\" -*- nroff -*- .\" .\" @(#) CD_HALT_INPUT_REQ.7,v 1.1.4.1 2004/01/12 23:45:08 brian Exp .\" .\" ========================================================================= .\" .\" Copyright (C

gnumakefile.wfmo_reactor_console_input

# -*- Makefile -*- #---------------------------------------------------------------------------- # GNU Makefile # # @file GNUmakefile.WFMO_Reactor_Console_Input # # $Id: gnu.mpd 83821 2008

t_notice_input.aspx.vb

Public Class t_notice_input Inherits System.Web.UI.Page #Region " Web 窗体设计器生成的代码 " '该调用是 Web 窗体设计器所必需的。 Private Sub InitializeComponent()

t_mark_input.aspx.vb

Public Class t_mark_input Inherits System.Web.UI.Page #Region " Web 窗体设计器生成的代码 " '该调用是 Web 窗体设计器所必需的。 Private Sub InitializeComponent()

gunzip-reads-from-standard-input

echo foo | gzip | busybox gunzip > output echo foo | cmp - output

tar-extracts-from-standard-input

touch foo tar cf foo.tar foo rm foo cat foo.tar | busybox tar x test -f foo

cat-prints-a-file-and-standard-input

echo I WANT > foo echo SOMETHING | busybox cat foo - >bar cat >baz