search for: varcat

Displaying 8 results from an estimated 8 matches for "varcat".

2004 Apr 25
2
nonparametric multiple sample comparison
...Testing". Is it possible to calculate these numbers in R? Thanks in advance for any help or comments to improve this function. Best regards, Antonio Olinto Sao Paulo Fisheries Institute Brazil multcomp <- function(DataSet) { dat.multcomp <- DataSet names(dat.multcomp) <- c("VarCat","VarNum") attach(dat.multcomp) dat.multcomp$Rank <- rank(VarNum) attach(dat.multcomp) RankList <- aggregate(Rank,list(Rank=Rank),FUN=length) t <- length(RankList$Rank) st <- 0 for (i in 1:t) if (RankList[i,2]>1) st<-st+(RankList[i,2]^3-RankList[i,2]) LevCat <- l...
2018 Mar 18
0
Wine release 2.0.5
...vsscanf. ddraw: Validate the surface descriptor size in GetDisplayMode. configure: Check the positive form of the warning options. Alistair Leslie-Hughes (4): oleaut32: Remove dead code. oleaut32: Use VariantChangeTypeEx to convert to VT_BOOL. oleaut32/tests: Add more VarCat tests. oleaut32: Improve support for IDispatch in VarCat. Andrew Eikum (2): xaudio2: Ignore buffers returned from OpenAL after Stop. xaudio2: Account for abandoned buffer bytes. Andrey Gusev (1): d3dx10: Add D3DX10PreprocessShaderFromMemory stub. Bob Ziuchkovski (1):...
2017 Jun 23
0
Wine release 2.11
...wineandroid: Implement wglMakeContextCurrentARB. wineandroid: Implement wglSwapIntervalEXT. Alistair Leslie-Hughes (9): include/windocdec.idl: Add interface IWICImagingFactory2. windowscodecs: Register WICImagingFactory2 interface. oleaut32: Improve support for IDispatch in VarCat. include/wmsdkidl.idl: Add IWMLanguageList, IWMReaderPlaylistBurn interfaces. oledb32/tests: Add to DBTYPE_WSTR tests for GetConversionSize. oledb32: Supply a default dst len in GetConversionSize. oledb32: Add support for converting to W/STR types in GetConversionSize....
2007 Aug 24
0
Wine release 0.9.44
...e. oleaut32/tests: Use GetModuleHandle and check only once for availability of some functions. oleaut32/tests: Use GetModuleHandle and add a few skip's. oleaut32/tests: Add a few skip's to the vartype tests. oleaut32/tests: Fix a few typos. oleaut32/tests: Skip VarCat tests if there is no I8 and/or UI8 support. oleaut32/tests: Skip VarAnd tests if there is no I8 and/or UI8 support. oleaut32/tests: Skip VarDiv tests if there is no I8 and/or UI8 support. opengl32/tests: Be a bit more verbose when doing wglGetProcAddress. mshtml/htmltextcont...
2017 May 26
0
Wine release 2.9
...include/wmsdkidl.idl: Stop redefinition of QWORD. oleaut32: Remove dead code. include/mfreadwrite.idl: Add interface IMFSinkWriter. oleaut32: Use VariantChangeTypeEx to convert to VT_BOOL. wined3d: Allow passing NULL to context_reacquire(). oleaut32/tests: Add more VarCat tests. André Hentschel (2): cryptnet: Fix CryptGetObjectUrl spec file entry. wsdapi: Fix WSDXMLBuildAnyForSingleElement spec file entry. Aurimas Fišeras (1): po: Update Lithuanian translation. Austin English (32): user32: Add GetPhysicalCursorPos/SetPhysicalCursorPos stub...
2009 Apr 24
0
Wine release 1.1.20
...tlAllocateHeap. David Adam (4): ddraw: Remove useless comments. d3d8: Add tests for IDirect3D8Device_Reset. d3d9: Add tests for IDirect3D9Device_Reset. wined3d: SetDepthStencilSurface is always called when AutoDepthStencil is enabled. Detlef Riekenberg (5): oleaut32: VarCat must use localized names for VT_BOOL. oleaut32/tests: Replace lstrcpyW and lstrcatW with memcpy to fix failures on win95. msi/tests: Replace lstrcatW with memcpy to fix failures on win95. winetest: Add support for --version, --help and /?. winetest: Add option -x to extract...
2006 Nov 10
0
Wine release 0.9.25
...on for the complete list. ---------------------------------------------------------------- Changes since 0.9.24: Alex Villac?s Lasso (4): oleaut32: olepicture - Support multiple redundant headers before picture data. oleaut32: variant - allow conversion of VT_DISPATCH into VT_BSTR in VarCat. oleaut32: varformat - Force LCID_US for conversion in VarFormatNumber. oleaut32: typelib - fix regression in MSFT typelib parsing. Alexandre Julliard (44): winecrt0: Fix delay load structure types for Win64. user32: SetWindowRgn should call SetWindowPos, not RedrawWindow....
2011 Aug 26
0
Wine release 1.3.27
...xception handler to catch bad pointers passed by an application. Hwang YunSong (1): po: Updated Korean translation. Jacek Caban (4): jscript: Don't copy more than needed in parse_identifier. mshtml: Wine Gecko 1.3 release. oleaut32: Correctly test VARIANT_BOOL value in VarCat. mshtml: Get rid of no longer useful get_nsdoc_window helper. J?rg H?hle (5): kernel32/tests: WaitForMultipleObjects returns lowest signaled handle first. winealsa.drv: Fix AudioRenderClient write pointer calculation. wineoss.drv: Fix AudioRenderClient write pointer calcula...