The R Project SVN R

Rev

Rev 5458 | Rev 8090 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5458 Rev 6608
Line 20... Line 20...
20
 *  along with this program; if not, write to the Free Software
20
 *  along with this program; if not, write to the Free Software
21
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
22
 
22
 
23
  $Source: /scratch/CVS-ARCHIVE/R/doc/html/search/SearchEngine.java,v $
23
  $Source: /scratch/CVS-ARCHIVE/R/doc/html/search/SearchEngine.java,v $
24
  
24
  
25
  $Revision: 1.3 $
25
  $Revision: 1.4 $
26
 
26
 
27
  $Date: 1999/08/10 09:56:03 $
27
  $Date: 1999/11/18 12:30:58 $
28
  
28
  
29
  $Author: ripley $
29
  $Author: leisch $
30
 
30
 
31
==============================================================================*/
31
==============================================================================*/
32
 
32
 
33
 
33
 
34
/* -------------------------------- Imports --------------------------------- */
34
/* -------------------------------- Imports --------------------------------- */
Line 417... Line 417...
417
	  prefix = value.getValue ();
417
	  prefix = value.getValue ();
418
	  Tracer.write ("using new URL prefix \"" + prefix + "\"\n");
418
	  Tracer.write ("using new URL prefix \"" + prefix + "\"\n");
419
	} else if (value.getKey ().equalsIgnoreCase ("suffix")) {
419
	} else if (value.getKey ().equalsIgnoreCase ("suffix")) {
420
	  suffix = value.getValue ();
420
	  suffix = value.getValue ();
421
	  Tracer.write ("using new URL suffix \"" + suffix + "\"\n");
421
	  Tracer.write ("using new URL suffix \"" + suffix + "\"\n");
422
	} else if (value.getKey ().equalsIgnoreCase ("alias")) {
422
	} else if (value.getKey ().equalsIgnoreCase ("aliases")) {
423
	  keywords += value.getValue ();
423
	  keywords += value.getValue ();
424
	}
424
	}
425
	value = idxStream.popEntry ();
425
	value = idxStream.popEntry ();
426
      }
426
      }
427
 
427
 
Line 514... Line 514...
514
/*==============================================================================
514
/*==============================================================================
515
 
515
 
516
  HISTORY:
516
  HISTORY:
517
  
517
  
518
  $Log: SearchEngine.java,v $
518
  $Log: SearchEngine.java,v $
-
 
519
  Revision 1.4  1999/11/18 12:30:58  leisch
-
 
520
  use seperate aliases field
-
 
521
 
519
  Revision 1.3  1999/08/10 09:56:03  ripley
522
  Revision 1.3  1999/08/10 09:56:03  ripley
520
  change FSF address in copyrights
523
  change FSF address in copyrights
521
  add some copyrights in src/gnome and elsewhere
524
  add some copyrights in src/gnome and elsewhere
522
 
525
 
523
  Revision 1.2  1999/03/04 17:15:18  leisch
526
  Revision 1.2  1999/03/04 17:15:18  leisch