代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/138548/5815574
pm _query.pm
package URI::_query;
use strict;
use URI ();
use URI::Escape qw(uri_unescape);
sub query
{
my $self = shift;
$$self =~ m,^([^?\#]*)(?:\?([^\#]*))?(.*)$,s or die;
if (@_) {
my $q = shif
www.eeworm.com/read/138548/5815584
pm _userpass.pm
package URI::_userpass;
use strict;
use URI::Escape qw(uri_unescape);
sub user
{
my $self = shift;
my $info = $self->userinfo;
if (@_) {
my $new = shift;
my $pass = defined($info) ? $i
www.eeworm.com/read/137691/5819840
py comm.py
from os import *
from termios import *
from socket import *
from Message import *
from errno import *
from fcntl import *
try:
from FCNTL import *
except:
pass
from select import *
class IPComm:
www.eeworm.com/read/137691/5820573
py periodic.py
# This script is in the public domain and has no copyright
#
# Periodic is a utility class to implement a repeated call to a
# given callback function at a specified interval.
#
import simcore
impor
www.eeworm.com/read/136989/5827968
pm ghsworkspacecreator.pm
package GHSWorkspaceCreator;
# ************************************************************
# Description : An incomplete GHS Workspace creator
# Author : Chad Elliott
# Create Date :
www.eeworm.com/read/136989/5827975
pm automakeworkspacecreator.pm
package AutomakeWorkspaceCreator;
# ************************************************************
# Description : A Automake Workspace (Makefile) creator
# Author : Chad Elliott
# Create
www.eeworm.com/read/136989/5827981
pm gnuaceprojectcreator.pm
package GNUACEProjectCreator;
# ************************************************************
# Description : A GNU Project Creator for ACE
# Author : Chad Elliott
# Create Date : 3/13
www.eeworm.com/read/136989/5827995
pm parser.pm
package Parser;
# ************************************************************
# Description : A basic parser that requires a parse_line override
# Author : Chad Elliott
# Create Date
www.eeworm.com/read/136849/5843608
h gleselct.h
/*
* Copyright (C) AU-System AB, 2000.
* All rights reserved.
*
* This software is covered by the license agreement between
* the end user and AU-System AB, and may be used and copied
* on
www.eeworm.com/read/136849/5843622
h gletable.h
/*
* Copyright (C) AU-System AB, 2000.
* All rights reserved.
*
* This software is covered by the license agreement between
* the end user and AU-System AB, and may be used and copied
* on