search for: propertys

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

Did you mean: property
2007 Aug 23
0
10 commits - libswfdec/swfdec_as_function.c libswfdec/swfdec_as_object.c test/trace
libswfdec/swfdec_as_function.c | 1 libswfdec/swfdec_as_object.c | 2 test/trace/Makefile.am | 33 ++++++++++++ test/trace/array-properties-6.swf |binary test/trace/array-properties-6.swf.trace | 56 ++++++++++++++++++++++ test/trace/array-properties-7.swf |binary
2007 Sep 04
0
4 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_video_movie_as.c test/trace
libswfdec/swfdec_as_array.c | 15 ++----- libswfdec/swfdec_video_movie_as.c | 10 +++-- test/trace/Makefile.am | 20 ++++++++++ test/trace/array-properties-5.swf |binary test/trace/array-properties-5.swf.trace | 42 ++++++++++++++++++++++ test/trace/array2-5.swf |binary
2018 Feb 20
0
"Stale mailbox lock file detected, will override in 0 seconds"
<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"> <div>Hi all dovecot members,</div><div><br></div><div>I've received this notice from a dovecot server: <span style="font-size: 12.8px;"> "Stale mailbox lock file detected, will override in 0 seconds"</span></div>
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
Tag '0.5.5' created by Benjamin Otte <otte at gnome.org> at 2007-12-17 20:20 -0800 release 0.5.5 ("cps") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHZtodvMv5VCdLq8QRAvTmAKDtEvlvtLBIj5nu8GE6ECGjh8lCGQCgyiAN Dkfb85qxYlfTKKJC6qYH/sU= =VWgB -----END PGP SIGNATURE----- Changes since 0.5.4: Andreas Henriksson (1): make
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
libswfdec/swfdec_as_interpret.c | 3 libswfdec/swfdec_as_strings.c | 14 libswfdec/swfdec_load_object.c | 178 +--- libswfdec/swfdec_load_object.h | 21 libswfdec/swfdec_load_object_as.c | 71 + libswfdec/swfdec_loader.c | 75 +
2008 Jan 14
0
player/swfdec-player.ui player/swfdec-window.c player/swfdec-window.h
player/swfdec-player.ui | 42 ++++++++++++++++++++++++++++++++++++ player/swfdec-window.c | 55 +++++++++++++++++++++++++++++++++++++++++++----- player/swfdec-window.h | 3 +- 3 files changed, 94 insertions(+), 6 deletions(-) New commits: commit 96cdd32e67011296e3d0dd4f20973aefbd9081cb Author: Benjamin Otte <otte at gnome.org> Date: Mon Jan 14 13:49:10 2008 +0100 add error
2017 Apr 26
0
[PATCH 2/2] v2v: -o glance: factorize common properties
Many of the properties for disks are the same for all of them, so collect them only once, instead of doing that for every disk. Should be just code motion, with no behaviour change. --- v2v/output_glance.ml | 143 ++++++++++++++++++++++++++------------------------- 1 file changed, 73 insertions(+), 70 deletions(-) diff --git a/v2v/output_glance.ml b/v2v/output_glance.ml index cfb19b4..3feb2e4
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/diskname0 \ /dev/gptid/diskname1 \
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
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 ++++
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 ++++++++
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.ml @@ -41,7
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)
The glance client v1.0.0 defaults to the Image v2 API: this means that an image can be referenced only by its UUID, and not anymore by the name as well (which does not need to be unique). This caused our glance invocation to set the properties for the newly created image to fail, since we are using the name as identifier. Instead of first creating the image and then setting all the properties
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.
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
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
data/Makefile.am | 8 ++--- player/swfdec-player.ui | 22 +++++++------- player/swfdec-window.c | 2 - po/POTFILES.in | 1 po/POTFILES.skip | 1 po/fr.po | 72 ++++++++++++++++++++++++++++++++---------------- thumbnailer/Makefile.am | 20 +++++-------- 7 files changed, 74 insertions(+), 52 deletions(-) New commits: commit
2008 Jan 25
7
[Bug 14250] New: late versions of swfdec pluggin cause frequent crashes
http://bugs.freedesktop.org/show_bug.cgi?id=14250 Summary: late versions of swfdec pluggin cause frequent crashes Product: swfdec Version: 0.5.5 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Component: plugin AssignedTo: swfdec at
2006 Jul 02
7
Generic SingleTable inheritance
Hi all, I would like to discuss a design idea I have in mind with you, in order to get critical feedback. ActiveRecord supports single table inheritance(STI) "per se", BUT you must add all possible instance variables(properties) of all subclasses to the "base table"(as columns). I would like to circumvent this restriction. Say we have a class AbstractGenericThing <