代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/332387/3398918
js shared.js
/**
* Builtin object.
* @class
* @name Array
*/
/**#@+
* Extension to builtin array.
* @memberOf Array
* @method
*/
/**
* @returns Boolen if some array members...
*/
Array.prototype.som
www.eeworm.com/read/321483/3534698
xs shared.xs
/* shared.xs
*
* Copyright (c) 2001-2002, 2006 Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in th
www.eeworm.com/read/321483/3534699
pm shared.pm
package threads::shared;
use 5.008;
use strict;
use warnings;
our $VERSION = '1.14';
my $XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
# Declare that we have been loaded
$threads::shared::threa
www.eeworm.com/read/321483/3535164
shared_pv
################################################################################
##
## $Revision: 3 $
## $Author: mhx $
## $Date: 2007/09/11 23:20:42 +0200 $
##
####################################
www.eeworm.com/read/314660/3630239
so shared.so
m4_comment([$Id: shared.so,v 1.2 2001/07/10 13:16:34 bostic Exp $])
m4_ref_title(Upgrading m4_db Applications,
[Release 3.3: --enable-dynamic, --enable-shared],,
upgrade.3.3/txn_prepare, upgr
www.eeworm.com/read/313224/3644416
pm shared.pm
package threads::shared;
use 5.008;
use strict;
use warnings;
our $VERSION = '1.01';
BEGIN {
# Declare that we have been loaded
$threads::shared::threads_shared = 1;
}
# Load the XS code
www.eeworm.com/read/305712/3770713
h shared.h
#ifndef SHARED_H
#define SHARED_H
namespace khtml {
template class Shared
{
public:
Shared() { _ref=0; /*counter++;*/ }
~Shared() { /*counter--;*/ }
void ref() { _ref++; }
www.eeworm.com/read/298657/3860483
ld shared.ld
VERS_1.10 {
global: *;
};
VERS_1.11 {
global: *;
};
VERS_1.12 {
global: *;
};
VERS_1.13 {
global: *;
};
VERS_1.14 {
global: *;
};
VERS_1.15 {
global: *;
};