Searched refs:Load (Results 1 - 25 of 155) sorted by relevance

1234567

/macosx-10.9.5/CPAN-52/Modules/Class-Load-0.12/
H A DMakefile1 NAME = Class-Load
/macosx-10.9.5/CPAN-52/Modules/Class-Load-0.20/
H A DMakefile1 NAME = Class-Load
/macosx-10.9.5/CPAN-52/Modules/Class-Load-XS-0.06/
H A DMakefile1 NAME = Class-Load-XS
/macosx-10.9.5/CPANInternal-140/YAML-Syck/lib/YAML/Loader/
H A DSyck.pm5 sub load { shift; YAML::Syck::Load($_[0]) }
/macosx-10.9.5/CPANInternal-140/YAML-Syck/t/
H A DTestYAML.pm18 *::Load = *YAML::Syck::Load;
22 @_ = (YAML::Syck::Load(YAML::Syck::Dump($_[0])), $_[0]);
H A Dleak.t26 Load($yaml);
33 Load($yaml);
46 Load($yaml);
59 Load($yaml);
63 Load($yaml);
66 # Load in list context again
68 () = Load($yaml);
82 ok( !eval { Load($yaml) }, "Load failed (expected)" );
85 eval { Load(
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/transfer/include/
H A Dsecure.inc9 # Load and initialize tls
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dxhtml.vim6 " Load the HTML syntax for now.
H A Dmanual.vim12 " Load the Syntax autocommands and set the default methods for highlighting.
H A Dsyntax.vim18 " Load the Syntax autocommands and set the default methods for highlighting.
21 " Load the FileType autocommands if not done yet.
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/ControlPanel/
H A DSharedSecret.h40 Load( CString zone );
H A DSharedSecret.cpp74 // CSharedSecret::Load
78 CSharedSecret::Load( CString zone ) function in class:CSharedSecret
/macosx-10.9.5/ruby-104/ruby/lib/irb/cmd/
H A Dload.rb18 class Load<Nop class in class:IRB.ExtendCommand
/macosx-10.9.5/CPANInternal-140/JSON-Any/t/
H A D00-load.t25 can_ok( JSON::Any, qw(Dump Load ) );
/macosx-10.9.5/CPANInternal-140/JSON-Any-1.29/t/
H A D00-load.t25 can_ok( JSON::Any, qw(Dump Load ) );
/macosx-10.9.5/ruby-104/ruby/lib/irb/ext/
H A Duse-loader.rb24 ExtendCommand::Load.execute(irb_context, *opts, &b)
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/
H A Dkext_request_keys.h91 /* Predicate: Get Kernel Load Address
99 #define kKextRequestPredicateGetKernelLoadAddress "Get Kernel Load Address"
101 /* Predicate: Get All Load Requests
110 #define kKextRequestPredicateGetAllLoadRequests "Get All Load Requests"
133 /* Predicate: Load
138 * Load one or more kexts per the load requests in the arguments dict.
141 #define kKextRequestPredicateLoad "Load"
200 /* Predicate: Kext Load Request
210 #define kKextRequestPredicateRequestLoad "Kext Load Request"
212 /* Predicate: Kext Load Notificatio
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/eg/
H A Dyamlparser11 use YAML qw(LoadFile Load);
43 $self->{data} = Load($self->{text});
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/eg/
H A Dyamlparser11 use YAML qw(LoadFile Load);
43 $self->{data} = Load($self->{text});
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A DmapChan.tcl29 pack [button .fb.a -image snackOpen -command Load] -side left
44 proc Load {} { procedure
H A Decho.tcl39 pack [button .fb.a -image snackOpen -command Load] -side left
53 proc Load {} { procedure
/macosx-10.9.5/vim-53/runtime/colors/
H A Ddefault.vim16 " Load the syntax highlighting defaults, if it's enabled.
/macosx-10.9.5/CPANInternal-140/YAML-Syck/lib/YAML/
H A DSyck.pm17 @EXPORT = qw( Dump Load DumpFile LoadFile );
69 sub Load { subroutine
122 Load(do { local $/; <$file> });
127 Load(do { local $/; <FH> });
149 # e.g. Load('Yes') becomes 1 and Load('No') becomes ''.
152 $data = Load($yaml);
161 @data = Load($yaml);
166 library. It exports the C<Dump> and C<Load> functions for converting
171 calling the C<Load>/
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DSparcInstrInfo.h31 Load = (1<<1), enumerator in enum:llvm::SPII::__anon10465
/macosx-10.9.5/ICU-511.35/icuSources/samples/
H A Ddefs.mk6 # Load ICU information. You can copy this to other makefiles #######

Completed in 185 milliseconds

1234567