代码搜索:Local

找到约 10,000 项符合「Local」的源代码

代码结果 10,000
www.eeworm.com/read/106679/15627625

txt rfc1998.txt

Network Working Group E. Chen Request for Comments: 1998 MCI Category: Informational
www.eeworm.com/read/106588/15633542

h pwfont.h

// PwFont.h //----------------------------------------------------------------------------- void SetPasswordFont(CWnd* pDlgItem); //-----------------------------------------------------------------
www.eeworm.com/read/105395/15668529

cite-mkbib

#!/usr/local/bin/bash # # Script that combines the functions of cite and mkbib # # Copyright
www.eeworm.com/read/105158/15677079

lua table.lua

-- make table, grouping all data for the same item -- input is 2 columns (item, data) local A while 1 do local l=io.read() if l==nil then break end local _,_,a,b=string.find(l,'"?([_%w]+)"?%s*(.*)
www.eeworm.com/read/105158/15677083

lua fibfor.lua

-- example of for with generator functions function generatefib (n) return coroutine.wrap(function () local a,b = 1, 1 while a
www.eeworm.com/read/105158/15677085

lua globals.lua

-- reads luac listings and reports global variable usage -- lines where a global is written to are marked with "*" -- typical usage: luac -p -l file.lua | lua globals.lua | sort | lua table.lua while
www.eeworm.com/read/105158/15677095

lua sort.lua

-- two implementations of a sort function -- this is an example only. Lua has now a built-in function "sort" -- extracted from Programming Pearls, page 110 function qsort(x,l,u,f) if l
www.eeworm.com/read/104928/15681322

wsf getpage.wsf

www.eeworm.com/read/104928/15681369

vbs ipmacinfo.vbs

'IPMacInfo.vbs 'list IP and MAC information for local computer Dim objServices, objWMIObjects, objWMIObject, nF 'create Services object for default namespace on local computer Set objServices =
www.eeworm.com/read/104361/15697179

tig test41.tig

/* local types hide global */ let type a = int in let type a = string in 0 end end