search for: master_id

Displaying 4 results from an estimated 4 matches for "master_id".

Did you mean: master_uid
2006 Mar 15
5
Passing params to a component
I see from http://rubyonrails.org/api/classes/ActionController/Components.html that is possible to pass paramaters to a component. I don''t understand the exact syntax. I''m trying: @master_id = @params[''master_id''] in the components controller but it is not working. ==== Details: In my calling view I have: <%= h(@opportunity.id) %> <div id="todo_list"> <%= render_component :controller => "todos", :params => { "m...
2018 Dec 20
2
[OpenMP][AArch64][GlobalISel] AArch64 OMPT tests failing
...ibomp :: ompt/misc/control_tool.c libomp :: ompt/synchronization/master.c libomp :: ompt/synchronization/taskwait.c The failure mode is similar for all of them: openmp/runtime/test/ompt/misc/control_tool.c:26:17: error: CHECK-NEXT: expected string not found in input // CHECK-NEXT: {{^}}[[MASTER_ID]]: current_address={{.*}}[[RETURN_ADDRESS]] ^ <stdin>:9:1: note: scanning from here 281474976710657: current_address=0x402cf4 or 0x402cf0 ^ <stdin>:9:1: note: with variable "MASTER_ID" equal to "281474976710657" 281474976710657: current_address=0x402c...
2018 Dec 21
2
[OpenMP][AArch64][GlobalISel] AArch64 OMPT tests failing
...ization/master.c >> libomp :: ompt/synchronization/taskwait.c >> >> The failure mode is similar for all of them: >> >> openmp/runtime/test/ompt/misc/control_tool.c:26:17: error: CHECK-NEXT: >> expected string not found in input >> // CHECK-NEXT: {{^}}[[MASTER_ID]]: >> current_address={{.*}}[[RETURN_ADDRESS]] >> ^ >> <stdin>:9:1: note: scanning from here >> 281474976710657: current_address=0x402cf4 or 0x402cf0 >> ^ >> <stdin>:9:1: note: with variable "MASTER_ID" equal to "2814749...
2006 Feb 14
1
Firefox java script error in prototype.js
Hi, I am usign two selects, a master and a slave: <%= select("master", "id", @master) %> <div id="slave_id_list"> <%= select("slave", "id", @slave) %> </div> <%= observe_field("master[id]", :frequency => 0.25, :update => "slave_id_list", :url => {:action => :update_slave_select},