Searched refs:down (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MailDemo/MailDemoActiveRecordBindings/migrate/
H A D001_create_mailboxes.rb8 def self.down singleton method in class:CreateMailboxes
H A D002_create_emails.rb12 def self.down singleton method in class:CreateEmails
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDPrivate.cpp30 void _DispatchKeyboardSpecialEvent(int key, bool down) argument
62 down ? NX_KEYDOWN : NX_KEYUP,
H A DIOHIDPrivate.h39 void _DispatchKeyboardSpecialEvent(int key, bool down);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DAppleEmbeddedKeyboard.h73 bool down);
78 bool down);
83 bool down);
88 bool down);
H A DAppleEmbeddedKeyboard.cpp71 // the driver into thinking that the fn key is down.
142 #define SHOULD_SWAP_FN_FUNCTION_KEY(key, down) \
144 (!( _fnKeyDownPhysical ^ _fKeyMode ) || (!down && \
147 #define SHOULD_SWAP_FN_KEYBOARD_KEY(key, down) \
149 (_fnKeyDownVirtual || (!down && \
152 #define SHOULD_SWAP_NUM_LOCK_KEY(key, down) \
153 ((_numLockDown || ( !down && \
163 bool down)
171 // On a down, we want to remap iff the Fn key is down
160 filterSecondaryFnFunctionUsage( UInt32 * usagePage, UInt32 * usage, bool down) argument
205 filterSecondaryFnKeyboardUsage( UInt32 * usagePage, UInt32 * usage, bool down) argument
241 filterSecondaryNumLockKeyboardUsage( UInt32 * usagePage, UInt32 * usage, bool down) argument
[all...]
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Dexclude.test20 makepath "$fromdir/foo/down/to/you"
22 makepath "$fromdir/bar/down/to/foo/too"
23 makepath "$fromdir/bar/down/to/bar/baz"
28 exclude down
48 echo cvsout >"$fromdir/bar/down/to/home-cvs-exclude"
49 cat >"$fromdir/bar/down/to/.filt2" <<EOF
52 cat >"$fromdir/bar/down/to/foo/.filt2" <<EOF
55 echo keeper >"$fromdir/bar/down/to/foo/file1"
56 echo cvsout >"$fromdir/bar/down/to/foo/file1.bak"
57 echo gone >"$fromdir/bar/down/t
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/antlr/
H A DBaseAST.hpp84 RefBaseAST tmp = down;
93 down = c;
104 return RefAST(down);
126 down = static_cast<BaseAST*>(static_cast<AST*>(nullAST));
132 down = static_cast<BaseAST*>(static_cast<AST*>(c));
174 RefBaseAST down; member in class:antlr::BaseAST
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dxt-mouse.el37 ;; functionality, it is still available by holding down the SHIFT key
53 M-down-mouse-1 M-down-mouse-2 M-down-mouse-3))
62 (down (xterm-mouse-event))
63 (down-command (nth 0 down))
64 (down-data (nth 1 down))
65 (down
[all...]
H A Dwindmove.el32 ;; down}, for selection of windows in a frame geometrically. For
88 ;; With wraparound enabled, windmove-down will move to A, while
93 ;; A set of default keybindings is supplied: shift-{left,up,right,down}
150 directions. The minibuffer is skipped over in up/down movements if it
199 ;; X-coordinates grow down the screen, and Y-coordinates grow towards
252 ;; and you're not in it, and you move down, the minibuffer should be
269 ;; we're moving down and not already in the minibuffer. The function
286 ;; `windmove-up', `windmove-right', and `windmove-down', which make
337 ;; second, if we're moving down and we're not in the minibuffer, then
346 within frame boundaries; second, if the movement is down an
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dsolitaire.el57 (define-key solitaire-mode-map "\C-n" 'solitaire-down)
66 (define-key solitaire-mode-map [down] 'solitaire-down)
71 (define-key solitaire-mode-map [S-down] 'solitaire-move-down)
76 (define-key solitaire-mode-map [kp-2] 'solitaire-down)
82 (define-key solitaire-mode-map [S-kp-2] 'solitaire-move-down)
137 '(solitaire-left solitaire-right solitaire-up solitaire-down))
182 horizontally or vertically, up, down, left or right, which look like
304 (defun solitaire-down ()
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dcasetab.c232 Lisp_Object down, up;
245 down = Fmake_char_table (Qcase_table, Qnil);
246 Vascii_downcase_table = down;
247 XCHAR_TABLE (down)->purpose = Qcase_table;
250 XSETFASTINT (XCHAR_TABLE (down)->contents[i],
253 XCHAR_TABLE (down)->extras[1] = Fcopy_sequence (down);
256 XCHAR_TABLE (down)->extras[0] = up;
266 XCHAR_TABLE (down)->extras[2] = Fcopy_sequence (up);
269 set_case_table (down,
230 Lisp_Object down, up; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DtabbedPane.css120 .tabbed-pane-header-tabs-drop-down-container {
129 .tabbed-pane-header-tabs-drop-down-container.measuring {
133 .tabbed-pane-header-tabs-drop-down {
139 .tabbed-pane-header-tabs-drop-down:hover {
143 .tabbed-pane-header-tabs-drop-down:active {
147 select.tabbed-pane-header-tabs-drop-down-select {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dutil.c15 struct F_STACK* down; member in struct:F_STACK
26 new->down = top;
34 F_STACK* next = top->down;
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLLabelElement.cpp96 void HTMLLabelElement::setActive(bool down, bool pause) argument
98 if (down == active())
102 HTMLElement::setActive(down, pause);
106 element->setActive(down, pause);
/macosx-10.9.5/ntp-88/scripts/
H A Dchecktime.in42 push(@down,$dargs[0]);
52 # are in @toofarout. Hosts that are down are in @down. They are treated the same
61 foreach $i ( (@down,@toofarout) ) {
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_index.h57 * @down: pointer to index context located directly below in the tree
70 * @up and @down are pointers used to chain the various index contexts together
77 * @down points to the index context that is immediately below in the tree or
78 * if this is the bottom of the tree then @down is the top of the tree.
80 * If this index context is the only node then @up == @down == this index
119 ntfs_index_context *down; /* Pointer to the index context that is member in struct:_ntfs_index_context
256 * its @up and @down pointers to point to itself.
265 .down = ictx,
309 ictx->up->down = ictx->down;
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dname_test.c75 dns_name_t *name, *origin, *comp, *down; local
274 down = name;
277 down = dns_fixedname_name(&downname);
279 result = dns_name_downcase(name, down, NULL);
282 dns_name_toregion(down, &r);
285 dns_name_countlabels(down),
289 print_name(down);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/
H A Difconfig.sh149 stop|down)
160 ifconfig lo0:$int 0.0.0.0 down
163 ifconfig lo0:$int 10.53.0.$ns down
166 ifconfig lo0:$int 10.53.0.$ns down
170 ifconfig lo0:$int6 inet6 down
175 ifconfig lo:$int 10.53.0.$ns down
226 echo "Usage: $0 { up | down } [base]"
/macosx-10.9.5/BerkeleyDB-21/db/mod_db4/
H A Dskiplist.c106 /* skip from main index down list */
164 while(m->down) m=m->down;
169 m = m->down, count++;
212 sl->top->down = (struct skiplistnode *) NULL;
228 sl->top->up->down = sl->top;
253 m = m->down;
269 tmp->down = p;
325 sl->top->up->down = sl->top;
340 anode->down
[all...]
/macosx-10.9.5/procmail-14/procmail/src/
H A Dregexp.c321 /* go down recursively, mark loopbacks on the way up again */
322 static struct eps*maxback(down)struct eps*down;
325 { switch(down->opc&LOOP_MASK) /* chase JUMP chains */
328 case OPC_JUMP:down->opc=OPC_JUMP|DONE_NODE; /* mark them as used */
329 case OPC_JUMP|DONE_NODE:down=down->next;
332 return down->spawn==Ceps&aleps?down:down
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dscale.tcl80 tk::ScaleIncrement %W down little noRepeat
86 tk::ScaleIncrement %W down little noRepeat
92 tk::ScaleIncrement %W down big noRepeat
98 tk::ScaleIncrement %W down big noRepeat
149 ScaleIncrement $w down little initial
165 # mouse button 1 down. If the drag started inside the slider
205 # dir - "up" means move value towards -from, "down" means
246 # key down. Depending on the mouse position, it adjusts the scale
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dscale.tcl80 tk::ScaleIncrement %W down little noRepeat
86 tk::ScaleIncrement %W down little noRepeat
92 tk::ScaleIncrement %W down big noRepeat
98 tk::ScaleIncrement %W down big noRepeat
149 ScaleIncrement $w down little initial
165 # mouse button 1 down. If the drag started inside the slider
205 # dir - "up" means move value towards -from, "down" means
246 # key down. Depending on the mouse position, it adjusts the scale
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dspinner.itk4 # EntryField plus up and down arrow buttons.
72 public method down {}
119 # Create down arrow button.
129 # Add bindings for button press events on the up and down buttons.
213 set itk_option(-decrement) [itcl::code $this down]
243 # Set the foreground color of the up and down arrows. Remember
253 if { [$itk_component(downarrow) gettags down] != "" } {
254 $itk_component(downarrow) itemconfigure down \
272 # METHOD: down
276 itcl::body iwidgets::Spinner::down {} {
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dlock_command.rb25 The lock command will generate a list of +gem+ statements that will lock down
52 lock it down to the exact version.

Completed in 220 milliseconds

1234567891011>>