Displaying 2 results from an estimated 2 matches for "itemcount".
Did you mean:
itemcounts
2001 Dec 06
2
Solaris install problem ... mcount
...: *** [R] Error 1
I cannot find the object requiring "mcount", so I am having a hard time
trying to figure out where mcount might be hiding.
2[214]0 nightingale:/contrib/R-1.3.1 > cd src/main
0[215]0 nightingale:/<1>R-1.3.1/src/main > grep -i mcount *
list.c:static int ItemCounts;
list.c: if(ItemCounts < MaxCount) {
list.c: for(j = 0 ; j < ItemCounts ; j++) {
list.c: SET_STRING_ELT(ans, ItemCounts, name);
list.c: ItemCounts += 1;
list.c: ItemCounts = 0;
list.c: savecount = ItemCounts;
list.c: ans = allocVector(STRSXP, ItemCounts);
lis...
2010 Mar 19
0
Wine release 1.1.41
...on failure.
shell32/shellview: Implemented IFolderView::GetSelectionMarkedItem() with basic test.
shell32/shellview: Implemented IFolderView::GetFocusedItem.
shell32/shellview: Implement IFolderView::GetFolder() for IID_IShellFolder.
shell32/shellview: Implement IFolderView::ItemCount for SVGIO_ALLVIEW flag.
shell32/shellview: Don't crash on ::DragLeave called without droptraget.
shell32: Add SHCreateFileExtractIconW stub.
shlwapi: Partially implement SHGetObjectCompatFlags with tests.
avifil32: Registry access calls don't return HRESULT codes....