Home
last modified time | relevance | path

Searched refs:choice (Results 1 – 25 of 69) sorted by relevance

123

/vim-8.2.3635/runtime/autoload/xml/
H A Dxsd.vim17 …\ ['annotation', 'simpleContent', 'complexContent', 'all', 'choice', 'sequence', 'group', 'attribu…
35 \ ['annotation', 'all', 'choice', 'sequence'],
37 \ 'choice' : [
38 \ ['annotation', 'element', 'group', 'choice', 'sequence', 'any'],
41 \ ['annotation', 'element', 'group', 'choice', 'sequence', 'any'],
104 …\ ['annotation', 'all', 'choice', 'sequence', 'group', 'attribute', 'attributeGroup', 'anyAttribut…
/vim-8.2.3635/runtime/syntax/
H A Dbaan.vim879 syn match baan4glh "choice\.def\.find:"
887 syn match baan4glh "choice\.add\.set:"
905 syn match baan4glh "choice\.zoom:"
911 syn match baan4glh "choice\.run\.job:"
918 syn match baan4glh "choice\.user\.\d:"
921 syn match baan4glh "choice\.calendar:"
922 syn match baan4glh "choice\.bms:"
925 syn match baan4gl "before\.choice:"
926 syn match baan4gl "on\.choice:"
927 syn match baan4gl "after\.choice:"
[all …]
H A Dgift.vim82 …)\ze\(####\|}\)" contained contains=@giftCEFF "Wrong numeric choice
83 …)\ze\(=\|\~\|####\|}\)" contained contains=@giftCEFFW,@giftNums "Right numeric choice
85 …\|[^\\]\)\ze\(=\|\~\|####\|}\)" contained contains=@giftCEFFW "Wrong choice
86 …->\|\(\_^\|[^\\]\)\ze\(=\|\~\|####\|}\)\)" contained contains=@giftCEFFW "Right choice
87 …\_^\|[^\\]\)\ze\(=\|\~\|####\|}\)" contained contains=giftMatch "Match choice block
88 …\{-}\(\_^\|[^\\]\)\ze\(=\|\~\|####\|}\)" contained contains=@giftCE "Match choice
H A Drng.vim17 syn keyword rngTagName anyName attribute choice data define div contained
H A Dkconfig.vim34 syn keyword kconfigKeyword choice
219 " XXX: This is actually only a valid option for “choice”, but treating it
674 syn keyword kconfigConditional menu endmenu choice endchoice if endif
H A Dxsd.vim29 syn match xsdElement '\%(xsd:\)\@<=choice'
H A Dlotos.vim30 syn keyword lotosStatement any let par accept choice hide of in
H A Ddatascript.vim31 syn keyword dsCompound union choice on enum bitmask subtype explicit
H A Dsdl.vim48 syn keyword sdlStatement abstract aggregation association break choice composition
H A Dvrml.vim19 syn keyword VRMLFields children choice collide color colorIndex
H A Dfalcon.vim33 syn keyword falconKeyword all allp any anyp as attributes brigade cascade catch choice class const
H A Dinitex.vim136 …mits\|style\)\|l\=eqno\|left\|\%(no\)\=limits\|math\%(accent\|bin\|char\|choice\|close\|code\|inne…
/vim-8.2.3635/runtime/doc/
H A Dusr_31.txt9 browser can be used for commands that use a file. A dialog to make a choice
103 Now make your choice. If you do want to save the changes, select "YES". If
117 In the dialog you can use the keyboard to select the choice.
118 Typically the <Tab> key and the cursor keys change the choice.
119 Pressing <Enter> selects the choice. This depends on the system
124 window and ask you to press a key to make a choice. >
130 You can now press the single key for the choice. You don't have to press
153 The default value "menu" is the smart choice: If the key combination is a
H A Dmlang.txt123 To overrule the automatic choice of the language, set the $LANG variable to
124 the language of your choice. use "en" to disable translations. >
H A Dif_ole.txt132 registered, it will present a dialog and offers you the choice to register by
H A Dgui_w32.txt195 If you use the Vim install program you have the choice to add Vim to the "Open
202 choice. If it's not there then installing didn't work properly.
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim1316 " call Decho("choice=".choice,'~'.expand("<slnum>"))
1320 if choice == 1
2101 let choice= strpart(choice,1,strlen(choice)-2)
2104 let choice = strpart(choice,1,strlen(choice)-1)
2119 …let choice= strpart(wholechoice,1,strlen(wholechoice)-1) . " " . strpart(choice,0,strlen(choice)-1)
2524 let choice=strpart(choice,1,strlen(choice)-2)
2527 let choice = strpart(choice,1,strlen(choice)-1)
2542 …let choice= strpart(wholechoice,1,strlen(wholechoice)-1) . " " . strpart(choice,0,strlen(choice)-1)
3062 " call Dfunc("s:NetrwMethod(a:choice<".a:choice.">)")
9126 let choice= a:choice - 1
[all …]
/vim-8.2.3635/runtime/ftplugin/
H A Dkconfig.vim23 let b:match_words = '^\<menu\>:\<endmenu\>,^\<if\>:\<endif\>,^\<choice\>:\<endchoice\>'
H A Drst.vim27 " The choice of 3-space indentation is to provide slightly better support for
/vim-8.2.3635/src/
H A Dmemline.c4984 int choice = 0; in findswapname() local
5011 choice = 4; in findswapname()
5022 if (choice == 0 in findswapname()
5025 choice = do_swapexists(buf, fname); in findswapname()
5027 if (choice == 0) in findswapname()
5051 if (swap_exists_action != SEA_NONE && choice == 0) in findswapname()
5065 choice = do_dialog(VIM_WARNING, in findswapname()
5077 if (process_still_running && choice >= 4) in findswapname()
5078 choice++; // Skip missing "Delete it" button in findswapname()
5088 if (choice > 0) in findswapname()
[all …]
H A Dconfig.mk.in9 # a) The user can override every choice made by configure.
H A Ddosinst.c50 struct choice struct
59 struct choice choices[30]; // choices the user can make
H A DINSTALL170 is the preferred choice), try selecting another one in the Makefile.
/vim-8.2.3635/runtime/spell/sv/
H A Dsv_SE.diff30 + # distributed under GNU GPL or the Vim license, at your choice.
/vim-8.2.3635/src/testdir/
H A Dtest_vim9_cmd.vim1365 for choice in [true, false]
1366 :1s/abc/\=choice ? 'yes' : 'no'/

123