Searched refs:protocols (Results 1 - 25 of 229) sorted by relevance

12345678910

/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dnotify.conf.MacOSX9 monitor com.apple.system.info:/etc/protocols /etc/protocols
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-QTKit/PyObjCTest/
H A Dtest_QTCaptureDecompressedVideoOutput.py7 self.failUnlessIsInstance(protocols.QTCaptureDecompressedVideoOutputDelegate, objc.informal_protocol)
H A Dtest_QTCaptureView.py10 self.failUnlessIsInstance(protocols.QTCaptureViewDelegate, objc.informal_protocol)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-SyncServices/PyObjCTest/
H A Dtest_isyncuihelper.py8 self.failUnlessIsInstance(protocols.SyncUIHelperInformalProtocol, objc.informal_protocol)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-QTKit/PyObjCTest/
H A Dtest_QTCaptureDecompressedVideoOutput.py7 self.assertIsInstance(protocols.QTCaptureDecompressedVideoOutputDelegate, objc.informal_protocol)
H A Dtest_QTCaptureView.py10 self.assertIsInstance(protocols.QTCaptureViewDelegate, objc.informal_protocol)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-SyncServices/PyObjCTest/
H A Dtest_isyncuihelper.py8 self.assertIsInstance(protocols.SyncUIHelperInformalProtocol, objc.informal_protocol)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-QTKit-2.5.1/PyObjCTest/
H A Dtest_QTCaptureDecompressedVideoOutput.py7 self.assertIsInstance(protocols.QTCaptureDecompressedVideoOutput_Delegate, objc.informal_protocol)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-SyncServices-2.5.1/PyObjCTest/
H A Dtest_isyncuihelper.py8 self.assertIsInstance(protocols.SyncUIHelperInformalProtocol, objc.informal_protocol)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-PubSub/PyObjCTest/
H A Dtest_pubsub.py15 self.assert_( hasattr(PubSub, 'protocols') )
16 self.assert_( hasattr(PubSub.protocols, 'PSClientDelegate') )
17 self.assert_( isinstance(PubSub.protocols.PSClientDelegate, objc.informal_protocol) )
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-PubSub-2.5.1/PyObjCTest/
H A Dtest_pubsub.py15 self.assert_( hasattr(PubSub, 'protocols') )
16 self.assert_( hasattr(PubSub.protocols, 'PSClientDelegate') )
17 self.assert_( isinstance(PubSub.protocols.PSClientDelegate, objc.informal_protocol) )
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_addressbook.py19 self.assert_( hasattr(AddressBook, 'protocols') )
20 self.assert_( hasattr(AddressBook.protocols, 'ABActionDelegate') )
21 self.assert_( isinstance(AddressBook.protocols.ABActionDelegate, objc.informal_protocol) )
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Automator/PyObjCTest/
H A Dtest_automator.py17 self.assert_(hasattr(Automator, 'protocols'))
18 self.assert_(hasattr(Automator.protocols, 'AMWorkflowControllerDelegate'))
19 self.assert_(isinstance(Automator.protocols.AMWorkflowControllerDelegate, objc.informal_protocol))
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-InterfaceBuilderKit/PyObjCTest/
H A Dtest_interfacebuilderkit.py17 self.assert_( hasattr(InterfaceBuilderKit, 'protocols') )
18 self.assert_( hasattr(InterfaceBuilderKit.protocols, 'IBObjectIntegration') )
19 self.assert_( isinstance(InterfaceBuilderKit.protocols.IBObjectIntegration, objc.informal_protocol) )
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-PubSub/PyObjCTest/
H A Dtest_pubsub.py17 self.assert_( hasattr(PubSub, 'protocols') )
18 self.assert_( hasattr(PubSub.protocols, 'PSClientDelegate') )
19 self.assert_( isinstance(PubSub.protocols.PSClientDelegate, objc.informal_protocol) )
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_addressbook.py19 self.assert_( hasattr(AddressBook, 'protocols') )
20 self.assert_( hasattr(AddressBook.protocols, 'ABActionDelegate') )
21 self.assert_( isinstance(AddressBook.protocols.ABActionDelegate, objc.informal_protocol) )
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/PyObjCTest/
H A Dtest_automator.py17 self.assert_(hasattr(Automator, 'protocols'))
18 self.assert_(hasattr(Automator.protocols, 'AMWorkflowControllerDelegate'))
19 self.assert_(isinstance(Automator.protocols.AMWorkflowControllerDelegate, objc.informal_protocol))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-InterfaceBuilderKit/PyObjCTest/
H A Dtest_interfacebuilderkit.py17 self.assert_( hasattr(InterfaceBuilderKit, 'protocols') )
18 self.assert_( hasattr(InterfaceBuilderKit.protocols, 'IBObjectIntegration') )
19 self.assert_( isinstance(InterfaceBuilderKit.protocols.IBObjectIntegration, objc.informal_protocol) )
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AddressBook-2.5.1/PyObjCTest/
H A Dtest_addressbook.py19 self.assert_( hasattr(AddressBook, 'protocols') )
20 self.assert_( hasattr(AddressBook.protocols, 'ABActionDelegate') )
21 self.assertIsInstance(AddressBook.protocols.ABActionDelegate, (objc.informal_protocol, objc.formal_protocol))
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Automator-2.5.1/PyObjCTest/
H A Dtest_automator.py17 self.assert_(hasattr(Automator, 'protocols'))
18 self.assert_(hasattr(Automator.protocols, 'AMWorkflowControllerDelegate'))
19 self.assert_(isinstance(Automator.protocols.AMWorkflowControllerDelegate, objc.informal_protocol))
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dclass-builder.h27 * @param protocols The list of protocols that the class conforms to
38 * protocols in the protocol list, or does partially implement any other
43 PyObject* protocols,
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-ScriptingBridge/PyObjCTest/
H A Dtest_scriptingbridge.py10 self.failUnlessIsInstance(protocols.SBApplicationDelegate, objc.informal_protocol)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-XgridFoundation/PyObjCTest/
H A Dtest_xgfiledownload.py10 self.failUnlessIsInstance(protocols.XGFileDownloadDelegate, objc.informal_protocol)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dclass-builder.h8 PyObject* protocols,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-ScriptingBridge/PyObjCTest/
H A Dtest_scriptingbridge.py10 self.assertIsInstance(protocols.SBApplicationDelegate, objc.informal_protocol)

Completed in 225 milliseconds

12345678910