search for: nname

Displaying 20 results from an estimated 24 matches for "nname".

Did you mean: name
2020 Aug 06
0
[nbdkit PATCH v2 5/5] sh, eval: Add .list_exports support
...ERLEAVED\n\n' 'INTERLEAVED\n\n\n' \ + 'NAMES+DESCRIPTIONS\n\n' 'NAMES+DESCRIPTIONS\n\n\n'; do + printf "$fmt" >eval-exports.list + do_nbdkit '[["",null]]' +done + +# A non-default name +for fmt in 'name\n' 'NAMES\nname\n'; do + printf "$fmt" >eval-exports.list + do_nbdkit '[["name",null]]' +done + +# One export with a description +for fmt in 'INTERLEAVED\nname\ndesc\n' 'NAMES+DESCRIPTIONS\nname\ndesc\n'; do + printf "$fmt" >eval-exports.list...
2020 Aug 27
0
[PATCH nbdkit 2/2] api: Remove .list_exports from nbdkit 1.22 release.
...#39; 'INTERLEAVED\n\n\n' \ - 'NAMES+DESCRIPTIONS\n\n' 'NAMES+DESCRIPTIONS\n\n\n'; do - printf "$fmt" >eval-exports.list - do_nbdkit '' '[["",null,1]]' -done - -# A non-default name -for fmt in 'name\n' 'NAMES\nname\n'; do - printf "$fmt" >eval-exports.list - do_nbdkit name '[["name",null,5]]' -done - -# One export with a description -for fmt in 'INTERLEAVED\nname\ndesc\n' 'NAMES+DESCRIPTIONS\nname\ndesc\n'; do - printf "$fmt" >eval-expor...
2014 Feb 21
1
dsync, a zero-way synchronisation tool?
..._prefix sync_box sync_box_guid sync_type debug sync_visible_namespaces exclude_mailboxes send_mail_requests backup_send backup_recv lock_timeout no_mail_sync no_backup_overwrite purge_remote Smailbox_guid last_uidvalidity last_common_uid last_common_modseq last_common_pvt_modseq changes_during_sync Nname existence mailbox_guid uid_validity uid_next last_renamed_or_created subscribed last_subscription_change Dhierarchy_sep mailboxes dirs unsubscribes Bmailbox_guid uid_validity uid_next messages_count first_recent_uid highest_modseq highest_pvt_modseq mailbox_lost cache_fields have_guids have_save_gu...
2020 Aug 27
4
[PATCH nbdkit 0/2] Temporarily remove .list_exports for nbdkit 1.22
If you're following nbdkit development upstream you'll have seen that we are still making changes to the .list_exports and related APIs. The current .list_exports API upstream is not how it will look finally. The latest set of proposals was here: https://www.redhat.com/archives/libguestfs/2020-August/thread.html#00330 At the same time I'd like to do an nbdkit 1.22 (stable) release.
2013 Feb 07
1
[libhivex] Patch implementing hivex_node_get_child_deep
Hello, First and foremost - awesome library, beautiful code. Thank you! If I may be so bold as to make my first post to the mailing list a request for an API change, I have attached a patch for a new function in the hivex library that implements obtaining a handle to a "deep" node, allowing the user to enter a path like "SOFTWARE\Intel\Infinst\Uninstall" with only a previous
2020 Aug 06
6
[nbdkit PATCH v2 0/5] .list_exports
Since v1: - patch 1: check size limits - patch 2: better handling of default export name canonicalization - patch 3: support filters as well as plugins - patch 4: new - patch 5: rewrite sh parser, fix testsuite to actually work and cover more cases (now that libnbd.git is fixed) Eric Blake (4): server: Add exports list functions server: Prepare to use export list from plugin log: Add
2016 Jan 12
3
What are the advantages and disadvantages of running with or without libvirt?
...dir', '/etc/sysconfig/network-scripts', '--chmod', '0755:/etc/sysconfig/network-scripts', '--write', '/etc/sysconfig/network-scripts/ifcfg-eth0:HWADDR="54:52:c0:a8:c8:03"\nBOOTPROTO="dhcp"\nTYPE="Ethernet"\nONBOOT="yes"\nNAME="eth0"'] TIA, Y.
2012 Mar 20
1
overriding "summary.default" or "summary.data.frame". How?
...me, but confusing. When ## will R find my summary.data.frame, when will it find the one in base. ## use ... for numLevels, digits, alphaSort summarize <- function(dat, ...) { dots <- list(...) dotnames <- names(dots) ## next should give c("digits", "alphaSort") nnames <- names(formals(summarizeNumerics))[-1L] ## names that need keeping if in dots: keepnames <- dotnames %in% nnames if( sum(keepnames) > 0 ) { argList <- modifyList( list("dat"=quote(dat)), dots[keepnames] ) datn <- do.call("summarizeNumerics", argL...
2014 Jan 28
1
Problem to setup replication
...ug sync_visible_namespaces exclude_mailboxes send_mail_requests backup_send backup_recv lock_timeout no_mail_sync no_backup_overwrite purge_remote Smailbox_guid last_uidvalidity last_common_uid last_common_modseq last_common_pvt_modseq changes_during_sync Nname existence mailbox_guid uid_validity uid_next last_renamed_or_created subscribed last_subscription_change Dhierarchy_sep mailboxes dirs unsubscribes Bmailbox_guid uid_validity uid_next messages_count first_recent_uid highest_modseq highest_pvt...
2006 Oct 26
0
Generating tables
...not, is there another way to make a table which supports this? I am merely using a data frame as a way to create a table I don't need the data to be this data type. Benjamin On 10/26/06, Leeds, Mark (IED) <Mark.Leeds at morganstanley.com> wrote: > I think colnames(DF)<-c("meanname","sdname","nname") should work if > that's what you want. > > > > -----Original Message----- > From: r-help-bounces at stat.math.ethz.ch > [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Benjamin > Dickgiesser > Sent: Thursday, Octob...
2008 Sep 02
0
mk5check crashed on Windows
...r changes: ============================= --- R-2.7.2/src/gnuwin32/front-ends/md5check.c (revision 167) +++ R-2.7.2/src/gnuwin32/front-ends/md5check.c (working copy) @@ -157,7 +157,7 @@ #ifdef DEBUG printf("missing\n"); #endif - if(found) { + if(found||nnames==0) { fprintf(stderr, "file %s: missing\n", line+34); miss++; } @@ -171,7 +171,7 @@ #endif continue; } else { - for(j = 0; j < 16; j++) snprintf (out+2*j, 2, "%02x", resblock[j]); + for(j =...
2010 Feb 05
13
[PATCH 01/14] hivexsh: Document some peculiarities of the "cd" command.
--- hivex/hivexsh.pod | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/hivex/hivexsh.pod b/hivex/hivexsh.pod index 277e3ae..9336798 100644 --- a/hivex/hivexsh.pod +++ b/hivex/hivexsh.pod @@ -100,7 +100,14 @@ or even: Path elements (node names) are matched case insensitively, and characters like space, C<*>, and C<?> have I<no> special
2007 Jan 05
3
Dag repository...
A bit of a new guy around these parts... I've done a bit of looking, and haven't found any newbie-friendly instructions on how to add the Dag repository to my CentOS4 box. Could somebody help me out and point me in the right direction? Thanks... -- --- David Woyciesjes
2008 May 05
2
locate and omega: how to index file names?
hallo, I'm indexing a filesystem using omindex, and users can query the database via omega: everything works fine now I'd like to add an option like "search files by name" and I'm wondering how to do this can omega search files by name directly? how should I build the query? could I use scriptindex to index, eg., the locate database? how? should I index file names
2019 Oct 18
3
[2.3.8] possible replication issue
...purge_remote no_notify sync_since_timestamp sync_max_size sync_flags sync_until_timestamp virtual_all_box empty_hdr_workaround import_commit_msgs_interval hashed_headers Smailbox_guid last_uidvalidity last_common_uid last_common_modseq last_common_pvt_modseq last_messages_count changes_during_sync Nname existence mailbox_guid uid_validity uid_next last_renamed_or_created subscribed last_subscription_change Dhierarchy_sep mailboxes dirs unsubscribes Bmailbox_guid uid_validity uid_next messages_count first_recent_uid highest_modseq highest_pvt_modseq mailbox_lost mailbox_ignore cache_fields have_gui...
2013 Nov 16
0
Replication Setup
...ostname sync_ns_prefix sync_box sync_box_guid sync_type debug sync_visible_namespaces exclude_mailboxes send_mail_requests backup_send backup_recv lock_timeouno_mail_sync no_backup_overwrite Smailbox_guid last_uidvalidity last_common_uid last_common_modseq last_common_pvt_modseq changes_during_sync Nname existence mailbox_guid uid_validity uid_next last_renamed_or_created subscribed last_subscription_change Dhierarchy_sep mailboxes dirs unsubscribes Bmailbox_guid uid_validity uid_next messages_count first_recent_uid highest_modseq highest_pvt_modseq mailbox_lost cache_fields have_guids have_save_gu...
2014 Aug 07
4
[PATCH 0/2] Fix errors found by Clang static analyzer
Hi, Here is one trivial initialization fix and another patch to convert a huge macro to an inline function. The result of the expansion would show up in an assertion which triggered a -Woverlength-strings warning. Peter Wu (2): Fix garbage return value on error Fix overly long assertion string lib/hivex-internal.h | 28 ++++++++++++++++------------ lib/node.c | 18
2016 Jan 12
0
Re: What are the advantages and disadvantages of running with or without libvirt?
...'/etc/sysconfig/network-scripts', '--chmod', > '0755:/etc/sysconfig/network-scripts', '--write', > '/etc/sysconfig/network-scripts/ifcfg-eth0:HWADDR="54:52:c0:a8:c8:03"\nBOOTPROTO="dhcp"\nTYPE="Ethernet"\nONBOOT="yes"\nNAME="eth0"'] > > TIA, > Y. > _______________________________________________ > Libguestfs mailing list > Libguestfs@redhat.com > https://www.redhat.com/mailman/listinfo/libguestfs -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Re...
2010 Mar 03
1
using upscode2 driver with Powerware 5119 RM
...fo("ups.delay.shutdown"),NULL,10)); upslogx(LOG_EMERG, msg); upscsend("UPPC"); /* Powercycle UPS */ upscsend("IJHLDMGCIU"); /* security code */ /* do something so connection doesn't drop right after UPPC command */ upsc_getvalue("UPTP", NULL, "NNAME", "ups.model", NULL); } I'm sure a real C hacker could find a cleaner/better/elegant way to print the messages, but hey I'm a hardware guy. I'm just happy it's all working. -seg
2010 Sep 08
0
Correction to vec-subset speed patch
...typedef SEXP (*StringEltGetter)(SEXP x, int i); @@ -482,13 +500,14 @@ static SEXP stringSubscript(SEXP s, int ns, int nx, SEXP names, - StringEltGetter strg, int *stretch, Rboolean in, SEXP call) + StringEltGetter strg, int *stretch, SEXP call) { SEXP indx, indexnames; int i, j, nnames, sub, extra; int canstretch = *stretch; /* product may overflow, so check factors as well. */ - Rboolean usehashing = in && ( ((ns > 1000 && nx) || (nx > 1000 && ns)) || (ns * nx > 15*nx + ns) ); + Rboolean usehashing = + (ns > 1000 &&a...