search for: _which_

Displaying 20 results from an estimated 31 matches for "_which_".

2013 Jan 20
2
"user units" in plotrix
...the radius argument takes. "user units" doesn't appear to be inches in this case, and it it corresponds to user coordinates, i don't know which axis' scaling is to be used as the reference. ideally, one would be able to specify the radius in user coordinates while specifying _which_ axis to use as the standard (e.g. an axis = "y" or axis = "x" argument). getFigCtr(...) can help in figuring this out, but its argument takes the relative position of the "figure" region, rather than the "plot" region, which is more apt for properly placing...
2020 Jul 22
2
Re: [PATCH nbdkit] server: Deprecate the -e/--exportname parameter.
...but that's a lot more painful to write. We _don't_ need to advertise 'foo' or 'bar' over NBD_OPT_INFO (at least, not for plugins that don't implement the forthcoming .export_list callback), but _do_ need a way for the captive application (nbdsh in this case) to know _which_ export the captive should connect to. And, if we reinstate _just_ that usage of -e,... >> (4) I have temporarily disabled tests/test-long-name.sh.  This is >>      still a valid test, but we will have to rewrite it to use >>      (probably) sh or eval plugins once we have an imp...
2020 Aug 25
2
Re: [RFC nbdkit PATCH] protocol: Alter .list_exports, add .default_export
...be associated with. What's > more, this is called _after_ .preconnect, which means it is logical > to expect that the default export name might change over time > (consider a plugin that advertises the largest file in a directory > as its default, but where the directory can change _which_ file is > largest between when the first client connects and when the second > client connects). And the string returned by the sh script is in > malloc'd memory (by it's very nature of coming from the user script, > rather than being a compile-time constant). Without a handle...
2017 Aug 03
0
find similar words in text
Please keep messages on the list so others can pitch in. _Which_ words do you want to consider identical for the purpose of frequency count? _What_ do you want to plot? B. > On Aug 3, 2017, at 4:36 PM, Riaan Van Der Walt <Riaan.VanDerWalt at nwu.ac.za> wrote: > > Hallo Boris, > I've loaded the Rstem, Snowball. > But I am clueless...
2013 Dec 05
5
man page
It seems to me that the man page is not complete. Personally, I had to read the code to understand. Propose to amend paragraph of included files on: -i GUEST-PATH=HOST-PATH, --include GUEST-PATH=HOST-PATH File (HOST-PATH) to copy into custom dir (GUEST-PATH). -I HOST-PATH, --includefile=HOST-PATH Copy all files listed in inputfile into the appropriate temporary sandbox directories. File
2010 May 19
4
(no subject)
Need some assistance, I have a firewall I am trying to reinstall the os, on, and I have no idea how to do it, they sent me syslinux, but I have no idea what kernel to use, or really how to install it using syslinux. Please, any help will be appreciated. Scott Latta Network Administrator Techsupport Supervisor Nexity Bank A+, NET+, MCP 205-298-6482
2020 Aug 25
2
Re: [RFC nbdkit PATCH] protocol: Alter .list_exports, add .default_export
...> >>more, this is called _after_ .preconnect, which means it is logical > >>to expect that the default export name might change over time > >>(consider a plugin that advertises the largest file in a directory > >>as its default, but where the directory can change _which_ file is > >>largest between when the first client connects and when the second > >>client connects). And the string returned by the sh script is in > >>malloc'd memory (by it's very nature of coming from the user script, > >>rather than being a compile-t...
2007 Jun 05
0
[1050] trunk/wxruby2/doc/textile: Delete doc references to remove assign_image_list methods in Tree/ListCtrl
..._assignimagelist). ListCtrl#assign_image_list - - *assign_image_list*(%(arg-type)ImageList% imageList, %(arg-type)Integer% which) - -Sets the image list associated with the control and -takes ownership of it (i.e. the control will, unlike when using -SetImageList, delete the list when destroyed). _which_ is one of -IMAGE_LIST_NORMAL, IMAGE_LIST_SMALL, IMAGE_LIST_STATE (the last is unimplemented). - </del><span class="cx"> h4. See also </span><span class="cx"> </span><span class="cx"> "ListCtrl#set_image_list":listctrl.html...
2006 Jan 05
0
more on the daisy function
Dear R-helpers, First of all, a happy new year to everyone! I succesfully used the daisy function (from package cluster) to find which two rows from a dataframe differ by only one value, and I now want to come up with a simpler way to find _which_ value makes the difference between any such pair of two rows. Consider a very small example (the actual data counts thousands of rows): input <- matrix(letters[c(1,2,1,2,2,3,2,1,1,2,2,2)], ncol=3) > input X1 X2 X3 1 a b a 2 b c b 3 a b b 4 b a b I am int...
2013 Dec 05
0
Re: man page
On 12/05/2013 11:25 AM, Fl@sh wrote: > It seems to me that the man page is not complete. _which_ manpage? > Personally, I had to read the code to understand. Propose to > amend paragraph of included files on: > > -i GUEST-PATH=HOST-PATH, --include GUEST-PATH=HOST-PATH > File (HOST-PATH) to copy into custom dir > (GUEST-PATH). > > -I HOST-PATH, --includefile=HOST-PA...
2020 Jul 22
0
Re: [PATCH nbdkit] server: Deprecate the -e/--exportname parameter.
...more painful to write. > > We _don't_ need to advertise 'foo' or 'bar' over NBD_OPT_INFO (at > least, not for plugins that don't implement the forthcoming > .export_list callback), but _do_ need a way for the captive > application (nbdsh in this case) to know _which_ export the captive > should connect to. > > And, if we reinstate _just_ that usage of -e,... > > >>(4) I have temporarily disabled tests/test-long-name.sh.  This is > >>     still a valid test, but we will have to rewrite it to use > >>     (probably) sh or...
2020 Aug 25
0
Re: [RFC nbdkit PATCH] protocol: Alter .list_exports, add .default_export
...th. What's >> more, this is called _after_ .preconnect, which means it is logical >> to expect that the default export name might change over time >> (consider a plugin that advertises the largest file in a directory >> as its default, but where the directory can change _which_ file is >> largest between when the first client connects and when the second >> client connects). And the string returned by the sh script is in >> malloc'd memory (by it's very nature of coming from the user script, >> rather than being a compile-time constant)....
2020 Aug 24
0
Re: [RFC nbdkit PATCH] protocol: Alter .list_exports, add .default_export
...uct that it can be associated with. What's more, this is called _after_ .preconnect, which means it is logical to expect that the default export name might change over time (consider a plugin that advertises the largest file in a directory as its default, but where the directory can change _which_ file is largest between when the first client connects and when the second client connects). And the string returned by the sh script is in malloc'd memory (by it's very nature of coming from the user script, rather than being a compile-time constant). Without a handle to store this s...
2020 Aug 25
0
Re: [RFC nbdkit PATCH] protocol: Alter .list_exports, add .default_export
...more, this is called _after_ .preconnect, which means it is logical >>>> to expect that the default export name might change over time >>>> (consider a plugin that advertises the largest file in a directory >>>> as its default, but where the directory can change _which_ file is >>>> largest between when the first client connects and when the second >>>> client connects). And the string returned by the sh script is in >>>> malloc'd memory (by it's very nature of coming from the user script, >>>> rather than b...
2013 Apr 17
2
Confusing error message when pointing the linux installer at a missing directory.
Last night, I was trying to install syslinux (5.01) to a SD card of mine, writing to a subdirectory to keep the layout neat: syslinux-5.01/linux# ./syslinux -i -d /boot /dev/mmcblk0p1 /dev/mmcblk0p1: No such file or directory The message is coming from do_open_file() in syslinux.c: the call to open() fails because the containing directory isn't present, and then it calls perror(opt.device).
2007 Feb 14
1
se.contrast confusion
Hello, I've got what I'd expect to be a pretty simple issue: I fit an aov object using multiple error strata, and would like some significance tests for the contrasts I specified. In this contrived example, I model some test score as the interaction of a subject's gender and two emotion variables (angry, happy, neutral), measured at entry to the experiment (entry) and later
2006 Mar 19
5
multiple signed ssl certificatess on single IP address
Good afternoon everyone, This is my first post here. I was wondering if someone could clear my mind about this. I have a dedicated server with a single ip address assigned to it. I want to host couple of site which are hosted somewhere else and they have signed certificates. Now I want to host them all on this single server. Is it possible to bound more than one cert to a single IP based
2006 May 02
10
Ruby on Rails w/Dreamhost - routes problem...I think.
I am trying to deploy my first app on Dreamhost using Ruby on Rails. I followed the wiki, but I think I am missing something. I think it may be in my RoR code, but I am not sure. My app runs fine when run as http://localhost:3000/AddPatientVisit/addvisits AddPatientVisit is the controller and addvisits is the form that posts back to the controller. I got rid of the index.html in public
2023 Feb 20
2
[PATCH 1/2] python: Avoid crash if callback parameters cannot be built
On Mon, Feb 20, 2023 at 10:45 AM Laszlo Ersek <lersek at redhat.com> wrote: > > On 2/17/23 17:52, Eric Blake wrote: > > On Thu, Feb 16, 2023 at 03:09:02PM +0100, Laszlo Ersek wrote: > > >> - Py_BuildValue with the "O" format specifier transfers the new list's > >> *sole* reference (= ownership) to the just-built higher-level object
2004 Apr 27
1
Password changes to /etc/passwd, but not smbpasswd
Hello, I've Googled and done some mailing list searches, but can't figure out the following . When a user on a Windows 2000 machine attempts to change their password, the change gets applied to /etc/passwd, but not to smbpasswd. The error I receive from Windows is: "The system cannot change your password right now because the domain .. Is not available". (The domain is