Searched +refs:grep +refs:window +refs:height (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup173 $splashList = $splframe->Listbox( -height => 2, -width => 40 )
222 $Global{'slist'} = $mwf ->Listbox( -height => 1 );
351 $Global{mainWindow} -> Busy(-recurse => 1); # window is busy
364 $Global{mainWindow} -> Unbusy; # window is not busy
739 $Global{dsadsls} = $dsads->Listbox( -height => 1 );
745 $Global{dsasbls} = $dsasb->Listbox( -height => 1);
751 $Global{dsaptls} = $dsapt->Listbox( -height => 1 );
769 -width => 50, -height => 10 );
860 -height => 1 );
890 -height
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim1 " These commands create the option window.
6 " If there already is an option window, jump to that one.
7 if bufwinnr("option-window") > 0
10 if @% == "option-window"
25 " function to be called when <CR> is hit in the option-window
39 " For a local option: go to the previous window
40 " If this is a help window, go to the window below it
59 " function to be called when <Space> is hit in the option-window
68 " For a local option: go to the previous window
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcompile.el92 (defcustom compilation-window-height nil
93 "*Number of lines in a compilation window. If nil, use Emacs default."
112 is called with variables `compilation-buffer' and `compilation-window'
113 bound to the compilation buffer and window, respectively.")
933 "*Non-nil to scroll the *compilation* buffer window as output appears.
936 end of their output window so that the end of the output is always
1067 (format "COLUMNS=%d" (window-width)))
1070 (window-width))))
1081 (set-window
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1016 " 2. run for i in `ls | grep "^function\."`; do grep -A4 Description $i >> funcs; done
1260 \ 'cpdf_import_jpeg(': 'int pdf_document, string file_name, float x_coor, float y_coor, float angle, float width, float height, float x_scale, float y_scale, int gsave [, int mode] | bool',
1266 \ 'cpdf_page_init(': 'int pdf_document, int page_number, int orientation, float height, float width [, float unit] | bool',
1267 \ 'cpdf_place_inline_image(': 'int pdf_document, int image, float x_coor, float y_coor, float angle, float width, float height, int gsave [, int mode] | bool',
1268 \ 'cpdf_rect(': 'int pdf_document, float x_coor, float y_coor, float width, float height [, int mode] | bool',
1614 \ 'exif_thumbnail(': 'string filename [, int &#38;width [, int &#38;height [, int &#38;imagetype]]] | string',
2248 \ 'imagecreatefromgd2part(': 'string filename, int srcX, int srcY, int width, int height | resource',
2978 \ 'ncurses_delwin(': 'resource window | bool',
2989 \ 'ncurses_getmaxyx(': 'resource window, in
[all...]

Completed in 199 milliseconds