MCPcopy Create free account

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

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

↓ 23 callersMethodaddOption
(PollOption option)
src/net/jforum/entities/Poll.java:96
↓ 23 callersFunctionsetFormValue
(name, value)
webapp/tiny_mce/plugins/xhtmlxtras/js/attributes.js:43
↓ 22 callersMethodaddToSessionAndContext
(String key, String value)
src/net/jforum/view/install/InstallAction.java:776
↓ 22 callersFunctionb
()
webapp/tiny_mce/tiny_mce.js:1
↓ 22 callersMethodrun
()
src/br/com/caelum/guj/feeds/Agregator.java:35
↓ 22 callersMethodsetUsername
Sets the username. @param username The username to set
src/net/jforum/entities/User.java:716
↓ 22 callersMethodtoString
()
src/net/jforum/util/legacy/commons/fileupload/disk/DiskFileItem.java:600
↓ 22 callersFunctionupdateColor
(img_id, form_element_id)
webapp/tiny_mce/utils/form_utils.js:21
↓ 21 callersFunctiongetMeasurement
(s)
webapp/tiny_mce/plugins/style/js/props.js:249
↓ 21 callersFunctiongetNum
(s)
webapp/tiny_mce/plugins/style/js/props.js:253
↓ 21 callersMethodgetUsername
Gets the username @return String with the username
src/net/jforum/entities/User.java:416
↓ 21 callersMethodpreparePostForDisplay
(Post post)
src/net/jforum/view/forum/common/PostCommon.java:75
↓ 21 callersMethodsetSubject
Sets the subject for the message @param subject The subject to set
src/net/jforum/entities/Post.java:410
↓ 20 callersFunctionf
(g)
webapp/tiny_mce/plugins/media/editor_plugin.js:1
↓ 20 callersMethodgetId
Gets the ID of the post @return int value with the ID
src/net/jforum/entities/Post.java:190
↓ 20 callersMethodgetRequestURI
Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request. The web container does not
src/net/jforum/context/RequestContext.java:88
↓ 20 callersMethodgetStartPage
Returns the initial page to start fetching records from. @return The initial page number
src/net/jforum/view/forum/common/ViewCommon.java:155
↓ 19 callersMethodaddParameter
Adds a new parameter to the request. If there is already one parameter which name is equals to the value of the "name" parameter, a set of values asso
src/net/jforum/context/RequestContext.java:403
↓ 19 callersFunctionc
(g,d)
webapp/tiny_mce/plugins/template/editor_plugin.js:1
↓ 19 callersFunctionj
(u,v,r)
webapp/tiny_mce/tiny_mce.js:1
↓ 19 callersMethodmakeSafe
Given an input, makes it safe for HTML displaying. Removes any not allowed HTML tag or attribute, as well unwanted Javascript statements inside the ta
src/net/jforum/util/SafeHtml.java:142
↓ 18 callersFunctionc
(d)
webapp/tiny_mce/tiny_mce.js:1
↓ 18 callersFunctiongetBrowserHTML
(id, target_form_element, type, prefix)
webapp/tiny_mce/utils/form_utils.js:43
↓ 18 callersMethodgetOrder
Gets the order @return int value representing the order of the forum
src/net/jforum/entities/Forum.java:163
↓ 18 callersMethodgetSubject
Gets the subject of the post @return String with the subject
src/net/jforum/entities/Post.java:401
↓ 18 callersFunctiongetVal
(s, i)
webapp/tiny_mce/plugins/style/js/props.js:264
↓ 18 callersMethodisTopicAccessible
Checks if the user is allowed to view the topic. If there currently logged user does not have access to the forum, the template context will be set to
src/net/jforum/view/forum/common/TopicsCommon.java:222
↓ 18 callersMethodsetId
(int id)
src/net/jforum/security/Role.java:57
↓ 17 callersMethodgetCategoryId
Gets the category which the forum belongs to @return int value representing the ID of the category
src/net/jforum/entities/Forum.java:127
↓ 17 callersFunctiongetColorPickerHTML
(id, target_form_element)
webapp/tiny_mce/utils/form_utils.js:12
↓ 17 callersMethodgetValue
()
src/net/jforum/security/RoleValue.java:78
↓ 16 callersMethodcrypt
Encodes a string @param str String to encode @return Encoded String @throws NoSuchAlgorithmException
src/net/jforum/util/MD5.java:65
↓ 16 callersMethoddelete
Deletes an user. @param userId The user ID to delete @see #undelete(int)
src/net/jforum/dao/UserDAO.java:146
↓ 16 callersMethodfillTopicsData
Fills all topic data. The method will try to get all fields from the topics table, as well information about the user who made the first and the last
src/net/jforum/dao/generic/GenericTopicDAO.java:809
↓ 16 callersMethodget
Gets the permssion schema of some specific user. If the roles of the user aren't loaded yet, a call to {@link #load(int)} will be made. @param userId
src/net/jforum/repository/SecurityRepository.java:227
↓ 16 callersMethodgetEmail
Gets the user email @return String with the email
src/net/jforum/entities/User.java:224
↓ 16 callersMethodgetSize
Returns the size of the file item. @return The size of the file item, in bytes.
src/net/jforum/util/legacy/commons/fileupload/FileItem.java:111
↓ 16 callersMethodsend
Send a new <code>PrivateMessage</code> @param pm The pm to add
src/net/jforum/dao/PrivateMessageDAO.java:60
↓ 16 callersFunctionsetFormValue
(name, value)
webapp/tiny_mce/plugins/xhtmlxtras/js/element_common.js:34
↓ 16 callersMethodsetForumId
Sets the id of the forum this message belongs to @param forumId The forum's id
src/net/jforum/entities/Post.java:288
↓ 15 callersMethodcontextToLogin
Prepares the template context to show the login page, using the current URI as return path. @return TemplateKeys.USER_LOGIN
src/net/jforum/view/forum/common/ViewCommon.java:99
↓ 15 callersFunctionextend
(tagName)
webapp/javascripts/prototype.js:2631
↓ 15 callersMethodnewAttachmentDAO
Gets a {@link net.jforum.dao.AttachmentDAO} instance @return <code>link net.jforum.model.AttachmentModel</code> instance
src/net/jforum/dao/DataAccessDriver.java:210
↓ 15 callersMethodnormalize
Normalizes an URL. The url will be truncated at {@link #LIMIT} chars @param url the url to normalize @return the normalized url @see #normalize(String
src/net/jforum/util/URLNormalizer.java:63
↓ 15 callersMethodstop
Stops the cache engine
src/net/jforum/cache/CacheEngine.java:64
↓ 15 callersMethodtopicListingBase
Common properties to be used when showing topic data
src/net/jforum/view/forum/common/TopicsCommon.java:190
↓ 14 callersFunctiona
(k)
webapp/tiny_mce/tiny_mce.js:1
↓ 14 callersFunctiond
(x,y,i)
webapp/tiny_mce/plugins/table/editor_plugin.js:1
↓ 14 callersFunctione
(aE)
webapp/tiny_mce/plugins/table/editor_plugin.js:1
↓ 14 callersMethodexecuteAutoKeysQuery
(PreparedStatement p)
src/net/jforum/dao/generic/AutoKeys.java:110
↓ 14 callersMethodgetSessionId
Gets the session id related to this user session @return A string with the session id
src/net/jforum/entities/UserSession.java:296
↓ 14 callersFunctiongetStyle
(elm, attrib, style)
webapp/tiny_mce/utils/form_utils.js:189
↓ 14 callersMethodgetType
Returns the type @return int value representing the type
src/net/jforum/entities/Topic.java:201
↓ 14 callersFunctionisVisible
(element_id)
webapp/tiny_mce/utils/form_utils.js:133
↓ 14 callersMethodloadQueries
Load the SQL queries @param queryFile Complete path to the SQL queries file.
src/net/jforum/util/preferences/SystemGlobals.java:373
↓ 14 callersFunctionnum
(el,prop)
webapp/javascripts/jquery.dimensions.min.js:12
↓ 14 callersMethodprepareTopics
Prepare the topics for listing. This method does some preparation for a set ot <code>net.jforum.entities.Topic</code> instances for the current user,
src/net/jforum/view/forum/common/TopicsCommon.java:127
↓ 14 callersMethodread
()
src/net/jforum/view/forum/PrivateMessageAction.java:277
↓ 13 callersFunction$H
(object)
webapp/javascripts/prototype.js:983
↓ 13 callersMethodcontextToPagination
Prepared the user context to use data pagination. The following variables are set to the context: <p> <ul> <li> <i>totalPages</i> - total number of
src/net/jforum/view/forum/common/ViewCommon.java:84
↓ 13 callersMethoddown
()
src/net/jforum/view/admin/ForumAction.java:190
↓ 13 callersFunctiongetColRowSpan
(td)
webapp/tiny_mce/plugins/table/editor_plugin_src.js:265
↓ 13 callersMethodgetExtension
()
src/net/jforum/view/forum/common/UploadUtils.java:66
↓ 13 callersMethodgetStatementForAutoKeys
(String queryName, Connection conn)
src/net/jforum/dao/generic/AutoKeys.java:91
↓ 13 callersMethodgetTemplateContext
Gets the current thread's template context @return SimpleHash
src/net/jforum/JForumExecutionContext.java:206
↓ 13 callersMethodgetValue
(String key)
src/br/com/caelum/guj/Config.java:23
↓ 13 callersMethodgetValue
Gets the entry value @return The Entry value
src/net/jforum/entities/Config.java:69
↓ 13 callersFunctionj
(y)
webapp/tiny_mce/plugins/table/editor_plugin.js:1
↓ 13 callersFunctionmakeAttrib
(attrib, value)
webapp/tiny_mce/plugins/table/js/table.js:240
↓ 13 callersMethodparse
()
src/net/jforum/util/bbcode/BBCodeHandler.java:78
↓ 13 callersMethodselectAll
Gets all users @return <code>ArrayList</code> with the users. Each entry is an <code>User</code> object
src/net/jforum/dao/UserDAO.java:85
↓ 13 callersMethodsetAutoGeneratedKeysQuery
{@link #setSupportAutoGeneratedKey(boolean)} is set to <code>false</code> @param query The query to execute to retreive the last generated key
src/net/jforum/dao/generic/AutoKeys.java:74
↓ 13 callersMethodsetTime
Sets the time the message was sent @param time The time
src/net/jforum/entities/Post.java:342
↓ 13 callersMethodsluggerize
(String input)
src/br/com/caelum/guj/view/Slugger.java:13
↓ 12 callersFunctionaddSelectValue
(form_obj, field_name, name, value)
webapp/tiny_mce/utils/form_utils.js:101
↓ 12 callersMethodextractTitle
(List l, int index)
tests/core/net/jforum/entities/TopicTypeComparatorTest.java:66
↓ 12 callersMethodget
Returns the contents of the file item as an array of bytes. @return The contents of the file item as an array of bytes.
src/net/jforum/util/legacy/commons/fileupload/FileItem.java:119
↓ 12 callersFunctiongetCell
(grid, row, col)
webapp/tiny_mce/plugins/table/editor_plugin_src.js:288
↓ 12 callersMethodgetHeader
Returns the value of the specified request header as a <code>String</code>. If the request did not include a header of the specified name, this method
src/net/jforum/context/RequestContext.java:113
↓ 12 callersMethodgetImplementation
Gets the current <code>DBConnection</code> implementation's instance @return DBConnection
src/net/jforum/DBConnection.java:95
↓ 12 callersMethodgetSessionContext
Returns the current <code>HttpSession</code> associated with this request or, if there is no current session and <code>create</code> is true, returns
src/net/jforum/context/RequestContext.java:247
↓ 12 callersMethodgetTitle
@return Returns the title.
src/net/jforum/entities/Bookmark.java:160
↓ 12 callersFunctionh
(p)
webapp/tiny_mce/tiny_mce.js:1
↓ 12 callersMethodinsert
Insert a new configuration. @param config The data to store.
src/net/jforum/dao/ConfigDAO.java:63
↓ 12 callersMethodnewPost
()
tests/core/net/jforum/search/LuceneSearchTestCase.java:211
↓ 12 callersMethodsetAttribute
Add a new entry to the user's session @param name The attribute name @param value The attribute value
src/net/jforum/SessionFacade.java:164
↓ 12 callersMethodsetEmail
Sets the email. @param email The email to set
src/net/jforum/entities/User.java:527
↓ 12 callersMethodsetLabel
(String label)
src/net/jforum/entities/Poll.java:87
↓ 12 callersFunctiontrimSize
(size)
webapp/tiny_mce/utils/form_utils.js:172
↓ 11 callersFunctionS
(b,a)
webapp/javascripts/jquery.corners.min.js:7
↓ 11 callersFunctional
(ax,az)
webapp/tiny_mce/plugins/table/editor_plugin.js:1
↓ 11 callersMethodclear
Clears the cache
src/net/jforum/repository/RolesRepository.java:81
↓ 11 callersMethodcreateUserSession
(int userId, String sessionId)
tests/core/net/jforum/OnlineUsersTest.java:133
↓ 11 callersMethodfinish
Finishes the execution context
src/net/jforum/JForumExecutionContext.java:298
↓ 11 callersMethodget
Gets the execution context. @return JForumExecutionContext
src/net/jforum/JForumExecutionContext.java:87
↓ 11 callersMethodgetApplicationPath
Getst the complete path to the application's root dir @return String with the path @see #setApplicationPath
src/net/jforum/util/preferences/SystemGlobals.java:344
↓ 11 callersFunctiongetCellPos
(grid, td)
webapp/tiny_mce/plugins/table/editor_plugin_src.js:275
↓ 11 callersMethodgetDescription
Gets the document description @return The document description
src/net/jforum/util/rss/RSS.java:101
↓ 11 callersMethodgetInstance
Gets the singleton @return Instance of I18n class
src/net/jforum/util/I18n.java:104
↓ 11 callersFunctiongetOption
(opts, name)
webapp/tiny_mce/plugins/advlink/js/advlink.js:179
← previousnext →101–200 of 3,675, ranked by callers