Searched refs:delegate (Results 76 - 100 of 204) sorted by relevance

123456789

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Scripts/
H A DHelloWorld.rb49 hel.setTarget( app.delegate )
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Stickies/
H A DSticky.rb58 NSApp.delegate.removeSticky(self)
H A DStickyTitleBarView.rb68 d = w.delegate
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DFileUtils.js102 * @param {!WebInspector.OutputStreamDelegate} delegate
104 WebInspector.ChunkedFileReader = function(file, chunkSize, delegate)
110 this._delegate = delegate;
201 * @param {!WebInspector.OutputStreamDelegate} delegate
203 WebInspector.ChunkedXHRReader = function(url, delegate)
206 this._delegate = delegate;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebDownload.idl48 authentication-related delegate methods, it will automatically
51 but does have one additional delegate method.
89 - (id)initWithRequest:(NSURLRequest *)request delegate:(id)delegate
91 HRESULT initWithRequest([in] IWebURLRequest* request, [in] IWebDownloadDelegate* delegate);
94 - (id)initWithResumeData:(NSData *)resumeData delegate:(id)delegate path:(NSString *)path
96 HRESULT initToResumeWithBundle([in] BSTR bundlePath, [in] IWebDownloadDelegate* delegate);
122 @discussion The WebDownloadDelegate delegate has one extra method used to choose
H A DIWebScrollBarPrivate.idl43 HRESULT init([in] IWebScrollBarDelegatePrivate* delegate, [in] OLE_HANDLE containingWindow, [in] WebScrollBarOrientation orientation, [in] WebScrollBarControlSize controlSize);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A DradioMatrix.tcl65 delegate option -variable to label as -textvariable
66 delegate option * to hull
H A Dled.tcl52 delegate option * to hull
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dsuperframe.tcl29 delegate option * to hull except {-style -labelwidget -text -font}
30 delegate method * to hull
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCDocument.mm158 MBCController * controller = [NSApp delegate];
258 if (![[NSApp delegate] localPlayer] && (MBCPlayers)[defaults integerForKey:kMBCNewGamePlayers] == kHumanVsGameCenter)
336 - (void)canCloseDocumentWithDelegate:(id)delegate shouldCloseSelector:(SEL)sel contextInfo:(void *)contextInfo
343 [NSInvocation invocationWithMethodSignature:[delegate methodSignatureForSelector:sel]];
344 [invoc setTarget:delegate];
352 [super canCloseDocumentWithDelegate:delegate shouldCloseSelector:sel contextInfo:contextInfo];
359 NSString * localPlayerID = [[NSApp delegate] localPlayer].playerID;
391 && [match.currentParticipant.playerID isEqual:[[NSApp delegate] localPlayer].playerID]
400 if ([match.currentParticipant.playerID isEqual:[[NSApp delegate] localPlayer].playerID]) {
433 localWhite = [[[NSApp delegate] localPlaye
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebIconDatabase.mm177 return [_private->delegate webIconDatabase:self defaultIconForURL:URL withSize:size];
215 - (void)setDelegate:(id)delegate
217 _private->delegate = delegate;
218 _private->delegateImplementsDefaultIconForURL = [delegate respondsToSelector:@selector(webIconDatabase:defaultIconForURL:withSize:)];
221 - (id)delegate
223 return _private->delegate;
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DPlugin.pm54 # new($context, $delegate, @params)
58 # used as a general mechanism to load and delegate to other Perl
60 # a reference to a delegate object or the name of the module which
64 # A plugin object is returned which has an AUTOLOAD method to delegate
76 my ($delegate, $delmod);
82 # $delclass contains a reference to a delegate object
83 $delegate = $delclass;
91 $delegate = $delclass->new(@params)
99 _DELEGATE => $delegate,
140 my $delegate
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DPlugin.pm54 # new($context, $delegate, @params)
58 # used as a general mechanism to load and delegate to other Perl
60 # a reference to a delegate object or the name of the module which
64 # A plugin object is returned which has an AUTOLOAD method to delegate
76 my ($delegate, $delmod);
82 # $delclass contains a reference to a delegate object
83 $delegate = $delclass;
91 $delegate = $delclass->new(@params)
99 _DELEGATE => $delegate,
140 my $delegate
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MyViewer/
H A DMyInspector.rb88 @text.setStringValue(obj.delegate.desc)
106 obj.delegate.shrink nil
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/xpc-tsa/
H A Dtimestampclient.m45 @synthesize delegate;
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebSettings.h33 Defines the methods that must be implemented by a delegate of WebSettings.
56 WebSettingsDelegate* delegate();
269 m_savedDelegate = settings->delegate();
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebContextMenuClient.mm270 id delegate = [m_webView UIDelegate];
272 if (![delegate respondsToSelector:selector])
302 id delegate = [m_webView UIDelegate];
304 if ([delegate respondsToSelector:selector]) {
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDownload.h72 /* [in] */ IWebDownloadDelegate* delegate);
76 /* [in] */ IWebDownloadDelegate* delegate);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A DMyDocument.py35 if NSApp().delegate().shouldTerminate():
79 show_ui = NSApp().delegate().shouldShowUI()
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DCalendarMatrix.py61 if self.delegate().respondsToSelector_('calendarMatrix:didChangeToDate:'):
62 self.delegate().calendarMatrix_didChangeToDate_(
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A DMyDocument.py35 if NSApp().delegate().shouldTerminate():
79 show_ui = NSApp().delegate().shouldShowUI()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DCalendarMatrix.py61 if self.delegate().respondsToSelector_('calendarMatrix:didChangeToDate:'):
62 self.delegate().calendarMatrix_didChangeToDate_(
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dfigmemo_sample.rb34 delegate('DEFAULT', @canvas)
35 delegate('background', @canvas, @h_scr, @v_scr)
36 delegate('activebackground', @h_scr, @v_scr)
37 delegate('troughcolor', @h_scr, @v_scr)
38 delegate('repeatdelay', @h_scr, @v_scr)
39 delegate('repeatinterval', @h_scr, @v_scr)
40 delegate('borderwidth', @frame)
41 delegate('relief', @frame)
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/RubyConsole/
H A Dconsole.rb23 w.delegate = self
122 # and a delegate and controller for an NSTextView
129 @textview.delegate = self
231 # delegate methods
306 # set up the application delegate
307 $delegate = ApplicationDelegate.alloc.init
308 OSX::NSApplication.sharedApplication.setDelegate($delegate)
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A DCKDKeyValueStore.h48 @property (retain) id <CKDKVSDelegate> delegate; variable

Completed in 215 milliseconds

123456789