| /webstack/php-experiment/php-5.2.9RC3/ext/tidy/examples/ |
| cleanhtml.php | 18 $data = file_get_contents("php://stdin"); variable 19 tidy_parse_string($data);
|
| cleanhtml5.php | 18 $data = file_get_contents("php://stdin"); variable 19 $tidy = tidy_parse_string($data);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/ext/tidy/examples/ |
| cleanhtml.php | 18 $data = file_get_contents("php://stdin"); variable 19 tidy_parse_string($data);
|
| cleanhtml5.php | 18 $data = file_get_contents("php://stdin"); variable 19 $tidy = tidy_parse_string($data);
|
| /webstack/webstack/trunk/src/php-5.2.0/ext/tidy/examples/ |
| cleanhtml.php | 18 $data = file_get_contents("php://stdin"); variable 19 tidy_parse_string($data);
|
| cleanhtml5.php | 18 $data = file_get_contents("php://stdin"); variable 19 $tidy = tidy_parse_string($data);
|
| /webstack/webstack/trunk/src/php-5.2.4/ext/tidy/examples/ |
| cleanhtml.php | 18 $data = file_get_contents("php://stdin"); variable 19 tidy_parse_string($data);
|
| cleanhtml5.php | 18 $data = file_get_contents("php://stdin"); variable 19 $tidy = tidy_parse_string($data);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/ext-add/URI-1.35/URI/ |
| data.pm | 1 package URI::data; # RFC 2397 32 sub data subroutine 35 my($enc, $data) = split(",", $self->opaque, 2); 36 unless (defined $data) { 37 $data = ""; 58 return $base64 ? decode_base64($data) : uri_unescape($data); 79 URI::data - URI that contains immediate data 85 $u = URI->new("data:") [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/ext-add/URI-1.35/blib/lib/URI/ |
| data.pm | 1 package URI::data; # RFC 2397 32 sub data subroutine 35 my($enc, $data) = split(",", $self->opaque, 2); 36 unless (defined $data) { 37 $data = ""; 58 return $base64 ? decode_base64($data) : uri_unescape($data); 79 URI::data - URI that contains immediate data 85 $u = URI->new("data:") [all...] |
| /webstack/webstack/trunk/src/perl-5.8.8/ext-add/URI-1.35/URI/ |
| data.pm | 1 package URI::data; # RFC 2397 32 sub data subroutine 35 my($enc, $data) = split(",", $self->opaque, 2); 36 unless (defined $data) { 37 $data = ""; 58 return $base64 ? decode_base64($data) : uri_unescape($data); 79 URI::data - URI that contains immediate data 85 $u = URI->new("data:") [all...] |
| /webstack/webstack/trunk/src/perl-5.8.8/ext-add/URI-1.35/blib/lib/URI/ |
| data.pm | 1 package URI::data; # RFC 2397 32 sub data subroutine 35 my($enc, $data) = split(",", $self->opaque, 2); 36 unless (defined $data) { 37 $data = ""; 58 return $base64 ? decode_base64($data) : uri_unescape($data); 79 URI::data - URI that contains immediate data 85 $u = URI->new("data:") [all...] |
| /webstack/php-experiment/php-5.2.9RC3/ext/filter/docs/ |
| input_get_args.php | 3 $data = array( variable 38 $myinputs = input_get_args($args, INPUT_DATA, $data);
|
| /webstack/php-experiment/php-5.2.9RC3/ext/hash/ |
| bench.php | 75 $data = file_get_contents(__FILE__); variable 82 hash($algo, $data);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/mod_perl-2.0.2/xs/Apache2/CmdParms/ |
| Apache2__CmdParms.h | 21 const char *data = ((modperl_module_cmd_data_t *)parms->info)->cmd_data; local 23 if (data) { 24 return newSVpv(data, 0);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/ext-add/libwww-perl-5.805/blib/lib/LWP/Protocol/ |
| data.pm | 2 # $Id: data.pm,v 1.2 1998/11/19 21:45:01 aas Exp $ 4 # Implements access to data:-URLs as specified in RFC 2397 7 package LWP::Protocol::data; 28 'You can not proxy with data'; 36 "$method for 'data:' URLs"; 44 my $data = $url->data; 46 'Content-Length' => length($data), 50 $response->content($data) if $method ne "HEAD";
|
| /webstack/webstack/branches/CoolStack12Rtm/src/perl-5.8.8/ext-add/libwww-perl-5.805/lib/LWP/Protocol/ |
| data.pm | 2 # $Id: data.pm,v 1.2 1998/11/19 21:45:01 aas Exp $ 4 # Implements access to data:-URLs as specified in RFC 2397 7 package LWP::Protocol::data; 28 'You can not proxy with data'; 36 "$method for 'data:' URLs"; 44 my $data = $url->data; 46 'Content-Length' => length($data), 50 $response->content($data) if $method ne "HEAD";
|
| /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/ext/filter/docs/ |
| input_get_args.php | 3 $data = array( variable 38 $myinputs = input_get_args($args, INPUT_DATA, $data);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/php-5.2.4/ext/hash/ |
| bench.php | 75 $data = file_get_contents(__FILE__); variable 82 hash($algo, $data);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/squid-2.6.16/helpers/ntlm_auth/SMB/smbval/ |
| rfcnb-common.h | 26 /* A data structure we need */ 30 char *data; /* The data in this portion */ member in struct:RFCNB_Pkt
|
| /webstack/webstack/trunk/src/mod_perl-2.0.2/xs/Apache2/CmdParms/ |
| Apache2__CmdParms.h | 21 const char *data = ((modperl_module_cmd_data_t *)parms->info)->cmd_data; local 23 if (data) { 24 return newSVpv(data, 0);
|
| /webstack/webstack/trunk/src/perl-5.8.8/ext-add/libwww-perl-5.805/blib/lib/LWP/Protocol/ |
| data.pm | 2 # $Id: data.pm,v 1.2 1998/11/19 21:45:01 aas Exp $ 4 # Implements access to data:-URLs as specified in RFC 2397 7 package LWP::Protocol::data; 28 'You can not proxy with data'; 36 "$method for 'data:' URLs"; 44 my $data = $url->data; 46 'Content-Length' => length($data), 50 $response->content($data) if $method ne "HEAD";
|
| /webstack/webstack/trunk/src/perl-5.8.8/ext-add/libwww-perl-5.805/lib/LWP/Protocol/ |
| data.pm | 2 # $Id: data.pm,v 1.2 1998/11/19 21:45:01 aas Exp $ 4 # Implements access to data:-URLs as specified in RFC 2397 7 package LWP::Protocol::data; 28 'You can not proxy with data'; 36 "$method for 'data:' URLs"; 44 my $data = $url->data; 46 'Content-Length' => length($data), 50 $response->content($data) if $method ne "HEAD";
|
| /webstack/webstack/trunk/src/php-5.2.0/ext/filter/docs/ |
| input_get_args.php | 3 $data = array( variable 38 $myinputs = input_get_args($args, INPUT_DATA, $data);
|
| /webstack/webstack/trunk/src/php-5.2.0/ext/hash/ |
| bench.php | 75 $data = file_get_contents(__FILE__); variable 82 hash($algo, $data);
|