- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 126 for Williams (0.4 sec)
-
runtime/lang/menu_en_gb.latin1.vim
" Menu Translations: UK English " Maintainer: Mike Williams <******@****.***> " Last Change: 2003 Feb 10 " Quit when menu translations have already been done. if exists("did_menu_trans") finish endif let did_menu_trans = 1 " Note: there is no "scriptencoding" command here, all encodings should be " able to handle ascii characters without conversion. " Convert from American to UK spellings. menutrans C&olor\ Scheme C&olour\ Scheme
Plain Text - Registered: 2022-11-07 09:55 - Last Modified: 2004-06-13 20:20 - 484 bytes - Viewed (0) -
DONORS.md
Vincent Barkmann Vincent Cloutier Vincent Foulon Vitaliy Sapronenko Vladimir Savin ******@****.*** Vulinux Wapiti . Wiley Thompson William Bodin William Edwards William F Siqueira Woonki Moon Wyatt Goodin Xananax Yan Shi Zekim Zher Huei Lee Zoee Silcock ケルベロス 貴宏 小松 郝晨煜 ## Bronze donors
Plain Text - Registered: 2023-01-25 16:01 - Last Modified: 2022-12-15 11:24 - 13.5K bytes - Viewed (0) -
runtime/ftplugin/postscr.vim
" Vim filetype plugin file " Language: PostScript " Maintainer: Mike Williams <******@****.***> " Last Change: 24th April 2012 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif " Don't load another plugin for this buffer let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim " PS comment formatting setlocal comments=b:% setlocal formatoptions-=t formatoptions+=rol
Plain Text - Registered: 2023-01-23 08:44 - Last Modified: 2014-07-29 02:12 - 1006 bytes - Viewed (0) -
runtime/ftplugin/dosbatch.vim
" Vim filetype plugin file " Language: MS-DOS .bat files " Maintainer: Mike Williams <******@****.***> " Last Change: 7th May 2020 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif " Don't load another plugin for this buffer let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim " BAT comment formatting setlocal comments=b:rem,b:@rem,b:REM,b:@REM,:::
Plain Text - Registered: 2023-01-23 08:44 - Last Modified: 2021-04-29 01:29 - 1011 bytes - Viewed (0) -
runtime/ftplugin/postscr.vim
" Vim filetype plugin file " Language: PostScript " Maintainer: Mike Williams <******@****.***> " Last Change: 24th April 2012 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif " Don't load another plugin for this buffer let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim " PS comment formatting setlocal comments=b:% setlocal formatoptions-=t formatoptions+=rol
Plain Text - Registered: 2023-01-23 09:55 - Last Modified: 2012-04-26 18:17 - 1006 bytes - Viewed (0) -
runtime/ftplugin/dosbatch.vim
" Vim filetype plugin file " Language: MS-DOS .bat files " Maintainer: Mike Williams <******@****.***> " Last Change: 7th May 2020 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif " Don't load another plugin for this buffer let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim " BAT comment formatting setlocal comments=b:rem,b:@rem,b:REM,b:@REM,:::
Plain Text - Registered: 2023-01-23 09:55 - Last Modified: 2020-05-07 16:56 - 1011 bytes - Viewed (0) -
npm/angular/package.json
Json - Registered: 2023-01-27 08:39 - Last Modified: 2022-08-30 14:25 - 1.6K bytes - Viewed (0) -
docs/_style/prism-master/examples/prism-yaml.html
- North by Northwest - { name: John Smith, age: 33} - name: Mary Smith age: 27 --- "name": John Smith age: 33 men: [ John Smith, "Bill Jones" ] women: - Mary Smith - "Susan Williams" </code></pre> <h2>Tags</h2> <pre><code>--- !!map { ? !!str friends: !!seq [ !!map { ? !!str "age" : !!int 33, ? !!str "name" : !!str "John Smith", } ],
HTML - Registered: 2023-01-26 20:08 - Last Modified: 2018-12-19 06:09 - 2K bytes - Viewed (0) -
runtime/indent/postscr.vim
" PostScript indent file " Language: PostScript " Maintainer: Mike Williams <******@****.***> " Last Change: 2022 Apr 06 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal indentexpr=PostscrIndentGet(v:lnum) setlocal indentkeys+=0],0=>>,0=%%,0=end,0=restore,0=grestore indentkeys-=:,0#,e let b:undo_indent = "setl inde< indk<" " Catch multiple instantiations
Plain Text - Registered: 2023-01-23 09:55 - Last Modified: 2022-05-21 12:08 - 1.6K bytes - Viewed (0) -
src/app/@core/mock/users.service.ts
private time: Date = new Date; private users = { nick: { name: 'Nick Jones', picture: 'assets/images/nick.png' }, eva: { name: 'Eva Moor', picture: 'assets/images/eva.png' }, jack: { name: 'Jack Williams', picture: 'assets/images/jack.png' }, lee: { name: 'Lee Wong', picture: 'assets/images/lee.png' }, alan: { name: 'Alan Thompson', picture: 'assets/images/alan.png' },
Plain Text - Registered: 2023-01-23 00:23 - Last Modified: 2019-01-18 13:25 - 2.1K bytes - Viewed (2)