Searched refs:mod (Results 1 - 25 of 556) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Lib/Quartz/CoreGraphics/
H A D__init__.py16 sys.modules['Quartz.CoreGraphics'] = mod = objc.ObjCLazyModule('Quartz.CoreGraphics',
26 def _load(mod):
28 Quartz.CoreGraphics = mod
35 mod.CGFLOAT_MIN=1.1754943508222875e-38
36 mod.CGFLOAT_MAX=3.4028234663852886e+38
38 mod.CGFLOAT_MIN=2.2250738585072014e-308
39 mod.CGFLOAT_MAX=1.7976931348623157e+308
44 setattr(mod, nm, getattr(m, nm))
48 setattr(mod, nm, getattr(m, nm))
52 setattr(mod, n
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/
H A DMakefile.PL47 for my $mod ( keys %$tr ) {
48 if ( exists $br->{$mod} ) {
49 $br->{$mod} = $tr->{$mod} if $tr->{$mod} > $br->{$mod};
52 $br->{$mod} = $tr->{$mod};
60 for my $mod ( keys %$br ) {
61 if ( exists $pp->{$mod} ) {
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.54/
H A DMakefile.PL45 for my $mod ( keys %$tr ) {
46 if ( exists $br->{$mod} ) {
47 $br->{$mod} = $tr->{$mod} if $tr->{$mod} > $br->{$mod};
50 $br->{$mod} = $tr->{$mod};
58 for my $mod ( keys %$br ) {
59 if ( exists $pp->{$mod} ) {
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/AppKit/
H A D__init__.py27 sys.modules['AppKit'] = mod = objc.ObjCLazyModule('AppKit',
40 mod.NSApp = NSApp
45 setattr(mod, nm, getattr(AppKit._AppKit, nm))
52 mod.NSEnterCharacter = unichr(mod.NSEnterCharacter)
53 mod.NSBackspaceCharacter = unichr(mod.NSBackspaceCharacter)
54 mod.NSTabCharacter = unichr(mod.NSTabCharacter)
55 mod
[all...]
/macosx-10.10/CPANInternal-159.1/Bencode-1.4/
H A DMakefile.PL35 for my $mod ( keys %$br ) {
36 if ( exists $pp->{$mod} ) {
37 $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
40 $pp->{$mod} = $br->{$mod};
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.52/
H A DMakefile.PL44 for my $mod ( keys %$br ) {
45 if ( exists $pp->{$mod} ) {
46 $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
49 $pp->{$mod} = $br->{$mod};
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/
H A DMakefile.PL39 for my $mod ( keys %$br ) {
40 if ( exists $pp->{$mod} ) {
41 $pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
44 $pp->{$mod} = $br->{$mod};
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SearchKit-2.5.1/Lib/SearchKit/
H A D__init__.py12 mod = objc.ObjCLazyModule( variable
25 mod.SKIndexGetTypeID
26 mod.SKDocumentRef
39 rI = mod.SKIndexCreateWithMutableData(NSMutableData.data(),
42 indexID = mod.CFGetTypeID(rI)
44 r = mod.SKIndexDocumentIteratorCreate(rI, None)
45 iterID = mod.CFGetTypeID(r)
48 r = mod.SKSearchGroupCreate([rI])
49 groupID = mod.CFGetTypeID(r)
51 r = mod
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/Cocoa/
H A D__init__.py12 mod = objc.ObjCLazyModule('Cocoa', None, None, {}, None, { variable
16 sys.modules['Cocoa'] = mod
/macosx-10.10/ruby-106/ruby/ext/-test-/method/
H A Darity.c11 mod_method_arity(VALUE self, VALUE mod, VALUE mid) argument
13 int arity = rb_mod_method_arity(mod, rb_check_id(&mid));
18 Init_arity(VALUE mod) argument
20 rb_define_module_function(mod, "obj_method_arity", obj_method_arity, 2);
21 rb_define_module_function(mod, "mod_method_arity", mod_method_arity, 2);
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_gc.rb4 ("A".."Z").each do |mod|
5 mod = eval("module #{mod}; self; end")
7 iseq = RubyVM::InstructionSequence.compile("module #{mod}; def #{meth}; end; end")
12 o = Object.new.extend(mod)
22 ("A".."Z").each do |mod|
23 mod = eval("module #{mod}; self; end")
26 mod.module_eval {define_method(meth) {}}
29 o = Object.new.extend(mod)
[all...]
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dkadmin.local25 mod=''
29 mod="+requires-pre-auth${mod:+,}${mod}"
33 mod="+disallow-svr${mod:+,}${mod}"
51 mod="${mod:+--attributes=}${mod}"
[all...]
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/ext/
H A DMakefile3 BUILD= mod.html perl.html php.html
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/Lib/SystemConfiguration/
H A D__init__.py14 sys.modules['SystemConfiguration'] = mod = objc.ObjCLazyModule('SystemConfiguration',
25 setattr(mod, nm, getattr(m, nm))
27 mod.SCBondInterfaceRef = mod.SCNetworkInterfaceRef
28 mod.SCVLANInterfaceRef = mod.SCNetworkInterfaceRef
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Lib/Quartz/CoreVideo/
H A D__init__.py13 sys.modules['Quartz.CoreVideo'] = mod = objc.ObjCLazyModule('Quartz.CoreVideo',
22 def _load(mod):
24 Quartz.CoreVideo = mod
28 setattr(mod, nm, getattr(m, nm))
29 _load(mod)
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_normal_module.rb8 @mod = RDoc::NormalModule.new 'Mod'
13 mod = top_level.add_module RDoc::NormalModule, 'Mod'
16 mod.add_include incl
18 assert_equal [incl.name], mod.ancestors
22 mod.add_include inc2
23 assert_equal [mod2, incl.name], mod.ancestors
33 assert @mod.module?
/macosx-10.10/msdosfs-209.1.1/fsck_msdos.tproj/
H A Dcheck.c74 int mod = 0; local
157 mod = readboot(dosfs, &boot);
158 if (mod & FSFATAL) {
209 mod |= fat_init(dosfs, &boot);
211 if (mod & FSFATAL) {
219 mod |= resetDosDirSection(&boot);
221 if (mod & FSFATAL)
225 mod |= handleDirTree(dosfs, &boot);
226 if (mod & FSFATAL)
233 * Should we skip this if (mod
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Lib/Quartz/
H A D__init__.py11 sys.modules['Quartz'] = mod = objc.ObjCLazyModule('Quartz',
22 mod.CoreGraphics = m
29 mod.ImageIO = m
36 mod.ImageIO = m
43 mod.CoreVideo = m
50 mod.QuartCore = m
57 mod.ImageIO = m
64 mod.PDFKit = m
71 mod.QuartzFilters = m
78 mod
[all...]
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dversion.tcl13 set mod 0
25 if {$m > $mod} { set mod $m }
31 list $c $mod
35 lassign [traverse $fn] sig mod
36 set time [clock format $mod -format {%Y/%m/%d %H:%M:%S} -gmt 1]
40 return $mod
58 set mod [showvers $fn $fn]
59 if {[info exists fixtime] && $mod} {
60 file mtime $fn $mod
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dlog.c50 static int add_values( Operation *op, Entry *e, Modification *mod, int *newlevel );
51 static int delete_values( Operation *op, Entry *e, Modification *mod, int *newlevel );
52 static int replace_values( Operation *op, Entry *e, Modification *mod, int *newlevel );
123 Modification *mod = &ml->sml_mod; local
130 if ( is_at_operational( mod->sm_desc->ad_type ) ) {
131 ( void ) attr_delete( &e->e_attrs, mod->sm_desc );
132 rc = rs->sr_err = attr_merge( e, mod->sm_desc,
133 mod->sm_values, mod->sm_nvalues );
142 } else if ( mod
224 check_constraints( Modification *mod, int *newlevel ) argument
257 add_values( Operation *op, Entry *e, Modification *mod, int *newlevel ) argument
319 delete_values( Operation *op, Entry *e, Modification *mod, int *newlevel ) argument
427 replace_values( Operation *op, Entry *e, Modification *mod, int *newlevel ) argument
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-terminator/
H A Dmain.c42 NSModule mod = NSLinkModule(ofi, "test.bundle", NSLINKMODULE_OPTION_NONE); local
43 if ( mod == NULL ) {
49 if ( !NSUnLinkModule(mod, NSUNLINKMODULE_OPTION_KEEP_MEMORY_MAPPED) ) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/addpartial/
H A Daddpartial-overlay.c84 Modifications *mod = NULL; local
100 mod = (Modifications *) ch_malloc(sizeof(
102 mod->sml_flags = 0;
103 mod->sml_op = LDAP_MOD_REPLACE | LDAP_MOD_BVALUES;
104 mod->sml_op &= LDAP_MOD_OP;
105 mod->sml_next = NULL;
106 mod->sml_desc = attr->a_desc;
107 mod->sml_type = attr->a_desc->ad_cname;
108 mod->sml_values = attr->a_vals;
109 mod
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-basic/
H A Dmain.c42 NSModule mod = NSLinkModule(ofi, "test.bundle", NSLINKMODULE_OPTION_NONE); local
43 if ( mod == NULL ) {
48 NSSymbol sym = NSLookupSymbolInModule(mod, "_checkdata");
60 if ( !NSUnLinkModule(mod, NSUNLINKMODULE_OPTION_NONE) ) {
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/bundle-unload-keep-mapped/
H A Dmain.c42 NSModule mod = NSLinkModule(ofi, "test.bundle", NSLINKMODULE_OPTION_NONE); local
43 if ( mod == NULL ) {
48 NSSymbol sym = NSLookupSymbolInModule(mod, "_checkdata");
60 if ( !NSUnLinkModule(mod, NSUNLINKMODULE_OPTION_KEEP_MEMORY_MAPPED) ) {
/macosx-10.10/llvmCore-3425.0.34/examples/BrainF/
H A DBrainFDriver.cpp57 void addMainFunction(Module *mod) { argument
59 Function *main_func = cast<Function>(mod->
60 getOrInsertFunction("main", IntegerType::getInt32Ty(mod->getContext()),
61 IntegerType::getInt32Ty(mod->getContext()),
63 IntegerType::getInt8Ty(mod->getContext()))), NULL));
73 BasicBlock *bb = BasicBlock::Create(mod->getContext(), "main.0", main_func);
77 CallInst *brainf_call = CallInst::Create(mod->getFunction("brainf"),
83 ReturnInst::Create(mod->getContext(),
84 ConstantInt::get(mod->getContext(), APInt(32, 0)), bb);
127 Module *mod local
[all...]

Completed in 274 milliseconds

1234567891011>>