Home
last modified time | relevance | path

Searched refs:Name (Results 1 – 25 of 133) sorted by relevance

123456

/vim-8.2.3635/src/testdir/
H A Dtest_usercommands.vim466 call assert_equal("\n Name Args Address Complete Definition"
472 call assert_equal("\n Name Args Address Complete Definition"
476 call assert_equal("\n Name Args Address Complete Definition"
480 call assert_equal("\n Name Args Address Complete Definition"
484 call assert_equal("\n Name Args Address Complete Definition"
490 call assert_equal("\n Name Args Address Complete Definition"
494 call assert_equal("\n Name Args Address Complete Definition"
498 call assert_equal("\n Name Args Address Complete Definition"
502 call assert_equal("\n Name Args Address Complete Definition"
506 call assert_equal("\n Name Args Address Complete Definition"
[all …]
/vim-8.2.3635/runtime/
H A Dvim.desktop4 # Translators: This is the Application Name used in the Vim desktop file
5 Name[de]=Vim
6 Name[eo]=Vim
7 Name[fr]=Vim
8 Name[it]=Vim
9 Name[ru]=Vim
10 Name[sr]=Vim
11 Name[tr]=Vim
12 Name=Vim
13 # Translators: This is the Generic Application Name used in the Vim desktop file
H A Dgvim.desktop4 # Translators: This is the Application Name used in the GVim desktop file
5 Name[de]=GVim
6 Name[eo]=GVim
7 Name[fr]=GVim
8 Name[it]=GVim
9 Name[ru]=GVim
10 Name[sr]=GVim
11 Name[tr]=GVim
12 Name=GVim
13 # Translators: This is the Generic Application Name used in the Vim desktop file
/vim-8.2.3635/src/VisVim/
H A DOleAut.h10 DISPID GetDispatchId (char* Name);
11 bool GetProperty (char* Name);
13 bool PutProperty (char* Name, LPCTSTR Format, ...);
15 bool Method (char* Name, LPCTSTR Format = NULL, ...);
42 bool Invoke (WORD Flags, char* Name, LPCTSTR Format, va_list ArgList);
H A DOleAut.cpp116 DISPID COleAutomationControl::GetDispatchId (char* Name) in GetDispatchId() argument
123 LPOLESTR OleName = TO_OLE_STR (Name); in GetDispatchId()
159 bool COleAutomationControl::GetProperty (char* Name) in GetProperty() argument
161 return Invoke (DISPATCH_PROPERTYGET, Name, NULL, NULL); in GetProperty()
169 bool COleAutomationControl::PutProperty (char* Name, LPCTSTR Format, ...) in PutProperty() argument
174 bool bRet = Invoke (DISPATCH_PROPERTYPUT, Name, Format, ArgList); in PutProperty()
189 bool COleAutomationControl::Method (char* Name, LPCTSTR Format, ...) in Method() argument
194 bool bRet = Invoke (DISPATCH_METHOD, Name, Format, ArgList); in Method()
209 bool COleAutomationControl::Invoke (WORD Flags, char* Name, in Invoke() argument
212 DISPID DispatchId = GetDispatchId (Name); in Invoke()
H A DVisVim.mak120 # Name "VisVim - Win32 Release"
121 # Name "VisVim - Win32 Debug"
/vim-8.2.3635/runtime/syntax/
H A Dredif.vim20 " *-Name
64 syntax region redifRegionClusterPrimary start=/^Primary-Name:/ skip=/^Primary-\%(Name-English\|Home…
66 syntax region redifRegionClusterTertiary start=/^Tertiary-Name:/ skip=/^Tertiary-\%(Name-English\|H…
68 syntax region redifRegionClusterProvider start=/^Provider-Name:/ skip=/^Provider-\%(Name-English\|H…
70 …rAuthor start=/^Author-Name:/ skip=/^Author-\%(Name\%(-First\|-Last\)\|Homepage\|Email\|Fax\|Posta…
71 …rEditor start=/^Editor-Name:/ skip=/^Editor-\%(Name\%(-First\|-Last\)\|Homepage\|Email\|Fax\|Posta…
186 syntax match redifFieldNameFull /^Name-Full:/ skipwhite skipempty nextgroup=redifArgumentNameFull c…
187 syntax match redifFieldNameLast /^Name-Last:/ skipwhite skipempty nextgroup=redifArgumentNameLast c…
191 syntax match redifFieldName /^Name:/ skipwhite skipempty nextgroup=redifArgumentName contained
875 " Name-ASCII
[all …]
H A Dapachestyle.vim19 " <Section Name?>
21 " <SubSection Name?>
H A Dpo.vim71 " KDE Name= handling
72 syn match poKDEdesktopFile "\"\(Name\|Comment\|GenericName\|Description\|Keywords\|About\)="ms=s+1,…
H A Ddebcopyright.vim18 syn match debcopyrightKey "^\%(Format\|Upstream-Name\|Upstream-Contact\|Disclaimer\|Source\|C…
H A Dwvdial.vim16 …| Prompt\|Password\|Password\ Prompt\|PPPD\ Path\|Force\ Address\|Remote\ Name\|Carrier\ Check\|St…
H A Dtaskedit.vim14 syn match taskeditHeading "^\s*#\s*Name\s\+Editable details\s*$" contained
/vim-8.2.3635/src/po/
H A Dvim.desktop.in4 # Translators: This is the Application Name used in the Vim desktop file
5 Name=Vim
6 # Translators: This is the Generic Application Name used in the Vim desktop file
H A Dgvim.desktop.in4 # Translators: This is the Application Name used in the GVim desktop file
5 Name=GVim
6 # Translators: This is the Generic Application Name used in the Vim desktop file
/vim-8.2.3635/runtime/ftplugin/
H A Dspec.vim55 let email = input("Name <email address>: ")
76 if name == "" && linestr =~? '^Name:'
202 \ '^Name:^%description:^%clean:^%(?:auto)?setup:^%build:^%install:^%files:' .
/vim-8.2.3635/nsis/lang/
H A Dsimpchinese.nsi16 "$(^Name) Setup"
18 "$(^Name) Uninstall"
H A Drussian.nsi16 "$(^Name) Setup"
18 "$(^Name) Uninstall"
H A Ddutch.nsi6 # Locale Name : nl
16 "$(^Name) Setup"
18 "$(^Name) Uninstall"
H A Ditalian.nsi6 # Locale Name : it
16 "$(^Name) Setup"
18 "$(^Name) Uninstall"
H A Dtradchinese.nsi16 "$(^Name) Setup"
18 "$(^Name) Uninstall"
H A Dserbian.nsi15 "$(^Name) Setup"
17 "$(^Name) Uninstall"
H A Djapanese.nsi15 "$(^Name) Setup"
17 "$(^Name) Uninstall"
H A Dturkish.nsi10 "$(^Name) Setup"
12 "$(^Name) Uninstall"
/vim-8.2.3635/src/libvterm/
H A Dvterm.pc.in5 Name: vterm
/vim-8.2.3635/runtime/keymap/
H A DREADME.txt9 {language} Name of the language (e.g., "hebrew", "greek")

123456