SYMBOL INDEX (137 symbols across 17 files) FILE: WebRoot/js/jquery-1.11.1.js function isArraylike (line 570) | function isArraylike( obj ) { function Sizzle (line 773) | function Sizzle( selector, context, results, seed ) { function createCache (line 888) | function createCache() { function markFunction (line 906) | function markFunction( fn ) { function assert (line 915) | function assert( fn ) { function addHandle (line 937) | function addHandle( attrs, handler ) { function siblingCheck (line 952) | function siblingCheck( a, b ) { function createInputPseudo (line 979) | function createInputPseudo( type ) { function createButtonPseudo (line 990) | function createButtonPseudo( type ) { function createPositionalPseudo (line 1001) | function createPositionalPseudo( fn ) { function testContext (line 1024) | function testContext( context ) { function setFilters (line 2021) | function setFilters() {} function toSelector (line 2092) | function toSelector( tokens ) { function addCombinator (line 2102) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2155) | function elementMatcher( matchers ) { function multipleContexts (line 2169) | function multipleContexts( selector, contexts, results ) { function condense (line 2178) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2199) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2292) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2347) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function winnow (line 2643) | function winnow( elements, qualifier, not ) { function sibling (line 2973) | function sibling( cur, dir ) { function createOptions (line 3056) | function createOptions( options ) { function detach (line 3456) | function detach() { function completed (line 3470) | function completed() { function dataAttr (line 3633) | function dataAttr( elem, key, data ) { function isEmptyDataObject (line 3665) | function isEmptyDataObject( obj ) { function internalData (line 3681) | function internalData( elem, name, data, pvt /* Internal Use Only */ ) { function internalRemoveData (line 3770) | function internalRemoveData( elem, name, pvt ) { function returnTrue (line 4255) | function returnTrue() { function returnFalse (line 4259) | function returnFalse() { function safeActiveElement (line 4263) | function safeActiveElement() { function createSafeFragment (line 5272) | function createSafeFragment( document ) { function getAll (line 5324) | function getAll( context, tag ) { function fixDefaultChecked (line 5347) | function fixDefaultChecked( elem ) { function manipulationTarget (line 5355) | function manipulationTarget( elem, content ) { function disableScript (line 5365) | function disableScript( elem ) { function restoreScript (line 5369) | function restoreScript( elem ) { function setGlobalEval (line 5380) | function setGlobalEval( elems, refElements ) { function cloneCopyEvent (line 5388) | function cloneCopyEvent( src, dest ) { function fixCloneNodeIssues (line 5416) | function fixCloneNodeIssues( src, dest ) { function actualDisplay (line 6007) | function actualDisplay( name, doc ) { function defaultDisplay (line 6029) | function defaultDisplay( nodeName ) { function addGetHookIf (line 6221) | function addGetHookIf( conditionFn, hookFn ) { function computeStyleTests (line 6315) | function computeStyleTests() { function vendorPropName (line 6433) | function vendorPropName( style, name ) { function showHide (line 6455) | function showHide( elements, show ) { function setPositiveNumber (line 6506) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 6514) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 6553) | function getWidthOrHeight( elem, name, extra ) { function Tween (line 6892) | function Tween( elem, options, prop, end, easing ) { function createFxNow (line 7061) | function createFxNow() { function genFx (line 7069) | function genFx( type, includeWidth ) { function createTween (line 7089) | function createTween( value, prop, animation ) { function defaultPrefilter (line 7103) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 7245) | function propFilter( props, specialEasing ) { function Animation (line 7282) | function Animation( elem, properties, options ) { function addToPrefiltersOrTransports (line 8596) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 8628) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 8655) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 8675) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8730) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 9189) | function done( status, nativeStatusText, responses, headers ) { function buildParams (line 9441) | function buildParams( prefix, obj, traditional, add ) { function createStandardXHR (line 9713) | function createStandardXHR() { function createActiveXHR (line 9719) | function createActiveXHR() { function getWindow (line 10014) | function getWindow( elem ) { FILE: src/com/rcd/conn/ConnectToMySQL.java class ConnectToMySQL (line 6) | public class ConnectToMySQL { method getConnection (line 10) | public static Connection getConnection(){ FILE: src/com/rcd/im/info/DBUtil.java class DBUtil (line 13) | public class DBUtil { method getJDBCConnection (line 15) | public static Connection getJDBCConnection() { FILE: src/com/rcd/im/info/ImportMovies.java class ImportMovies (line 15) | public class ImportMovies { method main (line 25) | public static void main(String[] args) { method persist (line 44) | private static void persist(List movies) { method fillMovie (line 77) | private static Movie fillMovie(String line) { FILE: src/com/rcd/im/info/ImportRatings.java class ImportRatings (line 15) | public class ImportRatings { method main (line 25) | public static void main(String[] args) { method fillRating (line 44) | private static Rating fillRating(String line) { method insertRatings (line 56) | public static void insertRatings(List ratings) { FILE: src/com/rcd/im/info/StringUtil.java class StringUtil (line 5) | public class StringUtil { method connectString (line 6) | public static String connectString(Collection stringList, FILE: src/com/rcd/javabean/Movie.java class Movie (line 8) | public class Movie { method Movie (line 18) | public Movie() { method Movie (line 21) | public Movie(int id, String name, String year, List type) { method getId (line 28) | public int getId() { method setId (line 32) | public void setId(int id) { method getName (line 36) | public String getName() { method setName (line 40) | public void setName(String name) { method getYear (line 44) | public String getYear() { method setYear (line 48) | public void setYear(String year) { method getType (line 52) | public List getType() { method setType (line 56) | public void setType(List type) { method relevance (line 60) | public double relevance(Movie m) { method toString (line 73) | public String toString() { method toJSON (line 81) | public String toJSON() { FILE: src/com/rcd/javabean/MovieInfo.java class MovieInfo (line 6) | public class MovieInfo { method getName (line 12) | public String getName() { method setName (line 16) | public void setName(String name) { method getPublishedYear (line 20) | public String getPublishedYear() { method setPublishedYear (line 24) | public void setPublishedYear(String publishedYear) { method getType (line 28) | public String getType() { method setType (line 32) | public void setType(String type) { method getPreference (line 36) | public double getPreference() { method setPreference (line 40) | public void setPreference(double preference) { FILE: src/com/rcd/javabean/Rating.java class Rating (line 3) | public class Rating { method getUser_id (line 9) | public int getUser_id() { method setUser_id (line 13) | public void setUser_id(int user_id) { method getMovie_id (line 17) | public int getMovie_id() { method setMovie_id (line 21) | public void setMovie_id(int movie_id) { method getRating (line 25) | public int getRating() { method setRating (line 29) | public void setRating(int rating) { method getTimestamp (line 33) | public int getTimestamp() { method setTimestamp (line 37) | public void setTimestamp(int timestamp) { FILE: src/com/rcd/model/DataBaseUtil.java class DataBaseUtil (line 13) | public class DataBaseUtil { method createDataSource (line 16) | public static void createDataSource() throws Exception { method getDataSource (line 36) | public static DataSource getDataSource() { method getConnection (line 48) | public static Connection getConnection() { method getConnectionFromDataSource (line 58) | public static Connection getConnectionFromDataSource() { FILE: src/com/rcd/model/GetMovieInfo.java class GetMovieInfo (line 14) | public class GetMovieInfo { method getMovieByMovieId (line 20) | public ArrayList getMovieByMovieId(int id){ method getMovieByMovieId (line 47) | public ArrayList getMovieByMovieId(List re... method getMovieByUserId (line 76) | public ArrayList getMovieByUserId(long userID){ method closeAll (line 101) | public void closeAll(){ FILE: src/com/rcd/model/MyDataModel.java class MyDataModel (line 8) | public class MyDataModel { method myDataModel (line 10) | public static JDBCDataModel myDataModel() { FILE: src/com/rcd/model/recommender/MyItemBasedRecommender.java class MyItemBasedRecommender (line 17) | public class MyItemBasedRecommender { method myItemBasedRecommender (line 19) | public List myItemBasedRecommender(long userID,int si... FILE: src/com/rcd/model/recommender/MySlopeOneRecommender.java class MySlopeOneRecommender (line 15) | public class MySlopeOneRecommender { method mySlopeOneRecommender (line 16) | public List mySlopeOneRecommender(long userID,int size){ FILE: src/com/rcd/model/recommender/MyUserBasedRecommender.java class MyUserBasedRecommender (line 15) | public class MyUserBasedRecommender { method userBasedRecommender (line 16) | public List userBasedRecommender(long userID,int size) { method main (line 32) | public static void main(String args[]) throws Exception { FILE: src/com/rcd/model/recommender/RecommenderIntro.java class RecommenderIntro (line 18) | public class RecommenderIntro { method main (line 19) | public static void main(String[] args) throws Exception { FILE: src/com/rcd/servlet/RecomendServlet.java class RecomendServlet (line 20) | public class RecomendServlet extends HttpServlet { method doGet (line 21) | public void doGet(HttpServletRequest request, HttpServletResponse resp... method doPost (line 26) | public void doPost(HttpServletRequest request, HttpServletResponse res...