search for: gettop

Displaying 6 results from an estimated 6 matches for "gettop".

Did you mean: gettok
2005 Dec 15
1
Some handy methods - perhaps cool enough to be committed some time
...{return this.width+"x"+this.height;} }, Position:function(x,y){ this.x=x; this.y=y; this.toString=function(){return this.x+"x"+this.y;} }, Area:function(position,size){ this.size=size; this.position=position; this.getTopLeft=function(){ return this.position; } this.getTopRight=function(){ return new Geometry.Position(this.position.x+this.size.width-1,this.position.y); } this.getBottomLeft=function(){ return new Geometry.Position(this.position.x,t...
2006 Nov 28
11
Extending Element with getTop, getWidth, getLeft problem
Hi, I need to extend the Element object with getTop, getWidth, getLeft . I wrote something like this in an js file and loaded it after the prototype.js . ---------------------------------------------------- Object.extend(Element, { getWidth: function(element) { element = $(element); return element.offsetWidth; }, getTop: function(elem...
2011 Feb 04
1
GAM quasipoisson in MuMIn
Hi, I have a GAM quasipoisson that I'd like to run through MuMIn package - dredge - gettop.models - model.avg However, I'm having no luck with script from an example in MuMIn help file. In MuMIn help they advise "include only models with smooth OR linear term (but not both) for each variable". Their example is: # Example with gam models (based on "example(gam)&qu...
2011 Feb 04
0
GAM quasipoisson in MuMIn - SOLVED
...th smooth and linear terms for the *same*variables....which I didn't have. Regards, Karen On 4 February 2011 12:31, Karen Moore <kmoore@tcd.ie> wrote: > > Hi, > > I have a GAM quasipoisson that I'd like to run through MuMIn package > > > - dredge > - gettop.models > - model.avg > > > However, I'm having no luck with script from an example in MuMIn help file. > In MuMIn help they advise "include only models with smooth OR linear term > (but not both) for each variable". Their example is: > > # Example with gam m...
2009 Apr 24
0
Wine release 1.1.20
...msctf: Helper functions for generating DWORD cookies. msctf/tests: Setup test framework for ITfThreadMgrEventSink. msctf/tests: Test activation and deactivation of a text service. msctf/tests: Test DocumentMgr creation and Focus. msctf/tests: Test ITfContext Push, Pop, GetTop and GetBase. msctf/tests: Add ITextStoreACP interface for testing. msctf: Make use of generated cookies in sinks to allow 64 bit compatibility. msctf: Add ITfKeystrokeMgr framework to ThreadMgr. msctf: Define ITfKeyEventSink. msctf: Define the TF_MOD_* Constants....
2009 Feb 13
0
Wine release 1.1.15
...Implement SetFocus and GetFocus. msctf: Only 1 ITfThreadMgr is created per thread. include: Add beginning textstor.idl. msctf: Implement stub ITfContext. msctf: Implement ITfDocumentMgr::Push. msctf: Implement ITfDocumentMgr::Pop. msctf: Implement ITfDocumentMgr::GetTop. msctf: Implement ITfDocumentMgr::GetBase. msctf: Add definition of ITfSource interface. msctf: Add ITfSource interface to Context. msctf: Add ITfSource interface to ThreadMgr. msctf: Add ITfSource interface to DocumentMgr. advapi32: Add Security Label sids used...