Lines Matching refs:i
127 for ($i=0; $i<sizeof($couleurs); $i++) {
128 preg_match("/.red(.*?).green(.*?).blue(.*?)$/i", $couleurs[$i], $rgb);
136 $couleurs[$i]="#$r$v$b";
160 for ($i=0; $i<sizeof($corps); $i++) {
162 if (preg_match("/^cf(.*)/i",$corps[$i],$val)) {
171 else if (preg_match("/^highlight(.*)/i",$corps[$i],$val)) {
180 else if (preg_match("/^par/i",$corps[$i],$val)) {
184 else if (preg_match("/^ulnone/i",$corps[$i],$val)) {
188 else if (preg_match("/^ul/i",$corps[$i],$val)) {
192 else if (preg_match("/^b0/i",$corps[$i],$val)) {
196 else if (preg_match("/^b/i",$corps[$i],$val)) {
200 else if (preg_match("/^i0/i",$corps[$i],$val)) {
204 else if (preg_match("/^i/i",$corps[$i],$val)) {
209 $out.=htmlentities($corps[$i]);
214 if (preg_match("/^.*? (.*?)$/",$corps[$i],$val)) {