Home
last modified time | relevance | path

Searched +refs:standard +refs:input +refs:port (Results 1 – 25 of 26217) sorted by relevance

12345678910>>...1049

/dports/emulators/mess/mame-mame0226/ctrlr/
H A Dslikstik.cfg5 SlikStik input customization file
14 <input>
156 </input>
178 <input>
194 </input>
211 <input>
221 </input>
226 <input>
275 </input>
294 <input>
[all …]
H A Dhotrodse.cfg4 <!-- HotRod SE input configuration file -->
6 <input>
127 </input>
131 <input>
145 <newseq type="standard">NONE</newseq>
148 <newseq type="standard">NONE</newseq>
151 <newseq type="standard">NONE</newseq>
154 <newseq type="standard">NONE</newseq>
169 <newseq type="standard">NONE</newseq>
172 <newseq type="standard">NONE</newseq>
[all …]
H A Dxarcade.cfg4 <!-- X-Arcade Version 1.0 input configuration file -->
6 <input>
48 <newseq type="standard">NONE</newseq>
51 <newseq type="standard">NONE</newseq>
127 </input>
131 <input>
145 <newseq type="standard">NONE</newseq>
148 <newseq type="standard">NONE</newseq>
151 <newseq type="standard">NONE</newseq>
154 <newseq type="standard">NONE</newseq>
[all …]
H A Dscorpionxg.cfg8 <input>
129 </input>
133 <input>
147 <newseq type="standard">NONE</newseq>
150 <newseq type="standard">NONE</newseq>
153 <newseq type="standard">NONE</newseq>
156 <newseq type="standard">NONE</newseq>
171 <newseq type="standard">NONE</newseq>
174 <newseq type="standard">NONE</newseq>
177 <newseq type="standard">NONE</newseq>
[all …]
H A Dhotrod.cfg4 <!-- HotRod input configuration file -->
6 <input>
36 <newseq type="standard">KEYCODE_1</newseq>
39 <newseq type="standard">KEYCODE_2</newseq>
42 <newseq type="standard">KEYCODE_3</newseq>
45 <newseq type="standard">KEYCODE_4</newseq>
48 <newseq type="standard">KEYCODE_5</newseq>
51 <newseq type="standard">KEYCODE_6</newseq>
67 <newseq type="standard">KEYCODE_R</newseq>
70 <newseq type="standard">KEYCODE_F</newseq>
[all …]
/dports/emulators/mame/mame-mame0226/ctrlr/
H A Dslikstik.cfg5 SlikStik input customization file
14 <input>
156 </input>
178 <input>
194 </input>
211 <input>
221 </input>
226 <input>
275 </input>
294 <input>
[all …]
H A Dxarcade.cfg4 <!-- X-Arcade Version 1.0 input configuration file -->
6 <input>
48 <newseq type="standard">NONE</newseq>
51 <newseq type="standard">NONE</newseq>
127 </input>
131 <input>
145 <newseq type="standard">NONE</newseq>
148 <newseq type="standard">NONE</newseq>
151 <newseq type="standard">NONE</newseq>
154 <newseq type="standard">NONE</newseq>
[all …]
H A Dhotrodse.cfg4 <!-- HotRod SE input configuration file -->
6 <input>
127 </input>
131 <input>
145 <newseq type="standard">NONE</newseq>
148 <newseq type="standard">NONE</newseq>
151 <newseq type="standard">NONE</newseq>
154 <newseq type="standard">NONE</newseq>
169 <newseq type="standard">NONE</newseq>
172 <newseq type="standard">NONE</newseq>
[all …]
H A Dscorpionxg.cfg8 <input>
129 </input>
133 <input>
147 <newseq type="standard">NONE</newseq>
150 <newseq type="standard">NONE</newseq>
153 <newseq type="standard">NONE</newseq>
156 <newseq type="standard">NONE</newseq>
171 <newseq type="standard">NONE</newseq>
174 <newseq type="standard">NONE</newseq>
177 <newseq type="standard">NONE</newseq>
[all …]
H A Dhotrod.cfg4 <!-- HotRod input configuration file -->
6 <input>
36 <newseq type="standard">KEYCODE_1</newseq>
39 <newseq type="standard">KEYCODE_2</newseq>
42 <newseq type="standard">KEYCODE_3</newseq>
45 <newseq type="standard">KEYCODE_4</newseq>
48 <newseq type="standard">KEYCODE_5</newseq>
51 <newseq type="standard">KEYCODE_6</newseq>
67 <newseq type="standard">KEYCODE_R</newseq>
70 <newseq type="standard">KEYCODE_F</newseq>
[all …]
/dports/lang/mosh/mosh-0.2.7/boot/runtimes/srfi-mosh/lib.rnrs/rnrs/io/
H A Dports.ss13 …make-custom-textual-input-port make-custom-textual-input/output-port make-custom-textual-output-po…
18 open-bytevector-output-port open-file-input-port open-file-input/output-port open-file-output-port
21 …put-u8 set-port-position! standard-error-port standard-input-port standard-output-port string->by…
59 open-bytevector-input-port
61 open-file-input-port
64 open-string-input-port
79 standard-error-port
80 standard-input-port
81 standard-output-port
90 input-port?
[all …]
/dports/lang/slib/slib-3b6/
H A Dt3.init277 (if (null? x) (line-length (standard-input))
434 (define (call-with-input-string string proc)
435 (with-input-from-string (variable string) (proc variable)))
441 ((r rb) (open-input-file filename))
444 (define (port? obj) (or (input-port? port) (output-port? port)))
455 (cond ((input-port? port)
456 (close-input-port port)
457 (if (output-port? port) (close-output-port port)))
458 ((output-port? port) (close-output-port port))
511 (let ((port (if p (car p) (current-input-port))))
[all …]
/dports/audio/lv2proc/lv2proc-0.5.1/
H A DREADME38 lv2proc [ options ] -i input -o output plugin
46 input sound file.
53 standard output and quit.
56 Print version and copyright information on the standard output and quit.
58 -i input
59 Indicates the input sound file.
70 -c port:value
71 Assigns value to the port identified by port symbol port. The
72 specified port must be a control input port and value must be a
81 Report some timing statistics on the standard output after sound
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dsubprocess.scrbl66 standard input, and @racket[stderr] is used for the process's standard
99 @item{an input port piped from the process's standard output, or
102 @item{an output port piped to the process's standard input, or
105 @item{an input port piped from the process's standard error, or
146 (close-input-port out)
148 (close-input-port err)
448 (list input-port?
463 @item{an input port piped from the subprocess's standard output,}
465 @item{an output port piped to the subprocess's standard input,}
469 @item{an input port piped from the subprocess's standard
[all …]
/dports/comms/picocom/picocom-3.1/
H A Dpicocom.1.md38 skipped; the port is just opened. Following this, if standard input is
41 the serial port is copied to the standard output while input from the
42 standard input is copied to the serial port. Picocom also scans its
238 case, you must either close its standard input, or send it the
244 (standard input) is echoed to the terminal (standard output)
422 standard input (which usually means that whatever was connected
427 zero bytes from the standard input causes picocom to exit, after
433 serial port. Do *not* read *anything* from the standard input or
442 is read from the standard input, or from the serial port. The
636 whatever was connected to picocom's standard input has been closed
[all …]
/dports/mail/horde-imp/imp-6.2.27/templates/test/
H A Dmailserver.inc8 <input type="text" id="server" name="server" />
16 <label for="port">Port:</label>
19 <input type="text" id="port" name="port" />
22 (If non-standard port; leave blank to auto-detect using standard ports)
30 <input type="text" id="user" name="user" />
38 <input type="password" id="passwd" name="passwd" />
66 <input type="submit" name="f_submit" value="Submit" />
67 <input type="reset" name="f_reset" value="Reset" />
/dports/emulators/mess/mame-mame0226/docs/source/advanced/
H A Dshiftertoggle.rst4 …works identically to how the original machines did. (The input is on when in one gear, the input i…
23 …he following for the input. The actual input code in the middle can and will vary depending on the…
25 | **<port tag=":ssio:IP0" type="P1_BUTTON2" mask="16" defvalue="16">**
26 | <newseq type="standard">
29 | </port>
32 The line you need to edit will be the port line defining the actual input. For Spy Hunter, that's g…
34 | **<port tag=":ssio:IP0" type="P1_BUTTON2" mask="16" defvalue="16" toggle="no">**
35 | <newseq type="standard">
38 | </port>
41 Save and exit. To disable this, simply remove the **toggle="no"** from each desired .CFG input.
/dports/emulators/mame/mame-mame0226/docs/source/advanced/
H A Dshiftertoggle.rst4 …works identically to how the original machines did. (The input is on when in one gear, the input i…
23 …he following for the input. The actual input code in the middle can and will vary depending on the…
25 | **<port tag=":ssio:IP0" type="P1_BUTTON2" mask="16" defvalue="16">**
26 | <newseq type="standard">
29 | </port>
32 The line you need to edit will be the port line defining the actual input. For Spy Hunter, that's g…
34 | **<port tag=":ssio:IP0" type="P1_BUTTON2" mask="16" defvalue="16" toggle="no">**
35 | <newseq type="standard">
38 | </port>
41 Save and exit. To disable this, simply remove the **toggle="no"** from each desired .CFG input.
/dports/devel/tcllib/tcllib-1.20/modules/nmea/
H A Dnmea.tcllib.man13 This package provides a standard interface for writing software which recieves
14 NMEA standard input data. It allows for reading data from COM ports, files,
16 After parsing, input is dispatched to user defined handler commands for processing.
23 [call [cmd ::nmea::input] [arg sentence]]
27 nmea::input {$GPGSA,A,3,04,05,,09,12,,,24,,,,,2.5,1.3,2.1*39}
28 nmea::input [list GPGSA A 3 04 05 09 12 "" "" 24 "" "" "" 2.5 1.3 2.1]
31 [call [cmd ::nmea::open_port] [arg port] [opt speed]]
36 Close the com port connection if one is open.
62 if logging is currently enabled. Data written to the port by [cmd write],
63 data read from files, or input made using [cmd input], is not logged.
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/nmea/
H A Dnmea.tcllib.man13 This package provides a standard interface for writing software which recieves
14 NMEA standard input data. It allows for reading data from COM ports, files,
16 After parsing, input is dispatched to user defined handler commands for processing.
23 [call [cmd ::nmea::input] [arg sentence]]
27 nmea::input {$GPGSA,A,3,04,05,,09,12,,,24,,,,,2.5,1.3,2.1*39}
28 nmea::input [list GPGSA A 3 04 05 09 12 "" "" 24 "" "" "" 2.5 1.3 2.1]
31 [call [cmd ::nmea::open_port] [arg port] [opt speed]]
36 Close the com port connection if one is open.
62 if logging is currently enabled. Data written to the port by [cmd write],
63 data read from files, or input made using [cmd input], is not logged.
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/deinprogramm/deinprogramm/
H A Drun-dmda-code.rkt5 (let ((p (open-input-graphical-file/fixed filename))
27 (close-input-port p)))))
31 ;; build-input-port : string -> (values input any)
32 ;; constructs an input port for the load handler. Also
34 (define (build-input-port filename)
35 (let ([p (open-input-file filename)])
36 (port-count-lines! p)
40 (send t insert-port p 'standard)
41 (close-input-port p)
44 (port-count-lines! p) ; in case it's new
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/acd/
H A Dmartquery.acd9 section: input [
15 standard: "Y"
23 standard: "Y"
30 standard: "Y"
36 endsection: input
58 integer: port [
60 information: "Mart port on mart host"
/dports/lang/racket/racket-8.3/share/pkgs/r6rs-lib/r6rs/private/
H A Dports.rkt42 input-port?
47 standard-input-port
48 (rename-out [r6rs:current-input-port current-input-port])
72 standard-output-port
73 standard-error-port
87 ;; Non-standard
275 (define-struct (textual-input/output-port textual-input-port) (out-port)
281 [(textual-input-port? port) (textual-input-port-transcoder port)]
533 (define standard-input-port
802 (define standard-output-port
[all …]
/dports/net/openradius/openradius-0.9.12c/tools/radclient/
H A DREADME7 The "radclient" program sends a RADIUS request as received on standard input as
34 (Note that if you don't specify -a, the default UDP port will remain 1812 and
36 1813 explicitly as the target port in that case). A valid accounting request
51 All input and output is done according to OpenRADIUS' standard module
55 After EOF on standard input (Ctrl-D if you run it on a terminal), it will
62 66 There was an error processing input from stdin
63 67 There was an error processing input from the UDP socket
91 that is the maximum for RADIUS if you use a single source UDP port.
118 default to accounting. Also sets the default port to 1813
131 -q Suppresses all prompting or error messages on the standard
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/framework/private/
H A Dtext-classes.rkt15 text-port^
25 text-port^
36 (define standard-style-list% (editor:standard-style-list-mixin wide-snip%))
37 (define input-box% (input-box-mixin standard-style-list%))
38 (define -keymap% (overwrite-disable-mixin (editor:keymap-mixin standard-style-list%)))

12345678910>>...1049