Displaying 4 results from an estimated 4 matches for "format_nam".
Did you mean:
format_name
2005 Dec 10
0
Paginate - Count(*) Broken or Am I Cheating?
...reated_at, mi.artist_id,
mi.item_description, art.sort_name'', :join => ''as mi JOIN merch_formats mf
ON mi.id = mf.merch_item_id JOIN artists art ON mi.artist_id = art.id'',
:order => ''art.sort_name'', :conditions => ["mf.active_status = 1 AND
format_name = ? AND format_name <> ''Poster''", params[:id]]
This part works like a charm... Problem is that the COUNT(*) query that is
executed doesn''t include the DISTINCT, so the paginator thinks there are 7
pages of results but there are only three.
Is this a bug? It...
2017 Aug 06
4
[PATCH 0/4] Overlay / format improvements
This was all kicked off by me figuring out how the PPC byteswap thing worked.
In the end, we're keeping the implicit byteswap based on architecture, but also
expose the correctly supported formats, and fix some overlay details.
Overlay framebuffers have various funky requirements that should be enforced at
framebuffer creation time (these are set apart by their YUV formats). Further,
I
2013 Apr 30
0
[ANNOUNCE] pixman 0.29.4 now available
...on bump to 0.29.3
test: Move do_composite() function from composite.c to utils.c
test/utils.[ch]: Add pixel_checker_convert_pixel_to_color()
utils.[ch]: Add pixel_checker_get_masks()
test: Add new check-formats utility
a1-trap-test: Add tests for operator_name and format_name()
test: Add new pixel-test regression test
utils.c: Increase acceptable deviation to 0.0064 in pixel_checker_t
pixman-compiler.h: Add unlikely() macro
Turn on error logging at all times
lookup_composite: Don't update cache in case of error
gtk-utils.c:...
2008 Sep 10
2
Bug#490409: xen-3: diff for NMU version 3.2.1-2.1
...'%s' (drv '%s')\n", buf, params, drv ? drv : "?");
++ fprintf(stderr, "qemu: could not open vbd '%s' or hard disk image '%s' (drv '%s' format '%s')\n", buf, params, drv ? drv : "?", format ? format->format_name : "0");
+ }
+ }
+
+
only in patch2:
unchanged:
--- xen-3-3.2.1.orig/debian/patches/xen-3.2.CVE-2008-2004.2.hg5824167feb81.diff
+++ xen-3-3.2.1/debian/patches/xen-3.2.CVE-2008-2004.2.hg5824167feb81.diff
@@ -0,0 +1,16 @@
+
+--- a/tools/ioemu/xenstore.c Tue May 13 15:19:47 2008...