search for: string

Displaying 20 results from an estimated 42610 matches for "string".

Did you mean: sring
2007 Oct 10
1
[LLVMdev] make check fails on latest SVN version
...in/llvm-svn/llvm/test/Bindings/Ocaml/analysis.ml -o analysis.ml.tmp File "/home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/analysis.ml", line 39, characters 12-54: Warning X: this statement never returns (or has an unsound type.) /tmp/camlprim81a59e.c:839: warning: deprecated conversion from string constant to 'char*' /tmp/camlprim81a59e.c:839: warning: deprecated conversion from string constant to 'char*' /tmp/camlprim81a59e.c:839: warning: deprecated conversion from string constant to 'char*' /tmp/camlprim81a59e.c:839: warning: deprecated conversion from string const...
2017 Aug 01
6
[PATCH v2 0/3] common: Add a lightweight OCaml binding for PCRE.
v2: - Change the OCaml code in the daemon to use PCRE instead of Str. - Call pcre_compile2 so we can capture the error code on failure. - Extend the test suite. - Some other cleanups, but very minor. Rich.
2007 Mar 12
0
11 commits - libswfdec/js libswfdec/swfdec_loader.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_script.c player/swfdebug.c player/swfdec_player_manager.c test/trace
...++++++++++++++++++++++ test/trace/and-or-6.swf |binary test/trace/and-or-6.swf.trace | 649 +++++++++++++++++++++++++ test/trace/and-or-7.swf |binary test/trace/and-or-7.swf.trace | 801 ++++++++++++++++++++++++++++++++ test/trace/undefined-tostring.swf |binary test/trace/undefined-tostring.swf.trace | 3 18 files changed, 2428 insertions(+), 19 deletions(-) New commits: diff-tree d569f40ce1d270b721fd0b1fb12ed77a512d6e74 (from ff920ea3ce2cdfa2e16d1a7ee993bd221b94316d) Author: Benjamin Otte <otte@gnome.org> Date: Tue Mar 13...
2002 Nov 18
0
Kazaa
...console output: --------------------------------------------------- fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported fixme:win32:PE_CreateModule Unknown directory 15 ignored err:midi:OSS_MidiInit ioctl on midi info for device 0 failed. err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a string item 0800 err:menu:MENU_ParseResource not a...
2007 Aug 24
0
7 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_string.c test/trace
libswfdec/swfdec_as_context.c | 7 + libswfdec/swfdec_as_interpret.c | 9 +- libswfdec/swfdec_as_object.h | 3 libswfdec/swfdec_as_string.c | 128 ++++++++++++++++++++++-------------- test/trace/Makefile.am | 14 +++ test/trace/string-fake-5.swf |binary test/trace/string-fake-5.swf.trace | 12 +++ test/trace/string-fake-6.swf |binary test/trace/string-fake-6.swf.trace | 12 +++ test/trace/...
2007 Oct 17
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
libswfdec/swfdec_as_strings.c | 2 libswfdec/swfdec_initialize.as | 3 libswfdec/swfdec_initialize.h | 306 ++-- libswfdec/swfdec_text_field_movie.c | 4 libswfdec/swfdec_text_field_movie.h | 3 libswfdec/swfdec_text_field_movie_as.c | 83 + test/trac...
2015 Oct 06
10
[PATCH 0/5] mllib: Hide bad String functions and miscellaneous refactoring.
Hide/prevent the use of bad string functions like String.lowercase. These are replaced by safe functions that won't break UTF-8 strings. Other miscellaneous refactoring. Rich.
2002 Oct 29
0
samba error when browsing network.
...9;ve got samba 2.2.6 running on my internal network. I'm trying to connect to my home directory via a win2ksp3 client, and i'm getting the below error message in my satellite.log file which is the log file created when i tried to connect. Any suggestions appreciated. Thanks. Dave. ERROR: string overflow by 4 in string_sub(%u, 7) [2002/10/28 22:03:22, 0] lib/util_str.c:string_sub(1219) ERROR: string overflow by 4 in string_sub(%u, 7) [2002/10/28 22:03:22, 0] lib/util_str.c:string_sub(1219) ERROR: string overflow by 4 in string_sub(%u, 7) [2002/10/28 22:03:22, 0] lib/util_str.c:string_s...
2002 Sep 13
1
"LockFile not implemented in server" messages on a Samba share
...log file to this message. On the Samba server, there aren't any special locking restrictions: for example, oplocks are allowed. Any ideas will be welcome. -- Oscar A. Valdez -------------- next part -------------- Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: fixme:string:GetLocaleInfoA 'IDEFAULTMACCODEPAGE' is not defined for your language (440A). Please define it in dlls/kernel/nls/YourLanguage.nls and submit patch for inclusion into the next Wine release. fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match i...
2016 Jul 09
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
On 08/07/16 23:43, Markus Mayer wrote: > Add a collection of generic functions to convert strings to lowercase > or uppercase. > > Changing the case of a string (with or without copying it first) seems > to be a recurring requirement in the kernel that is currently being > solved by several duplicated implementations doing the same thing. This > change aims at reducing this...
2013 Jan 25
3
read.csv quotes within fields
All, I have some csv files I am trying to import. I am finding that quotes inside strings are escaped in a way R doesn't expect for csv files. The problem only seems to rear its ugly head when there are an uneven number of internal quotes. I'll try to recreate the problem: # set up a matrix, using escape-quote as the internal double quote mark. x <- data.frame(matrix(dat...
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
Previously we had lots of types like String, Device, StringList, DeviceList, etc. where Device was just a String with magical properties (but only inside the daemon), and DeviceList was just a list of Device strings. Replace these with some simple top-level types: String StringList and move the magic into a subtype. The change is mec...
2016 Dec 08
4
[PATCH] generator: Share Common_utils code.
...;*) ... (*</stdlib>*) and creates generator/common_utils.ml and generator/common_utils.mli from that. The effect is we only need to write utility functions once. As with other tools, we still have generator-specific utility functions in generator/utils.ml. Also in this change: - Use String.uppercase_ascii and String.lowercase_ascii in place of deprecated String.uppercase/String.lowercase. - Implement String.capitalize_ascii to replace deprecated String.capitalize. - Move isspace, isdigit, isxdigit functions to Char module. --- .gitignore | 3 + dib/utils.ml...
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator. Rich.
2007 Jun 28
0
Branch 'as' - 3 commits - libswfdec/swfdec_as_string.c libswfdec/swfdec_as_strings.c test/trace
libswfdec/swfdec_as_string.c | 25 +++++++++++++++++++++++++ libswfdec/swfdec_as_strings.c | 1 + test/trace/Makefile.am | 7 +++++++ test/trace/string-indexof-5.swf |binary test/trace/string-indexof-5.swf.trace | 19 +++++++++++++++++++ test/trace/string-indexof-6.swf |...
2005 Jul 12
1
HAL and mounting volume
...for USB flash disk. I found I can do it in /usr/share/hal/fdi/95userpolicy/storage-policy.fdi <?xml version="1.0" encoding="ISO-8859-1"?><!-- -*- SGML -*- --> <deviceinfo version="0.2"> <device> <match key="volume.fstype" string="vfat"> <merge key="volume.policy.mount_option.uid" type="string">nobody</merge> <merge key="volume.policy.mount_option.gid" type="string">mounter</merge> <merge key="volume.policy.mo...
2015 Oct 06
0
[PATCH 5/5] mllib: Replace various ad hoc string_* functions with String.*
This is just a straight refactoring. Various ad hoc string_* functions that appeared in Common_utils have been renamed and placed in the String.* namespace. The old vs "new" functions are: string_prefix -> String.is_prefix string_suffix -> String.is_suffix string_find -> String.find replace_str -> String.replace string_nspli...
2020 Aug 14
2
Another possible tracing feature for TableGen
...l classes and records there. Once the trace can be selective, it makes sense to add another option for PrintRecords that restricts its printing to only the traced records. Now it gets a bit more difficult. =============================================== class P <int ID> { int P_ID = ID; string P_field = "P string here"; } class C <string arg1> : P<-1970> { int C_field1 = 1042; string C_field2 = "C string"; int C_field3; let C_field3 = !add(C_field1, 3); string C_arg1 = arg1; string C_to_let; } class D <list<int> list1, int rare = 0&g...
2019 Dec 07
2
Agent protocol changes related to U2F/FIDO2 keys
...GN was defined to use the value 3. Second, https://raw.githubusercontent.com/openssh/openssh-portable/master/PROTOCOL.u2f <https://raw.githubusercontent.com/openssh/openssh-portable/master/PROTOCOL.u2f> documents the new extension for loading SK keys as: byte SSH_AGENT_CONSTRAIN_EXTENSION string sk at openssh.com string middleware path However, the current OpenSSH agent code actually expects to receive: byte SSH_AGENT_CONSTRAIN_EXTENSION string sk-provider at openssh.com string middleware path Also, this documentation doesn?t define the format of the key data sent to the agent for...
2017 Jul 19
2
Creating/Reading a complex string in R
> On Jul 19, 2017, at 5:38 AM, Michael Friendly <friendly at yorku.ca> wrote: > > It was suggested to quote your string with *backticks* (` ... `) rather than single quotes. > > String <- `<html> > <head> > ... > ` That failed for me. The parser considered it a language object, an R name. Here's what I needed to do: > string <- `"this string has both "'...