MCPcopy Create free account

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

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

↓ 7 callersMethodsetLang
Sets the language. @param lang The lang to set
src/net/jforum/entities/User.java:590
↓ 7 callersMethodsetSmiliesEnabled
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 callersMethodsetTemplateParams
Set the parameters for the template being processed @param params the parameters to the template
src/net/jforum/util/mail/Spammer.java:323
↓ 7 callersMethodsetTopicId
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 callersMethodsetType
Sets the type. @param type The type to set
src/net/jforum/entities/Topic.java:309
↓ 7 callersMethodsetUserId
Set user's id @param userId The user id
src/net/jforum/entities/UserSession.java:173
↓ 7 callersMethodsetUsers
(List users)
src/net/jforum/util/mail/Spammer.java:358
↓ 7 callersMethodtoString
@see java.lang.Object#toString()
src/net/jforum/entities/Topic.java:423
↓ 7 callersMethodtoString
@see java.lang.Object#toString()
src/net/jforum/api/integration/mail/pop/POPMessage.java:290
↓ 6 callersFunction$R
(start, end, exclusive)
webapp/javascripts/prototype.js:1106
↓ 6 callersMethodaddFileChangeListener
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 callersMethodaddHeader
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 callersFunctionaj
(x,i)
webapp/tiny_mce/plugins/table/editor_plugin.js:1
↓ 6 callersMethodbuildModerationLogFromRequest
()
src/net/jforum/view/forum/ModerationHelper.java:138
↓ 6 callersFunctioncompress
(p, s, ot)
webapp/tiny_mce/tiny_mce_src.js:1519
↓ 6 callersFunctionconvertRGBToHex
(col)
webapp/tiny_mce/utils/form_utils.js:139
↓ 6 callersFunctione
()
webapp/javascripts/jquery-1.3.1.min.js:12
↓ 6 callersMethodequals
@see java.lang.Object#equals(java.lang.Object)
src/net/jforum/entities/Post.java:449
↓ 6 callersMethodgetComment
()
src/net/jforum/entities/Banner.java:102
↓ 6 callersMethodgetContentType
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 callersMethodgetDescription
@return Returns the description.
src/net/jforum/entities/Bookmark.java:144
↓ 6 callersMethodgetFromUser
@return Returns the fromUser.
src/net/jforum/entities/PrivateMessage.java:68
↓ 6 callersMethodgetHeader
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 callersMethodgetId
()
src/net/jforum/entities/PollOption.java:67
↓ 6 callersMethodgetInputStream
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 callersMethodgetInstance
()
src/net/jforum/util/FileMonitor.java:71
↓ 6 callersMethodgetLength
()
src/net/jforum/entities/Poll.java:78
↓ 6 callersMethodgetNewOptions
()
src/net/jforum/entities/PollChanges.java:60
↓ 6 callersMethodgetPhysicalFilename
@return Returns the physicalFilename.
src/net/jforum/entities/AttachmentInfo.java:201
↓ 6 callersMethodgetPostedBy
()
src/net/jforum/entities/Topic.java:188
↓ 6 callersMethodgetRedirectTo
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 callersMethodgetRegex
Gets the regex @return String witht the regex
src/net/jforum/util/bbcode/BBCode.java:80
↓ 6 callersMethodgetSizeInBytes
()
src/net/jforum/entities/QuotaLimit.java:76
↓ 6 callersMethodgetVoteId
Is a votation topic? If so, this is the vote Id @return boolean value
src/net/jforum/entities/Topic.java:219
↓ 6 callersMethodhasChanges
()
src/net/jforum/entities/PollChanges.java:64
↓ 6 callersMethodisCategoryAccessible
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 callersFunctionisEmpty
(n)
webapp/tiny_mce/tiny_mce_src.js:2261
↓ 6 callersMethodisModerationNeeded
()
src/net/jforum/entities/Post.java:125
↓ 6 callersMethodloadMostRecentTopics
Add recent topics to the cache
src/net/jforum/repository/TopicRepository.java:158
↓ 6 callersMethodloadSmilies
()
src/net/jforum/repository/SmiliesRepository.java:75
↓ 6 callersMethodmakeAnonymous
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 callersMethodnewGroupDAO
Gets a {@link net.jforum.dao.GroupDAO} instance @return <code>net.jforum.model.GroupModel</code> instance.
src/net/jforum/dao/DataAccessDriver.java:106
↓ 6 callersMethodnewSmilieDAO
Gets a {@link net.jforum.dao.SmilieDAO} instance @return <code>net.jforum.model.SmilieModel</code> instance.
src/net/jforum/dao/DataAccessDriver.java:162
↓ 6 callersMethodnotNullDefault
(String value, String useDefault)
src/net/jforum/view/install/InstallAction.java:782
↓ 6 callersMethodparse
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 callersMethodprepareUserSignature
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 callersMethodprintUsage
()
tools/luceneIndexer/net/jforum/tools/search/LuceneCommandLineReindexer.java:179
↓ 6 callersFunctionprocess
(no)
webapp/tiny_mce/tiny_mce_src.js:10251
↓ 6 callersMethodreadBlobUTF16BinaryStream
(ResultSet rs, String fieldName)
src/net/jforum/dao/oracle/OracleUtils.java:64
↓ 6 callersMethodsaveModerationLog
(ModerationLog log)
src/net/jforum/view/forum/ModerationHelper.java:132
↓ 6 callersFunctionselect
(dx, dy)
webapp/tiny_mce/plugins/table/editor_plugin_src.js:239
↓ 6 callersFunctionsetAttrib
(elm, attrib, value)
webapp/tiny_mce/plugins/xhtmlxtras/js/element_common.js:98
↓ 6 callersMethodsetForumId
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 callersMethodsetFrom
Sets the user location ( where he lives ) @param from The location
src/net/jforum/entities/User.java:536
↓ 6 callersMethodsetLastPostDate
(Date t)
src/net/jforum/entities/Topic.java:359
↓ 6 callersFunctionsetMeta
(he, k, v)
webapp/tiny_mce/plugins/fullpage/js/fullpage.js:379
↓ 6 callersMethodsetOrder
@param category Category @param otherCategory Category
src/net/jforum/dao/generic/GenericCategoryDAO.java:254
↓ 6 callersMethodsetTitle
@param title The title to set.
src/net/jforum/entities/Bookmark.java:168
↓ 6 callersFunctionsetupBox
(f, ce, fp, pr, sf, b)
webapp/tiny_mce/plugins/style/js/props.js:280
↓ 6 callersFunctiont
(F,E)
webapp/javascripts/jquery-1.3.1.min.js:19
↓ 6 callersMethodtopicLocked
()
src/net/jforum/view/forum/PostAction.java:1486
↓ 6 callersFunctionwalk
(n)
webapp/tiny_mce/tiny_mce_src.js:12620
↓ 5 callersFunctionF
(X,T,aa,ab)
webapp/javascripts/jquery-1.3.1.min.js:19
↓ 5 callersFunctionI
(S,Z)
webapp/javascripts/jquery-1.3.1.min.js:19
↓ 5 callersMethodaddAll
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 callersFunctionaddZeros
(value, len)
webapp/tiny_mce/plugins/insertdatetime/editor_plugin_src.js:46
↓ 5 callersFunctionaddZeros
(value, len)
webapp/tiny_mce/plugins/xhtmlxtras/js/element_common.js:59
↓ 5 callersFunctionaddZeros
(value, len)
webapp/tiny_mce/plugins/template/editor_plugin_src.js:120
↓ 5 callersMethodanalyzer
()
src/net/jforum/search/LuceneSettings.java:99
↓ 5 callersFunctionb
(g,d)
webapp/tiny_mce/plugins/insertdatetime/editor_plugin.js:1
↓ 5 callersMethodbookmarkableURL
(int topicId, String title, int pageNumber)
src/br/com/caelum/guj/uri/BookmarkableURIBuilder.java:5
↓ 5 callersFunctiondone
(o)
webapp/tiny_mce/tiny_mce_src.js:6503
↓ 5 callersFunctiondone
(o)
webapp/tiny_mce/tiny_mce.js:1
↓ 5 callersMethodenableRollback
Forces the request to not commit the connection.
src/net/jforum/JForumExecutionContext.java:266
↓ 5 callersMethoderror
(String message)
src/net/jforum/view/forum/BookmarkAction.java:247
↓ 5 callersMethodexecute
(Runnable runnable)
src/net/jforum/util/concurrent/Executor.java:64
↓ 5 callersFunctionfind
(n, start)
webapp/tiny_mce/tiny_mce_src.js:5074
↓ 5 callersMethodfindAll
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 callersMethodgetAllCategoriesAndForums
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 callersMethodgetAttribute
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 callersFunctiongetBQ
(e)
webapp/tiny_mce/tiny_mce_src.js:12726
↓ 5 callersMethodgetCode
@return
src/net/jforum/entities/Smilie.java:61
↓ 5 callersMethodgetDate
()
src/br/com/caelum/guj/model/Blog.java:52
↓ 5 callersMethodgetDeletedOptions
()
src/net/jforum/entities/PollChanges.java:51
↓ 5 callersMethodgetExtension
(ResultSet rs)
src/net/jforum/dao/generic/GenericAttachmentDAO.java:567
↓ 5 callersMethodgetForumId
()
src/net/jforum/search/SearchArgs.java:166
↓ 5 callersMethodgetId
@return int
src/net/jforum/entities/Category.java:121
↓ 5 callersMethodgetLastPostInfo
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 callersMethodgetLastVisit
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 callersMethodgetMin
@return
src/net/jforum/entities/Ranking.java:129
↓ 5 callersMethodgetName
Gets the name of the forum @return String with the name
src/net/jforum/entities/Forum.java:154
↓ 5 callersMethodgetOptions
()
src/net/jforum/entities/Poll.java:105
↓ 5 callersMethodgetOriginalMessage
@return the originalMessage
src/net/jforum/entities/ModerationLog.java:89
↓ 5 callersMethodgetPostId
@return Returns the postId.
src/net/jforum/entities/Karma.java:144
↓ 5 callersMethodgetPosterUser
@return the posterUser
src/net/jforum/entities/ModerationLog.java:193
↓ 5 callersMethodgetQueryString
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 callersFunctiongetReItem
(r, s, i)
webapp/tiny_mce/plugins/fullpage/js/fullpage.js:254
↓ 5 callersMethodgetRemoteAddr
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 callersMethodgetRootDir
()
tests/core/net/jforum/TestCaseUtils.java:95
↓ 5 callersMethodgetText
()
src/net/jforum/entities/PollOption.java:79
← previousnext →301–400 of 3,675, ranked by callers