Home
last modified time | relevance | path

Searched refs:AppleEvent (Results 26 – 50 of 270) sorted by relevance

1234567891011

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "frame-pointer"="non-le…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/dports/devel/llvm70/llvm-7.0.1.src/test/DebugInfo/Generic/
H A D2010-05-03-DisableFramePtr.ll3 %struct.AppleEvent = type opaque
5 define void @DisposeDMNotificationUPP(void (%struct.AppleEvent*)* %userUPP) "no-frame-pointer-elim-…
7 %userUPP_addr = alloca void (%struct.AppleEvent*)* ; <void (%struct.AppleEvent*)**> [#uses=1]
9 …call void @llvm.dbg.declare(metadata void (%struct.AppleEvent*)** %userUPP_addr, metadata !0, meta…
10 store void (%struct.AppleEvent*)* %userUPP, void (%struct.AppleEvent*)** %userUPP_addr
33 !11 = !DIDerivedType(tag: DW_TAG_typedef, name: "AppleEvent", line: 4, file: !16, scope: !2, baseTy…
/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()
25 static pascal OSErr HandleReopenMessage(const AppleEvent *theAppleEvent, AppleEvent in HandleReopenMessage()
33 static pascal OSErr HandleWildCardMessage(const AppleEvent *theAppleEvent, AppleEvent in HandleWildCardMessage()
/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()
25 static pascal OSErr HandleReopenMessage(const AppleEvent *theAppleEvent, AppleEvent in HandleReopenMessage()
33 static pascal OSErr HandleWildCardMessage(const AppleEvent *theAppleEvent, AppleEvent in HandleWildCardMessage()
/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/audio/gmpc/gmpc-11.8.16/src/smclient/
H A Deggsmclient-osx.c56 AppleEvent quit_event, quit_reply;
74 static pascal OSErr quit_requested (const AppleEvent *, AppleEvent *, long);
117 quit_requested (const AppleEvent *aevt, AppleEvent *reply, long refcon) in quit_requested()
139 quit_requested_resumed (const AppleEvent *aevt, AppleEvent *reply, long refcon) in quit_requested_resumed()
190 AppleEvent event = { typeNull, NULL }, reply = { typeNull, NULL }; in sm_client_osx_end_session()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DAEDataModel.pas550 AppleEvent = AERecord;
551 AppleEventPtr = ^AppleEvent;
1858 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()
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()
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.pas322 …t: AEAddressDesc; returnID: SInt16; transactionID: SInt32; var result: AppleEvent; refCon: SRefCon… in theAEEventClass()
323 …OSASendProcPtr = function( const (*var*) theAppleEvent: AppleEvent; var reply: AppleEvent; sendMod… in const()
379 …t: AEAddressDesc; returnID: SInt16; transactionID: SInt32; var result: AppleEvent; refCon: SRefCon… in InvokeOSACreateAppleEventUPP()
390 function InvokeOSASendUPP( const (*var*) theAppleEvent: AppleEvent; var reply: AppleEvent; sendMode… in InvokeOSASendUPP()
1794 …t( scriptingComponent: ComponentInstance; const (*var*) theAppleEvent: AppleEvent; contextID: OSAI… in OSAExecuteEvent()
1832 …ntInstance; const (*var*) theAppleEvent: AppleEvent; contextID: OSAID; modeFlags: SInt32; var repl… in OSADoEvent()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DAppleEvents.cc9 OSErr eventHandler(const AppleEvent *ev, AppleEvent *reply, SRefCon refcon);
12 OSErr eventHandler(const AppleEvent *, AppleEvent *, SRefCon ) in eventHandler() argument
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DAppleEvents.cc9 OSErr eventHandler(const AppleEvent *ev, AppleEvent *reply, SRefCon refcon);
12 OSErr eventHandler(const AppleEvent *, AppleEvent *, SRefCon ) in eventHandler() argument
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dapp.cpp91 pascal OSErr AEHandleODoc( const AppleEvent *event , AppleEvent *reply , SRefCon refcon ) ;
92 pascal OSErr AEHandleOApp( const AppleEvent *event , AppleEvent *reply , SRefCon refcon ) ;
93 pascal OSErr AEHandlePDoc( const AppleEvent *event , AppleEvent *reply , SRefCon refcon ) ;
94 pascal OSErr AEHandleQuit( const AppleEvent *event , AppleEvent *reply , SRefCon refcon ) ;
95 pascal OSErr AEHandleRApp( const AppleEvent *event , AppleEvent *reply , SRefCon refcon ) ;
96 pascal OSErr AEHandleGURL( const AppleEvent *event , AppleEvent *reply , SRefCon refcon ) ;
98 pascal OSErr AEHandleODoc( const AppleEvent *event , AppleEvent *reply , SRefCon WXUNUSED(refcon) ) in AEHandleODoc()
103 pascal OSErr AEHandleOApp( const AppleEvent *event , AppleEvent *reply , SRefCon WXUNUSED(refcon) ) in AEHandleOApp()
108 pascal OSErr AEHandlePDoc( const AppleEvent *event , AppleEvent *reply , SRefCon WXUNUSED(refcon) ) in AEHandlePDoc()
113 pascal OSErr AEHandleQuit( const AppleEvent *event , AppleEvent *reply , SRefCon WXUNUSED(refcon) ) in AEHandleQuit()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dapp.cpp91 pascal OSErr AEHandleODoc( const AppleEvent *event , AppleEvent *reply , SRefCon refcon ) ;
92 pascal OSErr AEHandleOApp( const AppleEvent *event , AppleEvent *reply , SRefCon refcon ) ;
93 pascal OSErr AEHandlePDoc( const AppleEvent *event , AppleEvent *reply , SRefCon refcon ) ;
94 pascal OSErr AEHandleQuit( const AppleEvent *event , AppleEvent *reply , SRefCon refcon ) ;
95 pascal OSErr AEHandleRApp( const AppleEvent *event , AppleEvent *reply , SRefCon refcon ) ;
96 pascal OSErr AEHandleGURL( const AppleEvent *event , AppleEvent *reply , SRefCon refcon ) ;
98 pascal OSErr AEHandleODoc( const AppleEvent *event , AppleEvent *reply , SRefCon WXUNUSED(refcon) ) in AEHandleODoc()
103 pascal OSErr AEHandleOApp( const AppleEvent *event , AppleEvent *reply , SRefCon WXUNUSED(refcon) ) in AEHandleOApp()
108 pascal OSErr AEHandlePDoc( const AppleEvent *event , AppleEvent *reply , SRefCon WXUNUSED(refcon) ) in AEHandlePDoc()
113 pascal OSErr AEHandleQuit( const AppleEvent *event , AppleEvent *reply , SRefCon WXUNUSED(refcon) ) in AEHandleQuit()
[all …]
/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);
38 static OSErr GotRequiredParams( AppleEvent *appleEventPtr );
154 static pascal OSErr DoOpenApp( AppleEvent *theAppleEvent, in DoOpenApp()
155 AppleEvent *reply, long refCon) in DoOpenApp()
162 static pascal OSErr DoScript( AppleEvent *theAppleEvent, in DoScript()
163 AppleEvent *reply, long refCon) in DoScript()
287 static pascal OSErr DoOpenDoc( AppleEvent *theAppleEvent, in DoOpenDoc()
288 AppleEvent *reply, long refCon) in DoOpenDoc()
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DtkMacOSXHLEvents.c40 static int MissedAnyParameters(const AppleEvent *theEvent);
163 AEPutParamPtr((AppleEvent*)[replyEvent aeDesc], keyErrorString, typeChar,
168 if (MissedAnyParameters((AppleEvent*)theDesc)) {
170 AEPutParamPtr((AppleEvent*)[replyEvent aeDesc], keyErrorString, typeChar,
232 AEPutParamPtr((AppleEvent*)[replyEvent aeDesc], keyErrorString, typeChar, errString,
243 AEPutParamPtr((AppleEvent*)[replyEvent aeDesc], keyDirectObject, typeChar,
246 AEPutParamPtr((AppleEvent*)[replyEvent aeDesc], keyErrorString, typeChar,
248 AEPutParamPtr((AppleEvent*)[replyEvent aeDesc], keyErrorNumber, typeSInt32,
462 return [aeManager dispatchRawAppleEvent:(const AppleEvent*)theEvent in TkMacOSXDoHLEvent()
463 withRawReply: (AppleEvent *)theReply in TkMacOSXDoHLEvent()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/sys/mac/
H A DMacAE.c19 pascal OSErr AEQuit (AppleEvent *theAppleEvent, AppleEvent *theReply, long Refcon) in AEQuit()
30 pascal OSErr AEOpenFiles(AppleEvent *theAppleEvent, AppleEvent *theReply, in AEOpenFiles()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/mp4client/
H A Dcarbon_events.c43 static pascal OSErr ae_open_app (const AppleEvent *ae_event, AppleEvent *ae_reply, long ae_ref_coun… in ae_open_app()
52 static pascal OSErr ae_open_doc (const AppleEvent *ae_event, AppleEvent *ae_reply, long ae_ref_coun… in ae_open_doc()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/mp4client/
H A Dcarbon_events.c43 static pascal OSErr ae_open_app (const AppleEvent *ae_event, AppleEvent *ae_reply, long ae_ref_coun… in ae_open_app()
52 static pascal OSErr ae_open_doc (const AppleEvent *ae_event, AppleEvent *ae_reply, long ae_ref_coun… in ae_open_doc()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/
H A Dapp_mac.cpp38 appleEventProcessor(const AppleEvent *ae, AppleEvent *, long /*handlerRefCon*/) in appleEventProcessor() argument
60 macCallbackUrlHandler( const AppleEvent *ae, AppleEvent *, long /*handlerRefCon*/) in macCallbackUrlHandler() argument
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Daepack.rst2 :mod:`aepack` --- Conversion between Python variables and AppleEvent data containers
7 :synopsis: Conversion between Python variables and AppleEvent data containers.
13 variables to AppleEvent descriptors and back (unpacking). Within Python the
14 AppleEvent descriptor is handled by Python objects of built-in type
68 AppleEvent data types (integer, text, float) are returned as their obvious
72 unless ``formodulename`` is specified. AppleEvent descriptors with descriptor
73 type typeFSS are returned as :class:`FSSpec` objects. AppleEvent record
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Daepack.rst2 :mod:`aepack` --- Conversion between Python variables and AppleEvent data containers
7 :synopsis: Conversion between Python variables and AppleEvent data containers.
13 variables to AppleEvent descriptors and back (unpacking). Within Python the
14 AppleEvent descriptor is handled by Python objects of built-in type
68 AppleEvent data types (integer, text, float) are returned as their obvious
72 unless ``formodulename`` is specified. AppleEvent descriptors with descriptor
73 type typeFSS are returned as :class:`FSSpec` objects. AppleEvent record
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DtkMacOSXHLEvents.c49 static int MissedAnyParameters(const AppleEvent *theEvent);
294 AEPutParamPtr((AppleEvent*)[replyEvent aeDesc], keyErrorString,
299 if (MissedAnyParameters((AppleEvent*)theDesc)) {
301 AEPutParamPtr((AppleEvent*)[replyEvent aeDesc], keyErrorString,
451 AEPutParamPtr((AppleEvent*)[AEInfo->replyEvent aeDesc], in ProcessAppleEvent()
454 AEPutParamPtr((AppleEvent*)[AEInfo->replyEvent aeDesc], in ProcessAppleEvent()
456 AEPutParamPtr((AppleEvent*)[AEInfo->replyEvent aeDesc], in ProcessAppleEvent()
567 return [aeManager dispatchRawAppleEvent:(const AppleEvent*)theEvent in TkMacOSXDoHLEvent()
568 withRawReply: (AppleEvent *)theReply in TkMacOSXDoHLEvent()
635 const AppleEvent *theEvent) in MissedAnyParameters()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXHLEvents.c49 static int MissedAnyParameters(const AppleEvent *theEvent);
276 AEPutParamPtr((AppleEvent*)[replyEvent aeDesc], keyErrorString,
281 if (MissedAnyParameters((AppleEvent*)theDesc)) {
283 AEPutParamPtr((AppleEvent*)[replyEvent aeDesc], keyErrorString,
428 AEPutParamPtr((AppleEvent*)[AEInfo->replyEvent aeDesc], in ProcessAppleEvent()
431 AEPutParamPtr((AppleEvent*)[AEInfo->replyEvent aeDesc], in ProcessAppleEvent()
433 AEPutParamPtr((AppleEvent*)[AEInfo->replyEvent aeDesc], in ProcessAppleEvent()
544 return [aeManager dispatchRawAppleEvent:(const AppleEvent*)theEvent in TkMacOSXDoHLEvent()
545 withRawReply: (AppleEvent *)theReply in TkMacOSXDoHLEvent()
612 const AppleEvent *theEvent) in MissedAnyParameters()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/gui/
H A Dmain_mac.cpp43 static OSErr checkAppleEventForMissingParams(const AppleEvent& in checkAppleEventForMissingParams()
67 static pascal OSErr odocHandler(const AppleEvent* inEvent, AppleEvent* in odocHandler() argument
/dports/www/analog/analog-6.0/src/
H A Dmacinput.c109 GotRequiredParams(const AppleEvent *theAppleEvent) in GotRequiredParams()
125 DoAENoop(const AppleEvent *theAppleEvent,AppleEvent *reply,long handlerRefcon) in DoAENoop()
137 DoAEOpenDoc(const AppleEvent *theAppleEvent,AppleEvent *reply,long handlerRefcon) in DoAEOpenDoc()
167 DoAEDo(const AppleEvent *theAppleEvent,AppleEvent *reply,long handlerRefcon) in DoAEDo()
197 DoAEQuit(const AppleEvent *theAppleEvent,AppleEvent *reply,long handlerRefcon) in DoAEQuit()
/dports/irc/smuxi/smuxi-1.1/src/Frontend-GNOME/osx/
H A DAppleEvent.cs32 internal static class AppleEvent class
158 long count = AppleEvent.AECountItems (ref list); in GetUtf8StringListFromAEDesc()
161 string str = AppleEvent.GetUtf8StringFromAEPtr (ref list, i); in GetUtf8StringListFromAEDesc()
171 long count = AppleEvent.AECountItems (ref list);
174 TRef r = AppleEvent.AEGetNthPtr<TRef> (ref list, i, type);

1234567891011