Searched defs:inspect (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/solr/client/ruby/flare/public/javascripts/
H A Deffects.js334 inspect: function() {
335 return '#<Effect:' + $H(this).inspect() + ',options:' + $H(this.options).inspect() + '>';
H A Dprototype.js38 inspect: function(object) {
42 return object.inspect ? object.inspect() : object.toString();
285 inspect: function(useDoubleQuotes) {
509 inspect: function() {
510 return '#<Enumerable:' + this.toArray().inspect() + '>';
605 inspect: function() {
606 return '[' + this.map(Object.inspect).join(', ') + ']';
712 inspect: function() {
714 return pair.map(Object.inspect)
[all...]

Completed in 1517 milliseconds