Searched +refs:mouse +refs:list +refs:to +refs:mouse +refs:code (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex11 % currently takes 2 full pages. It is thus suited to producing one
15 % slightly better on A4 paper. The changes due, I think, to Stephen Eglen,
20 % to print the card
37 % along with GNU Emacs; see the file COPYING. If not, write to
41 % This file is intended to be processed by plain TeX (TeX82).
44 % This file can be used to produce it in any of three ways:
46 % produces six separate pages, each of which needs to be reduced to 80%.
50 % You will still need to cut and paste.
52 % produces two pages which must be printed sideways to mak
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-btree.t32 # This test is known to crash in Mac OS X versions 10.2 (or earlier)
140 # Check the interface to BTREEINFO
176 # Now check the interface to BTREE
232 # tie to the same file again
287 # Berkeley DB from version 2.4.10 to 3.0 does not allow null keys.
315 # Check R_NOOVERWRITE flag will make put fail when attempting to overwrite
335 # Attempting to delete an existing key should work
355 # Attempting to delete a non-existant key should fail
374 # use seq to find an approximate match
389 # use seq to se
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim6 " If there already is an option window, jump to that one.
25 " function to be called when <CR> is hit in the option-window
28 " If on a continued comment line, go back to the first comment line
39 " For a local option: go to the previous window
40 " If this is a help window, go to the window below it
53 " <CR> on an index line jumps to the group
59 " function to be called when <Space> is hit in the option-window
68 " For a local option: go to the previous window
69 " If this is a help window, go to the window below it
82 if getline(a:lnum - 1) =~ "(local to"
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm1 # DB_File.pm -- Perl 5 interface to Berkeley DB
70 croak "Key '$key' not associated with a code reference"
247 Fcntl->import(@O); # first we import what we want to export
350 my @list = @_;
446 while (defined (my $elem = shift @list)) {
470 die "pos unexpectedly changed from $old_pos to $pos with R_IBEFORE"
478 # 'In list context, returns the elements removed from the
579 DB_File - Perl5 access to Berkeley DB version 1.x
598 @list = $X->get_dup($key) ;
599 %list
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup16 # Purpose: This program is designed to retrieve data from a LDAP
49 # Global variables, wish I did not have to use them
50 # but Tk forces me to.
158 # in debug mode, so do not fork but continue to run.
230 # This is where the user will select the directory server to
448 # Check for dot file, use it to configure program.
635 $error = &dirConn(); # connect and bind to the directory.
660 # use root_dse to find the bases
774 # Allow mainWindow to update
793 # Create search base list bo
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim32 " Progress Blocks of code and mismatched "end." errors.
41 " but I found it more helpful to highlight them in a different color.
51 " If you like to highlight the whole line of
53 " to make the whole block of code stand out:
65 syn keyword ProgressReserved dbcodepage dbcollation dbname dbrest[rictions] dbtaskid dbtype dbvers[ion] dde deblank debug-list debugger decimal decimals declare
73 syn keyword ProgressReserved integer into is is-attr[-space] join kblabel key-code key-func[tion] key-label keycode keyfunc[tion] keylabel keys keyword label
75 syn keyword ProgressReserved map member message message-lines mouse mpe new next next-prompt no no-attr[-space] no-error no-f[ill] no-help no-hide no-label[s]
84 syn keyword ProgressReserved to today top-only trans trans[action] trigger triggers trim true underl[ine] undo unform[atted] union unique unix up update
123 " Progress allows a '-' to b
[all...]
H A D2html.vim12 " Progress bar based off code from "progressbar widget" plugin by
122 " separate the two classes by a space to apply them both if there is a diff
139 " Add the class to class list if it's not there yet.
140 " Add normal groups to the beginning so diff groups can override them.
150 " Add the diff highlight class to class list if used and it's not there yet.
151 " Add diff groups to the end so they override the other highlighting.
184 " compares two folds as stored in our list of folds
203 " Set some options to mak
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.css9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
15 * its contributors may be used to endorse or promote products derived
67 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), to(rgb(151, 151, 151)));
80 body.show-toolbar-icons.dock-to-bottom #toolbar {
85 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 233, 233)), to(rgb(207, 207, 207)));
94 body.dock-to-bottom #toolbar {
100 body.dock-to-bottom.port-qt #toolbar {
104 body.dock-to
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dnetrw.vim8 " Permission is hereby granted to use and distribute this code,
16 "redraw!|call DechoSep()|call inputsave()|call input("Press <cr> to continue")|call inputrestore()
170 call s:NetrwInit("g:netrw_ftp_browse_reject", '^total\s\+\d\+$\|^Trying\s\+\d\+.*$\|^KERBEROS_V\d rejected\|^Security extensions not\|No such file\|: connect to address [0-9a-fA-F:]*: No route to host$')
251 call s:NetrwInit("g:netrw_mousemaps" , (exists("&mouse") && &mouse =~ '[anh]'))
268 " g:netrw_sepchr: picking a character that doesn't appear in filenames that can be used to separate priority from filename
313 " s:NetrwOptionSave: save options and set to "standard" form {{{2
314 " 06/08/07 : removed call to NetrwSafeOption
[all...]
/macosx-10.9.5/ncurses-42/ncurses/
H A Dconfigure9 # gives unlimited permission to copy, distribute and modify it.
18 # Sed expression to map a string onto a valid variable name.
21 # Sed expression to map a string onto a valid CPP name.
103 # Maximum number of lines to put in a shell here document.
150 # dashes changed to underlines.
168 # and all the variables that are supposed to be based on exec_prefix
492 { echo "$as_me: error: missing argument to $ac_option" >&2
496 # Be sure to have absolute paths.
507 # Be sure to have absolute paths.
520 # used to hol
[all...]

Completed in 245 milliseconds