Searched refs:apple (Results 1 - 25 of 965) sorted by relevance

1234567891011>>

/macosx-10.9.5/ntp-88/Embedded/
H A Dntp.conf1 server time.apple.com
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/req/
H A Dppc-host.ireq4 anchor apple and identifier com.apple.translate // Rosetta
H A Dcfm.ireqs4 host => anchor apple and identifier com.apple.LaunchCFMApp // CFM runner tool
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/Java/
H A DDNSSDService.java19 package com.apple.dnssd;
H A DBaseListener.java19 package com.apple.dnssd;
H A DRegisterRecordListener.java19 package com.apple.dnssd;
H A DDNSRecord.java19 package com.apple.dnssd;
/macosx-10.9.5/pyobjc-42/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.9.5/pyobjc-42/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.9.5/Libnotify-121.20.1/notifyd/
H A Dnotify.conf.iPhone5 reserve com.apple.system. 0 0 rwr-r-
6 reserve com.apple.system.clock_set 0 501 rwrwr-
7 monitor com.apple.system.timezone /var/db/timezone/localtime
H A Dnotify.conf.MacOSX5 reserve com.apple.system. 0 0 rwr-r-
6 monitor com.apple.system.timezone /etc/localtime
7 monitor com.apple.system.info:/etc/hosts /etc/hosts
8 monitor com.apple.system.info:/etc/services /etc/services
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/gke/
H A Dgkreport8 com.apple.message.domain com.apple.security.assessment.state \
9 com.apple.message.signature "$main" \
10 com.apple.message.signature2 "$gk" \
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/suid-environ/
H A Dmain.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
33 int main(int argc, const char* argv[], const char* envp[], const char* apple[]) argument
44 // verify same as apple parameter
46 if ( apple != p ) {
47 FAIL("suid-environ: apple parameter not at end of envp");
51 // verify apple parameter is not NULL and ends in main
52 if ( *apple == NULL ) {
53 FAIL("suid-environ: apple parameter is empty");
56 if ( strstr(*apple, "/main") == NULL ) {
57 FAIL("suid-environ: apple paramete
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/crt-apple/
H A Dmain.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
32 /// verify that apple[0] parameter is correct by comparing to argv[1]
42 void init(int argc, const char* argv[], const char* env[], const char* apple[]) argument
47 initializer_apple = apple;
51 main(int argc, const char* argv[], const char* env[], const char* apple[]) argument
54 FAIL("crt-apple argc changed");
59 FAIL("crt-apple argv changed");
64 FAIL("crt-apple envp changed");
68 if ( apple != initializer_apple ) {
69 FAIL("crt-apple appl
[all...]
/macosx-10.9.5/apache-786.1/
H A Dhttpd-wrapper.rb163 `syslog -s -l Notice -k com.apple.message.domain com.apple.server.apache.detailed.launch.stats \
164 com.apple.message.apache_launch #{settings['apache_launch']} \
166 com.apple.message.uses_server_config #{settings['server_config']['active']} \
167 com.apple.message.server_config_has_valid_syntax #{settings['server_config']['valid_syntax']} \
168 com.apple.message.server_config_has_invalid_syntax #{settings['server_config']['invalid_syntax']} \
169 com.apple.message.server_config_has_invalid_usage #{settings['server_config']['invalid_usage']} \
170 com.apple.message.server_config_has_failed_open #{settings['server_config']['failed_open']} \
171 com.apple.message.server_config_has_unexpected_response #{settings['server_config']['unexpected_response']} \
172 com.apple
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/schema/
H A Dapple.schema38 NAME 'apple-user-homeurl'
46 NAME 'apple-user-class'
54 NAME 'apple-user-homequota'
62 NAME 'apple-user-mailattribute'
70 NAME 'apple-mcxflags'
78 # NAME 'apple-mcxsettings'
85 NAME ( 'apple-mcxsettings' 'apple-mcxsettings2' )
93 NAME 'apple-user-picture'
101 NAME 'apple
[all...]
/macosx-10.9.5/files-638.1.4/private/etc/asl/
H A DMakefile20 $(_v) $(INSTALL_FILE) -m 0644 -c com.apple.MessageTracer "$(Destination)/com.apple.MessageTracer"
21 $(_v) $(INSTALL_FILE) -m 0644 -c com.apple.performance "$(Destination)/com.apple.performance"
22 $(_v) $(INSTALL_FILE) -m 0644 -c com.apple.eventmonitor "$(Destination)/com.apple.eventmonitor"
24 $(_v) $(INSTALL_FILE) -m 0644 -c com.apple.install "$(Destination)/com.apple.install"
25 $(_v) $(INSTALL_FILE) -m 0644 -c com.apple.mail "$(Destination)/com.apple
[all...]
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/restrict-environ/
H A Dmain.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
34 int main(int argc, const char* argv[], const char* envp[], const char* apple[]) argument
45 // verify same as apple parameter
47 if ( apple != p ) {
48 FAIL("restrict-environ: apple parameter not at end of envp");
52 // verify apple parameter is not NULL and ends in main
53 if ( *apple == NULL ) {
54 FAIL("restrict-environ: apple parameter is empty");
57 if ( strstr(*apple, "/main") == NULL ) {
58 FAIL("restrict-environ: apple paramete
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/doc/
H A D._generateHtml.sh1 Mac OS X  2��ATTR��@���com.apple.quarantineq/0001;00000000;; (…)
H A D._tk2html.awk1 Mac OS X  2��ATTR������com.apple.quarantineq/0001;00000000;; (…)
H A D._tk2html.perl1 Mac OS X  2��ATTR�t����com.apple.quarantineq/0001;00000000;; (…)
H A D._tk2html2.awk1 Mac OS X  2��ATTR������com.apple.quarantineq/0001;00000000;; (…)
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/generic/
H A D._buf.c1 Mac OS X  2��ATTR�� ���com.apple.quarantineq/0001;00000000;; (…)
H A D._buf.h1 Mac OS X  2��ATTR�����com.apple.quarantineq/0001;00000000;; (…)
H A D._bufDecls.h1 Mac OS X  2��ATTR�����com.apple.quarantineq/0001;00000000;; (…)

Completed in 169 milliseconds

1234567891011>>