代码搜索:shared
找到约 10,000 项符合「shared」的源代码
代码结果 10,000
www.eeworm.com/read/382594/2630070
sln shared_memory.sln
Microsoft Visual Studio Solution File, Format Version 8.00
#
# $Id: VC71WorkspaceCreator.pm,v 1.7 2006/01/25 17:42:09 elliott_c Exp $
#
# This file was generated by MPC. Any changes made directly
www.eeworm.com/read/382594/2632761
rules shared.pre.rules
# file : BuildRules/Shared.pre.rules
# author : Boris Kolpackov
# copyright : Copyright (c) 2002-2003 Boris Kolpackov
# license : http://kolpackov.net/license.html
www.eeworm.com/read/382594/2632765
rules shared.post.rules
# file : BuildRules/Shared.post.rules
# author : Boris Kolpackov
# copyright : Copyright (c) 2002-2003 Boris Kolpackov
# license : http://kolpackov.net/license.html
www.eeworm.com/read/379962/2665902
js safari_shared.js
var OxO943e=["addEventListener","runtimeStyle","prototype","event","constructor","srcElement","style","target","all","caller","arguments","","(","\x0A","for(var p in obj){obj[p]=\x27\x27}","body","doc
www.eeworm.com/read/376060/2715570
h _end_shared.h
// Used to end a set of declarations involving a shared library
// I've put this in its own header (see ) since
// we will probably change this to a special #pragma
#lib
www.eeworm.com/read/376060/2715687
h _shared_lib.h
// _shared_lib.h
// UnderC Pocket C++ Library, Steve Donovan 2001.
#ifdef __win32__
#lib msvcrt40.dll
#else
#lib lib.so.6
#endif
www.eeworm.com/read/376060/2715966
h _end_shared.h
// Used to end a set of declarations involving a shared library
// I've put this in its own header (see ) since
// we will probably change this to a special #pragma
#lib
www.eeworm.com/read/376060/2716085
h _shared_lib.h
// _shared_lib.h
// UnderC Pocket C++ Library, Steve Donovan 2001.
#ifdef __win32__
#lib msvcrt40.dll
#else
#lib lib.so.6
#endif
www.eeworm.com/read/376006/2717075
out plperl_shared.out
-- test the shared hash
create function setme(key text, val text) returns void language plperl as $$
my $key = shift;
my $val = shift;
$_SHARED{$key}= $val;
$$;
create function getme(key text)
www.eeworm.com/read/376006/2717080
sql plperl_shared.sql
-- test the shared hash
create function setme(key text, val text) returns void language plperl as $$
my $key = shift;
my $val = shift;
$_SHARED{$key}= $val;
$$;
create function getme(key tex