Home
last modified time | relevance | path

Searched refs:header (Results 1 – 25 of 116) sorted by relevance

12345

/vim-8.2.3635/src/
H A Dcrypt.c331 char_u *header) in crypt_create_from_header() argument
339 salt = header + CRYPT_MAGIC_LEN; in crypt_create_from_header()
341 seed = header + CRYPT_MAGIC_LEN + salt_len; in crypt_create_from_header()
393 char_u **header, in crypt_create_for_writing() argument
404 *header = alloc(len); in crypt_create_for_writing()
405 if (*header == NULL) in crypt_create_for_writing()
408 mch_memmove(*header, cryptmethods[method_nr].magic, CRYPT_MAGIC_LEN); in crypt_create_for_writing()
412 salt = *header + CRYPT_MAGIC_LEN; in crypt_create_for_writing()
414 seed = *header + CRYPT_MAGIC_LEN + salt_len; in crypt_create_for_writing()
433 VIM_CLEAR(*header); in crypt_create_for_writing()
H A Dos_macosx.m22 /* Avoid a conflict for the definition of Boolean between Mac header files and
23 * X11 header files. */
H A Dbufwrite.c1932 char_u *header; in buf_write() local
1937 buf->b_p_key, &header, &header_len); in buf_write()
1938 if (buf->b_cryptstate == NULL || header == NULL) in buf_write()
1944 write_info.bw_buf = header; in buf_write()
1950 vim_free(header); in buf_write()
H A DMake_ming.mak26 # will also need to convert the header files to unix instead of dos format:
/vim-8.2.3635/runtime/syntax/
H A Dsnnspat.vim19 " anything that isn't part of the header, a comment or a number
27 " the accepted fields in the header
38 " the header, what is not an accepted field, is an error
41 " numbers inside the header
H A Dmail.vim15 " The mail header is recognized starting with a "keyword:" line and ending
16 " with an empty line or other line that can't be in the header. All lines of
17 " the header are highlighted. Headers of quoted messages (quoted with >) are
49 " Anything in the header between < and > is an email address
64 " Make sure quote markers in regions (header / signature) have correct color
80 " Need to sync on the header. Assume we can do that within 100 lines
H A Dprivoxy.vim27 syn match privoxyAction "\%(add-header\|block\|content-type-overwrite\|crunch-client-header\|crunch…
28 syn match privoxyAction "\%(crunch-incoming-cookies\|crunch-outgoing-cookies\|crunch-server-header\…
32 syn match privoxyAction "\%(hide-from-header\|hide-if-modified-since\|hide-referrer\|hide-user-agen…
H A Dsnnsres.vim16 " the accepted fields in the header
31 " the header, what is not an accepted field, is an error
34 " numbers inside the header
H A Drmd.vim16 " Highlight the header of the chunks as R code
29 " Knitr requires braces in the block's header
50 " Add syntax highlighting of YAML header
99 " the YAML header or you are writing standard markdown
101 " Minimum highlighting of yaml header
H A Dracc.vim102 \ start='^---- header.*' end='^----'he=e-4
113 syn sync match raccSyncHeader grouphere raccHeader '^---- header'
H A Dpine.vim38 syn keyword pineConfig empty-header-message
54 syn keyword pineConfig header-in-reply
241 syn keyword pineOption enable-full-header-and-text
242 syn keyword pineOption enable-full-header-cmd
279 syn keyword pineOption include-header-in-reply
H A Dprogress.vim71 …-row getbyte global go-on go-pend[ing] grant graphic-e[dge] group having header help hide host-byt…
136 …or add-columns-from add-events-proc[edure] add-fields-from add-first add-header-entry add-index-fi…
162 … define-user-event-manager defined delete-char delete-current-row delete-header-entry delete-line …
183 syn keyword ProgressOperator get-firs[t] get-float get-green[-value] get-header-entr[y] get-index-b…
192 syn keyword ProgressOperator html-frame-begin html-frame-end html-header-begin html-header-end html…
221 syn keyword ProgressOperator num-header-entries num-items num-iterations num-lines num-locked-col[u…
252 …sOperator soap-fault-code soap-fault-detail soap-fault-string soap-header soap-header-entryref soc…
H A Drrst.vim24 " highlight R code inside chunk header
H A Dopam.vim6 " 2020 Dec 31 - Added header (Markus Mottl)
H A Dsieve.vim32 syn keyword sieveTest address allof anyof envelope exists false header
H A Dcheetah.vim9 " doc-strings and header comments (rarely used feature)
/vim-8.2.3635/src/VisVim/
H A DVsReadMe.txt24 This is the main header file for the DLL. It declares the
85 These files are used to build a precompiled header (PCH) file
89 This is the standard header file, which defines new resource IDs.
/vim-8.2.3635/src/proto/
H A Dcrypt.pro12 cryptstate_T *crypt_create_from_header(int method_nr, char_u *key, char_u *header);
14 cryptstate_T *crypt_create_for_writing(int method_nr, char_u *key, char_u **header, int *header_len…
H A Dsha256.pro8 void sha2_seed(char_u *header, int header_len, char_u *salt, int salt_len);
/vim-8.2.3635/src/testdir/
H A Dtest_hardcopy.vim11 \ 'header:3,syntax:y,number:y,wrap:n',
12 \ 'header:3,syntax:n,number:y,wrap:y',
13 \ 'header:0,syntax:a,number:y,wrap:y',
/vim-8.2.3635/src/po/
H A Dcheck.vim135 " line. Skip over the header.
177 echomsg "Missing Plural header"
185 " We allow for a stray plural header, msginit adds one.
/vim-8.2.3635/runtime/doc/
H A Dprint.txt65 'printheader' specifies the format of a page header.
196 This defines the format of the header produced in |:hardcopy| output. The
199 simple default header is used, which shows the page number. The same simple
200 header is used when this option is empty.
332 header:{nr} Number of lines to reserve for the header.
334 is 2 there is one empty line. The header is formatted
336 header:0 Do not print a header.
337 header:2 (default) Use two lines for the header
/vim-8.2.3635/runtime/plugin/
H A Dmanpager.vim24 " Remove empty lines above the header
/vim-8.2.3635/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md13 (If it is related to runtime files, please check their header for where to discuss enhancements.)
/vim-8.2.3635/runtime/keymap/
H A DREADME.txt21 Each file starts with a header, naming the maintainer and the date when it was

12345