代码搜索:AAS
找到约 887 项符合「AAS」的源代码
代码结果 887
www.eeworm.com/read/460691/1558571
pm https.pm
#
# $Id: https.pm,v 1.7 1998/01/21 12:42:23 aas Exp $
use strict;
package LWP::Protocol::https;
require Net::SSL; # from Crypt-SSLeay
use vars qw(@ISA);
require LWP::Protocol::http;
@I
www.eeworm.com/read/460691/1558589
pm parser.pm
package HTML::Parser;
# $Id: Parser.pm,v 2.13 1998/01/23 09:35:30 aas Exp $
use strict;
use HTML::Entities ();
use vars qw($VERSION);
$VERSION = sprintf("%d.%02d", q$Revision: 2.13 $ =~ /(\
www.eeworm.com/read/460691/1558613
pm escape.pm
#
# $Id: Escape.pm,v 3.9 1998/01/12 10:52:32 aas Exp $
#
package URI::Escape;
use strict;
=head1 NAME
URI::Escape - Escape and unescape unsafe characters
=head1 SYNOPSIS
use URI::Es
www.eeworm.com/read/429800/1945579
c itab.c
/* itab.c -- auto generated by opgen.py, do not edit. */
#include "types.h"
#include "decode.h"
#include "itab.h"
const char * ud_mnemonics_str[] = {
"3dnow",
"aaa",
"aad",
"aam",
"aas",
www.eeworm.com/read/435646/7788342
h insnsi.h
/* This file is auto-generated from insns.dat by insns.pl - don't edit it */
/* This file in included by nasm.h */
/* Instruction names */
enum {
I_AAA,
I_AAD,
I_AAM,
I_AAS,
I_ADC,
www.eeworm.com/read/140161/13101953
h insnsi.h
/* This file is auto-generated from insns.dat by insns.pl - don't edit it */
/* This file in included by nasm.h */
/* Instruction names */
enum {
I_AAA,
I_AAD,
I_AAM,
I_AAS,
I_ADC,
www.eeworm.com/read/150547/12286778
h insnsi.h
/* This file is auto-generated from insns.dat by insns.pl - don't edit it */
/* This file in included by nasm.h */
/* Instruction names */
enum {
I_AAA,
I_AAD,
I_AAM,
I_AAS,
I_ADC,
www.eeworm.com/read/123064/14650000
h insnsi.h
/* This file is auto-generated from insns.dat by insns.pl - don't edit it */
/* This file in included by nasm.h */
/* Instruction names */
enum {
I_AAA,
I_AAD,
I_AAM,
I_AAS,
I_ADC,
www.eeworm.com/read/118993/14845289
h insnsi.h
/* This file is auto-generated from insns.dat by insns.pl - don't edit it */
/* This file in included by nasm.h */
/* Instruction names */
enum {
I_AAA,
I_AAD,
I_AAM,
I_AAS,
I_ADC,
www.eeworm.com/read/460691/1558418
pm common.pm
# $Id: Common.pm,v 1.13 1998/08/04 15:13:23 aas Exp $
#
package HTTP::Request::Common;
use strict;
use vars qw(@EXPORT @EXPORT_OK $VERSION $DYNAMIC_FILE_UPLOAD);
$DYNAMIC_FILE_UPLOAD ||= 0;