Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caelum/guj.com.br
/ functions
Functions
3,675 in github.com/caelum/guj.com.br
⨍
Functions
3,675
◇
Types & classes
454
↓ 7 callers
Method
setLang
Sets the language. @param lang The lang to set
src/net/jforum/entities/User.java:590
↓ 7 callers
Method
setSmiliesEnabled
Sets the status for smilies in the message @param smiliesEnabled <code>true</code> or <code>false</code>, depending the intention
src/net/jforum/entities/Post.java:333
↓ 7 callers
Method
setTemplateParams
Set the parameters for the template being processed @param params the parameters to the template
src/net/jforum/util/mail/Spammer.java:323
↓ 7 callers
Method
setTopicId
Sets the id of the topic that the message belongs to @param topicId The id of the topic
src/net/jforum/entities/Post.java:365
↓ 7 callers
Method
setType
Sets the type. @param type The type to set
src/net/jforum/entities/Topic.java:309
↓ 7 callers
Method
setUserId
Set user's id @param userId The user id
src/net/jforum/entities/UserSession.java:173
↓ 7 callers
Method
setUsers
(List users)
src/net/jforum/util/mail/Spammer.java:358
↓ 7 callers
Method
toString
@see java.lang.Object#toString()
src/net/jforum/entities/Topic.java:423
↓ 7 callers
Method
toString
@see java.lang.Object#toString()
src/net/jforum/api/integration/mail/pop/POPMessage.java:290
↓ 6 callers
Function
$R
(start, end, exclusive)
webapp/javascripts/prototype.js:1106
↓ 6 callers
Method
addFileChangeListener
Add a file to the monitor @param listener The file listener @param filename The filename to watch @param period The watch interval.
src/net/jforum/util/FileMonitor.java:82
↓ 6 callers
Method
addHeader
Adds a response header with the given name and value. This method allows response headers to have multiple values. @param name the name of the header
src/net/jforum/context/ResponseContext.java:245
↓ 6 callers
Function
aj
(x,i)
webapp/tiny_mce/plugins/table/editor_plugin.js:1
↓ 6 callers
Method
buildModerationLogFromRequest
()
src/net/jforum/view/forum/ModerationHelper.java:138
↓ 6 callers
Function
compress
(p, s, ot)
webapp/tiny_mce/tiny_mce_src.js:1519
↓ 6 callers
Function
convertRGBToHex
(col)
webapp/tiny_mce/utils/form_utils.js:139
↓ 6 callers
Function
e
()
webapp/javascripts/jquery-1.3.1.min.js:12
↓ 6 callers
Method
equals
@see java.lang.Object#equals(java.lang.Object)
src/net/jforum/entities/Post.java:449
↓ 6 callers
Method
getComment
()
src/net/jforum/entities/Banner.java:102
↓ 6 callers
Method
getContentType
Returns the content type passed by the browser or <code>null</code> if not defined. @return The content type passed by the browser or <code>null</cod
src/net/jforum/util/legacy/commons/fileupload/FileItem.java:79
↓ 6 callers
Method
getDescription
@return Returns the description.
src/net/jforum/entities/Bookmark.java:144
↓ 6 callers
Method
getFromUser
@return Returns the fromUser.
src/net/jforum/entities/PrivateMessage.java:68
↓ 6 callers
Method
getHeader
Returns the header with the specified name from the supplied map. The header lookup is case-insensitive. @param headers A <code>Map</code> containing
src/net/jforum/util/legacy/commons/fileupload/FileUploadBase.java:564
↓ 6 callers
Method
getId
()
src/net/jforum/entities/PollOption.java:67
↓ 6 callers
Method
getInputStream
Returns an {@link java.io.InputStream InputStream} that can be used to retrieve the contents of the file. @return An {@link java.io.InputStream Input
src/net/jforum/util/legacy/commons/fileupload/FileItem.java:68
↓ 6 callers
Method
getInstance
()
src/net/jforum/util/FileMonitor.java:71
↓ 6 callers
Method
getLength
()
src/net/jforum/entities/Poll.java:78
↓ 6 callers
Method
getNewOptions
()
src/net/jforum/entities/PollChanges.java:60
↓ 6 callers
Method
getPhysicalFilename
@return Returns the physicalFilename.
src/net/jforum/entities/AttachmentInfo.java:201
↓ 6 callers
Method
getPostedBy
()
src/net/jforum/entities/Topic.java:188
↓ 6 callers
Method
getRedirectTo
Gets the URL to redirect to, if any. @return The URL to redirect, of <code>null</code> if none.
src/net/jforum/JForumExecutionContext.java:239
↓ 6 callers
Method
getRegex
Gets the regex @return String witht the regex
src/net/jforum/util/bbcode/BBCode.java:80
↓ 6 callers
Method
getSizeInBytes
()
src/net/jforum/entities/QuotaLimit.java:76
↓ 6 callers
Method
getVoteId
Is a votation topic? If so, this is the vote Id @return boolean value
src/net/jforum/entities/Topic.java:219
↓ 6 callers
Method
hasChanges
()
src/net/jforum/entities/PollChanges.java:64
↓ 6 callers
Method
isCategoryAccessible
Check is some category is accessible. @param userId The user's id who is trying to get the category @param categoryId The category's id to check for
src/net/jforum/repository/ForumRepository.java:198
↓ 6 callers
Function
isEmpty
(n)
webapp/tiny_mce/tiny_mce_src.js:2261
↓ 6 callers
Method
isModerationNeeded
()
src/net/jforum/entities/Post.java:125
↓ 6 callers
Method
loadMostRecentTopics
Add recent topics to the cache
src/net/jforum/repository/TopicRepository.java:158
↓ 6 callers
Method
loadSmilies
()
src/net/jforum/repository/SmiliesRepository.java:75
↓ 6 callers
Method
makeAnonymous
Makes the user's session "anoymous" - eg, the user. This method sets the session's start and last visit time to the current datetime, the user id to t
src/net/jforum/entities/UserSession.java:343
↓ 6 callers
Method
newGroupDAO
Gets a {@link net.jforum.dao.GroupDAO} instance @return <code>net.jforum.model.GroupModel</code> instance.
src/net/jforum/dao/DataAccessDriver.java:106
↓ 6 callers
Method
newSmilieDAO
Gets a {@link net.jforum.dao.SmilieDAO} instance @return <code>net.jforum.model.SmilieModel</code> instance.
src/net/jforum/dao/DataAccessDriver.java:162
↓ 6 callers
Method
notNullDefault
(String value, String useDefault)
src/net/jforum/view/install/InstallAction.java:782
↓ 6 callers
Method
parse
Extracts a map of name/value pairs from the given string. Names are expected to be unique. @param str the string that contains a sequence of name/val
src/net/jforum/util/legacy/commons/fileupload/ParameterParser.java:225
↓ 6 callers
Method
prepareUserSignature
Parse the user's signature, to make it proper to visualization @param u the user instance
src/net/jforum/view/forum/common/ViewCommon.java:288
↓ 6 callers
Method
printUsage
()
tools/luceneIndexer/net/jforum/tools/search/LuceneCommandLineReindexer.java:179
↓ 6 callers
Function
process
(no)
webapp/tiny_mce/tiny_mce_src.js:10251
↓ 6 callers
Method
readBlobUTF16BinaryStream
(ResultSet rs, String fieldName)
src/net/jforum/dao/oracle/OracleUtils.java:64
↓ 6 callers
Method
saveModerationLog
(ModerationLog log)
src/net/jforum/view/forum/ModerationHelper.java:132
↓ 6 callers
Function
select
(dx, dy)
webapp/tiny_mce/plugins/table/editor_plugin_src.js:239
↓ 6 callers
Function
setAttrib
(elm, attrib, value)
webapp/tiny_mce/plugins/xhtmlxtras/js/element_common.js:98
↓ 6 callers
Method
setForumId
Sets the id of the forum associeted with this topic @param idForum The id of the forum to set
src/net/jforum/entities/Topic.java:246
↓ 6 callers
Method
setFrom
Sets the user location ( where he lives ) @param from The location
src/net/jforum/entities/User.java:536
↓ 6 callers
Method
setLastPostDate
(Date t)
src/net/jforum/entities/Topic.java:359
↓ 6 callers
Function
setMeta
(he, k, v)
webapp/tiny_mce/plugins/fullpage/js/fullpage.js:379
↓ 6 callers
Method
setOrder
@param category Category @param otherCategory Category
src/net/jforum/dao/generic/GenericCategoryDAO.java:254
↓ 6 callers
Method
setTitle
@param title The title to set.
src/net/jforum/entities/Bookmark.java:168
↓ 6 callers
Function
setupBox
(f, ce, fp, pr, sf, b)
webapp/tiny_mce/plugins/style/js/props.js:280
↓ 6 callers
Function
t
(F,E)
webapp/javascripts/jquery-1.3.1.min.js:19
↓ 6 callers
Method
topicLocked
()
src/net/jforum/view/forum/PostAction.java:1486
↓ 6 callers
Function
walk
(n)
webapp/tiny_mce/tiny_mce_src.js:12620
↓ 5 callers
Function
F
(X,T,aa,ab)
webapp/javascripts/jquery-1.3.1.min.js:19
↓ 5 callers
Function
I
(S,Z)
webapp/javascripts/jquery-1.3.1.min.js:19
↓ 5 callers
Method
addAll
Add topics to the cache @param forumId The forum id to which the topics are related @param topics The topics to add
src/net/jforum/repository/TopicRepository.java:189
↓ 5 callers
Function
addZeros
(value, len)
webapp/tiny_mce/plugins/insertdatetime/editor_plugin_src.js:46
↓ 5 callers
Function
addZeros
(value, len)
webapp/tiny_mce/plugins/xhtmlxtras/js/element_common.js:59
↓ 5 callers
Function
addZeros
(value, len)
webapp/tiny_mce/plugins/template/editor_plugin_src.js:120
↓ 5 callers
Method
analyzer
()
src/net/jforum/search/LuceneSettings.java:99
↓ 5 callers
Function
b
(g,d)
webapp/tiny_mce/plugins/insertdatetime/editor_plugin.js:1
↓ 5 callers
Method
bookmarkableURL
(int topicId, String title, int pageNumber)
src/br/com/caelum/guj/uri/BookmarkableURIBuilder.java:5
↓ 5 callers
Function
done
(o)
webapp/tiny_mce/tiny_mce_src.js:6503
↓ 5 callers
Function
done
(o)
webapp/tiny_mce/tiny_mce.js:1
↓ 5 callers
Method
enableRollback
Forces the request to not commit the connection.
src/net/jforum/JForumExecutionContext.java:266
↓ 5 callers
Method
error
(String message)
src/net/jforum/view/forum/BookmarkAction.java:247
↓ 5 callers
Method
execute
(Runnable runnable)
src/net/jforum/util/concurrent/Executor.java:64
↓ 5 callers
Function
find
(n, start)
webapp/tiny_mce/tiny_mce_src.js:5074
↓ 5 callers
Method
findAll
Returns all MailIntegration objects currently registered @return a list with all data found. Each entry is a MailIntegration instance
src/net/jforum/dao/MailIntegrationDAO.java:46
↓ 5 callers
Method
getAllCategoriesAndForums
Gets all forums available to the user. @param us An <code>UserSession</code> instance with user information @param anonymousUserId The id which repre
src/net/jforum/view/forum/common/ForumCommon.java:113
↓ 5 callers
Method
getAttribute
Gets an attribute value given its name @param name The attribute name to retrieve the value @return The value as an Object, or null if no entry was f
src/net/jforum/SessionFacade.java:185
↓ 5 callers
Function
getBQ
(e)
webapp/tiny_mce/tiny_mce_src.js:12726
↓ 5 callers
Method
getCode
@return
src/net/jforum/entities/Smilie.java:61
↓ 5 callers
Method
getDate
()
src/br/com/caelum/guj/model/Blog.java:52
↓ 5 callers
Method
getDeletedOptions
()
src/net/jforum/entities/PollChanges.java:51
↓ 5 callers
Method
getExtension
(ResultSet rs)
src/net/jforum/dao/generic/GenericAttachmentDAO.java:567
↓ 5 callers
Method
getForumId
()
src/net/jforum/search/SearchArgs.java:166
↓ 5 callers
Method
getId
@return int
src/net/jforum/entities/Category.java:121
↓ 5 callers
Method
getLastPostInfo
Gets information about the latest message posted in some forum. @param forumId the forum's id to inspect @return A {@link LastPostInfo} instance
src/net/jforum/dao/ForumDAO.java:157
↓ 5 callers
Method
getLastVisit
Gets the last visit time the user was in the forum @return long value representing the time
src/net/jforum/entities/User.java:296
↓ 5 callers
Method
getMin
@return
src/net/jforum/entities/Ranking.java:129
↓ 5 callers
Method
getName
Gets the name of the forum @return String with the name
src/net/jforum/entities/Forum.java:154
↓ 5 callers
Method
getOptions
()
src/net/jforum/entities/Poll.java:105
↓ 5 callers
Method
getOriginalMessage
@return the originalMessage
src/net/jforum/entities/ModerationLog.java:89
↓ 5 callers
Method
getPostId
@return Returns the postId.
src/net/jforum/entities/Karma.java:144
↓ 5 callers
Method
getPosterUser
@return the posterUser
src/net/jforum/entities/ModerationLog.java:193
↓ 5 callers
Method
getQueryString
Returns the query string that is contained in the request URL after the path. This method returns <code>null</code> if the URL does not have a query s
src/net/jforum/context/RequestContext.java:98
↓ 5 callers
Function
getReItem
(r, s, i)
webapp/tiny_mce/plugins/fullpage/js/fullpage.js:254
↓ 5 callers
Method
getRemoteAddr
Returns the Internet Protocol (IP) address of the client or last proxy that sent the request. For HTTP servlets, same as the value of the CGI variable
src/net/jforum/context/RequestContext.java:130
↓ 5 callers
Method
getRootDir
()
tests/core/net/jforum/TestCaseUtils.java:95
↓ 5 callers
Method
getText
()
src/net/jforum/entities/PollOption.java:79
← previous
next →
301–400 of 3,675, ranked by callers