Searched +refs:extract +refs:index +refs:name +refs:function (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/vim-55/runtime/autoload/
H A Dvimball.vim72 " filename : base name of file to be created (ie. filename.vba)
92 call vimball#ShowMesg(s:ERROR,"(MkVimball) vimball name<".a:1."> should not include slashes; use ! to insist")
93 " call Dret("MkVimball : vimball name<".a:1."> should not include slashes")
117 " record current tab, initialize while loop index
191 " vimball#Vimball: extract and distribute contents from a vimball {{{2
198 echoerr "your vim is missing the fnameescape() function"
266 echomsg "would extract <".fname.">: ".fsize." lines"
268 " call Decho("using L#".linenr.": will extract file<".fname.">")
381 " name.
476 if a:0 == 0| call vimball#ShowMesg(s:USAGE,"Source this file to extract i
[all...]
H A Dphpcomplete.vim17 function! phpcomplete#CompletePHP(findstart, base)
23 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
25 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
72 " Complete class name
139 " Get name of the class
180 \ 'v:val =~ "^\\s*\\(static\\s\\+\\|public\\s\\+\\)*function"')
182 let sfuncs = split(jfuncs, 'function\s\+')
296 \ 'v:val =~ "function\\s\\+&\\?[a-zA-Z_\\x7f-\\xff][a-zA-Z_0-9\\x7f-\\xff]*\\s*("')
299 let int_values = split(jfile, 'function\s\+')
316 " File name
[all...]
H A Dnetrw.vim271 call s:NetrwInit("g:netrw_sort_by" , "name") " alternatives: date , size
828 " call Decho('<\s*a\s*name=\s*"'.netrw_tag.'"/')
829 exe 'norm! 1G/<\s*a\s*name=\s*"'.netrw_tag.'"/'."\<CR>"
984 " on the temporary file's name. Deletion of the temporary file during
1363 " get name of remote filename (ie. url and all)
1676 " NetReadFixup: this sort of function is typically written by the user {{{2
1678 " into the transfer. This function is provided as an
2042 if index(g:netrw_bookmarklist,a:curdir) == -1
2167 " s:NetrwBookHistRead: this function reads bookmarks and history {{{2
2168 " Sister function
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dmysql.vim28 syn keyword mysqlKeyword fields file first flush for foreign from full function
31 syn keyword mysqlKeyword identified ignore index infile inner insert insert_id into isam
85 " function names. For instance, year() is part of the name of the
86 " dayofyear() function, and the dec keyword (no parenthesis) is part of
87 " the name of the decode() function.
143 " valid column name. The only restriction is that for a function call, no spaces
144 " are allowed between the function nam
[all...]
H A Dprogress.vim56 syn match ProgressFunction "^\s*function.*"
57 syn match ProgressFunction "^\s*end\s\s*function.*"
59 " syn keyword ProgressFunction procedure function
70 syn keyword ProgressReserved fram[e] frame-col frame-db frame-down frame-field frame-file frame-inde[x] frame-line frame-name frame-row frame-val[ue]
72 syn keyword ProgressReserved go-pend[ing] grant graphic-e[dge] group having header help hide import in index indicator input input-o[utput] insert
79 syn keyword ProgressReserved preproc[ess] privileges proc-ha[ndle] proc-st[atus] process program-name Progress prompt prompt[-for] promsgs propath provers[ion]
80 syn keyword ProgressReserved put put-byte put-key-val[ue] putbyte query query-tuning quit r-index rcode-informatio[n] readkey recid record-len[gth] rect[angle]
85 syn keyword ProgressReserved use-index use-revvideo use-underline user user[id] using v6frame value values variable view view-as vms wait-for web-con[text]
141 syn keyword ProgressOperator dcolor dde-error dde-i[d] dde-item dde-name dde-topic debu[g] dec[imal] default-b[utton] default-extensio[n] defer-lob-fetch define defined delete-char delete-current-row
144 syn keyword ProgressOperator error-row event-t[ype] event[s] exclusive-id execute exp expand extended extent external extract fetc
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el64 ;; is created by calling a SQL interpreter-specific entry function or
69 ;; entry function used to create the SQLi buffers is shown with
85 ;; `imenu-add-menubar-index'.
113 ;; must be followed ("xyz" is the name of the product in the examples
158 ;; 6) Add a product highlighting function.
165 ;; 7) Add an autoloaded SQLi function.
173 ;; 8) Add a connect function which formats the command line arguments
384 name is then followed by FEATURE-VALUE pairs. If a FEATURE is not
388 :font-lock name of the variable containing the product
395 :sqli-connect the name o
[all...]
/macosx-10.10/vim-55/runtime/macros/
H A Dmatchit.vim24 " variables. See the MatchDebug() function, below, for details.
31 " TODO: Eliminate the MultiMatch function. Add yet another argument to
87 function! s:Match_wrapper(word, forward, mode) range
95 " If this function was called from Visual mode, make sure that the cursor
319 " then extract "tag" from a:matchline and return "<tag>:</tag>" .
430 " One argument: s:Ref(string, d, "start") returns the index of the start
445 let index = matchend(match, s:notslash . '\\(')
446 if index == -1
449 let match = strpart(match, index)
457 let index
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex231 \index{precision}
290 \index{mp\_int}
314 \index{mp\_digit} \index{mp\_word}
348 \index{big-Oh}
456 in the same niche as LibTomMath. Even though LibTomMath uses MPI as the template for the function names and argument
475 The code base of LibTomMath is well organized. Each function is in its own separate source code file
476 which allows the reader to find a given function very quickly. On average there are $76$ lines of code per source
486 with LibTomMath without change. The function names correlate directly to the action they perform. Almost all of the
490 The LIP library is an example of a library with an API that is awkward to work with. LIP uses function name
[all...]

Completed in 304 milliseconds