search for: ucase

Displaying 8 results from an estimated 8 matches for "ucase".

Did you mean: case
2006 Jan 06
6
Help with TextSearch :all and MySQL
Hi, I really need help with making the ''searches_on :all'' in Duane Johnson''s TextSearch work with MySQL (not sure if it works with other db''s). http://wiki.rubyonrails.com/rails/pages/TextSearch I realize that there are other search packages out there. But this particular solution best fits my small needs of searching a small database. I''ve gotten
2004 Oct 22
1
[PATCH] support OEM encoding in NTLM messages
...if (unicode) + len /= sizeof(ucs2le_t); + + str = t_str_new(len); while (len-- > 0) { str_append_c(str, *p & 0x7f); - p += sizeof(ucs2le_t); + p += unicode ? sizeof(ucs2le_t) : 1; } return str_c(str); } -static unsigned int append_string(buffer_t *buf, const char *str, int ucase) +static unsigned int append_string(buffer_t *buf, const char *str, + int ucase, int unicode) { unsigned int length = 0; for ( ; *str; str++) { buffer_append_c(buf, ucase ? toupper(*str) : *str); - buffer_append_c(buf, 0); - length += sizeof(ucs2le_t); + if (unicode) { + buffer...
2001 Nov 16
6
case conversion and/or string comparison
This is no doubt trivial but after searching the help files and the web, I cannot seem to find it. 1) How do I convert 'hgt' into 'HGT' in R? 2) How should I have used the help facilities to find this? At the end of the day, all I want to do is case insensitive string matching... i.e. 'if ("HGT" == 'hgt') print('this should be true')' I tried
2004 Aug 30
0
[PATCH] NTLM fixes
...s.vanilla/src/lib-ntlm/ntlm-encrypt.c dovecot-cvs/src/lib-ntlm/ntlm-encrypt.c --- dovecot-cvs.vanilla/src/lib-ntlm/ntlm-encrypt.c 2004-07-30 07:01:24.000000000 +0400 +++ dovecot-cvs/src/lib-ntlm/ntlm-encrypt.c 2004-08-29 17:44:45.000000000 +0400 @@ -35,16 +35,6 @@ t_unicode_str(const char *src, int ucase return buffer_free_without_data(wstr); } -static void -ntlmssp_des_encrypt_triad(const unsigned char *hash, - const unsigned char *challenge, - unsigned char *response) -{ - deshash(response, hash, challenge); - deshash(response + 8, hash + 7, challenge); - deshash(response + 16, hash...
2006 Mar 03
2
Force update of Samba point-and-print drivers?
I hope someone here can offer an easy approach to the following (somewhat simplified) scenario. We have a Samba domain that is running well. We have 10 Samba/CUPS printers and used the Windows Print Wizard method noted on pages 225-226 (section 17.6.1) of the Prentice-Hall-published Official Samba-3 HOWTO to install the drivers. Over time, we learned to pay particular attention the the printer
2004 Jan 01
1
[PATCH] Add winbind-backed NTLMSSP support to Cyrus-SASL
...;x)[1] = (i >> 8) & 0xff; \ - ((unsigned char *) &x)[2] = (i >> 16) & 0xff; \ - ((unsigned char *) &x)[3] = (i >> 24) +/***************************** Common Section *****************************/ -/* convert string to all upper case */ -static const char *ucase(const char *str, unsigned len) -{ - char *cp = (char *) str; +static const char plugin_id[] = "$Id: ntlm.c,v 1.61 2003/03/26 17:18:04 rjs3 Exp $"; - if (!len) len = xstrlen(str); - - while (len && cp && *cp) { - *cp = toupper((int) *cp); - cp++; - len--; -...
2012 Jul 17
0
Wine release 1.5.9
...ts by passing IWebBrowser2 interface where possible. vbscript: Ignore version flags in GetDispID. mshtml: Moved binding list to HTMLInnerWindow. mshtml: Simplify ASServiceProvider_QueryService. mshtml: Moved detaching inner window to separated function. vbscript: Added UCase implementation. vbscript: Added LCase implementation. mshtml: Create inner window early in binding process and use it to store current binding callback. mshtml: Use per-inner window task_magic for binding. mshtml: Don't store outer window in nsChannelBSC. mshtml: U...
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251 Bug ID: 95251 Summary: vdpau decoder capabilities: not supported Product: Mesa Version: 11.2 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at