search for: capitalised

Displaying 20 results from an estimated 86 matches for "capitalised".

2011 Nov 08
1
splitting by the last occurance of a dot
Dear R-helpers, I want to split the following vector into 2 vectors by the last occurance of a . > dput(rownames(sensext)) c("pat", "cash_bank_bal", "invest_abroad", "pat.1", "cash_bank_bal.1", "invest_abroad.1", "pat.2", "cash_bank_bal.2", "invest_abroad.2", "pat.3",
2016 Dec 13
3
mailboxes and capitalisation
Dear all, I have set up a series of special-use mailboxes in the default namespace differing by capitalisation of the names, mainly to capture multiple mailboxes with autoexpunge namespace inbox { ... mailbox Trash { auto = no autoexpunge = 30d special_use = \Trash } mailbox trash { auto = no autoexpunge = 30d special_use = \Trash } ... }
2016 Dec 13
1
mailboxes and capitalisation
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 13 Dec 2016, Tanstaafl wrote: > On 12/13/2016 4:48 AM, Thorsten Hater <thorsten.hater at gmail.com> wrote: >> I have set up a series of special-use mailboxes in the default namespace >> differing by capitalisation of the names, mainly to capture multiple >> mailboxes >> with autoexpunge >> >>
2013 Sep 18
2
Dovecot and CAPITALISATION = grrrr ;-(
...IN.XYZ. Postfix has no issues handling it, it when it gets passed over to Dovecot LMTP that I get log lines such as : Sep 17 13:48:22 ukc-vm02-mx01 dovecot: auth: passwd-file(user at SOMEDOMAIN.XYZ): unknown user However user at somedomain.xyz *DOES* exist in the passwd file. Just not with a capitalised domain ! I am confused. Ben
2016 Dec 13
0
mailboxes and capitalisation
On 12/13/2016 4:48 AM, Thorsten Hater <thorsten.hater at gmail.com> wrote: > I have set up a series of special-use mailboxes in the default namespace > differing by capitalisation of the names, mainly to capture multiple > mailboxes > with autoexpunge > > namespace inbox { > ... > mailbox Trash { > auto = no > autoexpunge = 30d >
2013 Sep 17
6
rspec-puppet require syntax
Can someone tell me the correct way to specify the following require statement in an rspec-puppet test? *require => [Class[''ssl''],Class[''pcre3''],Staging::Extract["nginx-${version}.tar.gz"]]* I tried this: *''require'' =>
2005 Aug 23
4
Functions with the same name: best practices
Ok, here's another best practices question - let's say I'm writing a package and I want to use a function name that is already claimed by a function in the base R packages. For the sake of argument, let's pretend this function is for profiling the performance of a function (like Rprof for example), and so an obvious name that comes to mind is profile. This, of course, clashes
2003 May 14
2
Is there a simple method of changing text into 'Proper Ca se'
Yes and no. Given your response it appears that "Proper Case" is not a term that everyone uses. In Excel there is a function "Proper" which in essence changes "this line into something like this" into "This Line Into Something Like This." My look at casefold seesm to be that is is a wrapper of two functions to change text into either Lower or Upper case.So
2009 Nov 02
5
Forward DID to another server
hello all, i have 2 asterisk boxes on that 1 have public IP Address and another is only have local IP address now on public IP there are some 7 DID forwarded , now i want to forward 3 DID out of 7 DID to local machine we called server B , I know there are DIal , and Switch statement in asterisk , but is there any other convenient way to do this. because if call ratio is high then my call legs
2017 Jan 20
2
SSSD cache case-sensitivity
Dear all, I'm running CentOS 7.3 with SSSD. I'm using sssd-ad to talk to an AD backend. Group names in the AD contain capitals. When sssd-ad is working normally, group names returned are all lowercase. However, when the AD backend goes offline, group names returned from the SSSD cache contain capitals. The change in case breaks stuff (sshd's AllowGroups, for one). Has anybody
2005 Jun 18
2
mailing list headers
For some reason all headers for mails coming from this list are coming from @Xiph.org, not @xiph.org like all the other xiph lists. Any chance this small discrepancy with all the other xiph lists can be fixed for aesthetic and procmail reasons ? :) (This mail is just as much a test for seeing if my changed procmail catches this, btw) Thanks Thomas Dave/Dina : future TV today ! -
2006 Jan 06
1
Xapian binding for C#.
Xapians! Anyone know when Xapian bindings for C# will be ready? Thanks, Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20060105/257652e0/attachment.htm
2004 Mar 31
0
Manager Interface "Action: Originate" change d
...Them: Action: Login Login: admin Secret: mypass Action: Originate Exten: 200 Context: stations Channel: SIP/agent07 Priority: 1 Callerid: James Bond Calling That should work. We use manager actions extensively in our applications and the managerAPI is sometimes finicky for capitalisation. and a capitalised first letter of the action and parameters is how it's written in the code. Let me know if that helps MATT--- -----Original Message----- From: Tony Wasson [mailto:wasson@azxws.com] Sent: Tuesday, March 30, 2004 7:46 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Manager Int...
2018 Jun 12
5
Samba Time Synchronisation wikipage
...ch you cite in the para "Default time source" actually confirms this. Did you find another document which says clients always seek out the PDC Emulator DC? There are also a couple of typo's I've spotted: transfer (not tranfer) and "Deciding" doesn't need to be capitalised in the Introduction. Cheers, Roy
2011 Nov 30
1
[PATCH] Canonicalise BTRFS: and Btrfs: to btrfs:
Currently there are 3 different capitalisations of btrfs: used in printk()''s, BTRFS: (3 occurences), Btrfs: (1 occurence) and btrfs: (77 occurences). It''s best to have them all the same for consistency, so we canonicalise the two minority cases to btrfs:. Signed-off-by: Chris Samuel <chris@csamuel.org> --- fs/btrfs/disk-io.c | 4 ++-- fs/btrfs/inode.c | 4 ++-- 2
2014 Jun 26
2
[PATCH v3 1/3] drm/nouveau: support for probing platform devices
Le 26/06/2014 16:58, Alexandre Courbot a ?crit : > On Thu, Jun 26, 2014 at 6:30 PM, Roy Spliet <seven at nimrod-online.com> wrote: >> op 26-06-14 07:33, Alexandre Courbot schreef: >> >>> Add a platform driver for Nouveau devices declared using the device tree >>> or platform data. This driver currently supports GK20A on Tegra >>> platforms and is
2009 Dec 26
3
Does :class_name for belongs_to have to be a string and why?
Seemingly, when I use a symbol, I get an ActiveRecord error stating ''Can''t convert symbol into String.'' Why can''t I use a symbol here? Possibly this is a deeper misunderstanding of symbols in general on my part. #ActiveRecord error class Book < ActiveRecord::Base belongs_to :author, :class_name => :Person, :foreign_key => :author_id end #works
2019 Sep 06
2
Change in behaviour for the "%U" substitution in 4.10.8?
Hi knowledgable Samba folks, I have a Samba server (Ubuntu 18.04, with the packages from apt.van-belle.nl so that I can run recent versions of Samba with Time Machine). This box is configured to use Active Directory authentication as a domain member. Happy to share relevant parts of configuration if necessary, feel free to just ask. I have two shares that are configured to use %U username
2007 Sep 12
3
The use for an XML based metadata format
On Wed, Sep 12, 2007 at 11:55:04PM +0100, Ian Malone wrote: > All capitalised tags are the result of an MB automatic > tagging tool. The MB one includes all the uuids, but > also pulls in a 'sortname'. (Incidentally the album name > had been added when encoding, I suspect that's why it was > unmodified.) > Despite UUIDs there's an acknowledg...
2006 Aug 11
3
Proposed changes to omindex
Proposed changes to omindex Currently Available Items ========================= 1) Have the Q prefix contain the 16 byte MD5 of the full file name used for document lookup during indexing. 2) Add the document?s last modified time to the value table (ID 0). This would allow incremental indexing based on the timestamp and also sorting by date in omega (SORT=0) a. Currently I store the timestamp