Searched refs:defaults (Results 1 - 25 of 327) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Apple Mail/
H A Dsetup-defaults2 defaults write com.apple.mail EnableBundles YES
3 defaults write com.apple.mail BundleCompatibilityVersion 1
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Apple Mail/
H A Dsetup-defaults2 defaults write com.apple.mail EnableBundles YES
3 defaults write com.apple.mail BundleCompatibilityVersion 1
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Apple Mail/
H A Dsetup-defaults2 defaults write com.apple.mail EnableBundles YES
3 defaults write com.apple.mail BundleCompatibilityVersion 1
/macosx-10.10/crontabs-52/files/daily/
H A D199.clean-fax5 if [ -r /etc/defaults/periodic.conf ]
7 . /etc/defaults/periodic.conf
H A D400.status-disks8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D130.clean-msgs10 if [ -r /etc/defaults/periodic.conf ]
12 . /etc/defaults/periodic.conf
H A D420.status-network8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D430.status-rwho8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
H A D999.local11 if [ -r /etc/defaults/periodic.conf ]
13 . /etc/defaults/periodic.conf
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dsasl.c49 void *defaults )
51 lutilSASLdefaults *defs = defaults;
74 lutilSASLdefaults *defaults; local
76 defaults = ber_memalloc( sizeof( lutilSASLdefaults ) );
78 if( defaults == NULL ) return NULL;
80 defaults->mech = mech ? ber_strdup(mech) : NULL;
81 defaults->realm = realm ? ber_strdup(realm) : NULL;
82 defaults->authcid = authcid ? ber_strdup(authcid) : NULL;
83 defaults->passwd = passwd ? ber_strdup(passwd) : NULL;
84 defaults
211 lutil_sasl_interact( LDAP *ld, unsigned flags, void *defaults, void *in ) argument
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dlutil_ldap.h30 void *defaults ));
43 LDAP *ld, unsigned flags, void *defaults, void *p ));
/macosx-10.10/crontabs-52/files/monthly/
H A D999.local8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/macosx-10.10/crontabs-52/files/weekly/
H A D999.local8 if [ -r /etc/defaults/periodic.conf ]
10 . /etc/defaults/periodic.conf
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_search_command.rb13 assert_equal :remote, @cmd.defaults[:domain]
/macosx-10.10/efax-38/efax/
H A Defax.rc12 DEVICE_URI=`defaults read /Library/Preferences/com.apple.print.FaxPrefs device-uri`
26 FROM=`defaults read /Library/Preferences/com.apple.print.FaxPrefs FaxNumber`
31 ANSRINGS=`defaults read /Library/Preferences/com.apple.print.FaxPrefs RingCount`
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ControlledPreferences/
H A DPreferencesPanelController.py23 # Get font name and size from user defaults
24 defaults = NSUserDefaultsController.sharedUserDefaultsController().values()
25 fontName = getKey(defaults, u'FontName')
26 fontSize = getKey(defaults, u'FontSize')
54 defaults = NSUserDefaultsController.sharedUserDefaultsController().values()
55 defaults.setValue_forKey_(panelFont.fontName(), u"FontName")
56 defaults.setValue_forKey_(fontSize, u"FontSize")
60 Set up initial values for defaults:
H A DFontSampleDisplayView.py20 defaults = NSUserDefaultsController.sharedUserDefaultsController().values()
21 favoriteColor = NSUnarchiver.unarchiveObjectWithData_(getKey(defaults, u'FavoriteColor'))
22 fontName = getKey(defaults, u'FontName')
23 fontSize = getKey(defaults, u'FontSize')
25 wordOfTheDay = getKey(defaults, u'WordOfTheDay')
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ControlledPreferences/
H A DPreferencesPanelController.py23 # Get font name and size from user defaults
24 defaults = NSUserDefaultsController.sharedUserDefaultsController().values()
25 fontName = getKey(defaults, u'FontName')
26 fontSize = getKey(defaults, u'FontSize')
54 defaults = NSUserDefaultsController.sharedUserDefaultsController().values()
55 defaults.setValue_forKey_(panelFont.fontName(), u"FontName")
56 defaults.setValue_forKey_(fontSize, u"FontSize")
60 Set up initial values for defaults:
H A DFontSampleDisplayView.py20 defaults = NSUserDefaultsController.sharedUserDefaultsController().values()
21 favoriteColor = NSUnarchiver.unarchiveObjectWithData_(getKey(defaults, u'FavoriteColor'))
22 fontName = getKey(defaults, u'FontName')
23 fontSize = getKey(defaults, u'FontSize')
25 wordOfTheDay = getKey(defaults, u'WordOfTheDay')
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CocoaBindings/ControlledPreferences/
H A DPreferencesPanelController.py23 # Get font name and size from user defaults
24 defaults = NSUserDefaultsController.sharedUserDefaultsController().values()
25 fontName = getKey(defaults, u'FontName')
26 fontSize = getKey(defaults, u'FontSize')
54 defaults = NSUserDefaultsController.sharedUserDefaultsController().values()
55 defaults.setValue_forKey_(panelFont.fontName(), u"FontName")
56 defaults.setValue_forKey_(fontSize, u"FontSize")
60 Set up initial values for defaults:
H A DFontSampleDisplayView.py20 defaults = NSUserDefaultsController.sharedUserDefaultsController().values()
21 favoriteColor = NSUnarchiver.unarchiveObjectWithData_(getKey(defaults, u'FavoriteColor'))
22 fontName = getKey(defaults, u'FontName')
23 fontSize = getKey(defaults, u'FontSize')
25 wordOfTheDay = getKey(defaults, u'WordOfTheDay')
/macosx-10.10/hfs-285/newfs_hfs/
H A Dnewfs_hfs.c86 static void hfsplus_params __P((const DriveInfo* dip, hfsparams_t *defaults));
799 hfsparams_t defaults = {0}; local
887 hfsplus_params(&dip, &defaults);
889 retval = make_hfsplus(&dip, &defaults);
913 (u_int32_t)defaults.journalSize/1024);
943 static void hfsplus_params (const DriveInfo* dip, hfsparams_t *defaults) argument
952 defaults->flags = 0;
953 defaults->blockSize = gBlockSize;
954 defaults->fsStartBlock = gFSStartBlock;
955 defaults
[all...]
/macosx-10.10/postfix-255/postfix/mantools/
H A Dxpostdef20 $defaults{$name} = $defval;
73 $defaults{$name} = "see \"postconf -d\" output";
77 # with output from the postconf command. Leave alone any defaults
90 $defval = $defaults{$name} if (defined($defaults{$name}));
119 $defval = $defaults{$name} if (defined($defaults{$name}));
/macosx-10.10/dyld-353.2.1/unit-tests/
H A Drun-all-unit-tests7 CRSTATE=`defaults read com.apple.CrashReporter DialogType`
8 defaults write com.apple.CrashReporter DialogType basic
38 defaults write com.apple.CrashReporter DialogType ${CRSTATE}
/macosx-10.10/sudo-73/src/
H A Dgram.h36 struct defaults *defaults; member in union:__anon12637

Completed in 242 milliseconds

1234567891011>>