OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htmlValues
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
iexploder.rb
63
if (! @
htmlValues
)
64
@
htmlValues
= readTagFile('
htmlvalues
.in');
91
when 1..3 then return (@
htmlValues
[rand(@
htmlValues
.length)])
92
when 4..5 then return (@
htmlValues
[rand(@
htmlValues
.length)] + inventValue())
93
when 6 then return (@
htmlValues
[rand(@
htmlValues
.length)] + "//" + inventValue())
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/
iexploder.rb
82
@
htmlValues
= readTagsDir("#{data_path}/html-values")
137
return @
htmlValues
[rand(@
htmlValues
.length)]
Completed in 605 milliseconds