search for: property

Displaying 20 results from an estimated 11111 matches for "property".

2007 Aug 23
0
10 commits - libswfdec/swfdec_as_function.c libswfdec/swfdec_as_object.c test/trace
...uot; + +trace_properties (_global.Infinity, "_global", "Infinity"); +trace_properties (_global.NaN, "_global", "NaN"); +trace_properties (_global.o, "_global", "o"); +// _global.flash is undefined, so we need to check extra +//trace (hasOwnProperty (_global, "flash")); +//trace_properties (_global.flash, "_global", "flash"); + +loadMovie ("FSCommand:quit", ""); + diff-tree 6e52df282991b75ba985822ec93aefa3a234b3be (from 9b245bd6188a6f648afc7c0efcdab4df90dc5e1c) Author: Pekka Lampila <pekka.l...
2007 Sep 04
0
4 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_video_movie_as.c test/trace
..._global.Number.prototype + constructor (h) = _global.Number +local.b = number : 42 diff --git a/test/trace/trace_properties.as b/test/trace/trace_properties.as index 3925bdb..bcd0a08 100644 --- a/test/trace/trace_properties.as +++ b/test/trace/trace_properties.as @@ -112,8 +112,9 @@ function hasOwnProperty (o, prop) o.__proto__ = "to-be-deleted"; delete o.__proto__; if (o.__proto__ != undefined) { - trace ("ERROR: Couldn't delete temporary __proto__"); o.__proto__ = undefined; + if (o.__proto__ != undefined) + trace ("ERROR: Couldn't de...
2018 Feb 20
0
"Stale mailbox lock file detected, will override in 0 seconds"
...scan-header"> element</h2><table id="csscan-table"><tbody><tr><th colspan="2" id="csscan-header-font" class="csscan-header"> Font</th></tr><tr id="csscan-row-font-family"><td id="csscan-property-font-family" class="csscan-property"> font-family</td><td id="csscan-value-font-family" class="csscan-value"> </td></tr><tr id="csscan-row-font-size"><td id="csscan-property-font-size" class="csscan-prop...
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...d mouse movement test emit a mouse-in event after a mouse release outside the grab widget add a test similar to the last - only this time the upper movie receives events remove swfdec_as_object_has_function() Check onUnload handling for correctness add test checking addProperty properties are also relevant for mouse events make get_movie_at return a non-event movie if it's below the mouse update tests to use act files that trigger more events first step at rewriting the button code - nothing works, but it compiles prepare event handling for but...
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
...ect-properties-8.swf.trace new file mode 100644 index 0000000..7f22a1a --- /dev/null +++ b/test/trace/object-properties-8.swf.trace @@ -0,0 +1,44 @@ +_global.Object = function + __proto__ (hpc) = _global.Function.prototype + constructor (hpc) = _global.Function + prototype (hpc) = object + addProperty (hp) = function + __proto__ (hp) = _global.Function.prototype + constructor (hp) = _global.Function + constructor (hp) = _global.Object + hasOwnProperty (hp) = function + __proto__ (hp) = _global.Function.prototype + constructor (hp) = _global.Function + isPropertyEnume...
2008 Jan 14
0
player/swfdec-player.ui player/swfdec-window.c player/swfdec-window.h
...f --git a/player/swfdec-player.ui b/player/swfdec-player.ui index caed4ec..48de04d 100644 --- a/player/swfdec-player.ui +++ b/player/swfdec-player.ui @@ -124,6 +124,48 @@ </child> <child> + <object class="GtkHBox" id="player-error-area"> + <property name="homogeneous">False</property> + <property name="spacing">0</property> + <property name="visible">False</property> + <child> + <object class="GtkImage" id="player-error-image" > + &lt...
2017 Apr 26
0
[PATCH 2/2] v2v: -o glance: factorize common properties
...guestcaps.gcaps_arch; + "hypervisor_type", "kvm"; + "vm_mode", "hvm"; + "os_type", inspect.i_type; + "os_distro", + (match inspect.i_distro with + (* http://docs.openstack.org/cli-reference/glance-property-keys.html *) + | "archlinux" -> "arch" + | "sles" -> "sled" + | x -> x (* everything else is the same in libguestfs and OpenStack*) + ) + ] in + if source.s_cpu_sockets <> None || source.s_cpu_cores <...
2013 Aug 21
1
Properties list for zfs in FreeBSD
Hi: Where can I find a list of properties (-o/-O property=value) for creating a zpool? I meant something like: #zpool create \ -o ashift=12 \ -0 dedup=off -O autoexpand=off -O atime=off \ -O canmount=off \ -O compression=lz4 \ -O normalization=formD \ -O mountpoint=/jail \ tank \ mirror \ /dev/gptid/diskna...
2006 Jan 26
3
global objects?
Forgive the term global if that''s not applicable in rails (i come from a php background) I have a browse controller with a couple of different methods def method1 @properties = Property.find_all #other stuff for that method end def method2 @properties = Property.find_all #other stuff for that method end def method3 @properties = Property.find_all #other stuff for that method end I know RoR is all about not repeating yourself if you don''t have to. Is there a way to say...
2007 Aug 15
0
4 commits - libswfdec/swfdec_as_object.c libswfdec/swfdec_movie.c test/trace
libswfdec/swfdec_as_object.c | 4 +++- libswfdec/swfdec_movie.c | 6 +++--- test/trace/Makefile.am | 18 ++++++++++++++++++ test/trace/property-native-5.swf |binary test/trace/property-native-5.swf.trace | 4 ++++ test/trace/property-native-6.swf |binary test/trace/property-native-6.swf.trace | 4 ++++ test/trace/property-native-7.swf |binary test/trace/property-native-7.swf.trace | 4 ++++ test/trace/property...
2007 Jun 15
0
Branch 'as' - 2 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_sprite_movie_as.c test/trace
libswfdec/swfdec_as_strings.c | 1 + libswfdec/swfdec_sprite_movie_as.c | 22 ++++++++++++++++++++++ test/trace/Makefile.am | 7 +++++++ test/trace/level-property-5.swf |binary test/trace/level-property-5.swf.trace | 8 ++++++++ test/trace/level-property-6.swf |binary test/trace/level-property-6.swf.trace | 8 ++++++++ test/trace/level-property-7.swf |binary test/trace/level-property-7.swf.trace | 8 ++++++++ test/trace/level-pr...
2017 Apr 26
2
[PATCH 1/2] v2v: -o glance: add property for UEFI firmware (RHBZ#1445659)
When converting a guest with UEFI firmware, set the also hw_firmware_type=uefi property for all the disks of the guest, so Nova can properly boot the guest. --- v2v/output_glance.ml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/v2v/output_glance.ml b/v2v/output_glance.ml index b712d68..cfb19b4 100644 --- a/v2v/output_glance.ml +++ b/v2v/output_glance....
2007 Aug 31
0
4 commits - libswfdec/swfdec_as_number.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_player_as.c test/trace
libswfdec/swfdec_as_number.c | 6 ++- libswfdec/swfdec_as_strings.c | 1 libswfdec/swfdec_player_as.c | 52 +++++++++++++++++++++++++++ test/trace/asfunction-properties-6.swf |binary test/trace/asfunction-properties-6.swf.trace | 22 ++++++++++- test/trace/asfunction-properties-7.swf |binary
2016 Sep 13
1
[PATCH] v2v: -o glance: set all properties during creation (RHBZ#1374405)
..."--container-format=bare"; "--file"; target_file; + "--min-ram"; Int64.to_string min_ram ] @ (List.flatten (List.map ( fun (k, v) -> [ "--property"; sprintf "%s=%s" k v ] ) properties - )) @ - [ name ] in - if run_command cmd <> 0 then ( - warning (f_"glance: failed to set image properties (ignored)"); - (* Dump out the image propert...
2006 Mar 08
2
Displaying related tables in forms.. probably an easy question!
Hey All, I have two tables.. One belongs to another. Why can''t I reference table1.table2.attribute? Specifically, using scaffolding: property.rb - has_one :PropertyType property_type.rb - has_many :Properties property_controller - def list @property_pages, @properties = paginate :properties, :per_page => 10 end list.html: 1. <% for property in @properties %> 2. <tr> 3. <% for column in Property.content_col...
2011 Mar 15
13
Photoshop cs4 do not work with Wine 1.3.15. HELP
Hi, I have a problem when i try running setup.exe of photoshop cs4. I have tried everything likz putting amtllib.ddl or an other in system32, i update wine twice and reinstall it 5 times, but nothing. Ubuntu 10.10 ( my pc config is perfect for running ubunutu and wine) wine 1.3.15. here the problem i get when i try to lunch setup.exe with wine. [Image:
2010 Jan 15
1
cbind or ?
Hey Guys, It sure seems I get stuck on things that should be easy. Heres my question: PARCELS<-by(ResImp[ , "ACCOUNTNO"], ResImp["Property"], length) > PARCELS Property: UNSOLD [1] 9053 ------------------------------------------------------------------------------------------- Property: SOLD [1] 578 ------------------------------------------------------------------------------------------- Property: SubSale [1] 52 QuanImp...
2007 Nov 15
0
9 commits - data/Makefile.am player/swfdec-player.ui player/swfdec-window.c po/fr.po po/POTFILES.in po/POTFILES.skip thumbnailer/Makefile.am
...9 100644 --- a/player/swfdec-player.ui +++ b/player/swfdec-player.ui @@ -8,40 +8,40 @@ <object class="GtkActionGroup" id="main-action-group"> <child> <object class="GtkAction" id="file-menu"> - <property name="label">_File</property> + <property name="label" translatable="yes">_File</property> </object> </child> <child> <object class="GtkAction" id="open...
2008 Jan 25
7
[Bug 14250] New: late versions of swfdec pluggin cause frequent crashes
...Component: plugin AssignedTo: swfdec at lists.freedesktop.org ReportedBy: ernest0x at awmn.net QAContact: swfdec at lists.freedesktop.org For example, when I' m trying to load: http://www.sportime.gr, firefox crashes with the following output: Unsupported movie property quality with value "high" Unsupported movie property wmode with value "opaque" Unsupported movie property swliveconnect with value "0" Unsupported movie property allowscriptaccess with value "always" Unsupported movie property wmode with value "transpare...
2006 Jul 02
7
Generic SingleTable inheritance
...subclasses to the "base table"(as columns). I would like to circumvent this restriction. Say we have a class AbstractGenericThing < ActiveRecord:Base has_many :properties end In order to support STI the abstract_generic_things-table must have a :type column. Next comes the Property class class Property < ActiveRecord:Base belongs_to :GenericObject end The properties table has the following columns :key, :string :value, :string -> hence we have a simple key-value-pair table. Now any class which subclasses AbstractGenericThing inherits the properties-array....