Searched +refs:mail +refs:passwd +refs:command (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ftpd/
H A Dftpd.tcl67 MAIL {(mail to user); unimplemented.} \
70 MLFL {(mail file); unimplemented.} \
72 MRCP {(mail recipient); unimplemented.} \
73 MRSQ {(mail recipient scheme question); unimplemented.} \
74 MSAM {(mail send to terminal and mailbox); unimplemented.} \
75 MSND {(mail send to terminal); unimplemented.} \
76 MSOM {(mail send to terminal or mailbox); unimplemented.} \
84 REST {(restart command); unimplemented.} \
151 # command multiple times without resetting already set values
362 foreach file [list /etc/passwd /et
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpine.vim41 syn keyword pineConfig download-command
42 syn keyword pineConfig download-command-prefix
83 syn keyword pineConfig kblock-passwd-count
94 syn keyword pineConfig mail-check-interval
95 syn keyword pineConfig mail-directory
118 syn keyword pineConfig personal-print-command
143 syn keyword pineConfig rsh-command
158 syn keyword pineConfig ssh-command
179 syn keyword pineConfig upload-command
180 syn keyword pineConfig upload-command
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dsmtpmail.el1 ;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail
13 ;; Keywords: mail
38 ;;(setq send-mail-function 'smtpmail-send-it) ; if you use `mail'
39 ;;(setq message-send-mail-function 'smtpmail-send-it) ; if you use message/Gnus
51 ;; To queue mail, set smtpmail-queue-mail to t and use
52 ;; smtpmail-send-queued-mail to send.
74 (autoload 'mail-strip-quoted-names "mail
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dimap.el7 ;; Keywords: mail
91 ;; (imap-open "my.mail.server")
92 ;; => " *imap* my.mail.server:0"
172 :group 'mail)
246 information (such as e-mail) may be stored in the *imap-log*
255 information (such as e-mail) may be stored in the *imap-debug*
334 "Error codes from the last command.")
415 "Lower limit on command tags that have been parsed.")
436 second the status (OK, NO, BAD etc) of the command.")
509 name buffer shell-file-name shell-command
[all...]
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm355 ## Send command and wait for the prompt.
361 return $self->error("command timed-out") if $self->timed_out;
381 ## on the assumption that it's an echoed back command.
391 ## Get rid of possible echo back command.
396 ## Ensure at least a null string when there's no command output - so
402 ## Return command output via named arg, if requested.
1007 $passwd,
1026 if (@_ == 3) { # just username and passwd given
1028 $passwd = $_[2];
1051 $passwd
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Dfiletype.vim491 au BufNewFile,BufRead ~/.cmus/{autosave,rc,command-history,*.theme} setf cmusrc
718 " GDB command files
1031 au BufNewFile,BufRead snd.\d\+,.letter,.letter.\d\+,.followup,.article,.article.\d\+,pico.\d\+,mutt{ng,}-*-\w\+,mutt[[:alnum:]_-]\{6\},ae\d\+.txt,/tmp/SLRN[0-9A-Z.]\+,*.eml setf mail
1034 au BufNewFile,BufRead /etc/mail/aliases,/etc/aliases setf mailaliases
1273 au BufNewFile,BufRead /etc/passwd,/etc/passwd-,/etc/passwd.edit,/etc/shadow,/etc/shadow-,/var/backups/passwd.bak,/var/backups/shadow.bak setf passwd
1514 " Ratpoison config/command file
[all...]
H A Dmakemenu.vim13 " Use the SynMenu command and function to define all menu entries
14 command! -nargs=* SynMenu call <SID>Syn(<q-args>)
215 SynMenu FG.GDB\ command\ file:gdb
314 SynMenu M.Mail:mail
377 SynMenu PQ.Password\ file:passwd
H A Dsynmenu.vim196 an 50.40.250 &Syntax.FG.GDB\ command\ file :cal SetSyn("gdb")<CR>
292 an 50.70.120 &Syntax.M.Mail :cal SetSyn("mail")<CR>
353 an 50.90.150 &Syntax.PQ.Password\ file :cal SetSyn("passwd")<CR>
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Ddunnet.el560 (if (= obj2 obj-mail)
561 (dun-mprincl "The mail chute is locked.")
926 - You can save your game with the 'save' command, and use restore it
927 with the 'restore' command.
1228 ;;; words in the command, except for the verb.
1401 (exit . dun-dos-exit) (command . dun-dos-spawn)
1466 "You are in a mailroom. There are many bins where the mail is usually
1475 'type' command. The exit is to the east."
1709 "You are near the remains of a post office. There is a mail drop on the
1892 order to get by. Use the 'answer' command t
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim1608 \ 'escapeshellcmd(': 'string command | string',
1610 \ 'exec(': 'string command [, array &#38;output [, int &#38;return_var]] | string',
1617 \ 'expect_popen(': 'string command | resource',
1779 \ 'ftp_exec(': 'resource ftp_stream, string command | bool',
1796 \ 'ftp_raw(': 'resource ftp_stream, string command | array',
1801 \ 'ftp_site(': 'resource ftp_stream, string command | bool',
2558 \ 'mail(': 'string to, string subject, string message [, string additional_headers [, string additional_parameters]] | bool',
3461 \ 'passthru(': 'string command [, int &#38;return_var] | void',
3714 \ 'popen(': 'string command, string mode | resource',
4197 \ 'ssh2_exec(': 'resource session, string command [, strin
[all...]

Completed in 282 milliseconds