Searched refs:extract (Results 1 – 25 of 37) sorted by relevance
12
| /vim-8.2.3635/runtime/autoload/ |
| H A D | vimball.vim | 191 " vimball#Vimball: extract and distribute contents from a vimball {{{2 274 echomsg "would extract <".fname.">: ".fsize." lines" 276 " call Decho("using L#".linenr.": will extract file<".fname.">") 500 if a:0 == 0| call vimball#ShowMesg(s:USAGE,"Source this file to extract it! (:so %)") | endif 510 if a:0 == 0| call vimball#ShowMesg(s:USAGE,"Source this file to extract it! (:so %)") | endif 520 if a:0 == 0| call vimball#ShowMesg(s:USAGE,"Source this file to extract it! (:so %)") | endif 530 if a:0 == 0| call vimball#ShowMesg(s:USAGE,"Source this file to extract it! (:so %)") | endif 540 if a:0 == 0| call vimball#ShowMesg(s:USAGE,"Source this file to extract it! (:so %)") | endif
|
| H A D | zip.vim | 371 " zip#Extract: extract a file from a zip archive {{{2 394 " extract the file mentioned under the cursor 401 …echohl Error | echo "***error*** attempted to extract ".fname." but it doesn't appear to be presen…
|
| H A D | tar.vim | 588 " tar#Extract: extract a file from a (possibly compressed) tar archive {{{2 774 " if necessary, decompress the tarball; then, extract it
|
| H A D | phpcomplete.vim | 1385 " Read the next method from the stack and extract only the name 1610 " extract the variable name from the context 2648 " if no tags are found, extract the namespace from the name 2777 …| mixed','each(':'array &$array | array','end(':'array &$array | mixed','extract(':'array &$array … 2815 …extract':{'signature':'void | mixed','return_type':'mixed'},'insert':{'signature':'mixed $value | …
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | vimballPlugin.vim | 31 …noma|endif|if line('$') > 1|call vimball#ShowMesg(0,"Source this file to extract it! (:so %)")|end… 34 …noma|endif|if line('$') > 1|call vimball#ShowMesg(0,"Source this file to extract it! (:so %)")|end…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_vimball.txt | 116 *vimball-extract* 120 source the file to extract its contents. 157 If for some reason you don't want to be able to extract plugins 239 will extract plugin/somefile to the AsNeeded/
|
| H A D | pi_zip.txt | 38 x : extract a listed file when the cursor is atop it 70 extract a file from a zip archive. By default, >
|
| H A D | pi_tar.txt | 86 *g:tar_readoptions* "OPxf" used to extract a file from a tarball
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | diva.vim | 48 syn match divaExtFunctions "(extract\(Device\|MOS\)\>"hs=s+1 49 syn match divaExtFunctions "\<extract\(Device\|MOS\)("he=e-1
|
| H A D | sqloracle.vim | 113 syn keyword sqlFunction add_months current_date current_timestamp dbtimezone extract 129 syn keyword sqlFunction appendchildxml deletexml depth extract existsnode extractvalue insertchildx…
|
| H A D | dcl.vim | 50 syn keyword dclLexical f$cvtime f$extract f$identifier f$pid f$trnlnm
|
| H A D | vmasm.vim | 93 syn match vmasmOperator "%extract(.*)"
|
| H A D | euphoria4.vim | 97 syn keyword euphoria4Library exp extract fetch fib file_exists file_length
|
| H A D | lua.vim | 189 syn match luaFunc /\<bit32\.extract\>/
|
| H A D | mush.vim | 28 syntax keyword mushFunction contained eq escape etimefmt eval exit exp extract fdiv
|
| H A D | sqr.vim | 83 syn keyword sqrCommand execute extract find get get-color goto
|
| H A D | mysql.vim | 189 syn region mysqlFunction start="extract(" end=")" contains=ALL
|
| H A D | aml.vim | 57 …rage cvtdistance date delete dignum dir directory entryname exist[s] exp extract file filelist for…
|
| H A D | maple.vim | 279 syn keyword mvLibrary KelvinBer arcsin extract lnGAMMA resultant ztrans
|
| /vim-8.2.3635/src/ |
| H A D | os_vms_fix.com | 185 $ start = f$extract(0,3,f$edit(line,"COLLAPSE,LOWERCASE"))
|
| /vim-8.2.3635/nsis/ |
| H A D | README.txt | 49 Download the files gettextX.X.X.X-iconvX.XX-shared-{32,64}.zip, extract
|
| /vim-8.2.3635/src/po/ |
| H A D | README_mingw.txt | 47 This will extract all the strings from Vim and merge them in with the
|
| H A D | README.txt | 73 This will extract all the strings from Vim and merge them in with the
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | unicode.vim | 1 " Script to extract tables from Unicode .txt files, to be used in src/mbyte.c.
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 271 " then extract "tag" from a:matchline and return "<tag>:</tag>" .
|
12