Searched refs:module (Results 126 - 150 of 1977) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Ddialog.rb9 module Tk
10 module Iwidgets
H A Dmessagedialog.rb9 module Tk
10 module Iwidgets
H A Dscopedobject.rb9 module Tk
10 module Iwidgets
H A Dscrolledwidget.rb9 module Tk
10 module Iwidgets
H A Dspinint.rb9 module Tk
10 module Iwidgets
H A Dtimeentry.rb9 module Tk
10 module Iwidgets
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dcanvas_sqmap.rb15 module Tk::Tcllib
16 module Widget
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/
H A Dvu.rb19 module Tk
20 module Vu
/macosx-10.10/ruby-106/ruby/lib/drb/
H A Dobserver.rb3 module DRb
4 # The Observable module extended to DRb. See Observable for details.
5 module DRbObservable
/macosx-10.10/ruby-106/ruby/lib/irb/cmd/
H A Dchws.rb16 module IRB
17 module ExtendCommand
H A Dfork.rb15 module IRB
16 module ExtendCommand
H A Dnop.rb12 module IRB
13 module ExtendCommand
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dcloneable.rb0 module Rake
5 module Cloneable
H A Dtrace_output.rb0 module Rake
2 module TraceOutput
H A Druby182_test_unit_fix.rb2 module Test # :nodoc:
4 module Unit # :nodoc:
6 module Collector # :nodoc:
/macosx-10.10/ruby-106/ruby/lib/rexml/dtd/
H A Delementdecl.rb2 module REXML
3 module DTD
/macosx-10.10/ruby-106/ruby/lib/webrick/httpservlet/
H A Dprochandler.rb13 module WEBrick
14 module HTTPServlet
/macosx-10.10/ruby-106/ruby/sample/drb/
H A Dhttp0serv.rb6 module DRb
7 module HTTP0
/macosx-10.10/ruby-106/ruby/test/
H A Dwith_different_ofs.rb0 module DifferentOFS
2 module WithDifferentOFS
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dmanager.cpp29 #include "module.h"
125 // Load a module (well, try).
133 Module *module; local
147 secdebug("cssm", "loading module %s(%s) from %s",
149 module = new Module(this, info, loader(info.path()));
150 moduleMap[guid] = module;
152 module = it->second;
153 secdebug("cssm", "%p reloaded module %s(%s) at %s",
154 module, module
173 Module *module = getModule(guid); local
[all...]
/macosx-10.10/ruby-106/ruby/ext/dl/lib/dl/
H A Dtypes.rb0 module DL
27 module Win32Types
60 module BasicTypes
/macosx-10.10/ruby-106/ruby/ext/fiddle/lib/fiddle/
H A Dtypes.rb0 module Fiddle
27 module Win32Types
60 module BasicTypes
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_windows_dsp96 # add a space at the end of each list of modules so that each module
109 for module in $MODULES
111 case "$module" in
114 create_dsp db_dll " $module " $TMPA $BUILDDIR/dynamic_dsp.src \
119 create_dsp db_small " $module " $TMPA $BUILDDIR/static_dsp.src \
124 create_dsp db_static " $module " $TMPA $BUILDDIR/static_dsp.src
128 create_dsp db_static " $module " $TMPA \
134 create_dsp db_static " $module " $TMPA \
140 create_dsp db_small " $module " $TMPA \
147 create_dsp db_small " $module "
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlmodule.c2 * xmlmodule.c : basic API for dynamic module loading added 2.6.17
33 * module memory error handler *
44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) argument
48 if (module != NULL) {
49 name = (const char *) module->name;
60 * @name: the module name
63 * Opens a module/shared library given its name or path
70 * Returns a handle for the module or NULL in case of error
75 xmlModulePtr module; local
77 module
114 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) argument
150 xmlModuleClose(xmlModulePtr module) argument
186 xmlModuleFree(xmlModulePtr module) argument
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlmodule.c2 * xmlmodule.c : basic API for dynamic module loading added 2.6.17
33 * module memory error handler *
44 xmlModuleErrMemory(xmlModulePtr module, const char *extra) argument
48 if (module != NULL) {
49 name = (const char *) module->name;
60 * @name: the module name
63 * Opens a module/shared library given its name or path
66 * Returns a handle for the module or NULL in case of error
71 xmlModulePtr module; local
73 module
106 xmlModuleSymbol(xmlModulePtr module, const char *name, void **symbol) argument
142 xmlModuleClose(xmlModulePtr module) argument
178 xmlModuleFree(xmlModulePtr module) argument
[all...]

Completed in 204 milliseconds

1234567891011>>