Searched refs:CONFIG (Results 51 - 75 of 82) sorted by relevance

1234

/macosx-10.10.1/ruby-106/ruby/test/net/http/
H A Dtest_https.rb25 CONFIG = {
H A Dtest_http.rb703 CONFIG = {
721 CONFIG = {
752 CONFIG = {
837 CONFIG = {
889 CONFIG = {
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dmkexports.rb6 autoload :CONFIG, "./rbconfig"
72 exports << "VERSION #{RbConfig::CONFIG['MAJOR']}.#{RbConfig::CONFIG['MINOR']}"
139 @@nm ||= RbConfig::CONFIG["NM"]
151 symprefix = RbConfig::CONFIG["SYMBOL_PREFIX"]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Db8t.mk51 @echo "CONFIG `date`"
H A Db9t.mk49 @echo "CONFIG `date`"
/macosx-10.10.1/pcre-7/pcre/
H A Dmakevp.bat8 :: required PCRE.H and CONFIG.H will be generated if not existing
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dtest_case.rb995 File.join(RbConfig::CONFIG["bindir"],
996 RbConfig::CONFIG["ruby_install_name"] +
997 RbConfig::CONFIG["EXEEXT"])
H A Dconfig_file.rb83 RbConfig::CONFIG["sysconfdir"] || "/etc"
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/
H A DMakefile.PL207 my $CONFIG = 'config.in' ;
209 print "Parsing $CONFIG...\n" ;
218 open(F, "$CONFIG") or die "Cannot open file $CONFIG: $!\n" ;
236 print "Unknown keys in $CONFIG ignored [@badkey]\n"
241 die "The following keys are missing from $CONFIG file: [@missing]\n"
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkBind.c525 #define CONFIG 0x1000 macro
563 /* ConfigureNotify */ CONFIG,
2325 if (flags & CONFIG) {
2376 } else if (flags & CONFIG) {
2423 } else if (flags & CONFIG) {
2470 } else if (flags & CONFIG) {
2489 } else if (flags & (CREATE|CONFIG|GRAVITY)) {
2506 } else if (flags & (CREATE|CONFIG|GRAVITY)) {
2531 } else if (flags & CONFIG) {
3391 if (flags & (CREATE|UNMAP|MAP|REPARENT|CONFIG|GRAVIT
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkBind.c538 #define CONFIG 0x1000 macro
576 /* ConfigureNotify */ CONFIG,
2379 if (flags & CONFIG) {
2422 } else if (flags & (CONFIG)) {
2468 } else if (flags & CONFIG) {
2515 } else if (flags & CONFIG) {
2534 } else if (flags & (CREATE|CONFIG|GRAVITY)) {
2551 } else if (flags & (CREATE|CONFIG|GRAVITY)) {
2576 } else if (flags & CONFIG) {
3440 if (flags & (CREATE|UNMAP|MAP|REPARENT|CONFIG|GRAVIT
[all...]
/macosx-10.10.1/ruby-106/ruby/test/io/console/
H A Dtest_io_console.rb252 when !(rubyw = RbConfig::CONFIG["RUBYW_INSTALL_NAME"]).empty?
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dcompile_prelude.rb48 line.gsub!(/RbConfig::CONFIG\["(\w+)"\]/) {
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/doc/
H A DMakefile.am6 CONFIG=all
/macosx-10.10.1/ruby-106/ruby/lib/
H A Drubygems.rb856 val = RbConfig::CONFIG[key]
911 ruby_platform = RbConfig::CONFIG['host_os']
/macosx-10.10.1/ruby-106/ruby/test/dbm/
H A Dtest_dbm.rb16 case RbConfig::CONFIG['target_os']
25 RbConfig::CONFIG['target_os']
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DMakefile.pm54 CONFIG => 'ARRAY',
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/Install/
H A DMakefile.pm54 CONFIG => 'ARRAY',
/macosx-10.10.1/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DMakefile.pm54 CONFIG => 'ARRAY',
/macosx-10.10.1/emacs-93/emacs/
H A Dconfig.bat135 Echo Then run CONFIG.BAT again with the same arguments you did now.
280 Echo Then run CONFIG.BAT again with the same arguments you did now.
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dapplication.rb294 RbConfig::CONFIG['host_os'] =~ /(aix|darwin|linux|(net|free|open)bsd|cygwin|solaris|irix|hpux)/i
/macosx-10.10.1/ruby-106/ruby/test/gdbm/
H A Dtest_gdbm.rb16 case RbConfig::CONFIG['target_os']
25 RbConfig::CONFIG['target_os']
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireFamilyCommon.h393 #pragma mark CONFIG ROM
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLib.h527 #pragma mark CONFIG ROM UUIDs
3503 #pragma mark CONFIG DIRECTORY INTERFACE
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_installer.rb1074 CONFIG['CC'] = '$(TOUCH) $@ ||'
1075 CONFIG['LDSHARED'] = '$(TOUCH) $@ ||'
1087 so = File.join(@spec.gem_dir, "#{@spec.name}.#{RbConfig::CONFIG["DLEXT"]}")

Completed in 443 milliseconds

1234