Searched refs:click (Results 1 - 25 of 87) sorted by relevance

1234

/macosx-10.9.5/MITKerberosShim-62.1/raft/KLLAcquireCredUI/
H A DKLLAcquireCredUI.py32 target.processes()["SecurityAgent"].mainWindow().textFields()[0].click()
34 target.processes()["SecurityAgent"].mainWindow().buttons()["OK"].click()
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dviper-mous.el32 (defvar double-click-time)
33 (defvar mouse-track-multi-click-time)
66 ;; one. Used by viper-mouse-click-get-word. Not a user option.
75 and CLICK-COUNT, telling whether this is the first click, a double-click,
76 or a tripple-click."
84 mouse-track-multi-click-time
85 double-click-time)
92 ;; current event click count; XEmacs only
93 (defvar viper-current-click
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dmouse-copy.el1 ;;; mouse-copy.el --- one-click text copy and move
30 ;;; It provides one-click text copy and move. Rather than the
39 ;;; for ``one-click scrolling''.
55 ;;; One-click copying and moving was inspired by lemacs-19.8.
143 (1- (event-click-count start-event)))))
162 put the point at one place, then click and drag over some other region."
164 ;; Work-around: We see and react to each part of a multi-click event
170 (>= (event-click-count start-event) 2))
200 (click (elt keys (1- (length keys)))))
202 (if (listp click)
[all...]
H A Dxt-mouse.el42 ;; Support multi-click -- somehow.
51 ;; the value 'mouse-click.
54 (put event-type 'event-kind 'mouse-click))
57 "Read a click and release event from XTerm."
69 (is-click (string-match "^mouse" (symbol-name (car down)))))
71 (unless is-click
77 (let* ((click (if is-click down (xterm-mouse-event)))
78 (click-command (nth 0 click))
[all...]
H A Dmouse.el42 "*If non-nil, mouse yank commands yank at point instead of at click."
52 (defcustom mouse-1-click-follows-link 450
55 With the default setting, an ordinary Mouse-1 click on a link
57 Mouse-1 click \(hold down the Mouse-1 button for more than 450
59 typically sets point where you click the mouse).
65 \"short click\" in milliseconds. A positive value means that a
66 short click follows the link, and a longer click performs the
69 If value is `double', a double click follows the link.
71 Otherwise, a single Mouse-1 click unconditionall
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/generator/template/darkfish/js/
H A Ddarkfish.js44 $('.method-heading').click( showSource );
52 $('#debugging-toggle img').click( toggleDebuggingSection );
57 $(this).click( function() {
63 $(this).click( function() {
136 console.debug( "Highlighting click target for event %o", event.target );
154 $('ul.link-list a').bind( "click", highlightClickTarget );
H A Dsearch.js21 this.$input.click(observer); // mac's clear field
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLButtonElement.idl47 void click();
H A DHTMLElement.idl80 void click();
H A DHTMLElement.h82 void click();
/macosx-10.9.5/vim-53/xcodescripts/
H A Dinstall-runtime.sh48 macros/hanoi/click.me.info \
51 macros/life/click.me.info \
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dsearch.tcl133 in the top entry, then type <Return> or click on "Load File". Then
134 type a string in the lower entry and type <Return> or click on
H A Dtext.tcl48 You can double-click to select whole words or triple-click to select
57 click button 2 to copy the selection to the point of the mouse cursor.
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dsearch.tcl133 in the top entry, then type <Return> or click on "Load File". Then
134 type a string in the lower entry and type <Return> or click on
H A Dtext.tcl48 You can double-click to select whole words or triple-click to select
57 click button 2 to copy the selection to the point of the mouse cursor.
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dlevents.el77 (or (memq 'click (get (car obj) 'event-symbol-elements))
83 (or (memq 'click (get (car obj) 'event-symbol-elements))
91 (memq 'click (get (car obj) 'event-symbol-elements))
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dgomoku.el148 (define-key gomoku-mode-map [down-mouse-1] 'gomoku-click)
149 (define-key gomoku-mode-map [drag-mouse-1] 'gomoku-click)
150 (define-key gomoku-mode-map [mouse-1] 'gomoku-click)
151 (define-key gomoku-mode-map [down-mouse-2] 'gomoku-click)
835 (defun gomoku-click (click)
836 "Position at the square where you click."
838 (and (windowp (posn-window (setq click (event-end click))))
839 (numberp (posn-point click))
[all...]
H A Dlandmark.el198 (define-key lm-mode-map [drag-mouse-1] 'lm-click)
199 (define-key lm-mode-map [mouse-1] 'lm-click)
200 (define-key lm-mode-map [down-mouse-2] 'lm-click)
717 (defun lm-click (click)
718 "Position at the square where you click."
720 (and (windowp (posn-window (setq click (event-end click))))
721 (numberp (posn-point click))
722 (select-window (posn-window click))
[all...]
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DcanvPsGrph.tcl16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets. Select what you want to display with the buttons below, then click on "Print" to print it to your default printer. You can click on items in the canvas to delete them.} -width 4i
H A DcanvPsImg.tcl40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A DcanvPsGrph.tcl16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets. Select what you want to display with the buttons below, then click on "Print" to print it to your default printer. You can click on items in the canvas to delete them.} -width 4i
H A DcanvPsImg.tcl40 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
/macosx-10.9.5/WebCore-7537.78.1/Modules/notifications/
H A DNotification.h114 DEFINE_ATTRIBUTE_EVENT_LISTENER(click);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/ntext/
H A DntextDemoBindings.tcl26 Try word-by-word navigation (Control key with left cursor or right cursor key); try word selection (double click); try these for the different word-break detection options (selected below).
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Drandom.tcl193 set Priv(drag,click,x) $x
194 set Priv(drag,click,y) $y
239 if {(abs($x - $Priv(drag,click,x)) <= 4) &&
240 (abs($y - $Priv(drag,click,y)) <= 4)} return

Completed in 135 milliseconds

1234