Home
last modified time | relevance | path

Searched refs:theAppleEvent (Results 1 – 25 of 56) sorted by relevance

123

/dports/net-im/coccinella/Coccinella-0.96.20Src/components/
H A DAppleEvents.tcl69 proc ::AppleEvents::HandleOURL {theAppleEvent theReplyAE} {
80 proc ::AppleEvents::OpenApp {theAppleEvent theReplyAE} {
87 set eventID [tclAE::getAttributeData $theAppleEvent evid]
93 proc ::AppleEvents::OpenHandler {theAppleEvent theReplyAE} {
97 proc ::AppleEvents::Open {theAppleEvent theReplyAE} {
100 set pathDesc [tclAE::getKeyDesc $theAppleEvent ----]
118 proc ::AppleEvents::Print {theAppleEvent theReplyAE} {
120 set pathDesc [tclAE::getKeyDesc $theAppleEvent ----]
135 proc ::AppleEvents::HandleGURL {theAppleEvent theReplyAE} {
137 puts "theAppleEvent=$theAppleEvent"
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/MacSrc/
H A DAEHandlers.c45 OSErr RequiredCheck(AppleEvent *theAppleEvent ) in RequiredCheck() argument
51 …anErr = AEGetAttributePtr(theAppleEvent, keyMissedKeywordAttr, typeWildCard, &typeCode, NULL, 0, &… in RequiredCheck()
62 pascal OSErr HandleOAPP(AppleEvent *theAppleEvent, AppleEvent *, long ) in HandleOAPP() argument
66 anErr = RequiredCheck(theAppleEvent); in HandleOAPP()
73 pascal OSErr HandleODOC(AppleEvent *theAppleEvent, AppleEvent *, long ) in HandleODOC() argument
85 anErr = AEGetParamDesc(theAppleEvent, keyDirectObject, typeAEList, &docList); in HandleODOC()
88 anErr = RequiredCheck(theAppleEvent); in HandleODOC()
118 pascal OSErr HandlePDOC(AppleEvent *theAppleEvent, AppleEvent *, long ) in HandlePDOC() argument
122 anErr = RequiredCheck(theAppleEvent); in HandlePDOC()
129 pascal OSErr HandleQUIT(AppleEvent *theAppleEvent, AppleEvent *, long ) in HandleQUIT() argument
[all …]
H A DAEHandlers.h30 OSErr RequiredCheck(AppleEvent *theAppleEvent);
31 pascal OSErr HandleOAPP(AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon);
32 pascal OSErr HandleODOC(AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon);
33 pascal OSErr HandlePDOC(AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon);
34 pascal OSErr HandleQUIT(AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon);
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/macos/
H A Di_main.c45 OSErr RequiredCheck (const AppleEvent *theAppleEvent) in RequiredCheck() argument
51 …myErr = AEGetAttributePtr (theAppleEvent, keyMissedKeywordAttr, typeWildCard, &typeCode, 0L, 0, &a… in RequiredCheck()
58 pascal OSErr HandleODOC (const AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon) in HandleODOC() argument
66 err = AEGetParamDesc (theAppleEvent, keyDirectObject, typeAEList, &docList); in HandleODOC()
69 err = RequiredCheck (theAppleEvent); in HandleODOC()
103 OSErr HandleQUIT (const AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon) in HandleQUIT() argument
107 myErr = RequiredCheck (theAppleEvent); in HandleQUIT()
122 OSErr HandleOAPP (const AppleEvent *theAppleEvent, AppleEvent *reply, long myRefCon) in HandleOAPP() argument
126 myErr = RequiredCheck (theAppleEvent); in HandleOAPP()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DAEInteraction.pas251 function AESend( const (*var*) theAppleEvent: AppleEvent; var reply: AppleEvent; sendMode: AESendMo… in AESend()
409 function AESuspendTheCurrentEvent( const (*var*) theAppleEvent: AppleEvent ): OSErr; external name … in AESuspendTheCurrentEvent()
452 function AEResumeTheCurrentEvent( const (*var*) theAppleEvent: AppleEvent; const (*var*) reply: App… in AEResumeTheCurrentEvent()
467 function AEGetTheCurrentEvent( var theAppleEvent: AppleEvent ): OSErr; external name '_AEGetTheCurr… in AEGetTheCurrentEvent()
482 function AESetTheCurrentEvent( const (*var*) theAppleEvent: AppleEvent ): OSErr; external name '_AE… in AESetTheCurrentEvent()
H A DAEDataModel.pas1858 function AEPutParamPtr( var theAppleEvent: AppleEvent; theAEKeyword: AEKeyword; typeCode: DescType;… in AEPutParamPtr()
1891 function AEPutParamDesc( var theAppleEvent: AppleEvent; theAEKeyword: AEKeyword; const (*var*) theA… in AEPutParamDesc()
2041 function AEGetParamDesc( const (*var*) theAppleEvent: AppleEvent; theAEKeyword: AEKeyword; desiredT… in AEGetParamDesc()
2077 function AESizeOfParam( const (*var*) theAppleEvent: AppleEvent; theAEKeyword: AEKeyword; typeCode:… in AESizeOfParam()
2105 function AEDeleteParam( var theAppleEvent: AppleEvent; theAEKeyword: AEKeyword ): OSErr; external n… in AEDeleteParam()
2245 function AEGetAttributeDesc( const (*var*) theAppleEvent: AppleEvent; theAEKeyword: AEKeyword; desi… in AEGetAttributeDesc()
2280 function AESizeOfAttribute( const (*var*) theAppleEvent: AppleEvent; theAEKeyword: AEKeyword; typeC… in AESizeOfAttribute()
2319 function AEPutAttributePtr( var theAppleEvent: AppleEvent; theAEKeyword: AEKeyword; typeCode: DescT… in AEPutAttributePtr()
2363 function AEPutAttributeDesc( var theAppleEvent: AppleEvent; theAEKeyword: AEKeyword; const (*var*) … in AEPutAttributeDesc()
2633 …AEEventHandlerProcPtr = function( const (*var*) theAppleEvent: AppleEvent; var reply: AppleEvent; … in const()
[all …]
H A DOSA.pas323 …OSASendProcPtr = function( const (*var*) theAppleEvent: AppleEvent; var reply: AppleEvent; sendMod… in const()
390 function InvokeOSASendUPP( const (*var*) theAppleEvent: AppleEvent; var reply: AppleEvent; sendMode… in InvokeOSASendUPP()
1794 function OSAExecuteEvent( scriptingComponent: ComponentInstance; const (*var*) theAppleEvent: Apple… in OSAExecuteEvent()
1832 function OSADoEvent( scriptingComponent: ComponentInstance; const (*var*) theAppleEvent: AppleEvent… in OSADoEvent()
/dports/www/analog/analog-6.0/src/
H A Dmacinput.c109 GotRequiredParams(const AppleEvent *theAppleEvent) in GotRequiredParams() argument
125 DoAENoop(const AppleEvent *theAppleEvent,AppleEvent *reply,long handlerRefcon) in DoAENoop() argument
130 err=GotRequiredParams(theAppleEvent); in DoAENoop()
148 err=AEGetParamDesc(theAppleEvent,keyDirectObject,typeAEList,&docList); in DoAEOpenDoc()
150 err=GotRequiredParams(theAppleEvent); in DoAEOpenDoc()
167 DoAEDo(const AppleEvent *theAppleEvent,AppleEvent *reply,long handlerRefcon) in DoAEDo() argument
176 err=AEGetParamDesc(theAppleEvent,keyDirectObject,typeChar,&desc); in DoAEDo()
178 err=GotRequiredParams(theAppleEvent); in DoAEDo()
180 err=AEGetParamPtr(theAppleEvent,keyDirectObject,typeChar, in DoAEDo()
197 DoAEQuit(const AppleEvent *theAppleEvent,AppleEvent *reply,long handlerRefcon) in DoAEQuit() argument
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/mac/
H A Dmacint.c91 static pascal OSErr AEQuit (AppleEvent *theAppleEvent, AppleEvent *theReply, long Refcon);
92 static pascal OSErr AEOpenFiles (AppleEvent *theAppleEvent, AppleEvent *theReply, long Refcon);
128 AEventListPtr theAppleEvent; in InitMac() local
160 for (theAppleEvent = theEventList; theAppleEvent->handler; theAppleEvent++) in InitMac()
161 …if (AEInstallEventHandler(theAppleEvent->evclass, theAppleEvent->evid, NewAEEventHandlerProc((Proc… in InitMac()
162 theAppleEvent->refcon, 0) != noErr); in InitMac()
H A DMacAE.c19 pascal OSErr AEQuit (AppleEvent *theAppleEvent, AppleEvent *theReply, long Refcon) in AEQuit() argument
30 pascal OSErr AEOpenFiles(AppleEvent *theAppleEvent, AppleEvent *theReply, in AEOpenFiles() argument
43 if (AEGetParamDesc(theAppleEvent, keyDirectObject, typeAEList, &docList) != in AEOpenFiles()
/dports/graphics/libpano13/libpano13-2.9.20/
H A Dshell_mac.c32 static pascal OSErr DoOpenApp( AppleEvent *theAppleEvent,AppleEvent *reply, long refCon);
33 static pascal OSErr DoOpenDoc( AppleEvent *theAppleEvent,AppleEvent *reply, long refCon);
34 static pascal OSErr DoScript( AppleEvent *theAppleEvent,AppleEvent *reply, long refCon);
154 static pascal OSErr DoOpenApp( AppleEvent *theAppleEvent, in DoOpenApp() argument
162 static pascal OSErr DoScript( AppleEvent *theAppleEvent, in DoScript() argument
177 err = AEGetParamPtr( theAppleEvent, keyDirectObject, in DoScript()
188 err = AEGetParamPtr( theAppleEvent, keyDirectObject, in DoScript()
287 static pascal OSErr DoOpenDoc( AppleEvent *theAppleEvent, in DoOpenDoc() argument
300 err = AEGetParamDesc( theAppleEvent, keyDirectObject, in DoOpenDoc()
304 err = GotRequiredParams( theAppleEvent ); in DoOpenDoc()
/dports/devel/sdl20/SDL2-2.0.18/src/hidapi/testgui/
H A Dmac_support.cpp17 static pascal OSErr HandleQuitMessage(const AppleEvent *theAppleEvent, AppleEvent in HandleQuitMessage() argument
25 static pascal OSErr HandleReopenMessage(const AppleEvent *theAppleEvent, AppleEvent in HandleReopenMessage() argument
33 static pascal OSErr HandleWildCardMessage(const AppleEvent *theAppleEvent, AppleEvent in HandleWildCardMessage() argument
/dports/x11/controllermap/SDL2-2.0.18/src/hidapi/testgui/
H A Dmac_support.cpp17 static pascal OSErr HandleQuitMessage(const AppleEvent *theAppleEvent, AppleEvent in HandleQuitMessage() argument
25 static pascal OSErr HandleReopenMessage(const AppleEvent *theAppleEvent, AppleEvent in HandleReopenMessage() argument
33 static pascal OSErr HandleWildCardMessage(const AppleEvent *theAppleEvent, AppleEvent in HandleWildCardMessage() argument
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/hidapi/testgui/
H A Dmac_support.cpp17 static pascal OSErr HandleQuitMessage(const AppleEvent *theAppleEvent, AppleEvent
25 static pascal OSErr HandleReopenMessage(const AppleEvent *theAppleEvent, AppleEvent
33 static pascal OSErr HandleWildCardMessage(const AppleEvent *theAppleEvent, AppleEvent
/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/macosx/PowerMacintosh/tclAE2.0/Contents/Resources/
H A Daelegacy.tcl16 proc tclAE::legacyQueueHandler {theAppleEvent theReply} {
17 handleReply $theAppleEvent
/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/macosx/i386/tclAE/
H A Daelegacy.tcl17 proc tclAE::legacyQueueHandler {theAppleEvent theReply} {
18 handleReply $theAppleEvent
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-carbon-integration/src/org/herac/tuxguitar/carbon/opendoc/
H A DOpenDocListener.java88 public int openDocProc(int theAppleEvent, int reply, int handlerRefcon) { in openDocProc() argument
94 OS.ConvertEventRefToEventRecord(theAppleEvent, eventRecord); in openDocProc()
96 …int result = OpenDocJNI.AEGetParamDesc(theAppleEvent,OS.kEventParamDirectObject, typeAEList, aeDes… in openDocProc()
H A DOpenDocCallback.java7 public int openDocProc(int theAppleEvent, int reply, int handlerRefcon); in openDocProc() argument
H A DOpenDocJNI.java18 …public static final native int AEGetParamDesc(int theAppleEvent, int theAEKeyword, int desiredType… in AEGetParamDesc() argument
/dports/security/fwbuilder/fwbuilder-5.3.7/src/gui/
H A Dmain_mac.cpp44 theAppleEvent) in checkAppleEventForMissingParams() argument
50 switch (err = AEGetAttributePtr(&theAppleEvent, in checkAppleEventForMissingParams()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-carbon-integration/jni/
H A Dorg_herac_tuxguitar_carbon_opendoc_OpenDocJNI.cpp50 (JNIEnv *env, jclass that, jint theAppleEvent, jint theAEKeyword,jint desiredType, jobject result) in Java_org_herac_tuxguitar_carbon_opendoc_OpenDocJNI_AEGetParamDesc() argument
58 …rc = (jint)AEGetParamDesc((const AppleEvent *)theAppleEvent, (AEKeyword)theAEKeyword, (DescType)de… in Java_org_herac_tuxguitar_carbon_opendoc_OpenDocJNI_AEGetParamDesc()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/osdep/
H A Dmacosx_finder_args.c42 static pascal OSErr AppleEventHandlerProc(const AppleEvent *theAppleEvent, AppleEvent* reply, SInt3… in AppleEventHandlerProc() argument
48 if((res=AEGetParamDesc(theAppleEvent, keyDirectObject, typeAEList, &docList))==noErr) { in AppleEventHandlerProc()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/osdep/
H A Dmacosx_finder_args.c42 static pascal OSErr AppleEventHandlerProc(const AppleEvent *theAppleEvent, AppleEvent* reply, SInt3… in AppleEventHandlerProc() argument
48 if((res=AEGetParamDesc(theAppleEvent, keyDirectObject, typeAEList, &docList))==noErr) { in AppleEventHandlerProc()
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/osa/
H A D_OSAmodule.c655 AppleEvent theAppleEvent; in OSAObj_OSAExecuteEvent() local
663 AEDesc_Convert, &theAppleEvent, in OSAObj_OSAExecuteEvent()
668 &theAppleEvent, in OSAObj_OSAExecuteEvent()
682 AppleEvent theAppleEvent; in OSAObj_OSADoEvent() local
690 AEDesc_Convert, &theAppleEvent, in OSAObj_OSADoEvent()
695 &theAppleEvent, in OSAObj_OSADoEvent()
/dports/lang/python27/Python-2.7.18/Mac/Modules/osa/
H A D_OSAmodule.c655 AppleEvent theAppleEvent; in OSAObj_OSAExecuteEvent() local
663 AEDesc_Convert, &theAppleEvent, in OSAObj_OSAExecuteEvent()
668 &theAppleEvent, in OSAObj_OSAExecuteEvent()
682 AppleEvent theAppleEvent; in OSAObj_OSADoEvent() local
690 AEDesc_Convert, &theAppleEvent, in OSAObj_OSADoEvent()
695 &theAppleEvent, in OSAObj_OSADoEvent()

123