| /webstack/webstack/branches/CoolStack12Rtm/src/curl-7.14.0/lib/ |
| md5.h | 27 const unsigned char *input);
|
| base64.h | 25 size_t Curl_base64_encode(const char *input, size_t size, char **str);
|
| /webstack/webstack/trunk/src/curl-7.14.0/lib/ |
| md5.h | 27 const unsigned char *input);
|
| /webstack/webstack/trunk/src/php-5.2.0/ext/date/tests/ |
| bug33532.php | 7 $input = "10:00:00 AM July 1 2005"; variable 8 print "input " . $input . "\n"; 9 $tStamp = strtotime($input); 15 $input = "10:00:00 AM July 1 2005"; variable 16 print "input " . $input . "\n"; 17 $tStamp = strtotime($input);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/sample/ |
| regx.rb | 9 input = gets 10 break if not input 11 if input != "" 12 str = input
|
| /webstack/webstack/trunk/src/ruby-1.8.5/sample/ |
| regx.rb | 9 input = gets 10 break if not input 11 if input != "" 12 str = input
|
| /webstack/webstack/trunk/src/ruby-1.8.6/sample/ |
| regx.rb | 9 input = gets 10 break if not input 11 if input != "" 12 str = input
|
| /webstack/webstack/branches/CoolStack12Rtm/src/ruby-1.8.6/lib/rexml/dtd/ |
| dtd.rb | 11 def Parser.parse( input ) 12 case input 14 parse_helper input 16 parse_helper input.read 21 def Parser.parse_helper( input ) 23 while input.size > 0 24 case input
|
| /webstack/webstack/trunk/src/ruby-1.8.5/lib/rexml/dtd/ |
| dtd.rb | 11 def Parser.parse( input ) 12 case input 14 parse_helper input 16 parse_helper input.read 21 def Parser.parse_helper( input ) 23 while input.size > 0 24 case input
|
| /webstack/webstack/trunk/src/ruby-1.8.6/lib/rexml/dtd/ |
| dtd.rb | 11 def Parser.parse( input ) 12 case input 14 parse_helper input 16 parse_helper input.read 21 def Parser.parse_helper( input ) 23 while input.size > 0 24 case input
|
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/lib/CGI/t/ |
| no_tabindex.t | 34 qq(<input type="submit" name=".submit" />), 39 qq(<input type="submit" name="foo" value="bar" />), 44 qq(<input type="submit" name="foo" value="bar" />), 48 qq(<input type="text" name="weather" value="dull" />), 53 qq(<input type="text" name="weather" value="dull" />), 59 qq(<input type="text" name="weather" value="nice" />), 64 qq(<label><input type="checkbox" name="weather" value="nice" />weather</label>), 70 qq(<label><input type="checkbox" name="weather" value="nice" />forecast</label>), 78 qq(<label><input type="checkbox" name="weather" value="nice" checked="checked" />forecast</label>), 84 qq(<label><input type="checkbox" name="weather" value="dull" checked="checked" />forecast</label>) [all...] |
| /webstack/webstack/trunk/src/perl-5.8.8/lib/CGI/t/ |
| no_tabindex.t | 34 qq(<input type="submit" name=".submit" />), 39 qq(<input type="submit" name="foo" value="bar" />), 44 qq(<input type="submit" name="foo" value="bar" />), 48 qq(<input type="text" name="weather" value="dull" />), 53 qq(<input type="text" name="weather" value="dull" />), 59 qq(<input type="text" name="weather" value="nice" />), 64 qq(<label><input type="checkbox" name="weather" value="nice" />weather</label>), 70 qq(<label><input type="checkbox" name="weather" value="nice" />forecast</label>), 78 qq(<label><input type="checkbox" name="weather" value="nice" checked="checked" />forecast</label>), 84 qq(<label><input type="checkbox" name="weather" value="dull" checked="checked" />forecast</label>) [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/db-4.5.20/examples_c/csv/ |
| query.c | 55 char *p, input[256]; local 60 if (fgets(input, sizeof(input), stdin) == NULL) { 69 if ((p = strchr(input, '\n')) == NULL) { 70 dbenv->errx(dbenv, "input buffer too small"); 74 if (query(input, &done) != 0) 116 query_by_field(char *input) 127 while (isspace(*input)) 128 ++input; 133 if ((len = strcspn(field = input, "<>!=~")) == 0 [all...] |
| /webstack/webstack/trunk/src/db-4.5.20/examples_c/csv/ |
| query.c | 55 char *p, input[256]; local 60 if (fgets(input, sizeof(input), stdin) == NULL) { 69 if ((p = strchr(input, '\n')) == NULL) { 70 dbenv->errx(dbenv, "input buffer too small"); 74 if (query(input, &done) != 0) 116 query_by_field(char *input) 127 while (isspace(*input)) 128 ++input; 133 if ((len = strcspn(field = input, "<>!=~")) == 0 [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/ext-add/Convert-ASN1-0.20/t/ |
| 04opt.t | 19 %input = (str => "abc"); 20 stest 3, $result, $asn->encode(%input) or warn $asn->error; 22 rtest 5, \%input, $ret; 25 %input = (integer => 9, str => "abc"); 26 stest 6, $result, $asn->encode(%input) or warn $asn->error; 28 rtest 8, \%input, $ret; 39 %input = (str => 'Fred'); 41 stest 11, $result, $asn->encode(%input); 43 rtest 13, \%input, $ret; 46 %input = (str => 'Fred', bar => [1,5,3]) [all...] |
| /webstack/webstack/trunk/src/perl-5.8.8/ext-add/Convert-ASN1-0.20/t/ |
| 04opt.t | 19 %input = (str => "abc"); 20 stest 3, $result, $asn->encode(%input) or warn $asn->error; 22 rtest 5, \%input, $ret; 25 %input = (integer => 9, str => "abc"); 26 stest 6, $result, $asn->encode(%input) or warn $asn->error; 28 rtest 8, \%input, $ret; 39 %input = (str => 'Fred'); 41 stest 11, $result, $asn->encode(%input); 43 rtest 13, \%input, $ret; 46 %input = (str => 'Fred', bar => [1,5,3]) [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/t/op/ |
| sort.t | 418 my @input = &generate; 419 my @output = sort @input; 422 @input = &generate; 423 @input = sort @input; 424 ok join(" ", map {0+$_} @input), "0 1 2 3 4 5 6 7 8", 428 @input = &generate; 429 @output = sort {$a <=> $b} @input; 432 @input = &generate; 433 @output = sort {$a cmp $b} @input; [all...] |
| /webstack/webstack/trunk/src/perl-5.8.8/t/op/ |
| sort.t | 418 my @input = &generate; 419 my @output = sort @input; 422 @input = &generate; 423 @input = sort @input; 424 ok join(" ", map {0+$_} @input), "0 1 2 3 4 5 6 7 8", 428 @input = &generate; 429 @output = sort {$a <=> $b} @input; 432 @input = &generate; 433 @output = sort {$a cmp $b} @input; [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/gettext-0.16/gettext-tools/examples/hello-c++-kde/admin/ |
| ylwrap | 26 # ylwrap INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]... 27 # * INPUT is the input file 34 # The input. 35 input="$1" 37 case "$input" in 43 input="`pwd`/$input" 47 # The directory holding the input. 48 input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,' [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/pkgdata/php5/ |
| setup-ws7-php.sh | 38 read input 39 if [ -n "$input" ]; then 40 install_root="$input" 44 read input 45 if [ -n "$input" ]; then 46 instance_name="$input"
|
| /webstack/webstack/branches/CoolStack13Rtm/src/pkgdata/php5/ |
| setup-ws7-php.sh | 38 read input 39 if [ -n "$input" ]; then 40 install_root="$input" 44 read input 45 if [ -n "$input" ]; then 46 instance_name="$input"
|
| /webstack/webstack/branches/CoolStackDev/src/pkgdata/php5/ |
| setup-ws7-php.sh | 38 read input 39 if [ -n "$input" ]; then 40 install_root="$input" 44 read input 45 if [ -n "$input" ]; then 46 instance_name="$input"
|
| /webstack/webstack/trunk/src/gettext-0.16/gettext-tools/examples/hello-c++-kde/admin/ |
| ylwrap | 26 # ylwrap INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]... 27 # * INPUT is the input file 34 # The input. 35 input="$1" 37 case "$input" in 43 input="`pwd`/$input" 47 # The directory holding the input. 48 input_dir=`echo "$input" | sed -e 's,\([\\/]\)[^\\/]*$,\1,' [all...] |
| /webstack/webstack/trunk/src/pkgdata/php5/ |
| setup-ws7-php.sh | 38 read input 39 if [ -n "$input" ]; then 40 install_root="$input" 44 read input 45 if [ -n "$input" ]; then 46 instance_name="$input"
|
| /webstack/webstack/branches/CoolStack12Rtm/src/pcre-7.1/ |
| pcre_scanner_unittest.cc | 61 const char input[] = "\n" local 68 Scanner s(input); 100 s.GetComments(0, sizeof(input), &comments); 107 s.GetComments(0, strchr(input, '/') - input, &comments); 111 s.GetComments(strchr(input, '/') - input - 1, sizeof(input), 119 s.GetComments(strchr(input, '/') - input - 1 127 string input; local [all...] |