Searched refs:Local (Results 1 - 25 of 553) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dtimelocal.pl7 ;# This file has been superseded by the Time::Local library module.
9 ;# with code written for perl4; new code should use Time::Local directly.
16 use Time::Local;
18 *timelocal::cheat = \&Time::Local::cheat;
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DLocal.h35 create a Local outside of any LocalScope.
40 template <typename T> class Local : public Handle<T> { class in namespace:JSC
47 Local(VM&, ExternalType = ExternalType());
48 Local(VM&, Handle<T>);
49 Local(const Local<T>&); // Adopting constructor. Used to return a Local to a calling function.
51 Local& operator=(ExternalType);
52 Local& operator=(Handle<T>);
55 Local(HandleSlo
59 template <typename T> inline Local<T>::Local(VM& vm, ExternalType value) function in class:JSC::Local
65 template <typename T> inline Local<T>::Local(VM& vm, Handle<T> other) function in class:JSC::Local
71 template <typename T> inline Local<T>::Local(const Local<T>& other) function in class:JSC::Local
77 template <typename T> inline Local<T>::Local(HandleSlot slot, ExternalType value) function in class:JSC::Local
[all...]
H A DLocalScope.h30 #include "Local.h"
47 template <typename T> Local<T> release(Local<T>); // Destroys all other locals in the scope.
65 template <typename T> Local<T> LocalScope::release(Local<T> local)
67 typename Local<T>::ExternalType ptr = local.get();
73 return Local<T>(slot, ptr);
/macosx-10.9.5/CPANInternal-140/Test-Exception/t/
H A DException.t12 package Local::Error::Simple;
26 package Local::Error::Test;
27 use base qw(Local::Error::Simple);
29 package Local::Error::Overload;
30 use base qw(Local::Error::Simple);
33 package Local::Error::NoFallback;
34 use base qw(Local::Error::Simple);
40 Local::Error::Simple
41 Local::Error::Test
42 Local
[all...]
/macosx-10.9.5/KerberosHelper-148/Tests/migration/data/10.7/private/var/db/krb5kdc/
H A Dmigration.conf3 dbname = od:/Local/Default&/Volumes/11A221/private/var/db/dslocal/nodes/Default
/macosx-10.9.5/KerberosHelper-148/Tests/migration/data/10.7/var/db/krb5kdc/
H A Dmigration.conf3 dbname = od:/Local/Default&/Volumes/11A221/private/var/db/dslocal/nodes/Default
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/Local/
H A DVMS.pm1 package DateTime::TimeZone::Local::VMS;
6 use base 'DateTime::TimeZone::Local';
20 DateTime::TimeZone::Local::VMS - Determine the local system's time zone on VMS
26 my $tz = DateTime::TimeZone::Local->TimeZone();
H A DWin32.pm1 package DateTime::TimeZone::Local::Win32;
6 use base 'DateTime::TimeZone::Local';
258 DateTime::TimeZone::Local::Win32 - Determine the local system's time zone on Windows
264 my $tz = DateTime::TimeZone::Local->TimeZone();
H A DUnix.pm1 package DateTime::TimeZone::Local::Unix;
6 use base 'DateTime::TimeZone::Local';
257 DateTime::TimeZone::Local::Unix - Determine the local system's time zone on Unix
263 my $tz = DateTime::TimeZone::Local->TimeZone();
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/
H A DLocal.pm1 package DateTime::TimeZone::Local;
115 DateTime::TimeZone::Local - Determine the local system's time zone
121 my $tz = DateTime::TimeZone::Local->TimeZone();
133 =head2 DateTime::TimeZone::Local->TimeZone()
140 name of the form C<DateTime::TimeZone::Local::$^O>. If it exists, it
146 See L<DateTime::TimeZone::Local::Unix>,
147 L<DateTime::TimeZone::Local::Win32>, and
148 L<DateTime::TimeZone::Local::VMS> for OS-specific details.
192 use base 'DateTime::TimeZone::Local';
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dtest613.pl3 use Time::Local;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/tsiggss/
H A Dauthsock.pl42 my $server = IO::Socket::UNIX->new(Local => $path, Type => SOCK_STREAM, Listen => 8) or
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSONObject.cpp35 #include "Local.h"
85 Stringifier(ExecState*, const Local<Unknown>& replacer, const Local<Unknown>& space);
86 Local<Unknown> stringify(Handle<Unknown>);
100 Local<JSObject> m_object;
123 const Local<Unknown> m_replacer;
206 Stringifier::Stringifier(ExecState* exec, const Local<Unknown>& replacer, const Local<Unknown>& space)
239 Local<Unknown> Stringifier::stringify(Handle<Unknown> value)
243 return Local<Unknow
[all...]
/macosx-10.9.5/expat-12/expat/amiga/
H A DMakefile14 tooldir = SDK:Local/C
15 staticlibdir = SDK:Local/clib2/lib
16 staticincludedir = SDK:Local/clib2/include
17 sharedlibdir = SDK:Local/Libs
18 sharedincludedir = SDK:Local/common/include
/macosx-10.9.5/CPANInternal-140/TimeDate/lib/Date/
H A DLanguage.pm5 use Time::Local;
/macosx-10.9.5/cctools-845/RelNotes/
H A DMakefile38 WEBDIR = /Local/Library/WebServer/Documents
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Transforms/Utils/
H A DLocal.cpp1 //===- Local.cpp - Unit tests for Local -----------------------------------===//
14 #include "llvm/Transforms/Utils/Local.h"
20 TEST(Local, RecursivelyDeleteDeadPHINodes) {
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/stream/
H A Dtiffstream.h64 * Local Variables:
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/tests/
H A DTestWebKitWebContext.cpp337 Local = 1 << 1, enumerator in enum:SecurityPolicyTest::SecurityPolicy
352 if (policy & Local)
386 test->verifyThatSchemeMatchesPolicy("file", SecurityPolicyTest::Local);
394 test->verifyThatSchemeMatchesPolicy("foo", SecurityPolicyTest::Local);
396 test->verifyThatSchemeMatchesPolicy("foo", SecurityPolicyTest::Local | SecurityPolicyTest::NoAccess);
398 test->verifyThatSchemeMatchesPolicy("foo", SecurityPolicyTest::Local | SecurityPolicyTest::NoAccess | SecurityPolicyTest::DisplayIsolated);
400 test->verifyThatSchemeMatchesPolicy("foo", SecurityPolicyTest::Local | SecurityPolicyTest::NoAccess | SecurityPolicyTest::DisplayIsolated | SecurityPolicyTest::Secure);
402 test->verifyThatSchemeMatchesPolicy("foo", SecurityPolicyTest::Local | SecurityPolicyTest::NoAccess | SecurityPolicyTest::DisplayIsolated | SecurityPolicyTest::Secure
405 test->verifyThatSchemeMatchesPolicy("foo", SecurityPolicyTest::Local | SecurityPolicyTest::NoAccess | SecurityPolicyTest::DisplayIsolated | SecurityPolicyTest::Secure
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dsource_local.rb3 class Gem::Source::Local < Gem::Source
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_source_local.rb10 @sl = Gem::Source::Local.new
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp74 void chooseInstructionsToInstrument(SmallVectorImpl<Instruction*> &Local,
208 // 'Local' is a vector of insns within the same BB (no calls between).
211 SmallVectorImpl<Instruction*> &Local,
215 for (SmallVectorImpl<Instruction*>::reverse_iterator It = Local.rbegin(),
216 E = Local.rend(); It != E; ++It) {
235 Local.clear();
210 chooseInstructionsToInstrument( SmallVectorImpl<Instruction*> &Local, SmallVectorImpl<Instruction*> &All) argument
/macosx-10.9.5/CPANInternal-140/TimeDate/t/
H A Dgetdate.t147 require Time::Local;
148 my $offset = Time::Local::timegm(0,0,0,1,0,70);
/macosx-10.9.5/cups-372.4/cups/tools/
H A Dmakeipptoolpkg44 echo Local changes remain:
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Ddebcontrol.vim14 " {{{1 Local settings (do on every load)

Completed in 438 milliseconds

1234567891011>>