| /vim-8.2.3635/src/xpm/include/ |
| H A D | xpm.h | 348 XImage *image, 360 XImage *image, 379 XImage *image, 411 XpmImage *image, 416 XpmImage *image, 422 XpmImage *image, 428 XImage *image, 440 XpmImage *image, 444 XpmImage *image, 448 XpmImage *image, [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | privoxy.vim | 30 syn match privoxyAction "\%(filter\|force-text-mode\|handle-as-empty-document\|handle-as-image\)\>"… 34 syn match privoxyAction "\%(send-vanilla-wafer\|send-wafer\|session-cookies-only\|set-image-blocker… 49 syn match privoxyAction "\%(downgrade\|hide-forwarded\|hide-from\|image\|image-blocker\|no-compress…
|
| H A D | progress.vim | 193 …ator ignore-current-mod[ified] image image-down image-insensitive image-size image-size-c[hars] im… 203 …list-set-attrs list-widgets literal-question load load-domains load-icon load-image load-image-down 204 syn keyword ProgressOperator load-image-insensitive load-image-up load-mouse-p[ointer] load-picture…
|
| H A D | eterm.vim | 129 syn keyword etermImageModes contained image trans viewport auto solid 133 syn keyword etermImageModesR contained image trans viewport auto solid 160 syn keyword etermImageCmod contained image red green blue 179 \ start='^\s*begin\s\+image\>'
|
| H A D | 8th.vim | 247 Builtin contextual-end nk:contextual-end contextual-item-image-text nk:contextual-item-image-text … 249 …n display@ nk:display@ do nk:do down? nk:down? draw-image nk:draw-image draw-image-at nk:draw-ima… 250 Builtin draw-image-centered nk:draw-image-centered draw-sub-image nk:draw-sub-image draw-text nk:d… 257 Builtin group-scroll-ofs! nk:group-scroll-ofs! hovered? nk:hovered? image nk:image init nk:init in… 272 Builtin menu-item-image nk:menu-item-image menu-item-label nk:menu-item-label menu-item-symbol nk:…
|
| H A D | mailcap.vim | 22 syn match mailcapTypeField "^\(text\|image\|audio\|video\|application\|message\|multipart\|model\|…
|
| H A D | csdl.vim | 85 syn match csdlTarget 'links\.meta\.opengraph\.image' 143 syn match csdlTarget 'links\.meta\.twitter\.image' 174 syn match csdlTarget 'newscred\.image\.caption' 176 syn match csdlTarget 'newscred\.image\.attribution\.text' 177 syn match csdlTarget 'newscred\.image\.attribution\.link'
|
| H A D | sqr.vim | 42 syn keyword sqrParagraph begin-sql declare-chart declare-image 89 syn keyword sqrCommand print-chart print-direct print-image 123 syn keyword sqrParam horz-line image-size in indentation
|
| H A D | chill.vim | 3 " Maintainer: YoungSang Yoon <image@lgic.co.kr> 7 " first created by image@lgic.co.kr & modified by [email protected]
|
| H A D | gtkrc.vim | 47 syn keyword gtkrcKeyword engine image 62 …fy-center gtk-justify-fill gtk-justify-left gtk-justify-right gtk-missing-image gtk-new gtk-no gtk…
|
| H A D | mgp.vim | 24 syn keyword mgpCommand contained tfont tmfont tfont0 bar image newimage
|
| H A D | tcl.vim | 79 " image 99 syn keyword tcltkWidgetSwitch contained font foreground hidemargin image indicatoron label menu off… 112 syn region tcltkWidget matchgroup=tcltkWidgetColor start="\<image\>" matchgroup=NONE skip="^\s*$" e…
|
| H A D | sisu.vim | 125 " image with url link (and possibly footnote of url) 129 " image 130 …su_bold,sisu_control,sisu_identifier,sisu_error matchgroup=sisu_link start="{" end="}image" oneline
|
| H A D | css.vim | 162 syn match cssBackgroundProp contained "\<background\(-\(attachment\|clip\|color\|image\|origin\|pos… 178 syn match cssBorderProp contained "\<border-image\(-\(outset\|repeat\|slice\|source\|width\)\)\=\>" 182 " border-image attributes 291 syn match cssListProp contained "\<list-style\(-\(type\|position\|image\)\)\=\>" 387 syn match cssUIProp contained "\<image-rendering\>"
|
| H A D | autodoc.vim | 39 syn keyword autodocStatAcc contained ref rfc xml dl expr image
|
| H A D | dot.vim | 53 \ id image imagepath imagepos imagescale inputscale K label label_scheme
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 9 …image background-origin background-position background-repeat background-size block-size border bo… 153 elseif prop == 'background-image' 316 elseif prop == 'image-rendering' 318 elseif prop == 'image-orientation' 319 let values = ["from-image", "flip"] 334 elseif prop == 'list-style-image' 435 elseif prop == 'shape-image-threshold' 568 …igure,font,footer,form,frame,frameset,head,header,hgroup,hr,html,i,iframe,image,img,input,ins,isin…
|
| H A D | phpcomplete.vim | 2799 …image [, string $filename [, int $threshold]] | bool','imageaffine(':'resource $image, array $affi…
|
| /vim-8.2.3635/src/ |
| H A D | gui_gtk.c | 294 GtkWidget *image = NULL; in load_menu_iconfile() local 332 image = gtk_image_new_from_pixbuf(pixbuf); in load_menu_iconfile() 336 if (image == NULL) in load_menu_iconfile() 339 return image; in load_menu_iconfile() 360 return image; in load_menu_iconfile() 367 GtkWidget *image = NULL; in create_menu_icon() local 372 image = load_menu_iconfile(buf, icon_size); in create_menu_icon() 375 if (image == NULL && !menu->icon_builtin in create_menu_icon() 377 image = load_menu_iconfile(buf, icon_size); in create_menu_icon() 380 if (image == NULL) in create_menu_icon() [all …]
|
| H A D | gui_athena.c | 1058 if (mp->image != (Pixmap)0) in gui_mch_submenu_change() 1060 XFreePixmap(gui.dpy, mp->image); in gui_mch_submenu_change() 1061 get_toolbar_pixmap(mp, &mp->image); in gui_mch_submenu_change() 1062 if (mp->image != (Pixmap)0) in gui_mch_submenu_change() 1063 XtVaSetValues(mp->id, XtNbitmap, mp->image, NULL); in gui_mch_submenu_change() 1156 get_toolbar_pixmap(menu, &menu->image); in gui_mch_add_menu_item() 1161 if (menu->image != 0) in gui_mch_add_menu_item() 1162 XtSetArg(args[n], XtNbitmap, menu->image); n++; in gui_mch_add_menu_item() 1313 XtSetArg(args[n], XtNbitmap, cur->image); in gui_mch_show_toolbar() 1315 XtSetArg(args[n], XtNlabel, (cur->image == None) ? in gui_mch_show_toolbar()
|
| H A D | INSTALLvms.txt | 342 You need defined PERLSHR logical that points to PERL shareable image 368 You have to have defined TCLSHR logical that points to shareable image.
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | Make_ming.mak | 5 # Originally, the DLL base address was fixed: -Wl,--image-base=0x1C000000 7 # already loaded in memory. The binary image contains as well information 67 -Wl,--enable-auto-image-base \
|
| /vim-8.2.3635/ |
| H A D | .cirrus.yml | 9 image: freebsd-12-1-release-amd64
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | os_haiku.txt | 203 Alternative set of toolbar images should be the PNG image of any height you 206 The image should be stored under the name $VIRUNTIME/bitmaps/builtin-tools.png
|
| H A D | os_win32.txt | 279 < To open "image.jpg" with the default image viewer: > 280 :!start image.jpg
|