Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheGamesDB/TheGamesDB
/ functions
Functions
10,999 in github.com/TheGamesDB/TheGamesDB
⨍
Functions
10,999
◇
Types & classes
244
↓ 12 callers
Function
force_ssl_admin
* Whether to force SSL used for the Administration Screens. * * @since 2.6.0 * * @param string|bool $force * @return bool True if forced, false i
blog/wp-includes/functions.php:3652
↓ 12 callers
Method
generate_rewrite_rules
* Generate the rules from permalink structure. * * The main WP_Rewrite function for building the rewrite rule list. The * contents of the functi
blog/wp-includes/rewrite.php:1199
↓ 12 callers
Method
getRGBAt
* Returns a RGBA array for pixel at $x, $y * * @param int $x * @param int $y * @return array RGB array */
extentions/wideimage/Image.php:305
↓ 12 callers
Method
get_column_info
()
blog/wp-admin/includes/list-table.php:92
↓ 12 callers
Function
get_comment_link
* Retrieve the link to a given comment. * * @since 1.5.0 * @uses $comment * * @param object|string|int $comment Comment to retrieve. * @param ar
blog/wp-includes/comment-template.php:472
↓ 12 callers
Method
get_error_data
* Retrieve error data for error code. * * @since 2.1.0 * * @param string|int $code Optional. Error code. * @return mixed Null, if no errors.
blog/wp-includes/class-wp-error.php:151
↓ 12 callers
Method
get_error_messages
* Retrieve all error messages or error messages matching code. * * @since 2.1.0 * * @param string|int $code Optional. Retrieve messages matchi
blog/wp-includes/class-wp-error.php:107
↓ 12 callers
Function
get_page
* Retrieves page data given a page ID or page object. * * @since 1.5.1 * * @param mixed $page Page object or page ID. Passed by reference. * @par
blog/wp-includes/post.php:3144
↓ 12 callers
Method
get_path
* Get the path * * @access public * @return string */
blog/wp-includes/class-simplepie.php:12282
↓ 12 callers
Function
h
(m,l)
blog/wp-includes/js/jquery/jquery.query.js:11
↓ 12 callers
Method
has_cap
* Determine if a database supports a particular feature * * @since 2.7.0 * @see wpdb::db_version() * * @param string $db_cap the feature
blog/wp-includes/wp-db.php:1504
↓ 12 callers
Function
i
(a,b)
js/justgage/raphael.2.1.0.min.js:10
↓ 12 callers
Function
i
(e,t)
adminarea/elastichq/js/lib/ace/src-min-noconflict/ace.js:1
↓ 12 callers
Function
interpolate
(t)
adminarea/elastichq/js/lib/d3/d3.v3.js:1187
↓ 12 callers
Function
ji
(n,t)
adminarea/elastichq/js/lib/d3/d3.v3.min.js:2
↓ 12 callers
Function
json_encode
( $string )
blog/wp-includes/compat.php:65
↓ 12 callers
Function
maybe_unserialize
* Unserialize value only if it was serialized. * * @since 2.0.0 * * @param string $original Maybe unserialized original, if is needed. * @return
blog/wp-includes/functions.php:230
↓ 12 callers
Function
p
(a,b)
blog/wp-includes/js/jquery/jquery.js:17
↓ 12 callers
Method
parse
(&$data, $encoding)
blog/wp-includes/class-simplepie.php:14327
↓ 12 callers
Method
register
($widget_class)
blog/wp-includes/widgets.php:323
↓ 12 callers
Function
render
(f, w, h, c)
gamesources/starshipsorades/starship-sorades-13k.js:255
↓ 12 callers
Function
sanitize_term_field
* Cleanse the field value in the term based on the context. * * Passing a term field value through the function should be assumed to have * cleanse
blog/wp-includes/taxonomy.php:1572
↓ 12 callers
Method
search_box
* Display the search box. * * @since 3.1.0 * @access public * * @param string $text The search button text * @param string $input_id The s
blog/wp-admin/includes/class-wp-list-table.php:199
↓ 12 callers
Method
set_pagination_args
* An internal method that sets all the necessary pagination arguments * * @param array $args An associative array with information about the pagin
blog/wp-admin/includes/class-wp-list-table.php:132
↓ 12 callers
Function
stmt
(s, f)
adminarea/elastichq/js/lib/ace/src-noconflict/worker-javascript.js:4795
↓ 12 callers
Method
strlen
($string)
blog/wp-includes/pomo/streams.php:70
↓ 12 callers
Function
twentyeleven_content_nav
* Display navigation to next/previous pages when applicable */
blog/wp-content/themes/twentyeleven/functions.php:427
↓ 12 callers
Function
update_comment_meta
* Update comment meta field based on comment ID. * * Use the $prev_value parameter to differentiate between meta fields with the * same key and com
blog/wp-includes/comment.php:569
↓ 12 callers
Method
using_permalinks
* Whether permalinks are being used. * * This can be either rewrite module or permalink in the HTTP query string. * * @since 1.5.0 * @access
blog/wp-includes/rewrite.php:685
↓ 12 callers
Function
v
(y)
blog/wp-includes/js/tinymce/tiny_mce.js:1
↓ 12 callers
Method
views
* Display the bulk actions dropdown. * * @since 3.1.0 * @access public */
blog/wp-admin/includes/class-wp-list-table.php:237
↓ 12 callers
Function
wp_add_dashboard_widget
( $widget_id, $widget_name, $callback, $control_callback = null )
blog/wp-admin/includes/dashboard.php:148
↓ 12 callers
Function
wp_get_attachment_image
* Get an HTML img element representing an image attachment * * While $size will accept an array, it is better to register a size with * add_image_s
blog/wp-includes/media.php:637
↓ 12 callers
Function
wp_html_excerpt
* Safely extracts not more than the first $count characters from html string. * * UTF-8, tags and entities safe prefix extraction. Entities inside w
blog/wp-includes/formatting.php:2726
↓ 12 callers
Function
wp_insert_post
* Insert a post. * * If the $postarr parameter has 'ID' set to a value, then post will be updated. * * You can set the post date manually, but set
blog/wp-includes/post.php:2423
↓ 12 callers
Function
wp_remote_get
* Retrieve the raw response from the HTTP request using the GET method. * * @see wp_remote_request() For more information on the response array form
blog/wp-includes/http.php:74
↓ 11 callers
Function
B
(e)
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-javascript.js:1
↓ 11 callers
Function
F
(e)
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-javascript.js:1
↓ 11 callers
Function
F
(e)
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-xquery.js:1
↓ 11 callers
Function
K
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-lua.js:1
↓ 11 callers
Function
L
(t,Y,ab,ac)
blog/wp-includes/js/tinymce/tiny_mce.js:1
↓ 11 callers
Function
M
(e,t,n)
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-javascript.js:1
↓ 11 callers
Function
Wa
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-xquery.js:1
↓ 11 callers
Function
Xa
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-xquery.js:1
↓ 11 callers
Method
_expandlinks
($links,$URI)
blog/wp-includes/class-snoopy.php:744
↓ 11 callers
Method
_init
* Set up the object properties. * * The role key is set to the current prefix for the $wpdb object with * 'user_roles' appended. If the $wp_user
blog/wp-includes/capabilities.php:96
↓ 11 callers
Function
bv
(a,b,c)
js/justgage/raphael.2.1.0.min.js:10
↓ 11 callers
Function
c
(e)
adminarea/elastichq/js/lib/ace/src-min-noconflict/ace.js:1
↓ 11 callers
Function
cs
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-xquery.js:1
↓ 11 callers
Method
current_action
* Get the current action selected from the bulk actions dropdown. * * @since 3.1.0 * @access public * * @return string|bool The action name
blog/wp-admin/includes/class-wp-list-table.php:312
↓ 11 callers
Method
debug
($msg)
blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php:141
↓ 11 callers
Function
e
(e,t,n)
adminarea/elastichq/js/lib/ace/src-min-noconflict/ext-emmet.js:1
↓ 11 callers
Function
ent2ncr
* Converts named entities into numbered entities. * * @since 1.5.1 * * @param string $text The text within which entities will be converted. * @r
blog/wp-includes/formatting.php:1877
↓ 11 callers
Function
f
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/mode-luapage.js:1
↓ 11 callers
Function
f
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/mode-soy_template.js:1
↓ 11 callers
Function
f
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/mode-html_ruby.js:1
↓ 11 callers
Function
f
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/mode-markdown.js:1
↓ 11 callers
Function
f
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/mode-django.js:1
↓ 11 callers
Function
f
(e,t)
adminarea/elastichq/js/lib/ace/src-min-noconflict/mode-html_completions.js:1
↓ 11 callers
Function
f
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/mode-handlebars.js:1
↓ 11 callers
Function
f
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/mode-ejs.js:1
↓ 11 callers
Function
f
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/mode-curly.js:1
↓ 11 callers
Function
f
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/mode-rhtml.js:1
↓ 11 callers
Function
f
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/mode-html.js:1
↓ 11 callers
Function
get_attached_file
* Retrieve attached file path based on attachment ID. * * You can optionally send it through the 'get_attached_file' filter, but by * default it wi
blog/wp-includes/post.php:172
↓ 11 callers
Function
get_bloginfo_rss
* RSS container for the bloginfo function. * * You can retrieve anything that you can using the get_bloginfo() function. * Everything will be strip
blog/wp-includes/feed.php:28
↓ 11 callers
Function
get_categories
* Retrieve list of category objects. * * If you change the type to 'link' in the arguments, then the link categories * will be returned instead. Al
blog/wp-includes/category.php:39
↓ 11 callers
Method
get_link
($key = 0, $rel = 'alternate')
blog/wp-includes/class-simplepie.php:2567
↓ 11 callers
Function
get_post_stati
* Get a list of all registered post status objects. * * @package WordPress * @subpackage Post * @since 3.0.0 * @uses $wp_post_statuses * @see re
blog/wp-includes/post.php:745
↓ 11 callers
Function
get_posts
* Retrieve list of latest posts or posts matching criteria. * * The defaults are as follows: * 'numberposts' - Default is 5. Total number of po
blog/wp-includes/post.php:1362
↓ 11 callers
Function
get_search_query
* Retrieve the contents of the search WordPress query variable. * * The search query string is passed through {@link esc_attr()} * to ensure that i
blog/wp-includes/general-template.php:1866
↓ 11 callers
Function
get_theme_support
* Gets the theme support arguments passed when registering that support * * @since 3.1 * @param string $feature the feature to check * @return arr
blog/wp-includes/theme.php:1870
↓ 11 callers
Method
get_type
()
blog/wp-includes/class-simplepie.php:1866
↓ 11 callers
Function
get_user_by
* Retrieve user info by a given field * * @since 2.8.0 * * @param string $field The field to retrieve the user with. id | slug | email | login *
blog/wp-includes/pluggable.php:169
↓ 11 callers
Function
hasType
(token, type)
adminarea/elastichq/js/lib/ace/src-noconflict/mode-html_completions.js:231
↓ 11 callers
Function
i
(n)
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-coffee.js:1
↓ 11 callers
Function
incPagination
($query, $limit, $statstype, $sortBy, $page)
tab_adminstats.php:10
↓ 11 callers
Function
indentation
(bias)
adminarea/elastichq/js/lib/ace/src-noconflict/worker-javascript.js:4685
↓ 11 callers
Method
internal_error
* Display 'Internal Server Error' (500) status header. * * @since 2.2.0 * * @param string $msg Optional. Status string. */
blog/wp-app.php:1218
↓ 11 callers
Method
isValidImageHandle
* Check whether the given handle is a valid GD resource * * @param mixed $handle The variable to check * @return bool */
extentions/wideimage/WideImage.php:356
↓ 11 callers
Function
is_attachment
* Is the query for an attachment page? * * @see WP_Query::is_attachment() * @since 2.0.0 * @uses $wp_query * * @return bool */
blog/wp-includes/query.php:183
↓ 11 callers
Function
k
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/ace.js:1
↓ 11 callers
Function
lookahead1
(set)
adminarea/elastichq/js/lib/ace/src-noconflict/mode-xquery.js:1802
↓ 11 callers
Function
lookahead1
(set)
adminarea/elastichq/js/lib/ace/src-noconflict/mode-jsoniq.js:1768
↓ 11 callers
Function
m
(b)
js/jquery-ui/js/jquery-ui-1.8.14.custom.min.js:191
↓ 11 callers
Function
maybe_serialize
* Serialize data, if needed. * * @since 2.0.5 * * @param mixed $data Data that might be serialized. * @return mixed A scalar data */
blog/wp-includes/functions.php:1036
↓ 11 callers
Method
move
($source, $destination, $overwrite = false)
blog/wp-admin/includes/class-wp-filesystem-ssh2.php:250
↓ 11 callers
Function
network_site_url
* Retrieve the site url for the current network. * * Returns the site url with the appropriate protocol, 'https' if * is_ssl() and 'http' otherwis
blog/wp-includes/link-template.php:2168
↓ 11 callers
Function
o
(e)
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-lua.js:1
↓ 11 callers
Function
o
(e)
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-javascript.js:1
↓ 11 callers
Function
p
(a,b)
js/nivo-slider/demo/scripts/jquery-1.6.1.min.js:17
↓ 11 callers
Function
p
(n)
adminarea/elastichq/js/lib/d3/d3.v3.min.js:1
↓ 11 callers
Function
p
(e)
adminarea/elastichq/js/lib/ace/src-min-noconflict/mode-xquery.js:1
↓ 11 callers
Function
p
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-lua.js:1
↓ 11 callers
Function
p
(e,t)
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-javascript.js:1
↓ 11 callers
Function
p
(e)
adminarea/elastichq/js/lib/ace/src-min-noconflict/mode-jsoniq.js:1
↓ 11 callers
Function
p
()
adminarea/elastichq/js/lib/ace/src-min-noconflict/worker-xquery.js:1
↓ 11 callers
Function
p
(a,b)
gamesources/coil/js/libs/jquery-1.6.2.min.js:17
↓ 11 callers
Function
parse_SequenceType
()
adminarea/elastichq/js/lib/ace/src-noconflict/worker-xquery.js:9974
↓ 11 callers
Function
parse_TypeDeclaration
()
adminarea/elastichq/js/lib/ace/src-noconflict/worker-xquery.js:9957
← previous
next →
701–800 of 10,999, ranked by callers