Home
last modified time | relevance | path

Searched refs:footer (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/runtime/doc/
H A Ddebugger.txt24 Message Footer |gui-footer|
75 1.4 Message Footer *gui-footer*
77 The message footer can be used to display messages from a debugger or IPE. It
78 can also be used to display menu and toolbar tips. The footer area is at the
81 The display of the footer is controlled by the 'guioptions' letter 'F'.
H A Dvarious.txt379 *+footer* |gui-footer|
H A Dtags1327 +footer various.txt /*+footer*
7171 gui-footer debugger.txt /*gui-footer*
H A Deval.txt12361 footer Compiled with GUI footer support. |gui-footer|
H A Doptions.txt3942 'F' Add a footer. Only for Motif. See |gui-footer|.
/vim-8.2.3635/runtime/syntax/
H A Dtpp.vim31 syn match tppAbstractOptionKey contained "^--\%(author\|title\|date\|footer\) *" nextgroup=tppString
47 syn region tppAbstractOption start="^--\%(author\|title\|date\|footer\)" end="$" contains=tppAbstra…
H A Dracc.vim110 \ start='^---- footer.*' end='^----'he=e-4
115 syn sync match raccSyncFooter grouphere raccFooter '^---- footer'
H A Dant.vim62 …ord antElement display filterchain filterreader filters filterset filtersfile fixcrlf footer format
H A Dwml.vim44 syn keyword htmlTagName contained navbar:footer navbar:prolog
H A Dcss.vim45 syn keyword cssTagName datalist details dialog embed figcaption figure footer
306 syn match cssPositioningAttr contained "\<table\(-\(row-group\|\(header\|footer\)-group\|row\|colum…
H A Ddtml.vim40 syn keyword dtmlAttribute filtered_manage_options filtered_meta_types first- fmt footer form contai…
H A Dsas.vim159 …ontinue define delete delstream do done dynamic edit else end eval flush footer header import iter…
160 syn keyword sasProcTemplateStatementComplexKeyword cellvalue column crosstabs event footer header s…
H A Dsisu.vim43 …pdf_font\|stamp\|promo\|ad\|manpage\|home_button_text\|home_button_image\|cover_image\|footer\):\s"
H A Dhtml.vim62 syn keyword htmlTagName contained figure footer header hgroup keygen main
H A Dnginx.vim1120 " HTTP Footer Filter Module <https://github.com/alibaba/nginx-http-footer-filter>
1121 " This module implements a body filter that adds a given string to the page footer.
1122 syn keyword ngxDirectiveThirdParty footer
/vim-8.2.3635/src/
H A Dgui_motif.c79 static Widget footer; variable
586 footer = XtVaCreateWidget("footer", in gui_x11_create_widgets()
2882 XtVaGetValues(footer, in gui_mch_compute_footer_height()
2898 XtManageChild(footer); in gui_mch_enable_footer()
2903 XtUnmanageChild(footer); in gui_mch_enable_footer()
2916 XtVaSetValues(footer, XmNlabelString, xms, NULL); in gui_mch_set_footer()
/vim-8.2.3635/runtime/indent/
H A Dsas.vim30 let s:block_str = '\v<%(do>%([^;]+<%(to|over|while)>[^;]+)=|%(compute|define\s+%(column|footer|head…
H A Dhtml.vim237 \ 'footer', 'header', 'hgroup', 'main', 'mark', 'meter', 'nav', 'output',
/vim-8.2.3635/runtime/autoload/
H A Dcsscomplete.vim253 …"table", "inline-table", "table-row-group", "table-header-group", "table-footer-group", "table-row…
568 …ls,dfn,dialog,div,dl,dt,element,em,embed,fieldset,figcaption,figure,font,footer,form,frame,framese…