Searched +refs:define +refs:mail +refs:alias (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/etc/
H A Dvipcard.tex54 % Internet: gildea@stop.mail-abuse.org
288 Or, you can put the following alias in your \kbd{.cshrc} file.
291 \kbd{alias vip 'emacs \\!* -f vip-mode'}
594 (define-key vip-mode-map "\\C-g" 'vip-info-on-file)
595 (define-key vip-mode-map "\\C-h" 'vip-backward-char)
596 (define-key vip-mode-map "\\C-m" 'vip-next-line-at-bol)
597 (define-key vip-mode-map " " 'vip-forward-char)
598 (define-key vip-mode-map "g" 'vip-keyboard-quit)
599 (define-key vip-mode-map "s" 'vip-substitute)
600 (define
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmush.vim49 syntax keyword mushFunction contained lvthings lwho mail maildstats mailfrom
137 syntax match mushComment "^#[^define|^ifdef|^else|^pragma|^ifndef|^echo|^elif|^undef|^warning].*$" contains=mushTodo
158 syn region mushDefine start="^\s*\(%:\|#\)\s*\(define\|undef\)\>" skip="\\$" end="$" end="//"me=s-1 contains=ALLBUT,@mushPreProcGroup,@Spell
174 syntax keyword mushAttribute aleave alfail alias amhear amove apay arfail
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm1536 # try to define namespace that could be stored as
3858 sub create; *create = \&new; # make alias. Somewhere 'new' is registered keyword
3860 sub soap; *soap = \&new; # also alias. Just to be consistent with .xmlrpc call
4037 This method is actually an alias to the proxy method of L<SOAP::Transport>.
4945 feature simply define C<$SOAP::Constants::MAX_CONTENT_SIZE> in your code like
5628 You are welcome to send e-mail to the maintainers of SOAP::Lite with your
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim499 call filter(file, 'v:val =~ "define\\s*("')
501 let int_values = split(jfile, 'define\s*(\s*')
1517 \ 'define(': 'string name, mixed value [, bool case_insensitive] | bool',
2558 \ 'mail(': 'string to, string subject, string message [, string additional_headers [, string additional_parameters]] | bool',
4672 \ 'vpopmail_alias_add(': 'string user, string domain, string alias | bool',
4676 \ 'vpopmail_alias_get(': 'string alias, string domain | array',

Completed in 243 milliseconds