Searched defs:extend (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/lucene/site/build/site/skin/
H A Dprototype.js30 Object.extend = function(destination, source) {
148 Object.extend(String.prototype, {
354 Object.extend(Enumerable, {
369 Object.extend(Array.prototype, {
384 Object.extend(Array.prototype, Enumerable);
405 Object.extend(this.options, options || {});
423 Ajax.Request.prototype = Object.extend(new Ajax.Base(), {
504 Object.extend(Object.extend(Ajax.Updater.prototype, Ajax.Request.prototype), {
557 Ajax.PeriodicalUpdater.prototype = Object.extend(ne
[all...]
/lucene-3.6.0/lucene/site/src/documentation/skins/common/scripts/
H A Dprototype.js30 Object.extend = function(destination, source) {
148 Object.extend(String.prototype, {
354 Object.extend(Enumerable, {
369 Object.extend(Array.prototype, {
384 Object.extend(Array.prototype, Enumerable);
405 Object.extend(this.options, options || {});
423 Ajax.Request.prototype = Object.extend(new Ajax.Base(), {
504 Object.extend(Object.extend(Ajax.Updater.prototype, Ajax.Request.prototype), {
557 Ajax.PeriodicalUpdater.prototype = Object.extend(ne
[all...]
/lucene-3.6.0/solr/client/ruby/flare/public/javascripts/
H A Dprototype.js30 Object.extend = function(destination, source) {
37 Object.extend(Object, {
64 return Object.extend({}, object);
82 Object.extend(Number.prototype, {
152 Object.extend(String.prototype, {
514 Object.extend(Enumerable, {
533 Object.extend(Array.prototype, Enumerable);
538 Object.extend(Array.prototype, {
633 Object.extend(this, obj || {});
636 Object.extend(Has
[all...]

Completed in 16 milliseconds