Searched +refs:return +refs:from (Results 1 - 25 of 163) sorted by relevance

1234567

/macosx-10.9.5/vim-53/runtime/autoload/
H A DnetrwFileHandlers.vim13 " resulting from the use of this software.
69 return 0
88 return 0
92 return 1
111 return 0
115 return 1
130 return 0
134 return 1
148 return 0
152 return
[all...]
H A Dpythoncomplete.vim9 " Add an "unsafe eval" mode, to allow for return type evaluation
28 " * Removed newline removal from docs. It appears vim handles these better in
67 return idx
68 "findstart = 0 when we need to return the list of completions
85 return g:pythoncomplete_completions
92 from token import NAME, DEDENT, NEWLINE, STRING
110 return xa > ya
112 return -1
114 return xa > ya
116 return
[all...]
H A Dpython3complete.vim11 " Add an "unsafe eval" mode, to allow for return type evaluation
30 " * Removed newline removal from docs. It appears vim handles these better in
69 return idx
70 "findstart = 0 when we need to return the list of completions
87 return g:python3complete_completions
94 from token import NAME, DEDENT, NEWLINE, STRING
140 return doc.replace('"',' ').replace("'",' ')
144 try: return class_ob.__init__
148 if rc is not None: return rc
149 return Non
[all...]
H A Dadacomplete.vim32 return ada#User_Complete (a:findstart, a:base)
56 \ 'info': "Symbol from file " . l:Tag_Item['filename'] . " line " . l:Tag_Item['cmd'],
71 let l:Info .= 'Separate from Package : ' . l:Tag_Item['separate'] . "\n"
91 return []
94 return []
97 return []
H A Dhtmlcomplete.vim20 return start
123 return start
125 " Initialize base return lists
137 return csscomplete#CompleteCSS(0, context)
140 return javascriptcomplete#CompleteJS(0, a:base)
144 return phpcomplete#CompletePHP(0, a:base)
147 return []
172 return res
182 return res + res2
192 return csscomplet
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Dsml.vim56 return def
67 return old
71 return old
77 " return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\\|comment"'))
80 return indent(lno)
82 return col(".") - 1
88 " return indent(searchpair(a:pstart, a:pmid, a:pend, 'bWn', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\\|comment"'))
92 return indent(lno)
94 return col(".") - 1
101 " return inden
[all...]
H A Ddtd.vim24 return ["", a:start]
28 return ["", a:start]
31 return [token, end]
43 return info
47 return info
60 return [-1, end]
65 return [parentheses[-1] - strridx(a:line, "\n", parentheses[-1]), end]
71 return 0
78 return indent(v:lnum - 1)
87 return inden
[all...]
H A Dawk.vim35 " Mmm, copied from the tcl indent program. Is this okay?
52 return 0
62 return ind + &sw
72 return s:Safe_indent( ind, s:First_word_len(prev_data), getline(v:lnum))
79 return ind
93 return ind
98 return s:Safe_indent( ind, s:First_word_len(prev_data), getline(v:lnum))
101 return ind + &sw
145 return ind
148 " Find the open and close braces in this line and return ho
[all...]
H A Dperl6.vim9 " Adapted from Perl indent file by Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15 " This file still relies on stuff from the Perl 5 syntax file, which Perl 6
64 return 0
69 return 0
80 return indent(v:lnum)
90 return 0
102 return 0
129 return ind
H A Dhamster.vim33 " Subtract a shiftwidth from else, elseif, end(if|while|for), until
39 return ind
48 return 0
52 return ind
H A Drpl.vim38 " Subtract a shiftwidth from then, else, elseif, end, until, repeat, next,
47 return ind
56 return 0
60 return ind
H A Dsqlanywhere.vim76 return (strlen(rp) - strlen(lp))
80 return (strlen(lp) - strlen(rp))
84 return 0
137 " return a:prev_indent - &sw
138 return ignore_paran
146 " Should return indent level of CASE
151 " Should return indent level of exception.
189 return ind
201 return rc
210 return r
[all...]
H A Dsdl.vim6 " Shamelessly stolen from the Vim-Script indent file
30 return 0
52 if getline(lnum) =~? '^\s*\(stop\|return\>\|nextstate\)'
75 return 0;
86 return ind
H A Dfortran.vim6 " Usage: Do :help fortran-indent from Vim
99 "Subtract a shiftwidth from else, elsewhere, case, end if,
110 return ind
119 return 0
123 return ind
131 return ind
156 return 6
160 return ind
H A Dada.vim66 return a:prev_indent
70 return ind
83 return a:prev_indent
88 return a:prev_indent - &sw
108 return ind
127 return a:prev_indent
132 return a:prev_indent - &sw
155 return a:current_indent
161 return a:current_indent
166 return in
[all...]
H A Dpov.vim37 return n
44 return -1
55 " Start indenting from zero
57 return 0
83 return final < 0 ? 0 : final
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Ddebchangelog.vim44 " Returns full name, either from $DEBFULLNAME or debianfullname.
45 " TODO Is there a way to determine name from anywhere else?
48 return $DEBFULLNAME
50 return g:debianfullname
52 return "Your Name"
56 " Returns email address, from $DEBEMAIL, $EMAIL or debianemail.
59 return $DEBEMAIL
61 return $EMAIL
63 return g:debianemail
65 return "you
[all...]
H A Dpdf.vim29 " Inline, so the error from an empty tag stack will be simple.
35 return s:dodigits(getline('.'))
37 return s:dodigits(expand("<cword>"))
39 return s:dodigits(matchstr(getline('.'),'^\d\+'))
48 return s:doobject(matchstr(line,'\C'.pat,lastend))
52 return s:notag()
67 return s:notag()
H A Dchangelog.vim14 " default: try to deduce it from environment variables and system files.
51 return g:changelog_username
53 return $EMAIL
55 return $EMAIL_ADDRESS
59 return printf('%s <%s@%s>', s:name(login), login, s:hostname())
63 return s:trimmed_system_with_default('whoami', 'unknown')
67 return s:first_line(s:system_with_default(a:command, a:default))
73 return default
75 return output
79 return substitut
[all...]
H A Dman.vim7 " this script from your startup vimrc file.
78 return a:page
80 return s:man_sect_arg.' '.a:sect.' '.a:page
87 return 0
90 return 1
101 return
114 return
150 " Remove blank lines from top and bottom.
H A Docaml.vim24 return fnameescape(a:s)
28 return escape(a:s," \t\n*?[{`$\\%#'\"|!<")
151 return indent(l)
155 return -s:i
162 return -1
167 exe 'return ">' (indent(a:l)/s:i)+1 '"'
172 exe 'return ">' (indent(a:l)/s:i)+1 '"'
178 return (indent(a:l)/s:i)+1
183 exe 'return "<' (indent(a:l)/s:i)+1 '"'
188 return
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dnetrc.el44 "Parse FILE and return a list of all entries in the file."
98 "Return the netrc values from LIST for MACHINE or for the default entry.
99 If PORT specified, only return entries with matching port tokens.
123 "Return the value of token TYPE from ALIST."
/macosx-10.9.5/vim-53/runtime/compiler/
H A Dtex.vim36 " Value errorformat are taken from vim help, see :help errorformat-LaTeX, with
37 " addition from Srinath Avadhanula <srinath@fastmail.fm>
52 \%-GType\ \ H\ <return>%m,
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dietf-drums.el32 ;; various self test expressions snipped from bug reports, and their
120 "Remove comments from STRING."
136 "Remove whitespace from STRING."
173 "Remove comments and whitespace from STRING."
177 "Parse STRING and return a MAILBOX / DISPLAY-NAME pair."
217 "Parse STRING and return a list of MAILBOX / DISPLAY-NAME pairs."
259 "Return an Emacs time spec from STRING."
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim95 " If this function was called from Visual mode, make sure that the cursor
106 return s:CleanUp(restore_options, a:mode, startline, startcol)
164 return s:CleanUp(restore_options, a:mode, startline, startcol)
176 return s:CleanUp(restore_options, a:mode, startline, startcol)
281 return s:CleanUp(restore_options, a:mode, startline, startcol, mid.'\|'.fin)
310 return 0
319 " then extract "tag" from a:matchline and return "<tag>:</tag>" .
323 return a:group
373 return in
[all...]

Completed in 259 milliseconds

1234567