search for: _copy

Displaying 13 results from an estimated 13 matches for "_copy".

Did you mean: copy
2023 Aug 13
0
R-4.3 version list.files function could not work correctly in chinese
...oblem with list.files() and file names in Chinese. There is no need for additional proof. Unfortunately, it's impossible to fix the problem unless its source is found: https://www.chiark.greenend.org.uk/~sgtatham/bugs-cn.html Can you give me more examples of file names, _as text_, that I could _copy and paste_ into my computer in order to (hopefully) reproduce the problem here? Alternatively, can you use a debugger for programs written in C? Do you know someone who does? -- Best regards, Ivan
2013 Sep 24
0
[LLVMdev] [lld] ELF needs type for SharedLibraryAtom.
On Sep 24, 2013, at 9:13 AM, Joerg Sonnenberger wrote: > On Tue, Sep 24, 2013 at 10:49:36AM -0500, Shankar Easwaran wrote: >> Not sure why this is being done for a long time with the GNU linker. > > Because the main program is not PIC, it will only use absolute > references to global symbols. For functions, you can create a PLT > record, but for data access, you have to hide
2007 Nov 01
0
libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie_html.c
...++++++++++++++-------------- 2 files changed, 36 insertions(+), 14 deletions(-) New commits: commit e1f14212d5a236453dd64426cfde8e6646b526d7 Author: Pekka Lampila <pekka.lampila at iki.fi> Date: Thu Nov 1 16:32:52 2007 +0200 Don't crash in TextField when swfdec_text_format_new or _copy return NULL diff --git a/libswfdec/swfdec_text_field_movie.c b/libswfdec/swfdec_text_field_movie.c index 4dd9c07..5d499b2 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -1063,6 +1063,10 @@ swfdec_text_field_movie_set_text_format (SwfdecTextFieldMovie...
2013 Sep 24
2
[LLVMdev] [lld] ELF needs type for SharedLibraryAtom.
On Tue, Sep 24, 2013 at 10:49:36AM -0500, Shankar Easwaran wrote: > Not sure why this is being done for a long time with the GNU linker. Because the main program is not PIC, it will only use absolute references to global symbols. For functions, you can create a PLT record, but for data access, you have to hide the real symbol and copy the content over to the equivalent in the main binary.
2014 Sep 12
6
NVA3: Small misc mem reclocking fixes
Patch 1 fixes nva3 bailing due to not finding the right ramcfg Patch 2 is a resend rebased on 3.17.0-rc4 for setting the vblank period Patch 3-5 handle writes to per-partition registers, for which NVA3 does not have special broadcast regs available. Patch 6 removes local structs from NVA3 reclocking in favour of the already existing "ram->base." variables, like in NVE0 As always,
2023 Aug 12
2
R-4.3 version list.files function could not work correctly in chinese
Dear Yihui, Thanks a lot for your help! Unfortunately, I was not able to reproduce this. I've tried creating files with Chinese characters in their names and populating them with valid UTF-8 and valid non-UTF-8 text, but R seems to be able to list them all in my case. I'm running a US English evaluation ISO image of a slightly newer build of Windows 10, and I also compiled R-4.3.1 from
2007 Sep 29
0
libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h
...300 Add transform and doTransform methods to StyleSheet class diff --git a/libswfdec/swfdec_initialize.as b/libswfdec/swfdec_initialize.as index 75aa098..4df879b 100644 --- a/libswfdec/swfdec_initialize.as +++ b/libswfdec/swfdec_initialize.as @@ -299,6 +299,7 @@ TextField.StyleSheet.prototype._copy = f TextField.StyleSheet.prototype.clear = function () { this._css = {}; + this._styles = {}; }; TextField.StyleSheet.prototype.getStyle = function (name) { @@ -310,6 +311,7 @@ TextField.StyleSheet.prototype.setStyle this._css = {}; this._css[name] = this._copy (style); + thi...
2012 Nov 23
0
Wine release 1.5.18
...wctrans tests. msvcp: Sync implementations. msvcp60: Added basic_stringbuf::_Mode implementation. msvcp60: Export basic_ostream constructors. msvcp60: Fixed handling of empty strings. msvcp60: Fixed basic_string::_Tidy implementation. msvcp60: Fixed basic_string::_Copy implementation. Qian Hong (2): usp10: Fixed wgBlank, wgDefault, wgInvalid and wgKashida. usp10/tests: Added tests for wgBlank, wgDefault, wgInvalid and wgKashida. -- Alexandre Julliard julliard at winehq.org
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...uot;StyleSheet", true], + ["_global.TextField", "getFontList", true], + ["_global.TextField", "prototype", true], + ["_global.TextField.StyleSheet", "prototype", false], + ["_global.TextField.StyleSheet.prototype", "_copy", true], + ["_global.TextField.StyleSheet.prototype", "clear", true], + ["_global.TextField.StyleSheet.prototype", "doTransform", true], + ["_global.TextField.StyleSheet.prototype", "getStyle", true], + ["_global.TextField.St...
2011 Nov 18
0
Wine release 1.3.33
...d3d: Get rid of RTL_DISABLE. wined3d: Simplify context_choose_pixel_format(). wined3d: Get rid of the WINED3DSAMPLER_TEXTURE_TYPE typedef. wined3d: Get rid of the COMPARISON_TYPE typedef. ddraw: Use wined3d_mutex_lock() / wined3d_mutex_unlock() for locking. wined3d: x11_copy_to_screen() shouldn't be called on mapped surfaces. wined3d: Introduce a "state" variable in shader_glsl_load_constants(). wined3d: Get rid of the WINED3DSHADER_PARAM_REGISTER_TYPE typedef. wined3d: Get rid of the winetexturestates typedef. d3d10: Add the ID3D1...
2007 Oct 23
0
11 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_style_sheet.c libswfdec/swfdec_style_sheet.h
...ue Oct 23 16:53:44 2007 +0300 Add update method to StyleSheet diff --git a/libswfdec/swfdec_initialize.as b/libswfdec/swfdec_initialize.as index 92bc87a..d7aaf49 100644 --- a/libswfdec/swfdec_initialize.as +++ b/libswfdec/swfdec_initialize.as @@ -320,6 +320,7 @@ TextField.StyleSheet.prototype._copy = function (o) { TextField.StyleSheet.prototype.clear = function () { this._css = {}; this._styles = {}; + this.update (); }; TextField.StyleSheet.prototype.getStyle = function (name) { @@ -332,6 +333,7 @@ TextField.StyleSheet.prototype.setStyle = function (name, style) { this._css...
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800 release 0.5.4 ("Turkish Cycling Federation") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/ R5PF4bZQqmSdJ64t8EbD4cA= =8qBy -----END PGP SIGNATURE----- Changes since the dawn of time: Benjamin Otte (40):
2007 Nov 30
0
36 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_flash_security.c
...00..4c27abf --- /dev/null +++ b/test/trace/stylesheet-properties-7.swf.trace @@ -0,0 +1,85 @@ +_global.TextField.StyleSheet = function + __proto__ (hp) = _global.Function.prototype + constructor (hp) = _global.Function + prototype (hp) = object + __proto__ (hp) = _global.Object.prototype + _copy (hp) = function + __proto__ (hp) = _global.Function.prototype + constructor (hp) = _global.Function + prototype (hp) = object + __proto__ (hp) = _global.Object.prototype + constructor (hp) = _global.TextField.StyleSheet.prototype._copy + clear (hp) = function +...