Searched refs:down (Results 201 - 225 of 347) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dwdired.el131 "If t, the \"up\" and \"down\" movement works as in Dired mode.
138 If nil, \"up\" and \"down\" movement is done as in any other buffer."
184 (define-key map [down] 'wdired-next-line)
482 "Move down lines then position at filename or the current column.
620 (define-key map [down-mouse-1] 'wdired-mouse-toggle-bit)
H A Dstrokes.el113 ;; execute an X command to slow it down. A good possibility is
367 (memq 'down (get (car event) 'event-symbol-elements))
372 (memq 'down (get (car event) 'event-symbol-elements))))
792 Note that a complex stroke allows the user to pen-up and pen-down. This
982 down, then use a prefix argument:
1380 (define-key map [(shift down-mouse-2)] 'strokes-do-stroke)
1381 (define-key map [(meta down-mouse-2)] 'strokes-do-complex-stroke)
/macosx-10.9.5/ruby-104/ruby/lib/
H A Ddebug.rb67 # down[ nn] move to lower frame
589 when /^\s*down(?:\s+(\d+))?$/
692 down[ nn] move to lower frame
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest048-syncrepl-multiproxy420 description: r1 slave is down...
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/
H A DPyView.cpp217 PWOSequence down(args[1]);
219 propsDown.addProperties(down);
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duucomp.shar192 Xa way to cut my phone bill down to something I could afford to pay each
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgtkrc.vim69 syn keyword gtkrcStockName gtk-add gtk-apply gtk-bold gtk-cancel gtk-cdrom gtk-clear gtk-close gtk-convert gtk-copy gtk-cut gtk-delete gtk-dialog-error gtk-dialog-info gtk-dialog-question gtk-dialog-warning gtk-dnd gtk-dnd-multiple gtk-execute gtk-find gtk-find-and-replace gtk-floppy gtk-goto-bottom gtk-goto-first gtk-goto-last gtk-goto-top gtk-go-back gtk-go-down gtk-go-forward gtk-go-up gtk-help gtk-home gtk-index gtk-italic gtk-jump-to gtk-justify-center gtk-justify-fill gtk-justify-left gtk-justify-right gtk-missing-image gtk-new gtk-no gtk-ok gtk-open gtk-paste gtk-preferences gtk-print gtk-print-preview gtk-properties gtk-quit gtk-redo gtk-refresh gtk-remove gtk-revert-to-saved gtk-save gtk-save-as gtk-select-color gtk-select-font gtk-sort-ascending gtk-sort-descending gtk-spell-check gtk-stop gtk-strikethrough gtk-undelete gtk-underline gtk-undo gtk-yes gtk-zoom-100 gtk-zoom-fit gtk-zoom-in gtk-zoom-out contained
H A Dnastran.vim56 " Breaks down when 72-73rd column is in another match (eg number or keyword)
/macosx-10.9.5/emacs-92/emacs/etc/
H A DviperCard.tex397 \key{scroll {\bf down} half screen}{C-d}
399 \key{scroll down one line}{C-e}
638 (define-key viper-vi-global-user-map "\\C-v" 'scroll-down)
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dartist.el47 ;; result while holding the mouse button down and moving the mouse. If
66 ;; the right column are accessed by holding down the shift key while
524 (define-key map [down-mouse-1] 'artist-down-mouse-1)
525 (define-key map [S-down-mouse-1] 'artist-down-mouse-1)
526 (define-key map [down-mouse-2] 'artist-mouse-choose-operation)
527 (define-key map [S-down-mouse-2] 'artist-mouse-choose-operation)
528 (define-key map [down-mouse-3] 'artist-down
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_cparam-critcl/
H A D0_basic_arithmetic140 struct F_STACK* down;
149 new->down = top;
156 F_STACK* next = top->down;
H A D10_notahead140 struct F_STACK* down;
149 new->down = top;
156 F_STACK* next = top->down;
H A D1_functions140 struct F_STACK* down;
149 new->down = top;
156 F_STACK* next = top->down;
H A D4_choice140 struct F_STACK* down;
149 new->down = top;
156 F_STACK* next = top->down;
H A D5_sequence140 struct F_STACK* down;
149 new->down = top;
156 F_STACK* next = top->down;
H A D6_optional140 struct F_STACK* down;
149 new->down = top;
156 F_STACK* next = top->down;
H A D7_kleene140 struct F_STACK* down;
149 new->down = top;
156 F_STACK* next = top->down;
H A D8_pkleene140 struct F_STACK* down;
149 new->down = top;
156 F_STACK* next = top->down;
H A D9_ahead140 struct F_STACK* down;
149 new->down = top;
156 F_STACK* next = top->down;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dpcache.c1059 CachedQuery* down; local
1065 down = qc->lru_down;
1068 qm->lru_top = down;
1070 if (!down)
1073 if (down)
1074 down->lru_up = up;
1077 up->lru_down = down;
/macosx-10.9.5/CPANInternal-140/Tree-Simple/lib/Tree/
H A DSimple.pm375 # If you create your tree in a top-down
385 # it will recurse down the tree and fix the
392 # is up to date all the way down
739 This results in the shifting down of all children after the C<$index>. The
994 down the tree. It also cleans up it's parental relations as well.
1052 therefore cascade down the tree. This however was not always what was needed,
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm375 # If you create your tree in a top-down
385 # it will recurse down the tree and fix the
392 # is up to date all the way down
739 This results in the shifting down of all children after the C<$index>. The
994 down the tree. It also cleans up it's parental relations as well.
1052 therefore cascade down the tree. This however was not always what was needed,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dsearch.c167 goto down;
196 goto down;
286 down:;
/macosx-10.9.5/vim-53/src/
H A Dgui_w48.c729 * if you press one button while holding down the other..*/
741 * Holding down the left and right buttons simulates pushing the middle
750 * Hmm, gui.c will ignore more than one button down at a time, so
767 /* TRACE("Button down at x %d, y %d\n", x, y); */
808 /* Delayed action for mouse down event */
817 * down.
827 * While button is down, keep grabbing mouse move events when
936 int down; local
980 down = (s_findrep_struct.Flags & FR_DOWN) != 0;
982 s_findrep_struct.lpstrReplaceWith, down);
[all...]
H A Dmove.c203 * scrolling down is never needed. */
1196 * Scroll the current window down by "line_count" logical lines. "CTRL-Y"
1392 check_topfill(wp, down)
1394 int down; /* when TRUE scroll down when not enough space */
1403 if (down && wp->w_topline > 1)
1441 * Scroll the screen one line down, but don't do it if it would move the
2229 * Narrow down the area where the cursor can be put by taking lines from
2297 * move screen 'count' pages up or down and update screen
2322 * the screen. It's an error to move a page down whe
[all...]

Completed in 195 milliseconds

1234567891011>>