search for: is_disc

Displaying 10 results from an estimated 10 matches for "is_disc".

Did you mean: is_dir
2007 Dec 28
1
logistic mixed effects models with lmer
...effects are like this (full output is at end of message): > print(m17, corr=F) ... Fixed effects: Estimate Std. Error z value Pr(>|z|) (Intercept) -1.97887 0.19699 -10.045 < 2e-16 *** sexM 0.45553 0.14387 3.166 0.001544 ** ... is_discTRUE 0.24676 0.15204 1.623 0.104576 poly(wfreq, 2)1 -119.72397 11.00516 -10.879 < 2e-16 *** poly(wfreq, 2)2 17.35646 5.44456 3.188 0.001433 ** poly(wlen_p, 2)1 -13.60798 7.26926 -1.872 0.061208 . poly(wlen_p, 2)2 -6.43167 5.24119 -1.227 0.21...
2005 Jul 12
1
HAL and mounting volume
...'vfat' (string) volume.policy.should_mount = true (bool) info.udi = '/org/freedesktop/Hal/devices/block_4223-CC71' (string) volume.size = 130023424 (0x7c00000) (uint64) volume.block_size = 512 (0x200) (int) volume.num_blocks = 253952 (0x3e000) (int) volume.is_disc = false (bool) volume.is_mounted = true (bool) volume.mount_point = '/media/usbdisk' (string) volume.label = '' (string) volume.uuid = '4223-CC71' (string) volume.fsversion = 'FAT12' (string) volume.fsusage = 'filesystem' (string)...
2007 Jan 31
3
using audio CDROM with EAC & Suse 10.2 (wine)
...on="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- --> <deviceinfo version="0.2"> <device> <!-- optical drives --> <match key="block.device" string="/dev/hdc"> <match key="volume.is_disc" bool="true"> <merge key="volume.policy.should_mount" type="bool">true</merge> <merge key="volume.policy.desired_mount_point"type="string">cdrom</merge>/mnt/cdrom </match>...
2007 Jan 31
0
Re: wine-users Digest, Vol 18, Issue 35
...coding="ISO-8859-1"?> <!-- -*- SGML -*- --> > <deviceinfo version="0.2"> > <device> > <!-- optical drives --> > <match key="block.device" string="/dev/hdc"> > <match key="volume.is_disc" bool="true"> > <merge key="volume.policy.should_mount" > type="bool">true</merge> > <merge > key="volume.policy.desired_mount_point"type="string">cdrom</merge>/mnt/cdrom >...
2009 Aug 31
1
Fixed patch...
This version of the patch includes feedback from jboggs at redhat.com, including fixes to the BuildRequires and Requires in the spec file.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate, so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going. The code won't get all the way to the define stage since I'm in the middle of retrofitting it to use virtinst instead of a home spun node definition.