search for: autosize

Displaying 20 results from an estimated 29 matches for "autosize".

2007 Nov 01
0
5 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_as_object.c libswfdec/swfdec_text_field_movie.c test/image
libswfdec/swfdec_as_array.c | 18 +++++++++++++----- libswfdec/swfdec_as_object.c | 2 ++ libswfdec/swfdec_text_field_movie.c | 12 ++++++++---- test/image/Makefile.am | 16 +++++++++++++++- test/image/text-field-autosize-6.swf |binary test/image/text-field-autosize-6.swf.png |binary test/image/text-field-autosize-7.swf |binary test/image/text-field-autosize-7.swf.png |binary test/image/text-field-autosize-8.swf |binary test/image/text-field-autosize-8.swf.png |binary test/image/text-field-autosize...
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
...(57) -17000000 (number) = -17000000 (number) +mouseWheelEnabled: (58) input (string) = input (string) +mouseWheelEnabled: (59) 34000000 (number) = 34000000 (number) +mouseWheelEnabled: (60) -34000000 (number) = -34000000 (number) +mouseWheelEnabled: (61) input (dynamic) = dynamic (string) Testing: autoSize (default: ) autoSize: (0) (undefined) = (undefined) autoSize: (1) null (null) = null (null) diff --git a/test/trace/text-field-values-6.swf b/test/trace/text-field-values-6.swf index ea4bf4a..92d20bf 100644 Binary files a/test/trace/text-field-values-6.swf and b/test/trace/text-field-values-6.s...
2007 Nov 01
0
2 commits - libswfdec/swfdec_text_field_movie.c test/image
...te: Thu Nov 1 23:12:18 2007 +0200 Add an image test for applying Color transform to TextField diff --git a/test/image/Makefile.am b/test/image/Makefile.am index 86c50d3..0bf8a9a 100644 --- a/test/image/Makefile.am +++ b/test/image/Makefile.am @@ -120,6 +120,13 @@ EXTRA_DIST = \ text-field-autosize-7.swf.png \ text-field-autosize-8.swf \ text-field-autosize-8.swf.png + text-field-color-transform.as \ + text-field-color-transform-6.swf \ + text-field-color-transform-6.swf.png \ + text-field-color-transform-7.swf \ + text-field-color-transform-7.swf.png \ + text-field-color-transform-8.swf...
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
...ext_field_movie_add_variable (proto, SWFDEC_AS_STR_scroll, + swfdec_as_object_add_native_variable (proto, SWFDEC_AS_STR_scroll, swfdec_text_field_movie_do_get_scroll, swfdec_text_field_movie_do_set_scroll); // display - swfdec_text_field_movie_add_variable (proto, SWFDEC_AS_STR_autoSize, + swfdec_as_object_add_native_variable (proto, SWFDEC_AS_STR_autoSize, swfdec_text_field_movie_get_autoSize, swfdec_text_field_movie_set_autoSize); - swfdec_text_field_movie_add_variable (proto, SWFDEC_AS_STR_password, + swfdec_as_object_add_native_variable (proto, SWFDEC_AS_STR_p...
2009 Dec 30
1
Samba4 A11 Provision Fails on 389-DS - Fedora 12
...cure Port Disabled [30/Dec/2009:15:12:43 -0600] - Backend Instance: sambaData [30/Dec/2009:15:12:43 -0600] - dblayer_instance_start: pagesize: 4096, pages: 2049500, procpages: 47759 [30/Dec/2009:15:12:43 -0600] - cache autosizing: import cache: 204800k [30/Dec/2009:15:12:43 -0600] - li_import_cache_autosize: 50, import_pages: 51200, pagesize: 4096 [30/Dec/2009:15:12:43 -0600] - WARNING: Import is running with nsslapd-db-private-import-mem on; No other process is allowed to access the database [30/Dec/2009:15:12:43 -0600] - dblayer_instance_start: pagesize: 4096, pages: 2049500, procpages: 47759 [30/De...
2010 Jan 23
5
authentication failure
I noticed that my server has a lot ca. 1000x auth failure from different alocated in China / Romania and Netherlands per day since 3 days It looks to me like somebody was trying to get into server by guessing my password by brute force. what would be the best to stop this attack and how? the server running apache mysql and ftp PORT STATE SERVICE 21/tcp open ftp 80/tcp open http 443/tcp
2020 Nov 17
3
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...ps to IVector?) everywhere in the > codebase. I don’t think that introducing a redundant name is a good thing > (except to smooth the transition). > > - If people are concerned about the default being bad, then you could > choose to make “SmallVector<T, -1>” be the thing that autosizes. I tend to > agree with your viewpoint that the N chosen is arbitrary in almost all > cases anyway though, so I wouldn’t go this way. > > > Vec<T> is a convenience alias for SmallVector<T, 0>. It lets us get the > (little-known?) benefits of SmallVector even when it...
2015 Apr 16
4
network collapse
Hi folks on debian stable I've a default samba file sharing config. Everything works perfectly (almost...) - samba version 3.6.6 >From linux and windows clients (wired and wifi too) when I (i.e. listen musics) often (one time every 4/5 minutes) networks suddenly collapse (for less one second) and immediately goes up. So I've an interrupt of broadcast (this happens also if I use rsync
2017 Oct 11
3
[PATCH 0/2] v2v: -i vmx: Allow deviceType field to be completely omitted.
A colleague found some VMX files which omit the deviceType field. This allows -i vmx mode to parse them. Rich.
2008 Jan 08
0
4 commits - test/.gitignore test/image test/Makefile.am test/swfdec_test_function.c test/swfdec_test_image.c test/swfdec_test_image.h test/swfdec_test_initialize.as test/swfdec_test_initialize.h test/swfdec_test_test.c test/trace
...OGRAMS = image -TESTS = $(check_PROGRAMS) - -image_SOURCES = image.c -image_CFLAGS = $(GLOBAL_CFLAGS) $(SWFDEC_CFLAGS) $(CAIRO_CFLAGS) -image_LDFLAGS = $(SWFDEC_LIBS) $(CAIRO_LIBS) +check-local: + ../test $(srcdir)/*.swf EXTRA_DIST = \ README \ @@ -309,14 +305,14 @@ EXTRA_DIST = \ text-field-autosize-7.swf \ text-field-autosize-7.swf.png \ text-field-autosize-8.swf \ - text-field-autosize-8.swf.png + text-field-autosize-8.swf.png \ text-field-color-transform.as \ text-field-color-transform-6.swf \ text-field-color-transform-6.swf.png \ text-field-color-transform-7.swf \ text-field...
2009 Jun 08
1
[SUGGESSTION 1/1] OCFS2: automatic dlm hash table size
backgroud: ocfs2 dlm uses a hash table to store dlm_lock_resource objects. the often used lookup is performed on the hash table. problem: for usages that there are huge number of inodes(thus huge number of dlm_lock_resource objects) in a ocfs2 volume, the lookup performance becomes a problem. the lookup holds spin_lock which could put all others cpus into the state of aquring the spinlock. if
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):
2008 May 08
1
Textfields
...signals and variables report something sane. It's not complete yet, but I wanted to have it in, so we don't get too many merge conflicts when Pekka fixes the HTML parsing bugs. Here's a partial list of what's missing so far: - vertical scrolling - mouse support - keyboard support - autosize - events So if various TextField-related Flash files show regressions, this is to be expected. I'll post an update, when I'm done and you can start complaining about regressions. For now, please enjoy the more correct placement of text. :) Cheers, Benjamin
2015 Apr 16
0
network collapse
based on what your saying.. im not thinking this is samba related. I guess check your switches and find the "fault" autosense for your nics.. You can use thisone to disable autosence ethtool -s ethX autoneg off en set correct nic speed. ethtool -s ethX speed XXXX BUT ! check your switches first. greetz, Louis >-----Oorspronkelijk bericht----- >Van: sambait3 at
2007 Oct 14
0
libswfdec/swfdec_as_strings.c libswfdec/swfdec_player.c
...on Key object, not Stage object diff --git a/libswfdec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c index d9b85cc..89431a3 100644 --- a/libswfdec/swfdec_as_strings.c +++ b/libswfdec/swfdec_as_strings.c @@ -396,6 +396,7 @@ const char swfdec_as_strings[] = SWFDEC_AS_CONSTANT_STRING ("autoSize") SWFDEC_AS_CONSTANT_STRING ("wordWrap") SWFDEC_AS_CONSTANT_STRING ("border") + SWFDEC_AS_CONSTANT_STRING ("Key") /* add more here */ ; diff --git a/libswfdec/swfdec_player.c b/libswfdec/swfdec_player.c index 099d9ca..32254ab 100644 --- a/libswfdec/sw...
2006 Mar 28
3
ListItem patches
Hi Attached, patches to implement ListItem. This class, in wxruby 0.6.0, allows styling of individual items in a ListCtrl, via a particularly clunky API. In disambiguating the overloaded ListCtrl#set_item method it introduces one non backwards-compatible change. I''ve followed the WxPython convention as described in the Wx class ref, renaming set_item(index, col, string, imageid) to
2020 Nov 17
0
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...name* SmallVector (perhaps to IVector?) everywhere in the codebase. I don’t think that introducing a redundant name is a good thing (except to smooth the transition). - If people are concerned about the default being bad, then you could choose to make “SmallVector<T, -1>” be the thing that autosizes. I tend to agree with your viewpoint that the N chosen is arbitrary in almost all cases anyway though, so I wouldn’t go this way. > > Vec<T> is a convenience alias for SmallVector<T, 0>. It lets us get the (little-known?) benefits of SmallVector even when it has no inline elem...
2020 Nov 17
0
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
...round Vector that has a nice default for the small size: ``` template <class T> using SmallVector = Vector<T, DefaultInlinedElementSize<T>>; ``` > - If people are concerned about the default being bad, then you could choose to make “SmallVector<T, -1>” be the thing that autosizes. I tend to agree with your viewpoint that the N chosen is arbitrary in almost all cases anyway though, so I wouldn’t go this way. > >> >> Vec<T> is a convenience alias for SmallVector<T, 0>. It lets us get the (little-known?) benefits of SmallVector even when it has n...
2007 Oct 14
0
10 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
...ec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c index a2d7cc8..d9b85cc 100644 --- a/libswfdec/swfdec_as_strings.c +++ b/libswfdec/swfdec_as_strings.c @@ -395,6 +395,7 @@ const char swfdec_as_strings[] = SWFDEC_AS_CONSTANT_STRING ("embedFonts") SWFDEC_AS_CONSTANT_STRING ("autoSize") SWFDEC_AS_CONSTANT_STRING ("wordWrap") + SWFDEC_AS_CONSTANT_STRING ("border") /* add more here */ ; diff --git a/libswfdec/swfdec_text_field_movie_as.c b/libswfdec/swfdec_text_field_movie_as.c index 32ce75e..77c2652 100644 --- a/libswfdec/swfdec_text_field_movie...
2020 Nov 13
6
RFC: [SmallVector] Adding SVec<T> and Vec<T> convenience wrappers.
We've pretty happy now with a patch that adds two wrappers around SmallVector that make it 1) more convenient to use and 2) will tend to mitigate misuse of SmallVector. We think it's ready for wider discussion: https://reviews.llvm.org/D90884 SVec<T> is a convenience alias for SmallVector<T, N> with N chosen automatically to keep its size under 64 Bytes (that heuristic is easy