search for: strid

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

Did you mean: strip
2003 Dec 31
1
AGI - IVR - Time Clock
...Asks for Employee ID $AGI->stream_file(entered); $AGI->say_digits($empid); my $optemp = $AGI->get_data('correct',-1,1); # Asks if what was entered is correct otherwise ask question again if ($optemp != 1) { employeeid (); } my $strid = $AGI->get_data('store',-1,5); # Asks for Store ID $AGI->stream_file(entered); $AGI->say_digits($strid); my $optstr = $AGI->get_data('correct',-1,1); # Asks if what was entered is correct otherwise ask question again if ($op...
2003 Nov 27
1
AGI (IF/ELSE)
...>ReadParse(); my $callerid = $input{'callerid'}; if ($optemp != 1) { my $empid = $AGI->get_data('employee',-1,5); $AGI->stream_file(entered); $AGI->say_digits($empid); my $optemp = $AGI->get_data('correct',-1,1); }else{ my $strid = $AGI->get_data('store',-1,5); $AGI->stream_file(entered); $AGI->say_digits($strid); my $optstr = $AGI->get_data('correct',-1,1); } exit; I can't seem to figure out what I am doing wrong. When the script is run. The user p...
2006 May 09
3
validations erasing the form
Hi there I have a for with a couple of text_fields. I''m doing some validation via the model and when the validation "works" I get there was an error on blah blah the problem is the form is erased and I have to fill up the form again! I saw that scaffold keeps the form filled when the validation "works" but I dont know exactly what''s making it happen! I would
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...bs_setimm_V4: >> + case Hexagon::LDriw_abs_setimm_V4: >> + case Hexagon::LDrih_abs_setimm_V4: >> + case Hexagon::LDrib_abs_setimm_V4: >> + case Hexagon::LDriuh_abs_setimm_V4: >> + case Hexagon::LDriub_abs_setimm_V4: >> + >> + case Hexagon::STrid_abs_setimm_V4: >> + case Hexagon::STrib_abs_setimm_V4: >> + case Hexagon::STrih_abs_setimm_V4: >> + case Hexagon::STriw_abs_setimm_V4: >> + >> + // V4 global address load. >> + case Hexagon::LDrid_GP_cPt_V4 : >> + case Hexagon::LDrid_GP_cN...