代码搜索结果

找到约 34,281 项符合 A 的代码

obj.txt

a=java.util.Date b=javax.swing.JFrame

extobj.txt

a=javax.swing.JFrame b=javax.swing.JLabel #set the title of a a%title=Test Title

adsbscope.cfg

-$A+ -$B- -$C+ -$D+ -$E- -$F- -$G+ -$H+ -$I+ -$J+ -$K- -$L+ -$M- -$N+ -$O+ -$P+ -$Q+ -$R+ -$S- -$T- -$U- -$V+ -$W- -$X+ -$YD -$Z1 -cg -AWinTypes=Windows;WinProcs=Windows;Dbi

plural.c

/* A Bison parser, made by GNU Bison 2.0. */ /* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. T

fstty

# # A function that works as a front end for both stty and the `bind' # builtin, so the tty driver and readline see the same changes # # # Convert between the stty ^H control character form and the r

y.tab.c

/* A Bison parser, made by GNU Bison 2.3. */ /* Skeleton implementation for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Softwa

read2.sub

a=4 read -t 2 a < /dev/tty estat=$? if [ $estat -gt 128 ]; then echo timeout 1: ok else echo $estat fi echo $a sleep 5 | read -t 1 a estat=$? if [ $estat -gt 128 ]; then echo timeout 2: ok else

cprint.tests

# # a nonsense script and shell function to test out the command printing code # tf() { # simple command with redir echo this is ${0##*/} > /dev/null # pipeline echo a | cat - > /dev/null test

read1.sub

<mark>a</mark>=7 echo '<mark>a</mark>bcdefg|xyz' | { re<mark>a</mark>d -d '|' <mark>a</mark> echo <mark>a</mark> = "${<mark>a</mark>-unset}" } echo xyz 123 | { re<mark>a</mark>d -d ' ' <mark>a</mark> echo <mark>a</mark> = "${<mark>a</mark>-unset}" } echo xyz 123 | { re<mark>a</mark>d -d $'\n' <mark>a</mark> echo <mark>a</mark> = -"${<mark>a</mark>-unset}"- } <mark>a</mark>=44 echo <mark> ...