Lines Matching refs:this
8 # When something goes wrong before we start output, use this
29 # check to see if we've done this already
99 # Most of the work is done in this directory
175 $this = ();
176 $this->{$rso[0]} = $rp->{$rso[0]};
177 $this->{$rso[1]} = $rp->{$rso[1]};
178 $this->{$rso[2]} = $rp->{$rso[2]};
179 $this->{$rso[3]} = $rp->{$rso[3]};
183 if ($last->{$rso[$i]} ne $this->{$rso[$i]}) {
197 print "<a href=\"results.cgi?get_df=$this->{HOST}.$this->{DATE}.$this->{SUITE}.scanner\">";
199 print "$this->{$rso[$i]}";
205 print " <input type=checkbox name=results value=\"$this->{HOST}.$this->{DATE}.$this->{SUITE}\">";
214 $last->{$rso[0]} = $this->{$rso[0]};
215 $last->{$rso[1]} = $this->{$rso[1]};
216 $last->{$rso[2]} = $this->{$rso[2]};