search for: sortord

Displaying 18 results from an estimated 18 matches for "sortord".

Did you mean: sorted
2008 Mar 12
1
Ordering across related tables
I have two related tables: groups and categories. In the models, Group has_many "categories" Category belongs_to :group Category does have a column, "group_id" as required. Both the groups and categories tables have a "sortorder" column which dictates the order the items are to be presented. In my controller, I want to retrieve the Categories along with the information on the Group it belongs to. They should be retrieved in sortorder sequence with group having the highest precedence. How can I specify a find state...
2010 Dec 14
2
300 dpi and eps:
...e postscript function to have a 1 page graph that has these 5 plots and is a 300 dpi graph? Thank you in advance, Aldi Here is what I am using right now: > postscript(file='./plotST.eps',paper='special',width=10,height=10,horizontal=FALSE) > par(mfrow=c(5 ,1)) > plot(sortord , X1 , cex=0.5 ,pch=21 , ylim=c(1.000002 , 8.08771 ), xlab='ST: 1-5 position (unit)',ylab='ylabel',font.lab = 1, cex.lab = 1,cex.main=0.5 +0.4, col=chrom ) > text(midpointsbyc+minadj+5,0-5,chnum ,cex=0.5 +0.2 ,col=chnum+1 ) > abline(h = -1*log10(9.7e-08 ), lty = 2,col = ...
2011 Aug 25
1
R hangs after htmlTreeParse
Dear colleagues, I'm trying to parse the html content from this webpage: http://timesofindia.indiatimes.com/searchresult.cms?sortorder=score&searchtype=2&maxrow=10&startdate=2001-01-01&enddate=2011-08-25&article=2&pagenumber=1&isphrase=no&query=IIM&searchfield=&section=&kdaterange=30&date1mm=01&date1dd=01&date1yyyy=2001&date2mm=08&date2dd=25&date2yyyy=2011 Usin...
2018 Nov 26
2
Source locations missing when using xray-account
...193==XRay: Log file in 'xray-log.llvm.hgD9oi' ==4193==Cleaned up log for TID: 4193 I then attempt to use the xray-account utility to analyse the log but whilst the functions are named, the locations of the functions are displayed as <invalid>:0:0:. > llvm-xray account -sort=sum -sortorder=dsc -instr_map ./llvm xray-log.llvm.hgD9oi Functions with latencies: 5 funcid count [ min, med, 90p, 99p, max] sum function 6 9 [ 0.000006, 0.000006, 0.000040, 0.000040, 0.000040] 0.000089 <invalid>:0:0: fqux ... 4 lines omitted...
2005 Aug 09
0
how do I report the list order of a drag and drop list back?
...t;>Item 1</li> ... </ul> I define the sortable like this: Sortable.create("ja", { containment:["ja","jb"], onUpdate:function(){ new Ajax.Updater(''list-info'',? ''/dnd/sortorder.py'') } } ); there is a second ul, with the id="jb" I get post request back to /dnd/sortorder.py, but without the new order. Do I have to add Sortable.serialize(''ja'') to the Ajax.Updater(...)? How? Thanks in advance Joerg
2009 May 26
1
[PATCH server] fix for Bug 466731 - There is no title for the third column in User Access page and can't be sorted
...able : true, align: 'left'}, - {display: '', width : 80, sortable : true, align: 'left'} + {display: 'Source', name : 'pools_permissions.name', width : 80, sortable : true, align: 'left'} ], sortname: "user", sortorder: "asc", -- 1.6.0.6
2018 Dec 03
2
Source locations missing when using xray-account
...==4193==Cleaned up log for TID: 4193 >> >> I then attempt to use the xray-account utility to analyse the log but >> whilst the functions are named, the locations of the functions are >> displayed as <invalid>:0:0:. >> >>> llvm-xray account -sort=sum -sortorder=dsc -instr_map ./llvm xray-log.llvm.hgD9oi >> >> Functions with latencies: 5 >> funcid count [ min, med, 90p, 99p, >> max] sum function >> 6 9 [ 0.000006, 0.000006, 0.000040, 0.000040, >> 0.000040] 0.00...
2011 Sep 05
2
htmlParse hangs or crashes
...39;t appear to contain the information I need (the URLs of the articles linked to on this search page). Regardless, I'd still like to understand why htmlParse doesn't work. Thank you for any insight. Yours, Simon Kiss myurl<-c("http://timesofindia.indiatimes.com/searchresult.cms?sortorder=score&searchtype=2&maxrow=10&startdate=2001-01-01&enddate=2011-08-25&article=2&pagenumber=1&isphrase=no&query=IIM&searchfield=&section=&kdaterange=30&date1mm=01&date1dd=01&date1yyyy=2001&date2mm=08&date2dd=25&date2yyyy=2011"...
2009 Sep 11
4
Sorting
I have following object : > date2 [,1] [,2] [1,] "apr" "1992" [2,] "aug" "1992" [3,] "dec" "1992" [4,] "feb" "1992" [5,] "jan" "1992" [6,] "jul" "1992" [7,] "jun" "1992" [8,] "mar" "1992" [9,] "may"
2010 Feb 25
2
[PATCH] Enhance vms display
...39;left'}, + {display: 'EOL', name : 'eol', width : 60, sortable : true, align: 'right'}, + {display: 'Comment', name : 'comment', width : 100, sortable : true, align: 'right'} ], sortname: "description", sortorder: "asc", diff --git a/src/db/migrate/044_add_vm_fields.rb b/src/db/migrate/044_add_vm_fields.rb new file mode 100644 index 0000000..834f0ec --- /dev/null +++ b/src/db/migrate/044_add_vm_fields.rb @@ -0,0 +1,34 @@ +# Copyright (C) 2010 Linagora. +# Written by Michel Loiseleur <mloisele...
2018 Dec 06
2
Source locations missing when using xray-account
...gt; >> >> I then attempt to use the xray-account utility to analyse the log but >> >> whilst the functions are named, the locations of the functions are >> >> displayed as <invalid>:0:0:. >> >> >> >>> llvm-xray account -sort=sum -sortorder=dsc -instr_map ./llvm xray-log.llvm.hgD9oi >> >> >> >> Functions with latencies: 5 >> >> funcid count [ min, med, 90p, 99p, >> >> max] sum function >> >> 6 9 [ 0.000006, 0.000006, 0...
2012 Nov 08
0
package bit64 with new functionality
...functions choose the best from multiple low-level algorithms and further take advantage of a novel optional caching method. In an example R session using a couple of these operations the 64-bit integers performed 22x faster than base 32-bit integers, hash-caching improved this to 24x amortized, sortorder-caching was most efficient with 38x (caching both, hashing and sorting is not worth it with 32x at duplicated RAM consumption). Since the package covers the most important functions for (univariate) data exploration and data management, I think it is now appropriate to claim that R has sound...
2012 Nov 08
0
package bit64 with new functionality
...functions choose the best from multiple low-level algorithms and further take advantage of a novel optional caching method. In an example R session using a couple of these operations the 64-bit integers performed 22x faster than base 32-bit integers, hash-caching improved this to 24x amortized, sortorder-caching was most efficient with 38x (caching both, hashing and sorting is not worth it with 32x at duplicated RAM consumption). Since the package covers the most important functions for (univariate) data exploration and data management, I think it is now appropriate to claim that R has sound...
2005 Dec 08
2
Commented version of the home page graphics code
Folks, I was drawn to R, like many others, partly for the opportunity to draw nice, colorful graphs (occasionally ones with meaning, too :-) ). I am still quite a newbie to R. As such, I have been trying to understand the code for the graphics on the home page (the ones from the 2004 contest -- the dendrogram, the cluster plot with different coloured circles, etc.) I was wondering whether anyone
2006 May 17
3
Help mixin in class methods
Starting to feel more confident and code is DRYing up nicely, but I''ve hit a brick wall here and hoping someone can help me. I''ve got a module, TrustRanking, which extends a number of model''s instance methods, and I want to extend their class methods too, but I can seem to work out how to do it. Simply including the module from the class works a treat for the
2020 Apr 24
0
Wine release 5.7
...al function to add bezier points for curve. gdiplus/tests: Use originating line when ok_path reports failures. jscript/tests: Fix some function-to-string failure message typos. Liam Middlebrook (4): winevulkan: Don't mark alias functions as required. winevulkan: Respect sortorder extension attribute. winevulkan: Handle VkEnumValue aliases to provisional exts. winevulkan: Update to VK spec version spec 1.2.138. Marcus Meissner (1): ws2_32: Add IPPROTO_IPIP mapping. Martin Storsjo (1): ntdll: Properly return errors when failing to unwind. Michael...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...p' - end - end - - # don't define find_opts for array inputs - def json_hash(full_items, attributes, arg_list=[], find_opts={}, id_method=:id) - page = params[:page].to_i - paginate_opts = {:page => page, - :order => "#{params[:sortname]} #{params[:sortorder]}", - :per_page => params[:rp]} - arg_list << find_opts.merge(paginate_opts) - item_list = full_items.paginate(*arg_list) - json_hash = {} - json_hash[:page] = page - json_hash[:total] = item_list.total_entries - json_hash[:rows] = item_list.col...
2009 Jul 20
9
Upgrade server to run on Rails 2.3.2/F11
Note that one of the 8 patches (#6) will be sent separately in reply to this email, as some of the replaced lines are too long, so git won't let me send the email. However, there is nothing wrong with that patch, and it should be applied in the sequence listed below. Note also that I assume this will be tested on a clean f11 install, rather than an upgrade of an existing ovirt server