search for: ppath

Displaying 9 results from an estimated 9 matches for "ppath".

Did you mean: path
2006 Mar 23
1
nlme for groupedData with inner and outer factors
Hello, I am having trouble specifying a suitable nlme model. My data structure is described by gd <- groupedData(ppath ~ lcut | exp, outer = ~ bait, inner = ~ weight, data = d) i.e. the response (ppath) of several subjects (sub) was measured at levels of a continuous variable (lcut). Subjects were given either of one level of a factor (bait), and all subjects were measured at two levels of another factor (weig...
2009 Mar 11
1
Ggplot2: saving a grid with multiple plots
Hi all, I have managed to create a figure on the screen with multiple plots in it. Something like the example below. When I save that with ggsave(), only the last plot gets saved (pPath in the example) instead of the entire figure. Any suggestions how I can save this kind of figures automated? Thanks, Thierry library(ggplot2) pPoint <- qplot(unemploy/pop, psavert, data=economics) pPath <- qplot(unemploy/pop, psavert, data=economics, geom="path") grid.newpage() p...
2013 Nov 26
0
[LLVMdev] Help needed with a pass
...cBlock* Entry = BasicBlock::Create(getGlobalContext(),new Twine("Entry"), foo); BasicBlock* False = BasicBlock::Create(getGlobalContext(),new Twine("False"), foo); BasicBlock* True = BasicBlock::Create(getGlobalContext(),new Twine("True"), foo); const char* pPath; pPath = getenv("<SOME_ENV_VAR>"); Twine temp=new Twine("tmp"); IRBuilder<> builder(Entry); Value* envVarDoesntExist = builder.CreateICmpEQ(new StringRef(pPath),Constant::getNullValue(StringRef),temp); builder.CreateCondBr(envVarDoesntExist, False, Tr...
2004 Jan 26
6
OpenSSH, OpenAFS, Heimdal Kerberos and MIT Kerberos
Rather then implementing kafs in MIT Kerberos, I would like to suggest an alternative which has advantages to all parties. The OpenSSH sshd needs to do two things: (1) sets a PAG in the kernel, (2) obtains an AFS token storing it in the kernel. It can use the Kerberos credentials either obtained via GSSAPI delegation, PAM or other kerberos login code in the sshd. The above two
2005 Apr 06
3
givenname and email address with smbldap-tools
Hi all, I have setup samba / openldap as describes by the idealx howto and as such I am using the smbldap-tools. However, I would like to add the givenname and email address fields for all users. What is the best way to do this? I would prefer continuing to use the smbldap-tools, but I cannot seem to find a good way to do this. When I try to: $ smbldap-usermod -M testuser@testdomain.net
2006 May 31
1
Phrase Query vs AND Query? Why don't these find the same things?
...345678-1234-1234-1234-1234567890ab 1 1 MDATE:1135755971 1 1 MIME:application/octet-stream 1 1 NAME:table-add-column-after-hover.gif 1 1 TYPE:0 1 1 here is what my test program outputs with the AND QUERY the numbers in the [] after the LP: prefixed terms are thier posting postiions found 1 DOCID:1 PPATH:/wfs/0/+/D/0+DM0wZ6y_mHubbNJjQXrgqW64s=/table- add-column-after-hover.gif/12345678-1234-1234-1234-1234567890ab LPATH:/backup/c:/program files/Mozilla Firefox/res/table- add-column-after-hover.gif CDATE:1135755971 (Wed, 28 Dec 2005 07:46:11 GMT) ETAG:DA39A3EE5E6B4B0D3255BFEF95601890AFD80709 LANG:en...
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one, with changes coming from the blktap2.5 one. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2005 Jul 22
1
Another HID USB UPS
...n Path: UPS.iSerialNumber Path: UPS.iManufacturer Path: UPS.ManufacturerDate.PresentStatus Path: UPS.ManufacturerDate.Charging Path: UPS.ManufacturerDate.Discharging Path: UPS.ManufacturerDate.ACPresent Path: UPS.ManufacturerDate.BatteryPresent Path: UPS.ManufacturerDate.BelowRemainingCapacityLimit PPath: UPS.ManufacturerDate.ShutdownImminent Path: UPS.ManufacturerDate.RemainingTimeLimitExpired Path: UPS.ManufacturerDate.NeedReplacement Path: UPS.ManufacturerDate.OverLoad Path: UPS.ManufacturerDate.00000000 Path: UPS.ManufacturerDate.00000000 ........................... a total of 22 ManufacturerDa...
2018 Dec 19
1
[WIP PATCH 03/15] drm/dp_mst: Introduce new refcounting scheme for mstbs and ports
...&mstb->ports); > > > mutex_unlock(&mstb->mgr->lock); > > > } > > > @@ -1202,17 +1445,21 @@ static void drm_dp_add_port(struct > > > drm_dp_mst_branch *mstb, > > > if (created && !port->input) { > > > char proppath[255]; > > > > > > - build_mst_prop_path(mstb, port->port_num, proppath, > > > sizeof(proppath)); > > > - port->connector = (*mstb->mgr->cbs->add_connector)(mstb->mgr, > > > port, proppath); > > > + build_mst_prop_path(mstb...