1 2345678910...
|
* the end-user cancels do nothing. If the end-user oks validate
* find string via canAgain(), bark if error and try again, otherwise
* perform search via doAgain().
*/
public void doFind() {
Language: Java LOC: 231 SourceForge : Quicksilver (project search) : .../java4u/quicksilver_n/xlog/menu/TextView.java
|
package com.hackerdude.swing.picklist.search;
import java.awt.Frame;
import java.awt.Point;
Language: Java LOC: 193 SourceForge : Hackerdude Projects (project search) : .../hackerdude/swing/picklist/search/GenericSearchDialog.java
|
import net.jforum.context.ResponseContext;
import net.jforum.repository.ForumRepository;
import net.jforum.search.ContentSearchOperation;
import net.jforum.search.NewMessagesSearchOperation;
import net.jforum.search.SearchArgs;
Language: Java LOC: 88 java.net : JForum (project search) : .../net/jforum/view/forum/SearchAction.java
|
/**
* Get the resources starting with the key
* @param startsWith the key prefix {@link String} to search for
*/
public String[] getPersistentResourcesStartsWith(String startsWith) {
Language: Java LOC: 309 SourceForge : Aglet Software Development Kit (project search) : .../com/ibm/awb/misc/Resource.java
|
* <p>
* Used to set the focus to the appropriate control, for us that is the treeviewer. But if we
* were smart we could send the user off to a search field or something they actually need (like
* a broken datastore) based on context.
* </p>
Language: Java LOC: 167 GeoTools : udig (project search) : .../udig/catalog/internal/ui/CatalogView.java
|
break;
}
/* Search for a match in the request and fill the
first unused matching item. We do it this way to
permit retrieval of multiple PRIV items in the same
Language: Java LOC: 596 java.net : Java-based Echolink Client (project search) : .../org/wonderly/ham/echolink/RTPacket.java
|
/* uDig - User Friendly Desktop Internet GIS client
* http://udig.refractions.net
* (C) 2004, Refractions Research Inc.
*
* This library is free software; you can redistribute it and/or
Language: Java (C) 2004, Refractions Research Inc. LOC: 433 GeoTools : udig (project search) : .../net/refractions/udig/ui/SearchPart.java
|
}
/**
Use depth-first search to go through MIME-Parts recursively.
@param p Part to begin with
*/
Language: Java License: GPL (C) 1999-2001 Sebastian Schaffert LOC: 1404 SourceForge : WebMail/Java (project search) : .../wastl/webmail/session/user/UserSession.java
|
}
/**
Use depth-first search to go through MIME-Parts recursively.
@param p Part to begin with
*/
Language: Java License: GPL (C) 1999-2001 Sebastian Schaffert LOC: 1447 SourceForge : WebMail/Java (project search) : .../net/wastl/webmail/server/WebMailSession.java
|
* would trace the children of root->Config->Servers and return the node Servers.
* Assumes that there would be only one path that matches. If two paths could match at any point,
* the search may fail.
*/
public static TreeNode findPath(String path, String delimiter, TreeNode root) {
Language: Java LOC: 46 SourceForge : jConsole (project search) : .../src/com/walding/util/TreeUtility.java
|
}
/**
* Search a component in all sub-components.
* @param name Name of Component.
*/
Language: Java License: GPL (c)1997-1999 IoS Gesellschaft fr innovative Softwareentwicklung mbH LOC: 436 SourceForge : Linux Kontor (project search) : .../de/ios/framework/gui/ViewPanel.java
|
}*/
/** Creates a ClassLoader with a single URL for a classpath.
* @param classpath The base URL to search for classes relative to.
**/
//GG: Commented out
Language: Java (C) 1997, 1998 Luke Gorrie LOC: 136 SourceForge : jsh (project search) : .../echidna/org/javagroup/util/URLClassLoader.java
|
import eawag.grid.Grid;
/**
* <p>This class belongs to the alfa beta game search example.
* The class defines the board, its rules and undoable moves.
* for the tic tac toe game. The board itself is a grid
Language: Java LOC: 90 SourceForge : Quicksilver (project search) : .../java4u/quicksilver_n/samples/lektion7/GameRules.java
|
}
/**
* Search a component in all sub-components.
* @param name Name of Component.
*/
Language: Java License: GPL (c)1997 IoS Gesellschaft fr innovative Softwareentwicklung mbH LOC: 506 SourceForge : Linux Kontor (project search) : .../de/ios/framework/gui/View.java
|
{
if (filter == null) return idx;
int search = Collections.binarySearch(filter, new Integer(idx));
if (search < 0 || search >= filter.size()
|| ((Integer)filter.get(search)).intValue() != idx)
Language: Java License: GPL (C) 2005 Eduardo Jodas Samper LOC: 1821 java.net : Property Resource Bundle Editor (project search) : .../prbeditor/src/prman/view/TableView.java
|
* The list can be (virtually) sorted by one column (by user or by methode-call,
* the order in memory is not affected by sorting).
* Tne user can search with keyboard-input in one column.
*
*/
Language: Java License: GPL (c)1997-1999 IoS Gesellschaft fr innovative Softwareentwicklung mbH LOC: 2345 SourceForge : Linux Kontor (project search) : .../de/ios/framework/gui/Table.java
|
}
pkgId = pkg.getId();
// search external packages, and if any, search for them in the currently
// uploaded packages and put it in xpdlManager
Set extPkgIds = new HashSet();
Language: Java LOC: 1103 ObjectWeb Forge : Enhydra Shark (project search) : .../src/org/enhydra/shark/PackageAdmin.java
|
}
}
// System.err.println("Search for procDefId "+procDefId+" finished by finding wp
// from pkg
// [xpdlV="+XMLUtil.getPackage(wp).getRedefinableHeader().getVersion()+",intVer="+XMLUtil.getPackage(wp).getInternalV...
Language: Java LOC: 1806 ObjectWeb Forge : Enhydra Shark (project search) : .../src/org/enhydra/shark/SharkUtilities.java
|
import javax.mail.event.FolderEvent;
import javax.mail.internet.MimeMessage;
import javax.mail.search.AddressStringTerm;
import javax.mail.search.AddressTerm;
import javax.mail.search.AndTerm;
Language: Java License: GPL (C) 2003, 2004 Chris Burdess LOC: 1511 Savannah GNU : Classpath Extensions (project search) : .../gnu/mail/providers/imap/IMAPFolder.java
|
/**
* $Id: Searcher.java,v 1.12 2007/06/19 02:34:09 ShadowofLords Exp $
*/
package fun.bobby;
Language: Java LOC: 263 java.net : JarSearch (project search) : .../jarsearch/src/fun/bobby/Searcher.java
|
import eawag.model.Swarm;
/**
* <p>This class belongs to the alfa beta game search example.
* The class defines the depictions for the tic tac toe
* board and for a player.
Language: Java LOC: 10 SourceForge : Quicksilver (project search) : .../java4u/quicksilver_n/samples/lektion7/GameGallery.java
|
public int findMax( int width ) {
int max = 20;
int searchPoint = insertAt - 1;
if ( width > amount ) {
width = amount;
Language: Java License: GPL Copyright 2003 LOC: 141 Savannah NonGNU : mldonkey, a multi-networks file-sharing client (project search) : .../mldonkey/g2gui/view/statistic/Graph.java
|
/**
* Add a where-clause that compares a column against a String.
* @param column A column (field) name to use as a search constraint.
* @param value int value to compare against.
* @param cmp_op The comparison operator to use: QueryBuilder.EQUAL, ...
Language: Java LOC: 1891 ObjectWeb Forge : Enhydra DODS (project search) : .../dods/builder/generator/query/QueryBuilder.java
|
import org.apache.lucene.index.IndexReader;
import org.apache.lucene.index.MultiReader;
import org.apache.lucene.search.ParallelMultiSearcher;
import org.apache.lucene.search.Searchable;
import org.apache.lucene.search.Searcher;
Language: Java License: GPL (C) 2000, 2001, 2002 Ministere de la culture et de la communication (France), AJLSM LOC: 832 Savannah NonGNU : XML repository / search engine (project search) : .../gouv/culture/sdx/documentbase/LuceneDocumentBase.java
|
import org.jakedb.Queue;
import org.jakedb.Record;
import org.jakedb.Search;
import org.jakedb.SQLFactory;
import org.jakedb.Subject;
Language: Java License: GPL (c) 2001-3 by Dan Chudnov LOC: 389 SourceForge : jake (project search) : .../src/org/jakedb/servlet/CreateRecord.java
|
1 2345678910...
|