Searched refs:app (Results 226 - 250 of 492) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/TinyURLService/
H A Dsetup.py35 app=["TinyURLService.py"], variable
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A Dsetup.py33 app=["main.py"], variable
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/TLayer/
H A DAppDelegate.py18 def applicationShouldTerminateAfterLastWindowClosed_(self, app):
/macosx-10.10/remote_cmds-47/timed.tproj/SMM.doc/timedop/timedop/
H A DMakefile18 MAKEFILEDIR = $(SYSTEM_DEVELOPER_DIR)/Makefiles/app
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/sdx/
H A Dsdx.tcl21 set error [catch {$s eval package require app-sdx} return]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A DHelloWorld.py19 ### work much better if they are constructed in a proper app wrapper.
21 ### This app does demonstrate that it is possible to build full
38 app = NSApplication.sharedApplication()
56 hel.setTarget_( app.delegate() )
66 bye.setTarget_ (app)
H A DwmEnable.py73 app = AppKit.NSApplication.sharedApplication()
75 app.setDelegate_(delegate)
76 app.run()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/Scripts/
H A DHelloWorld.py19 ### work much better if they are constructed in a proper app wrapper.
21 ### This app does demonstrate that it is possible to build full
38 app = NSApplication.sharedApplication()
56 hel.setTarget_( app.delegate() )
66 bye.setTarget_ (app)
H A DwmEnable.py73 app = AppKit.NSApplication.sharedApplication()
75 app.setDelegate_(delegate)
76 app.run()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/Scripts/
H A DHelloWorld.py19 ### work much better if they are constructed in a proper app wrapper.
21 ### This app does demonstrate that it is possible to build full
38 app = NSApplication.sharedApplication()
56 hel.setTarget_( app.delegate() )
66 bye.setTarget_ (app)
H A DwmEnable.py73 app = AppKit.NSApplication.sharedApplication()
75 app.setDelegate_(delegate)
76 app.run()
/macosx-10.10/syslog-267/libsystem_asl.tproj/include/
H A Dasl_string.h50 asl_string_t *asl_string_append(asl_string_t *str, const char *app) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_5_1);
51 asl_string_t *asl_string_append_asl_key(asl_string_t *str, const char *app) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_5_1);
53 asl_string_t *asl_string_append_no_encoding(asl_string_t *str, const char *app) __OSX_AVAILABLE_STARTING(__MAC_10_8, __IPHONE_5_1);
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dqwrap.tcl81 file mkdir [file join $lib app-$sd]
88 package require app-$sd
92 # $sd.vfs/lib/app-...
93 if {![regexp "package\\s+provide\\s+app-$sd" $prog]} {
94 set prog "package provide app-$sd 1.0\n\n$prog"
96 set out [open [file join $lib app-$sd $sd.tcl] w]
101 set re [string map [list % $sd] {package\s+provide\s+app-%\s+([0-9\.]+)}]
107 set out [open [file join $lib app-$sd pkgIndex.tcl] w]
109 package ifneeded app-% # [list source [file join $dir %.tcl]]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/shell-backends/
H A Dshellutil.c88 struct ldattr **app; local
92 for ( app = entry->lde_attrs; *app != NULL; ++app ) {
93 if ( attr_requested( (*app)->lda_name, op )) {
94 for ( valp = (*app)->lda_values; *valp != NULL; ++valp ) {
95 fprintf( ofp, "%s: %s\n", (*app)->lda_name, *valp );
133 struct ldattr **app; local
138 for ( app = entry->lde_attrs; *app !
[all...]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Drmt23 set app "local"
138 global app
139 .t insert insert "$app: "
147 # application or executes it locally, depending on "app".
150 global app executing lastCommand
159 if {$app eq "local"} {
162 set result [catch [list send $app $cmd] msg]
183 global app executing
184 set app $appName
207 set app [winf
[all...]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Drmt20 set app "local"
133 global app
134 .t insert insert "$app: "
142 # application or executes it locally, depending on "app".
145 global app executing lastCommand
154 if {$app == "local"} {
157 set result [catch [list send $app $cmd] msg]
180 global app executing
181 set app $appName
204 set app [winf
[all...]
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_string.c229 asl_string_append_no_encoding(asl_string_t *str, const char *app) argument
234 if (app == NULL) return str;
236 applen = strlen(app);
242 memcpy(str->buf + str->cursor, app, applen);
258 asl_string_append_internal(asl_string_t *str, const char *app, int encode_space) argument
264 if (app == NULL) return str;
270 return asl_string_append_no_encoding(str, app);
277 for (p = app; *p != '\0'; p++)
297 for (p = app; *p != '\0'; p++)
398 for (p = app; *
444 asl_string_append(asl_string_t *str, const char *app) argument
450 asl_string_append_asl_key(asl_string_t *str, const char *app) argument
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/snhelper/
H A Dlaunch_services.m36 LSApplicationProxy *app = [LSApplicationProxy applicationProxyForIdentifier:appIdentifierString placeholder:NO];
37 if (app == NULL) {
42 NSArray *uuids = [app machOUUIDs];
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/rep/
H A DMakefile3 BUILD= app.html base_meth.html bulk.html clock_skew.html comm.html \
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/SimpleService/
H A Dsetup.py47 app=["SimpleService_main.py"], variable
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-CoreData/Examples/OutlineEdit/
H A Dsetup.py48 app=["main.py"], variable
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/SimpleService/
H A Dsetup.py47 app=["SimpleService_main.py"], variable
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreData/Examples/OutlineEdit/
H A Dsetup.py48 app=["main.py"], variable
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/SimpleService/
H A Dsetup.py47 app=["SimpleService_main.py"], variable
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-CoreData-2.5.1/Examples/OutlineEdit/
H A Dsetup.py48 app=["main.py"], variable

Completed in 269 milliseconds

1234567891011>>