代码搜索:shift

找到约 10,000 项符合「shift」的源代码

代码结果 10,000
www.eeworm.com/read/140467/5789732

h memory.h

/* * linux/include/asm-arm/memory.h * * Copyright (C) 2000-2002 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu
www.eeworm.com/read/138548/5815425

pm etag.pm

package HTTP::Headers::ETag; use strict; use vars qw($VERSION); $VERSION = sprintf("%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/); require HTTP::Date; require HTTP::Headers; package HTTP::Headers;
www.eeworm.com/read/138548/5815435

pm attribute.pm

# $Id: Attribute.pm 4532 2004-05-11 05:15:40Z ezra $ package XML::XPath::Node::Attribute; use strict; use vars qw/@ISA/; @ISA = ('XML::XPath::Node'); package XML::XPath::Node::AttributeImpl; use
www.eeworm.com/read/138548/5815436

pm namespace.pm

# $Id: Namespace.pm 4532 2004-05-11 05:15:40Z ezra $ package XML::XPath::Node::Namespace; use strict; use vars qw/@ISA/; @ISA = ('XML::XPath::Node'); package XML::XPath::Node::NamespaceImpl; use
www.eeworm.com/read/138548/5815438

pm pi.pm

# $Id: PI.pm 4532 2004-05-11 05:15:40Z ezra $ package XML::XPath::Node::PI; use strict; use vars qw/@ISA/; @ISA = ('XML::XPath::Node'); package XML::XPath::Node::PIImpl; use vars qw/@ISA/; @ISA =
www.eeworm.com/read/138548/5815548

pm _segment.pm

package URI::_segment; # Represents a generic path_segment so that it can be treated as # a string too. use strict; use URI::Escape qw(uri_unescape); use overload '""' => sub { $_[0]->[0] },
www.eeworm.com/read/138548/5815555

pm base.pm

package URI::file::Base; use strict; use URI::Escape qw(); sub new { my $class = shift; my $path = shift; $path = "" unless defined $path; my($auth, $escaped_auth, $escaped_path);
www.eeworm.com/read/138548/5815606

pm atomserver.pm

# Copyright 2001-2005 Six Apart. # SCRiPTMAFiA 2005 - THE DiRTY HANDS ON YOUR SCRiPTS # # $Id: AtomServer.pm 10197 2005-03-09 00:27:57Z ezra $ package MT::AtomServer; use strict; use XML::Atom; use
www.eeworm.com/read/136989/5827966

pm borlandworkspacecreator.pm

package BorlandWorkspaceCreator; # ************************************************************ # Description : A Borland Workspace (Makefile.bor) creator # Author : Chad Elliott # Crea
www.eeworm.com/read/136989/5827989

pm nmakeworkspacecreator.pm

package NMakeWorkspaceCreator; # ************************************************************ # Description : A NMake Workspace (Makefile) creator # Author : Chad Elliott # Create Date