Searched +refs:ps +refs:get +refs:buffer +refs:name (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/emacs-93/emacs/lisp/
H A Dprinting.el55 ;; You can use a buffer interface instead of menus. It looks like a
56 ;; customization buffer. Basically, it has the same options found in the
57 ;; menu and some extra options, all this on a buffer.
65 ;; `printing' depends on ps-print package to generate PostScript files, to
66 ;; spool and to despool PostScript buffer. So, `printing' provides an
67 ;; interface to ps-print package and it also provides some extra stuff.
69 ;; To download the latest ps-print package see
71 ;; Please, see README file for ps-print installation instructions.
81 ;; win32-ps-print.el Matthew O. Persico <mpersico@erols.com>
84 ;; ps
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dgnus-refcard.tex15 % dvips -t letter -f gnus-refcard.dvi > gnus-refcard.ps
19 % dvips -t letter -f gnus-booklet.dvi > gnus-booklet.ps
279 $<$ & Go to the beginning of the Group buffer.\\
280 $>$ & Go to the end of the Group buffer.\\
283 \^{} & Enter the Server buffer mode.\\
289 g & Check the server for new articles ({\bf get}). [level]\\
290 M-g & Check the server for new articles in this group ({\bf get}). [p/p]\\
312 Z & Clear the dribble buffer.\\
314 C-c C-s & {\bf Sort} the groups by name, number of unread articles, or level
411 M b & Mark all groups in the {\bf buffer}
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl48 # We need to load some package to get what's available, and we
53 set name [lindex $pkg 1]
54 if {![catch {set version [package require $name]}]} {
55 if {[package ifneeded $name $version] eq ""} {
56 package ifneeded $name $version [list load $file $name]
62 catch {unset pkg file name version}
103 # bg == {} will get bg color from the main toplevel (in InitUI)
124 buffer 512
203 if {[info exists PRIV(name)]} {
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Dnetrw.vim271 call s:NetrwInit("g:netrw_sort_by" , "name") " alternatives: date , size
566 " NetRead: get temporary filename {{{3
569 " call Dret("netrw#NetRead : unable to get a tempfile!")
698 call setline(line("$")+1,'get "'.netrw_fname.'" '.tmpfile)
759 keepj put ='get \"'.netrw_fname.'\" '.tmpfile
828 " call Decho('<\s*a\s*name=\s*"'.netrw_tag.'"/')
829 exe 'norm! 1G/<\s*a\s*name=\s*"'.netrw_tag.'"/'."\<CR>"
858 keepj put ='get '.netrw_fname.' '.tmpfile
953 " call Dret("netrw#NetWrite : unable to get a tempfile!")
983 " if the file is [No Name], and one attempts to Nwrite it, the buffer take
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-sum.el59 "*If non-nil, kill the summary buffer when you exit from it.
60 If nil, the summary will become a \"*Dead Summary*\" buffer, and
69 displayed in the Summary buffer. If this variable is t, Gnus
98 scattered all over the summary buffer, Gnus can gather them.
238 "*Fuzziness factor for the zcore in the summary buffer.
395 "*If non-nil, always center the current summary buffer.
405 "*If non-nil, always center the group buffer.")
418 (defcustom gnus-single-article-buffer t
419 "*If non-nil, display all articles in the same buffer.
420 If nil, each group will get it
[all...]
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.cpp286 BString name;
287 hr = notification->name(&name);
291 if (wcscmp(name, WebPreferences::webPreferencesChangedNotification()) == 0)
294 if (wcscmp(name, WebPreferences::webPreferencesRemovedNotification()) == 0)
494 if (preference && (CFStringGetTypeID() == CFGetTypeID(preference.get())))
503 unsigned long long diskFreeSize = WebVolumeFreeSize(cfurlCacheDirectory.get()) / 1024 / 1000;
537 cfurlCacheDiskCapacity = CFURLCacheDiskCapacity(cfurlCache.get());
655 cfurlCacheDiskCapacity = max(cfurlCacheDiskCapacity, CFURLCacheDiskCapacity(cfurlCache.get()));
661 CFURLCacheSetMemoryCapacity(cfurlCache.get(), cfurlCacheMemoryCapacit
1091 PAINTSTRUCT ps; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcperl-mode.el96 (defmacro defgroup (name val doc &rest arr)
99 (defmacro defcustom (name val doc &rest arr)
100 (` (defvar (, name) (, val) (, doc)))))
110 ((fboundp 'valid-color-name-p) (` (valid-color-name-p (, col))))
112 ((fboundp 'x-valid-color-name-p) (` (x-valid-color-name-p (, col))))
145 ;; (switch-to-buffer (get-file-buffer (el
[all...]
/macosx-10.10/vim-55/src/auto/
H A Dconfigure111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
522 # Sed expression to map a string onto a valid CPP name.
525 # Sed expression to map a string onto a valid variable name.
916 as_fn_error "invalid feature name: $ac_useropt"
942 as_fn_error "invalid feature name: $ac_useropt"
1066 -program-transform-name | --program-transform-name \
1074 -program-transform-name=* | --program-transform-name=* \
1088 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/
H A Dconfigure110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
550 # Sed expression to map a string onto a valid CPP name.
553 # Sed expression to map a string onto a valid variable name.
922 as_fn_error $? "invalid feature name: $ac_useropt"
948 as_fn_error $? "invalid feature name: $ac_useropt"
1072 -program-transform-name | --program-transform-name \
1080 -program-transform-name=* | --program-transform-name=* \
1094 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/macosx-10.10/apache-793/httpd/
H A Dconfigure110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
550 # Sed expression to map a string onto a valid CPP name.
553 # Sed expression to map a string onto a valid variable name.
1250 as_fn_error $? "invalid feature name: $ac_useropt"
1276 as_fn_error $? "invalid feature name: $ac_useropt"
1400 -program-transform-name | --program-transform-name \
1408 -program-transform-name=* | --program-transform-name=* \
1422 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
H A Dconfigure.orig110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
550 # Sed expression to map a string onto a valid CPP name.
553 # Sed expression to map a string onto a valid variable name.
1250 as_fn_error $? "invalid feature name: $ac_useropt"
1276 as_fn_error $? "invalid feature name: $ac_useropt"
1400 -program-transform-name | --program-transform-name \
1408 -program-transform-name=* | --program-transform-name=* \
1422 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/
H A Dconfigure94 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
548 # Sed expression to map a string onto a valid CPP name.
551 # Sed expression to map a string onto a valid variable name.
1073 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1092 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
1209 -program-transform-name | --program-transform-name \
1217 -program-transform-name=* | --program-transform-name=* \
1231 -psdir | --psdir | --psdi | --psd | --ps)
[all...]
/macosx-10.10/libarchive-30/libarchive/
H A Dconfigure118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
568 # Sed expression to map a string onto a valid CPP name.
571 # Sed expression to map a string onto a valid variable name.
1056 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1083 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1208 -program-transform-name | --program-transform-name \
1216 -program-transform-name=* | --program-transform-name=* \
1230 -psdir | --psdir | --psdi | --psd | --ps)
[all...]

Completed in 425 milliseconds