search for: _div

Displaying 7 results from an estimated 7 matches for "_div".

Did you mean: _dev
2003 Sep 22
2
G.729A + Cisco AS5300
Hello, I have 5 digium's g.729 codecs and succesfully register with asterisk, I have incomming call from my cisco AS5300 to Asterisk through IP. But Asterisk always use g711 ulaw instead of g.729. When I disable all other codecs other than g.729 in both cisco and asterisk, calls get dropped once connected. The codec list show on my cisco AS5300 for g.729 are: g729r8 g729br8 I suspect that
2006 Jun 23
3
form_remote_tag is not passing form params
...s is because I have multiple (one per database row) forms to update the fields for multiple objects or not. Rendered HTML Code from my view: <form action="/contacts/ajax_list_update/1" method="post" name="form1" onsubmit="new Ajax.Updater(''contact_1_div'', ''/contacts/ajax_list_update/1'', {asynchronous:true, evalScripts:true, parameters:Form.serialize(this)}); return false;"> <input type="text" name="test" value="2222" /> <input id="contact1_first_name" name=&quo...
2006 Feb 27
0
Example code for select_from_db (a.k.a. combo box)
...qid = "#{html_options[:uniqid]}" if html_options[:uniqid] tag = "#{object}_#{method}_#{uniqid}" output = Array.new output << tag(''div'', options = { :open => true }, html_options = { :id => "#{tag}_div" }) output << select_tag("#{tag}", options_for_select( choices, selected )) output << observe_field("#{tag}", :condition => "escape(value) != ''''", :url => { :field => :sele...
2009 Jul 30
1
Rails Plugin for swfobject? - swf_fu
...flash object. If it exists, the initialize method will be called. * <tt>:initialize</tt> - arguments to pass to the initialization method of your javascript class. * <tt>:div_id</tt> - the DOM +id+ of the containing div itself. Defaults to <tt>"#{option[:id]}"_div</tt> * <tt>:switch_off_auto_hide_show</tt> - switch off SWFObject''s default hide/show behavior. SWFObject temporarily hides your SWF or alternative content until the library has decided which content to display. Defaults to nil. So, at this point I''m not unders...
2009 Dec 31
1
[PATCH] Autogenerate uureg opcode macros
...src0, src1, src2) ureg_CMP(ureg, dst, _src(src0), _src(src1), _src(src2)) -#define _SCS(dst, src) ureg_SCS(ureg, dst, _src(src)) -#define _TXB(dst, target, src0, src1) ureg_TXB(ureg, dst, TGSI_TEXTURE_##target, _src(src0), _src(src1)) -#define _NRM(dst, src) ureg_NRM(ureg, dst, _src(src)) -#define _DIV(dst, src0, src1) ureg_DIV(ureg, dst, _src(src0), _src(src1)) -#define _DP2(dst, src0, src1) ureg_DP2(ureg, dst, _src(src0), _src(src1)) -#define _TXL(dst, target, src0, src1) ureg_TXL(ureg, dst, TGSI_TEXTURE_##target, _src(src0), _src(src1)) -#define _BRK() ureg_BRK(ureg) -#define _IF(src, label) u...
2009 Jul 07
0
[PATCH server] Update app to work with rails 2.3.2
...:checked)/).test(e)) return false; return true; }, - compileMatcher: function() { - if (this.shouldUseXPath()) - return this.compileXPathMatcher(); + shouldUseSelectorsAPI: function() { + if (!Prototype.BrowserFeatures.SelectorsAPI) return false; + + if (!Selector._div) Selector._div = new Element('div'); + + // Make sure the browser treats the selector as valid. Test on an + // isolated element to minimize cost of this check. + try { + Selector._div.querySelector(this.expression); + } catch(e) { + return false; + } + return...
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