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
↓ 23 callers
Method
addOption
(PollOption option)
src/net/jforum/entities/Poll.java:96
↓ 23 callers
Function
setFormValue
(name, value)
webapp/tiny_mce/plugins/xhtmlxtras/js/attributes.js:43
↓ 22 callers
Method
addToSessionAndContext
(String key, String value)
src/net/jforum/view/install/InstallAction.java:776
↓ 22 callers
Function
b
()
webapp/tiny_mce/tiny_mce.js:1
↓ 22 callers
Method
run
()
src/br/com/caelum/guj/feeds/Agregator.java:35
↓ 22 callers
Method
setUsername
Sets the username. @param username The username to set
src/net/jforum/entities/User.java:716
↓ 22 callers
Method
toString
()
src/net/jforum/util/legacy/commons/fileupload/disk/DiskFileItem.java:600
↓ 22 callers
Function
updateColor
(img_id, form_element_id)
webapp/tiny_mce/utils/form_utils.js:21
↓ 21 callers
Function
getMeasurement
(s)
webapp/tiny_mce/plugins/style/js/props.js:249
↓ 21 callers
Function
getNum
(s)
webapp/tiny_mce/plugins/style/js/props.js:253
↓ 21 callers
Method
getUsername
Gets the username @return String with the username
src/net/jforum/entities/User.java:416
↓ 21 callers
Method
preparePostForDisplay
(Post post)
src/net/jforum/view/forum/common/PostCommon.java:75
↓ 21 callers
Method
setSubject
Sets the subject for the message @param subject The subject to set
src/net/jforum/entities/Post.java:410
↓ 20 callers
Function
f
(g)
webapp/tiny_mce/plugins/media/editor_plugin.js:1
↓ 20 callers
Method
getId
Gets the ID of the post @return int value with the ID
src/net/jforum/entities/Post.java:190
↓ 20 callers
Method
getRequestURI
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 callers
Method
getStartPage
Returns the initial page to start fetching records from. @return The initial page number
src/net/jforum/view/forum/common/ViewCommon.java:155
↓ 19 callers
Method
addParameter
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 callers
Function
c
(g,d)
webapp/tiny_mce/plugins/template/editor_plugin.js:1
↓ 19 callers
Function
j
(u,v,r)
webapp/tiny_mce/tiny_mce.js:1
↓ 19 callers
Method
makeSafe
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 callers
Function
c
(d)
webapp/tiny_mce/tiny_mce.js:1
↓ 18 callers
Function
getBrowserHTML
(id, target_form_element, type, prefix)
webapp/tiny_mce/utils/form_utils.js:43
↓ 18 callers
Method
getOrder
Gets the order @return int value representing the order of the forum
src/net/jforum/entities/Forum.java:163
↓ 18 callers
Method
getSubject
Gets the subject of the post @return String with the subject
src/net/jforum/entities/Post.java:401
↓ 18 callers
Function
getVal
(s, i)
webapp/tiny_mce/plugins/style/js/props.js:264
↓ 18 callers
Method
isTopicAccessible
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 callers
Method
setId
(int id)
src/net/jforum/security/Role.java:57
↓ 17 callers
Method
getCategoryId
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 callers
Function
getColorPickerHTML
(id, target_form_element)
webapp/tiny_mce/utils/form_utils.js:12
↓ 17 callers
Method
getValue
()
src/net/jforum/security/RoleValue.java:78
↓ 16 callers
Method
crypt
Encodes a string @param str String to encode @return Encoded String @throws NoSuchAlgorithmException
src/net/jforum/util/MD5.java:65
↓ 16 callers
Method
delete
Deletes an user. @param userId The user ID to delete @see #undelete(int)
src/net/jforum/dao/UserDAO.java:146
↓ 16 callers
Method
fillTopicsData
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 callers
Method
get
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 callers
Method
getEmail
Gets the user email @return String with the email
src/net/jforum/entities/User.java:224
↓ 16 callers
Method
getSize
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 callers
Method
send
Send a new <code>PrivateMessage</code> @param pm The pm to add
src/net/jforum/dao/PrivateMessageDAO.java:60
↓ 16 callers
Function
setFormValue
(name, value)
webapp/tiny_mce/plugins/xhtmlxtras/js/element_common.js:34
↓ 16 callers
Method
setForumId
Sets the id of the forum this message belongs to @param forumId The forum's id
src/net/jforum/entities/Post.java:288
↓ 15 callers
Method
contextToLogin
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 callers
Function
extend
(tagName)
webapp/javascripts/prototype.js:2631
↓ 15 callers
Method
newAttachmentDAO
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 callers
Method
normalize
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 callers
Method
stop
Stops the cache engine
src/net/jforum/cache/CacheEngine.java:64
↓ 15 callers
Method
topicListingBase
Common properties to be used when showing topic data
src/net/jforum/view/forum/common/TopicsCommon.java:190
↓ 14 callers
Function
a
(k)
webapp/tiny_mce/tiny_mce.js:1
↓ 14 callers
Function
d
(x,y,i)
webapp/tiny_mce/plugins/table/editor_plugin.js:1
↓ 14 callers
Function
e
(aE)
webapp/tiny_mce/plugins/table/editor_plugin.js:1
↓ 14 callers
Method
executeAutoKeysQuery
(PreparedStatement p)
src/net/jforum/dao/generic/AutoKeys.java:110
↓ 14 callers
Method
getSessionId
Gets the session id related to this user session @return A string with the session id
src/net/jforum/entities/UserSession.java:296
↓ 14 callers
Function
getStyle
(elm, attrib, style)
webapp/tiny_mce/utils/form_utils.js:189
↓ 14 callers
Method
getType
Returns the type @return int value representing the type
src/net/jforum/entities/Topic.java:201
↓ 14 callers
Function
isVisible
(element_id)
webapp/tiny_mce/utils/form_utils.js:133
↓ 14 callers
Method
loadQueries
Load the SQL queries @param queryFile Complete path to the SQL queries file.
src/net/jforum/util/preferences/SystemGlobals.java:373
↓ 14 callers
Function
num
(el,prop)
webapp/javascripts/jquery.dimensions.min.js:12
↓ 14 callers
Method
prepareTopics
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 callers
Method
read
()
src/net/jforum/view/forum/PrivateMessageAction.java:277
↓ 13 callers
Function
$H
(object)
webapp/javascripts/prototype.js:983
↓ 13 callers
Method
contextToPagination
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 callers
Method
down
()
src/net/jforum/view/admin/ForumAction.java:190
↓ 13 callers
Function
getColRowSpan
(td)
webapp/tiny_mce/plugins/table/editor_plugin_src.js:265
↓ 13 callers
Method
getExtension
()
src/net/jforum/view/forum/common/UploadUtils.java:66
↓ 13 callers
Method
getStatementForAutoKeys
(String queryName, Connection conn)
src/net/jforum/dao/generic/AutoKeys.java:91
↓ 13 callers
Method
getTemplateContext
Gets the current thread's template context @return SimpleHash
src/net/jforum/JForumExecutionContext.java:206
↓ 13 callers
Method
getValue
(String key)
src/br/com/caelum/guj/Config.java:23
↓ 13 callers
Method
getValue
Gets the entry value @return The Entry value
src/net/jforum/entities/Config.java:69
↓ 13 callers
Function
j
(y)
webapp/tiny_mce/plugins/table/editor_plugin.js:1
↓ 13 callers
Function
makeAttrib
(attrib, value)
webapp/tiny_mce/plugins/table/js/table.js:240
↓ 13 callers
Method
parse
()
src/net/jforum/util/bbcode/BBCodeHandler.java:78
↓ 13 callers
Method
selectAll
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 callers
Method
setAutoGeneratedKeysQuery
{@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 callers
Method
setTime
Sets the time the message was sent @param time The time
src/net/jforum/entities/Post.java:342
↓ 13 callers
Method
sluggerize
(String input)
src/br/com/caelum/guj/view/Slugger.java:13
↓ 12 callers
Function
addSelectValue
(form_obj, field_name, name, value)
webapp/tiny_mce/utils/form_utils.js:101
↓ 12 callers
Method
extractTitle
(List l, int index)
tests/core/net/jforum/entities/TopicTypeComparatorTest.java:66
↓ 12 callers
Method
get
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 callers
Function
getCell
(grid, row, col)
webapp/tiny_mce/plugins/table/editor_plugin_src.js:288
↓ 12 callers
Method
getHeader
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 callers
Method
getImplementation
Gets the current <code>DBConnection</code> implementation's instance @return DBConnection
src/net/jforum/DBConnection.java:95
↓ 12 callers
Method
getSessionContext
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 callers
Method
getTitle
@return Returns the title.
src/net/jforum/entities/Bookmark.java:160
↓ 12 callers
Function
h
(p)
webapp/tiny_mce/tiny_mce.js:1
↓ 12 callers
Method
insert
Insert a new configuration. @param config The data to store.
src/net/jforum/dao/ConfigDAO.java:63
↓ 12 callers
Method
newPost
()
tests/core/net/jforum/search/LuceneSearchTestCase.java:211
↓ 12 callers
Method
setAttribute
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 callers
Method
setEmail
Sets the email. @param email The email to set
src/net/jforum/entities/User.java:527
↓ 12 callers
Method
setLabel
(String label)
src/net/jforum/entities/Poll.java:87
↓ 12 callers
Function
trimSize
(size)
webapp/tiny_mce/utils/form_utils.js:172
↓ 11 callers
Function
S
(b,a)
webapp/javascripts/jquery.corners.min.js:7
↓ 11 callers
Function
al
(ax,az)
webapp/tiny_mce/plugins/table/editor_plugin.js:1
↓ 11 callers
Method
clear
Clears the cache
src/net/jforum/repository/RolesRepository.java:81
↓ 11 callers
Method
createUserSession
(int userId, String sessionId)
tests/core/net/jforum/OnlineUsersTest.java:133
↓ 11 callers
Method
finish
Finishes the execution context
src/net/jforum/JForumExecutionContext.java:298
↓ 11 callers
Method
get
Gets the execution context. @return JForumExecutionContext
src/net/jforum/JForumExecutionContext.java:87
↓ 11 callers
Method
getApplicationPath
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 callers
Function
getCellPos
(grid, td)
webapp/tiny_mce/plugins/table/editor_plugin_src.js:275
↓ 11 callers
Method
getDescription
Gets the document description @return The document description
src/net/jforum/util/rss/RSS.java:101
↓ 11 callers
Method
getInstance
Gets the singleton @return Instance of I18n class
src/net/jforum/util/I18n.java:104
↓ 11 callers
Function
getOption
(opts, name)
webapp/tiny_mce/plugins/advlink/js/advlink.js:179
← previous
next →
101–200 of 3,675, ranked by callers