Searched defs:Functions (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dfunctions.rb9 module Functions module in class:REXML
14 def Functions::namespace_context=(x) ; @@namespace_context=x ; end method in class:REXML.Functions
15 def Functions::variables=(x) ; @@variables=x ; end method in class:REXML.Functions
16 def Functions::namespace_context ; @@namespace_context ; end method in class:REXML.Functions
17 def Functions::variables ; @@variables ; end method in class:REXML.Functions
19 def Functions::context=(value); @@context = value; end method in class:REXML.Functions
21 def Functions::text( ) method in class:REXML.Functions
32 def Functions::last( ) method in class:REXML.Functions
36 def Functions::position( ) method in class:REXML.Functions
41 def Functions method in class:REXML.Functions
47 def Functions::id( object ) method in class:REXML.Functions
51 def Functions::local_name( node_set=nil ) method in class:REXML.Functions
57 def Functions::namespace_uri( node_set=nil ) method in class:REXML.Functions
61 def Functions::name( node_set=nil ) method in class:REXML.Functions
68 def Functions::get_namespace( node_set = nil ) method in class:REXML.Functions
115 def Functions::string( object=nil ) method in class:REXML.Functions
139 def Functions::string_value( o ) method in class:REXML.Functions
152 def Functions::concat( *objects ) method in class:REXML.Functions
157 def Functions::starts_with( string, test ) method in class:REXML.Functions
162 def Functions::contains( string, test ) method in class:REXML.Functions
167 def Functions::substring_before( string, test ) method in class:REXML.Functions
178 def Functions::substring_after( string, test ) method in class:REXML.Functions
186 def Functions::substring( string, start, length=nil ) method in class:REXML.Functions
219 def Functions::string_length( string ) method in class:REXML
224 def Functions::normalize_space( string=nil ) method in class:REXML
234 def Functions::translate( string, tr1, tr2 ) method in class:REXML
277 def Functions::boolean( object=nil ) method in class:REXML
291 def Functions::not( object ) method in class:REXML
296 def Functions::true( ) method in class:REXML
301 def Functions::false( ) method in class:REXML
306 def Functions::lang( language ) method in class:REXML
324 def Functions::compare_language lang1, lang2 method
341 def Functions::number( object=nil ) method
364 def Functions::sum( nodes ) method
369 def Functions::floor( number ) method
373 def Functions::ceiling( number ) method
377 def Functions::round( number ) method
385 def Functions::processing_instruction( node ) method
389 def Functions::method_missing( id ) method
[all...]
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/Spec/
H A DFunctions.pm
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dload.c47 typedef struct Functions { struct
51 } Functions; typedef in typeref:struct:Functions
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn.tex
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DGCStrategy.h65 list_type Functions; member in class:llvm::GCStrategy
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DProfileInfo.h174 typename std::set<const FType*> Functions; local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DGCOV.h167 SmallVector<GCOVFunction *, 16> Functions; member in class:llvm::GCOVFile
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/IPA/
H A DCallGraphSCCPass.cpp384 std::string Functions; local
/macosx-10.9.5/llvmCore-3425.0.33/tools/bugpoint/
H A DCrashDebugger.cpp211 std::set<Function*> Functions; local
493 std::vector<Function*> Functions; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-objdump/
H A DMachODump.cpp369 FunctionListTy Functions; local
134 createMCFunctionAndSaveCalls(StringRef Name, const MCDisassembler *DisAsm, MemoryObject &Object, uint64_t Start, uint64_t End, MCInstrAnalysis *InstrAnalysis, uint64_t Address, raw_ostream &DebugOut, FunctionMapTy &FunctionMap, FunctionListTy &Functions) argument
[all...]

Completed in 281 milliseconds