search for: param_nam

Displaying 19 results from an estimated 19 matches for "param_nam".

Did you mean: param_name
2017 Jun 12
0
AIX packaging: src/plugin/quota does not build
...ween types "void(* const)(struct quota_root*,const char*)" and "struct quota_param_parser" is not allowed. make[4]: [quota.lo] Error 1 (ignored) The above issues I resolved by changing /* * Sigh, xlc and Compound Literals * struct quota_param_parser quota_param_hidden = {.param_name = "hidden", .param_handler = hidden_param_handler}; struct quota_param_parser quota_param_ignoreunlimited = {.param_name = "ignoreunlimited", .param_handler = ignoreunlim_param_handler}; struct quota_param_parser quota_param_noenforcing = {.param_name = "noenforcing&quo...
2006 Jun 15
8
rails saves it to the database and I don''t want to
Hello: I am developing a web application to book machines for an event. so I have an event model class Event < ActiveRecord::Base has_many :datetimes ... end and a datetime model class Datetime < ActiveRecord::Base belongs_to :event ... end I have developed a view with the event information and information for the datetimes. and in the event_controller when I capture a datetime I
2010 Jul 13
1
will_paginate destroys link_to_remote?!
...work anymore. This is the partial of the list: <% for character in characters %> <%= character.name %> <%= link_to_remote t(''.add''), :url => add_character_activity_path(@activity), :method => :get %> <% end %> <%= will_paginate characters, :param_name => param_name %> The add_character function in the controller is being called and doesn''t throw any error but the only thing that is not working anymore is the AJAX stuff in the add_character.rjs which is being called after the function in the controller (of course): page.replace_h...
2017 Jun 10
2
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
...quota_param_ns, "../../../../src/x071-test/src/plugins/quota/quota.c", line 385.17: 1506-196 (S) Initialization between types "void(* const)(struct quota_root*,const char*)" and "struct quota_param_parser" is not allowe d. 386 | {.param_name = NULL} 386 + {.param_name = 0} 387 | }; 388 | return quota_parse_parameters(root, &args, error_r, default_params, FALSE); 388 + return quota_parse_parameters(root, &args, error_r, default_params, 0); 389 | }
2017 Jun 10
0
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
...m_ns, > "../../../../src/x071-test/src/plugins/quota/quota.c", line 385.17: > 1506-196 (S) Initialization between types "void(* const)(struct > quota_root*,const char*)" and "struct quota_param_parser" is not allowe > d. > 386 | {.param_name = NULL} > 386 + {.param_name = 0} > 387 | }; > 388 | return quota_parse_parameters(root, &args, > error_r, default_params, FALSE); > 388 + return quota_parse_parameters(root, &args, > error_r, default_param...
2007 Feb 08
16
exported ressources
Hello, i wanted to know if we can use exported ressrouces to do things like this: - for all nodes tagged as xxx create on the node yyy a file which content is a template where we can have each hostname , or create one file per nodes matching exemple /etc/hosts.allow sshd: host1 sshd: host2 ... or /etc/backuppc/host1 /etc/backuppc/host2 ... from the docs it seems i can collect only ALL
2009 Oct 06
0
Named routes and a Railscast
...odes/102-auto-complete-association ) and when I implement it, a certain named ( "formatted_channelnotes_path(:js)" ) route is used in: <%= text_field_with_auto_complete :channel, :channelnote_name, { :size => 15 }, { :url => formatted_channelnotes_path(:js), :method => :get, :param_name => ''search'' } %> Which results in: NoMethodError in Channels#uplog Showing app/views/channels/_channelnotesfield.html.erb where line #10 raised: undefined method `formatted_channelnotes_path'' for #<ActionView::Base: 0x634b128> How do I specify this name...
2010 May 05
0
Auto_complete with has_one association
...sue with the rails auto complete, it works fine but I don''t know how to find the id element search in the textfield. Here is what I''ve done: <%= text_field_with_auto_complete :user, :ville_name, { :size => 15 }, { :url => formatted_villes_path(:js), :method => :get, :param_name => ''search'' } %> Model: class User < ActiveRecord::Base attr_accessible :email, :ville_id, :newsletters, :role, :gender, :first_name, :last_name, :birth_date serialize :newsletters has_one :ville GENDERS = %w(Homme Femme) ROLES = %w(Admin Business User)...
2011 Feb 25
1
Kaminari: how page=1-param in link to first page?
Kaminari omits the :page-param for the first page. Does anybody know a way to get this ''fixed''? I''m now doing it this way (in _first_page_link.erb): <%= link_to page, url + ''?page=1'', :remote => remote %> but this is not really satisfying. Thanks, T. -- Posted via http://www.ruby-forum.com/. -- You received this message because you
2017 Oct 15
2
Download data from NASA for multiple locations - RCurl
Dear David, This is amazing, thank you so much. If I may ask another question: The output looks like the following: ### dput(head(x,15)) c("Metadata for Requested Time Series:", "", "prod_name=GLDAS_NOAH025_3H_v2.0", "param_short_name=Tair_f_inst", "param_name=Near surface air temperature", "unit=K", "begin_time=1970-01-01T00", "end_time=1979-12-31T21", "lat= 42.36", "lon=-71.06", "Request_time=2017-10-15 22:20:03 GMT", "", "Date&Time Data", "1970...
2017 Oct 16
0
Download data from NASA for multiple locations - RCurl
...k you so much. If I may ask another question: > > The output looks like the following: > > ### > dput(head(x,15)) > c("Metadata for Requested Time Series:", "", "prod_name=GLDAS_NOAH025_3H_v2.0", > "param_short_name=Tair_f_inst", "param_name=Near surface air temperature", > "unit=K", "begin_time=1970-01-01T00", "end_time=1979-12-31T21", > "lat= 42.36", "lon=-71.06", "Request_time=2017-10-15 22:20:03 GMT", > "", "Date&Time Data...
2017 Oct 16
1
Download data from NASA for multiple locations - RCurl
...estion: > > > > The output looks like the following: > > > > ### > > dput(head(x,15)) > > c("Metadata for Requested Time Series:", "", "prod_name=GLDAS_NOAH025_3H_ > v2.0", > > "param_short_name=Tair_f_inst", "param_name=Near surface air > temperature", > > "unit=K", "begin_time=1970-01-01T00", "end_time=1979-12-31T21", > > "lat= 42.36", "lon=-71.06", "Request_time=2017-10-15 22:20:03 GMT", > > "", "Date&Time...
2012 Feb 17
0
HtmlSlicer 0.0.1
...The “outer window” size (0 by default). :left - parameter for ActionView: The “left outer window” size (0 by default). :right - parameter for ActionView: The “right outer window” size (0 by default). :params - parameter for ActionView: url_for parameters for the links (:controller, :action, etc.) :param_name - parameter for ActionView: parameter name for slice number in the links. Accepts Symbol, String,Array. :remote - parameter for ActionView: Ajax? (false by default) :config - special key for using stylized configuration (premature configuration). Slicing options :unit is a Regexp/String/Hash desc...
2007 Jun 14
19
Please test export/collect from svn
For those of you out there using export/collect (which we really need to come up with a better name for...), can you test the current SVN code? I''m mostly wondering if the performance is any better. To use it, you''ll have to remove your current database, since the database schema is significantly changed. I''m getting what looks like an additional 25% reduction
2017 Oct 15
0
Download data from NASA for multiple locations - RCurl
> On Oct 15, 2017, at 2:02 PM, Miluji Sb <milujisb at gmail.com> wrote: > > Dear all, > > i am trying to download time-series climatic data from GES DISC (NASA) > Hydrology Data Rods web-service. Unfortunately, no wget method is > available. > > Five parameters are needed for data retrieval: variable, location, > startDate, endDate, and type. For example:
2016 Oct 09
6
Pacaging/build issues with AIX and vac (dovecot-2.2.25)
Hi. I finally decided it was really time to stop being lazy and really move away from gmail. After I have a server in my basement using power, etc. So I turned on the imap provided - and did not quite cry - it will have to do for now, but imap2 is wanting. A real server yes, but not Linux. (Using linux would require another server AND I would feel I am being lazy again). So, I downloaded
2017 Oct 15
2
Download data from NASA for multiple locations - RCurl
Dear all, i am trying to download time-series climatic data from GES DISC (NASA) Hydrology Data Rods web-service. Unfortunately, no wget method is available. Five parameters are needed for data retrieval: variable, location, startDate, endDate, and type. For example: ###
2009 Apr 27
5
ruby jasper report
Hi, I am trying to create a pdf using ruby jasper. For this I am referring this url:- http://oldwiki.rubyonrails.org/rails/pages/howtointegratejasperreports I have done everything whatever is in that link. Still I am not able to get the pdf. I am not getting any error in log file. My log file is:- "Processing AccountController#customer_report (for 127.0.0.1 at 2009-04-27 13:19:34) [GET]
2009 May 13
1
[PATCH server] Cloud UI V1 (readonly).
...<td><div><%= task.vm.description %></div></td> + <td><div><%= task.created_at %> </div></td> + </tr> + <% } %> + </tbody> + </table> + <%= will_paginate @tasks, :param_name => 'task_page' %> +<% end %> + </div> \ No newline at end of file diff --git a/src/app/views/cloud/instance/create.rhtml b/src/app/views/cloud/instance/create.rhtml new file mode 100644 index 0000000..b608264 --- /dev/null +++ b/src/app/views/cloud/instance/create.rhtml...