MCPcopy Create free account

hub / github.com/caelum/guj.com.br / functions

Functions3,675 in github.com/caelum/guj.com.br

↓ 11 callersMethodgetSql
(String queryName)
tools/phpbb2jforum/src/net/jforum/tools/phpbb2jforum/Main.java:315
↓ 11 callersMethodgetTopic
Gets a cached topic. @param t The topic to try to get from the cache. The instance passed as argument should have ae least the topicId and forumId se
src/net/jforum/repository/TopicRepository.java:308
↓ 11 callersMethodgetTotalReplies
Returns the total number of replies @return int value with the total
src/net/jforum/entities/Topic.java:175
↓ 11 callersMethodremove
Remove an entry fro the session map @param sessionId The session id to remove
src/net/jforum/SessionFacade.java:195
↓ 11 callersMethodremove
Removes an entry from the cache. @param fqn The fully qualified name associated with the key @param key The key to remove
src/net/jforum/cache/CacheEngine.java:116
↓ 11 callersMethodreset
()
src/net/jforum/util/I18n.java:217
↓ 11 callersMethodselectById
Gets a specific <code>Post</code>. @param postId The Post ID to search @return <code>Post</code>object containing all the information
src/net/jforum/dao/PostDAO.java:67
↓ 11 callersMethodselectByUserByLimit
Selects all posts associated to a specific user and belonging to given forums @param userId int User ID. @param startFrom int @param count int @return
src/net/jforum/dao/PostDAO.java:110
↓ 11 callersMethodsetUserId
Sets the id of the user that sent the message @param userId The user Id
src/net/jforum/entities/Post.java:374
↓ 10 callersFunctionbbstyle
(eltag)
webapp/templates/default/js/post.js:157
↓ 10 callersMethodcreateTopic
(int type, int day, String title)
tests/core/net/jforum/entities/TopicTypeComparatorTest.java:71
↓ 10 callersMethodgetForumLink
Gets the forum base link. The returned link has a trailing slash @return The forum link, with the trailing slash
src/net/jforum/view/forum/common/ViewCommon.java:179
↓ 10 callersMethodgetHeight
()
src/net/jforum/entities/Banner.java:132
↓ 10 callersMethodgetObjectParameter
Gets some request parameter as <code>Object</code>. This method may be used when you have to get some value of a <i>multipart/form-data</i> request, l
src/net/jforum/context/RequestContext.java:421
↓ 10 callersFunctiongetTableGrid
(table)
webapp/tiny_mce/plugins/table/editor_plugin_src.js:308
↓ 10 callersMethodgetTitle
Gets he document title @return The document title
src/net/jforum/util/rss/RSS.java:92
↓ 10 callersMethodgetTopicId
()
src/net/jforum/entities/Poll.java:72
↓ 10 callersMethodisModerated
@return
src/net/jforum/entities/Topic.java:324
↓ 10 callersFunctionj
(E,F)
webapp/javascripts/jquery-1.3.1.min.js:12
↓ 10 callersFunctionl
(m)
webapp/tiny_mce/tiny_mce.js:1
↓ 10 callersFunctionr
(v)
webapp/tiny_mce/tiny_mce.js:1
↓ 10 callersMethodsearch
(SearchArgs args)
src/net/jforum/search/SearchManager.java:59
↓ 10 callersMethodselectRaw
Gets a topic's information from the topics table only. No other information, like usernames, are fetched. @param topicId The topic id to get @return
src/net/jforum/dao/TopicDAO.java:90
↓ 10 callersMethodsetHeader
Sets a response header with the given name and value. If the header had already been set, the new value overwrites the previous one. The <code>contain
src/net/jforum/context/ResponseContext.java:85
↓ 10 callersMethodsetId
Sets the id for the message @param id The id
src/net/jforum/entities/Post.java:306
↓ 10 callersMethodsize
()
src/net/jforum/repository/PostRepository.java:82
↓ 10 callersMethodstart
()
src/br/com/caelum/guj/feeds/JobsAgregator.java:10
↓ 9 callersFunction$w
(string)
webapp/javascripts/prototype.js:935
↓ 9 callersMethodadd
Add a new <code>UserSession</code> entry to the session. This method will make a call to <code>JForum.getRequest.getSession().getId()</code> to retrie
src/net/jforum/SessionFacade.java:95
↓ 9 callersMethodaddRole
(PermissionControl pc, String roleName, int forumId, String[] groups)
src/net/jforum/view/admin/ForumAction.java:321
↓ 9 callersFunctionaf
(ax,ay)
webapp/tiny_mce/plugins/table/editor_plugin.js:1
↓ 9 callersMethodclean
Clear all cached security entries.
src/net/jforum/repository/SecurityRepository.java:267
↓ 9 callersFunctiond
(g,h)
webapp/tiny_mce/plugins/media/editor_plugin.js:1
↓ 9 callersFunctiondechex
(n)
webapp/tiny_mce/themes/advanced/js/color_picker.js:188
↓ 9 callersMethoderror
()
src/net/jforum/view/install/InstallAction.java:154
↓ 9 callersMethodgetOrder
@return int
src/net/jforum/entities/Category.java:135
↓ 9 callersMethodgetPost
@return Returns the post.
src/net/jforum/entities/PrivateMessage.java:132
↓ 9 callersMethodgetPost
(ResultSet rs)
src/net/jforum/dao/generic/GenericModerationDAO.java:147
↓ 9 callersMethodgetServletContext
@see javax.servlet.http.HttpSession#getServletContext()
tests/core/net/jforum/http/FakeHttpSession.java:87
↓ 9 callersMethodgetTimeInMillis
()
src/net/jforum/entities/MostUsersEverOnline.java:72
↓ 9 callersMethodgetTitle
Returns the title of the topci @return String with the topic title
src/net/jforum/entities/Topic.java:166
↓ 9 callersFunctioni
(j,k)
webapp/tiny_mce/tiny_mce.js:1
↓ 9 callersMethodisBbCodeEnabled
Checks if BB code is enabled @return boolean value
src/net/jforum/entities/User.java:206
↓ 9 callersFunctionk
(o,n,q)
webapp/tiny_mce/tiny_mce.js:1
↓ 9 callersMethodmerge
(ResultSet roles, ResultSet roleValues)
src/net/jforum/dao/mysql/security/MySQL323GroupSecurityDAO.java:220
↓ 9 callersMethodnewBookmarkDAO
Gets a {@link net.jforum.dao.BookmarkDAO} instance @return <code>link net.jforum.model.BookmarkModel</code> instance
src/net/jforum/dao/DataAccessDriver.java:203
↓ 9 callersFunctionnextElm
(node, names)
webapp/tiny_mce/plugins/table/editor_plugin_src.js:373
↓ 9 callersMethodselectById
Gets a specific <code>Topic</code>. @param topicId The Topic ID to search @return <code>Topic</code>object containing all the information @see #selec
src/net/jforum/dao/TopicDAO.java:81
↓ 9 callersFunctionset
()
webapp/tiny_mce/tiny_mce_src.js:1722
↓ 9 callersFunctiont
(v)
webapp/tiny_mce/tiny_mce.js:1
↓ 8 callersMethodaddCookie
Add or update a cookie. This method adds a cookie, serializing its value using XML. @param name The cookie name. @param value The cookie value
src/net/jforum/ControllerUtils.java:366
↓ 8 callersMethodanonymousSize
Get the number of anonymous users @return the nuber of anonymous users
src/net/jforum/SessionFacade.java:262
↓ 8 callersMethodcompatibleURL
(String id)
src/br/com/caelum/guj/uri/CompatibleURIBuilder.java:5
↓ 8 callersMethodfindByName
Finds an user by matching an input string. @param input The username to search. May be part of the username. The method will match all users who have
src/net/jforum/dao/UserDAO.java:128
↓ 8 callersFunctiongetCSSSize
(size)
webapp/tiny_mce/utils/form_utils.js:176
↓ 8 callersMethodgetFirstPostId
Returns the ID of the firts topic @return int value with the ID
src/net/jforum/entities/Topic.java:104
↓ 8 callersMethodgetListAllowedForums
()
src/net/jforum/repository/ForumRepository.java:831
↓ 8 callersMethodgetNodes
Process the group hierarchy. @return <code>List</code> containing the complete group hierarchy. Each element from the list represents a single <code>
src/net/jforum/util/TreeGroup.java:144
↓ 8 callersMethodgetStatus
Returns the status @return int value with the status
src/net/jforum/entities/Topic.java:140
↓ 8 callersMethodgetWidth
()
src/net/jforum/entities/Banner.java:127
↓ 8 callersMethodisSmiliesEnabled
Checks if smilies are enabled @return boolean value
src/net/jforum/entities/User.java:380
↓ 8 callersMethodloadAdditionalDefaults
Merge additional configuration defaults @param file File from which to load the additional defaults
src/net/jforum/util/preferences/SystemGlobals.java:202
↓ 8 callersMethodmakePost
(ResultSet rs)
src/net/jforum/dao/generic/GenericPostDAO.java:101
↓ 8 callersMethodnewPrivateMessageDAO
Gets a {@link net.jforum.dao.PrivateMessageDAO} instance @return <code>link net.jforum.model.security.PrivateMessageModel</code> instance
src/net/jforum/dao/DataAccessDriver.java:176
↓ 8 callersMethodsave
()
src/net/jforum/view/admin/ModerationAction.java:189
↓ 8 callersMethodsetBbCodeEnabled
Sets the status for BB code in the message @param bbCodeEnabled <code>true</code> or <code>false</code>, depending the intention
src/net/jforum/entities/Post.java:261
↓ 8 callersMethodsetHtmlEnabled
Sets the status for HTML code in the message @param htmlEnabled <code>true</code> or <code>false</code>, depending the intention
src/net/jforum/entities/Post.java:297
↓ 8 callersMethodsetPostUsername
Sets the username of the anonymous user that have sent the message @param postUsername String with the username
src/net/jforum/entities/Post.java:315
↓ 8 callersMethodsetTitle
Sets the title. @param title The title to set
src/net/jforum/entities/Topic.java:282
↓ 7 callersFunctionadd
(l,t)
webapp/templates/default/js/jquery.js:31
↓ 7 callersFunctionaddClassesToList
(list_id, specific_option)
webapp/tiny_mce/utils/form_utils.js:107
↓ 7 callersMethodaddNew
Adds a new User. After successfuly persisting the data, this method <b>shoud</b> call <code>user.setId(theNewId);</code>, as well return the new user
src/net/jforum/dao/UserDAO.java:175
↓ 7 callersMethodaddParameter
(String name, Object value)
src/net/jforum/context/web/WebRequestContext.java:360
↓ 7 callersMethodclearCache
Clears the cache @param forumId The forum id to clear the cache
src/net/jforum/repository/TopicRepository.java:220
↓ 7 callersMethodcountUserTopics
How many topics were created by a given user @param userId the user id to check @return the number of topics created by the user
src/net/jforum/dao/TopicDAO.java:128
↓ 7 callersMethoddirectory
()
src/net/jforum/search/LuceneSettings.java:94
↓ 7 callersMethoderror
(String message, Post p)
src/net/jforum/view/forum/KarmaAction.java:127
↓ 7 callersMethodgetAllCategories
Gets all categories from the cache. @param userId int @return <code>List</code> with the categories. Each entry is a <code>Category</code> object.
src/net/jforum/repository/ForumRepository.java:233
↓ 7 callersMethodgetConnection
Gets a connection. Connection pools' normal behaviour will be to once connection from the pool, while non-pooled implementations will want to go to th
src/net/jforum/DBConnection.java:132
↓ 7 callersMethodgetForumContext
()
src/net/jforum/JForumExecutionContext.java:176
↓ 7 callersMethodgetForums
Get all forums from this category. @return All forums, regardless it is accessible to the user or not.
src/net/jforum/entities/Category.java:300
↓ 7 callersMethodgetIp
@return the ip
src/net/jforum/entities/Banlist.java:80
↓ 7 callersMethodgetKarma
()
src/net/jforum/entities/User.java:847
↓ 7 callersMethodgetLang
()
src/net/jforum/entities/UserSession.java:231
↓ 7 callersMethodgetSmilies
()
src/net/jforum/repository/SmiliesRepository.java:86
↓ 7 callersMethodgetTagName
Getst the tag name @return The tag name
src/net/jforum/util/bbcode/BBCode.java:98
↓ 7 callersMethodinsert
()
src/net/jforum/view/forum/PostAction.java:461
↓ 7 callersMethodisConvertable
()
src/br/com/caelum/guj/uri/URIConverter.java:5
↓ 7 callersMethodisHtmlEnabled
Checks if HTML code is enabled by default in user messages @return boolean value
src/net/jforum/entities/User.java:251
↓ 7 callersMethodisModerated
Checks if is a moderated forum @return boolean value. <code>true</code> if the forum is moderated, <code>false</code> if not.
src/net/jforum/entities/Forum.java:145
↓ 7 callersMethodkeys
()
src/net/jforum/util/preferences/SystemGlobals.java:237
↓ 7 callersMethodlist
@see net.jforum.Command#list()
src/net/jforum/view/admin/CacheAction.java:71
↓ 7 callersMethodmaxTopicId
Gets the latest topic id existent @return the topic id, or -1 if something went wrong @throws Exception
tests/core/net/jforum/api/integration/mail/pop/POPListenerTestCase.java:205
↓ 7 callersMethodnewBannerDAO
Gets an {@link net.jforum.dao.BannerDAO} instance. @return <code>net.jforum.dao.BannerDAO</code> instance.
src/net/jforum/dao/DataAccessDriver.java:224
↓ 7 callersMethodnewCategoryDAO
Gets an {@link net.jforum.dao.CategoryDAO} instance. @return <code>net.jforum.model.CategoryModel</code> instance.
src/net/jforum/dao/DataAccessDriver.java:148
↓ 7 callersMethodnewRankingDAO
Gets a {@link net.jforum.dao.RankingDAO} instance. @return <code>net.jforum.model.RankingModel</code> instance
src/net/jforum/dao/DataAccessDriver.java:127
↓ 7 callersMethodprepareMessage
Prepares the mail message for sending. @param subject the subject of the email @param messageFile the path to the mail message template @throws MailE
src/net/jforum/util/mail/Spammer.java:232
↓ 7 callersMethodrecords
()
src/net/jforum/search/SearchResult.java:63
↓ 7 callersMethodregisteredSize
Get the number of logged users @return the number of logged users
src/net/jforum/SessionFacade.java:251
↓ 7 callersFunctionselectByValue
(form_obj, field_name, value, add_custom, ignore_case)
webapp/tiny_mce/utils/form_utils.js:65
← previousnext →201–300 of 3,675, ranked by callers