Home
last modified time | relevance | path

Searched refs:edb_orow (Results 1 – 8 of 8) sorted by relevance

/dports/www/hotcrp/hotcrp-2.102/
H A Dassign.php59 $row = edb_orow($result);
63 $row2 = edb_orow($result2);
283 while (($row = edb_orow($result)))
H A Dmail.php15 if (($row = edb_orow($result))) {
608 while (($row = edb_orow($result))) {
/dports/www/hotcrp/hotcrp-2.102/batch/
H A Dfixdelegation.php37 while (($row = edb_orow($result))) {
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dupdateschema.php9 while (($row = edb_orow($result))) {
33 while (($row = edb_orow($result))) {
47 while (($row = edb_orow($result))) {
132 while (($row = edb_orow($result)))
188 while (($rrow = edb_orow($result)))
540 && ($o = edb_orow($result))
697 while (($row = edb_orow($result)))
H A Dcontact.php781 && ($row = edb_orow($result))) {
3720 $rrow = edb_orow($result);
/dports/www/hotcrp/hotcrp-2.102/src/listactions/
H A Dla_get_sub.php166 while (($row = edb_orow($result))) {
/dports/www/hotcrp/hotcrp-2.102/pages/
H A Dhome.php296 if (($myrow = edb_orow($result)))
/dports/www/hotcrp/hotcrp-2.102/lib/
H A Ddbl.php699 function edb_orow($result) { function