search for: entrycount

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

Did you mean: entry_count
2011 Feb 24
1
Objects must be passed as an argument or generated in the function, right?
Hi, I'm new to R, and found this code confusing. It is from the bioconductor package "RpsiXML". entryCount <- length(nodes) The "nodes" object is either the argument nor generated in the function. How can R find the "nodes" object? What am I missing here? Thanks Zheng Jk parseXmlEntryNodeSet <- function(psimi25file, psimi25source, verbose=TRUE) { psimi25Doc <- xmlTr...
2006 Jan 23
6
Performance Issues with Autocompleter
...l scrolling.(Otherwise I would not be able to show 1000 results) I have identified couple of places in the code which can be bottlenecks, I would be glad if you guys could comment about it. (code snips are from control.js latest released version) <code snip> render: function() { if(this.entryCount > 0) { for (var i = 0; i < this.entryCount; i++) this.index==i ? Element.addClassName(this.getEntry(i),"selected") : Element.removeClassName(this.getEntry(i),"selected"); if(this.hasFocus) { this.show(); this.active...
2007 Nov 11
3
Scrollable selectbox for auto complete
Hi everyone, I have used used scriptalicious for the autocomplete. It works but with one problem. When scrolling down the list, the values not visible are not scrolled into focus. eg I use the keyboard down or up key. Here is my CSS <style type="text/css"> div.auto_complete { height: 100px; width: 350px; background:
2006 Mar 17
1
Autocompleter.Local problem/desparate plea for help...
I have been trying to write a selector function for Autocompleter.Local that will show a predefined Array and will scroll automatically to the first match. I have had success with with getting my list to populate and show all of the choices, however I cannot get it to scroll to the first match. Since I build the JS Array I can know exactly how many items are in the list going into my selector,
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...te); - this.hasFocus = false; - this.changed = false; - this.active = false; - this.index = 0; + this.update = $(update); + this.hasFocus = false; + this.changed = false; + this.active = false; + this.index = 0; this.entryCount = 0; this.oldElementValue = this.element.value; @@ -59,28 +59,28 @@ Autocompleter.Base = Class.create({ this.options.tokens = this.options.tokens || []; this.options.frequency = this.options.frequency || 0.4; this.options.minChars = this.options.minChars || 1; -...
2018 Feb 07
1
Addressing the problem of noisy GPUs under Nouveau
.../ Fan Cooler Table entry typedef struct { NvU32 field1; NvU32 field2; NvU32 field3; NvU32 field4; NvU32 field5; } FAN_COOLER_TABLEENTRY; // Fan Cooler Table typedef struct { NvU32 version; NvU32 entrySize; NvU32 entryCount; FAN_COOLER_TABLEENTRY entries[NV_FAN_COOLER_TABLE_V2_MAX_ENTRIES]; } FAN_COOLER_TABLE, *PFAN_COOLER_TABLE; // Default minimum fan level - *cannot* be overriden by VBIOS: #define FAN_SPEEDCONTROL_MINIMUM_LEVEL_DEFAULT 30 // Default maximum fan level - can be overriden by VBIOS: #de...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server
2018 Jan 28
3
Addressing the problem of noisy GPUs under Nouveau
On 28/11/17 07:32, John Hubbard wrote: > On 11/23/2017 02:48 PM, Martin Peres wrote: >> On 23/11/17 10:06, John Hubbard wrote: >>> On 11/22/2017 05:07 PM, Martin Peres wrote: >>>> Hey, >>>> >>>> Thanks for your answer, Andy! >>>> >>>> On 22/11/17 04:06, Ilia Mirkin wrote: >>>>> On Tue, Nov 21, 2017 at 8:29