admin-footer.php -
13 lines, 456 bytes
admin-functions.php -
49 functions/classes, 1085 lines, 32918 bytes
2: function url_shorten ($url);
12: function selected ($selected, $current);
16: function checked ($checked, $current);
20: function return_categories_list ( $parent = 0, $sortbyname = FALSE );
54: function get_nested_categories ($default = 0, $parent = 0);
88: function write_nested_categories ($categories);
102: function dropdown_categories ($default = 0);
107: function cat_rows ($parent = 0, $level = 0, $categories = 0);
137: function page_rows ( $parent = 0, $level = 0, $pages = 0 );
171: function wp_dropdown_cats ($currentcat = 0, $currentparent = 0, $parent = 0, $level = 0, $categories = 0);
192: function wp_create_thumbnail ($file, $max_side, $effect = '');
280: function has_meta ($postid);
291: function list_meta ($meta);
325: function get_meta_keys ();
337: function meta_form ();
374: function add_meta ($post_ID);
399: function delete_meta ($mid);
405: function update_meta ($mid, $mkey, $mvalue);
411: function touch_time ($edit = 1, $for_post = 1);
467: function check_admin_referer ();
480: function insert_with_markers ($filename, $marker, $insertion);
521: function extract_from_markers ($filename, $marker);
541: function save_mod_rewrite_rules ();
558: function generate_page_rewrite_rules ();
578: function the_quicktags ();
591: function validate_current_theme ();
615: function get_broken_themes ();
622: function get_page_templates ();
646: function page_template_dropdown ($default = '');
655: function parent_dropdown ($default = 0, $parent = 0, $level = 0);
681: function user_can_access_admin_page ();
715: function get_admin_page_title ();
758: function get_admin_page_parent ();
794: function plugin_basename ($file);
798: function add_menu_page ($page_title, $menu_title, $access_level, $file, $function = '');
814: function add_submenu_page ($parent, $page_title, $menu_title, $access_level, $file, $function = '');
842: function add_options_page ($page_title, $menu_title, $access_level, $file, $function = '');
846: function add_management_page ($page_title, $menu_title, $access_level, $file, $function = '');
850: function validate_file ($file, $allowed_files = '');
863: function validate_file_to_edit ($file, $allowed_files = '');
883: function get_home_path ();
897: function get_real_file_to_edit ($file);
931: function get_file_description ($file);
945: function update_recently_edited ($file);
960: function get_plugin_data ($plugin_file);
990: function get_plugins ();
1043: function get_plugin_page_hookname ($plugin_page, $parent_page);
1043: function get_plugin_page_hook ($plugin_page, $parent_page);
1074: function pimp_firefox ();
admin-header.php -
6 functions/classes, 98 lines, 3103 bytes
14: function customToggleLink ();
21: function toggleHidden ();
32: function GetElementsWithClassName (elementName, className);
43: function meChecked ();
50: function upit ();
67: function blurry ();
admin.php -
71 lines, 1911 bytes
bookmarklet.php -
108 lines, 2515 bytes
categories.php -
184 lines, 6335 bytes
edit-comments.php -
1 functions/classes, 171 lines, 7676 bytes
13: function checkAll (form);
edit-form-advanced.php -
1 functions/classes, 206 lines, 7883 bytes
51: function focusit ();
edit-form-comment.php -
1 functions/classes, 89 lines, 3634 bytes
13: function focusit ();
edit-form.php -
1 functions/classes, 76 lines, 3130 bytes
13: function focusit ();
edit-page-form.php -
1 functions/classes, 159 lines, 5301 bytes
34: function focusit ();
edit-pages.php -
51 lines, 1422 bytes
edit.php -
301 lines, 8332 bytes
import-b2.php -
247 lines, 8950 bytes
import-blogger.php -
221 lines, 7668 bytes
import-greymatter.php -
1 functions/classes, 322 lines, 10450 bytes
67: function gm2autobr ($string);
import-livejournal.php -
124 lines, 4306 bytes
import-mt.php -
2 functions/classes, 418 lines, 17620 bytes
77: function users_form ($n);
153: function checkauthor ($author);
import-rss.php -
1 functions/classes, 191 lines, 6772 bytes
10: function unhtmlentities ($string);
import-textpattern.php -
138 lines, 5064 bytes
index.php -
173 lines, 5882 bytes
install-helper.php -
4 functions/classes, 152 lines, 4512 bytes
10: function maybe_create_table ($table_name, $create_ddl);
34: function maybe_add_column ($table_name, $column_name, $create_ddl);
60: function maybe_drop_column ($table_name, $column_name, $drop_ddl);
93: function check_column ($table_name, $col_name, $col_type, $is_null = null, $key = null, $default = null, $extra = null);
install.php -
214 lines, 8989 bytes
link-add.php -
2 functions/classes, 272 lines, 12844 bytes
7: function category_dropdown ($fieldname, $selected = 0);
24: function xfn_check ($class, $value = '', $type = 'check');
link-categories.php -
453 lines, 17172 bytes
link-import.php -
131 lines, 4906 bytes
link-manager.php -
3 functions/classes, 755 lines, 30535 bytes
9: function xfn_check ($class, $value = '', $type = 'check');
25: function category_dropdown ($fieldname, $selected = 0);
561: function checkAll (form);
link-parse-opml.php -
2 functions/classes, 65 lines, 1978 bytes
20: function startElement ($parser, $tagName, $attrs);
46: function endElement ($parser, $tagName);
menu-header.php -
58 lines, 1994 bytes
menu.php -
63 lines, 3059 bytes
moderation.php -
4 functions/classes, 220 lines, 7449 bytes
166: function markAllForDelete ();
173: function markAllForApprove ();
180: function markAllForDefer ();
187: function markAllAsSpam ();
options-discussion.php -
100 lines, 5789 bytes
options-general.php -
99 lines, 5009 bytes
options-head.php -
24 lines, 518 bytes
options-misc.php -
72 lines, 3092 bytes
options-permalink.php -
116 lines, 5192 bytes
options-reading.php -
63 lines, 2957 bytes
options-writing.php -
112 lines, 6231 bytes
options.php -
122 lines, 3761 bytes
page-new.php -
30 lines, 756 bytes
plugin-editor.php -
124 lines, 3132 bytes
plugins.php -
119 lines, 4469 bytes
post.php -
1 functions/classes, 795 lines, 27676 bytes
756: function oneclickbookmarklet (blah);
profile.php -
1 functions/classes, 282 lines, 11244 bytes
254: function addPanel ();
quicktags.js -
9565 bytes
setup-config.php -
156 lines, 5574 bytes
sidebar.php -
81 lines, 2215 bytes
templates.php -
154 lines, 4469 bytes
theme-editor.php -
157 lines, 4136 bytes
themes.php -
154 lines, 5128 bytes
update-links.php -
44 lines, 1461 bytes
upgrade-functions.php -
18 functions/classes, 706 lines, 24965 bytes
5: function upgrade_all ();
14: function upgrade_100 ();
68: function upgrade_101 ();
82: function upgrade_110 ();
138: function upgrade_130 ();
218: function maybe_create_table ($table_name, $create_ddl);
236: function drop_index ($table, $index);
248: function add_clean_index ($table, $index);
261: function maybe_add_column ($table_name, $column_name, $create_ddl);
282: function get_alloptions_110 ();
298: function __get_option ($setting);
310: function deslash ($content);
327: function dbDelta ($queries, $execute = true);
529: function make_db_current ();
538: function make_db_current_silent ();
544: function make_site_theme_from_oldschool ($theme_name, $template);
612: function make_site_theme_from_default ($theme_name, $template);
544: function make_site_theme ();
upgrade-schema.php -
1 functions/classes, 234 lines, 10378 bytes
150: function populate_options ();
upgrade.php -
95 lines, 2152 bytes
upload.php -
230 lines, 8677 bytes
user-edit.php -
212 lines, 7713 bytes
users.php -
331 lines, 11329 bytes
wp-admin.css -
7616 bytes
class-IXR.php -
57 functions/classes, 828 lines, 28120 bytes
12: class IXR_Value;
15: function IXR_Value ($data, $type = false);
33: function calculateType ();
66: function getXml ();
105: function isStruct ($array);
119: class IXR_Message;
136: function IXR_Message ($message);
139: function parse ();
166: function tag_open ($parser, $tag, $attr);
185: function cdata ($parser, $cdata);
188: function tag_close ($parser, $tag);
274: class IXR_Server;
279: function IXR_Server ($callbacks = false, $data = false);
287: function serve ($data = false);
326: function call ($methodname, $args);
360: function error ($error, $message = false);
367: function output ($xml);
377: function hasMethod ($method);
380: function setCapabilities ();
397: function getCapabilities ($args);
400: function setCallbacks ();
405: function listMethods ($args);
410: function multiCall ($methodcalls);
434: class IXR_Request;
438: function IXR_Request ($method, $args);
456: function getLength ();
66: function getXml ();
465: class IXR_Client;
477: function IXR_Client ($server, $path = false, $port = 80, $timeout = 30, $vendor = '');
496: function query ();
557: function getResponse ();
561: function isError ();
564: function getErrorCode ();
567: function getErrorMessage ();
573: class IXR_Error;
576: function IXR_Error ($code, $message);
66: function getXml ();
605: class IXR_Date;
613: function IXR_Date ($time);
621: function parseTimestamp ($timestamp);
629: function parseIso ($iso);
638: function getIso ();
66: function getXml ();
644: function getTimestamp ();
650: class IXR_Base64;
652: function IXR_Base64 ($data);
66: function getXml ();
661: class IXR_IntrospectionServer extends IXR_Server;
664: function IXR_IntrospectionServer ();
696: function addCallback ($method, $callback, $args, $help);
326: function call ($methodname, $args);
762: function methodSignature ($method);
800: function methodHelp ($method);
806: class IXR_ClientMulticall extends IXR_Client;
808: function IXR_ClientMulticall ($server, $path = false, $port = 80);
696: function addCall ();
496: function query ();
class-pop3.php -
22 functions/classes, 680 lines, 21958 bytes
18: class POP3;
49: function POP3 ( $server = '', $timeout = '' );
66: function update_timer ();
71: function connect ($server, $port = 110);
116: function noop ();
128: function user ($user = "");
147: function pass ($pass = "");
178: function apop ($login,$pass);
228: function login ($login = "", $pass = "");
252: function top ($msgNum, $numLines = "0");
294: function pop_list ($msgNum = "");
369: function get ($msgNum);
406: function last ( $type = "count" );
437: function reset ();
461: function send_cmd ( $cmd = "" );
498: function quit ();
518: function popstat ();
533: function uidl ($msgNum = "");
603: function delete ($msgNum = "");
630: function is_ok ($cmd = "");
639: function strip_clf ($text = "");
651: function parse_banner ( $server_text );
class-snoopy.php -
13 functions/classes, 901 lines, 27394 bytes
38: class Snoopy;
125: function fetch ($URI);
273: function _striplinks ($document);
307: function _stripform ($document);
327: function _striptext ($document);
373: function _expandlinks ($links,$URI);
407: function _httprequest ($url,$fp,$URI,$http_method,$content_type="",$body="");
590: function _httpsrequest ($url,$URI,$http_method,$content_type="",$body="");
736: function setcookies ();
752: function _check_timeout ($fp);
770: function _connect (&$fp);
822: function _disconnect ($fp);
836: function _prepare_post_body ($formvars, $formfiles);
classes.php -
29 functions/classes, 1299 lines, 37064 bytes
2: class WP_Query;
31: function init ();
60: function parse_query_vars ();
65: function parse_query ($query);
207: function get ($query_var);
215: function set ($query_var, $value);
219: function &get_posts ();
585: function next_post ();
593: function the_post ();
599: function have_posts ();
607: function rewind_posts ();
614: function &query ($query);
619: function get_queried_object ();
648: function get_queried_object_id ();
658: function WP_Query ($query = '');
670: class retrospam_mgr;
675: function retrospam_mgr ();
685: function move_spam ( $id_list );
700: function find_spam ();
721: function display_edit_form ( $counters );
741: class WP_Rewrite;
810: function using_permalinks ();
817: function using_index_permalinks ();
1207: function wp_rewrite_rules ();
1212: function mod_rewrite_rules ();
31: function init ();
1274: function set_permalink_structure ($permalink_structure);
1281: function set_category_base ($category_base);
1207: function WP_Rewrite ();
comment-functions.php -
46 functions/classes, 676 lines, 21537 bytes
4: function comments_template ( $file = '/comments.php' );
32: function clean_url ( $url );
41: function get_comments_number ( $comment_id );
50: function comments_number ( $zero = 'No Comments', $one = '1 Comment', $more = '% Comments', $number = '' );
63: function get_comments_link ();
67: function get_comment_link ();
72: function comments_link ( $file = '', $echo = true );
76: function comments_popup_script ($width=400, $height=400, $file='');
90: function comments_popup_link ($zero='No Comments', $one='1 Comment', $more='% Comments', $CSSclass='', $none='Comments Off');
133: function get_comment_ID ();
138: function comment_ID ();
142: function get_comment_author ();
151: function comment_author ();
156: function get_comment_author_email ();
161: function comment_author_email ();
165: function get_comment_author_link ();
177: function comment_author_link ();
181: function get_comment_type ();
190: function comment_type ($commenttxt = 'Comment', $trackbacktxt = 'Trackback', $pingbacktxt = 'Pingback');
204: function get_comment_author_url ();
209: function comment_author_url ();
213: function comment_author_email_link ($linktext='', $before='', $after='');
224: function get_comment_author_url_link ( $linktext = '', $before = '', $after = '' );
232: function comment_author_url_link ( $linktext = '', $before = '', $after = '' );
236: function get_comment_author_IP ();
241: function comment_author_IP ();
245: function get_comment_text ();
250: function comment_text ();
254: function get_comment_excerpt ();
273: function comment_excerpt ();
277: function get_comment_date ( $d = '' );
286: function comment_date ( $d = '' );
290: function get_comment_time ( $d = '', $gmt = false );
300: function comment_time ( $d = '' );
304: function get_trackback_url ();
313: function trackback_url ( $display = true );
320: function trackback_rdf ($timezone = 0);
338: function comments_open ();
346: function pings_open ();
356: function get_lastcommentmodified ($timezone = 'server');
380: function get_commentdata ( $comment_ID, $no_cache = 0, $include_unapproved = false );
404: function pingback ($content, $post_ID);
481: function discover_pingback_server_uri ($url, $timeout_bytes = 2048);
572: function wp_set_comment_status ($comment_id, $comment_status);
601: function wp_get_comment_status ($comment_id);
618: function check_comment ($author, $email, $url, $comment, $user_ip, $user_agent, $comment_type);
default-filters.php -
88 lines, 3071 bytes
feed-functions.php -
15 functions/classes, 158 lines, 4322 bytes
2: function get_bloginfo_rss ($show = '');
7: function bloginfo_rss ($show = '');
11: function the_title_rss ();
18: function the_content_rss ($more_link_text='(more...)', $stripteaser=0, $more_file='', $cut = 0, $encode_html = 0);
51: function the_excerpt_rss ();
56: function permalink_single_rss ($file = '');
60: function comment_link ();
64: function comment_author_rss ();
69: function comment_text_rss ();
75: function comments_rss_link ($link_text = 'Comments RSS', $commentsrssfilename = '');
75: function comments_rss ($commentsrssfilename = '');
91: function get_author_rss_link ($echo = false, $author_id, $author_nicename);
108: function get_category_rss_link ($echo = false, $cat_ID, $category_nicename);
124: function the_category_rss ($type = 'rss');
138: function rss_enclosure ();
functions-compat.php -
5 functions/classes, 92 lines, 1916 bytes
8: function floatval ($string);
14: function is_a ($object, $class);
25: function ob_clean ();
37: function printr ($var, $do_not_echo = false);
71: function array_change_key_case ($input, $case = CASE_LOWER);
functions-formatting.php -
34 functions/classes, 993 lines, 33519 bytes
2: function wptexturize ($text);
49: function clean_pre ($text);
56: function wpautop ($pee, $br = 1);
81: function seems_utf8 ($Str);
98: function wp_specialchars ( $text, $quotes = 0 );
110: function utf8_uri_encode ( $utf8_string );
142: function remove_accents ($string);
267: function sanitize_title ($title, $fallback_title = '');
278: function sanitize_title_with_dashes ($title);
305: function convert_chars ($content, $flag = 'obsolete');
359: function funky_javascript_fix ($text);
388: function balanceTags ($text, $is_comment = 0);
491: function format_to_edit ($content);
497: function format_to_post ($content);
503: function zeroise ($number,$threshold);
508: function backslashit ($string);
513: function trailingslashit ($string);
520: function addslashes_gpc ($gpc);
527: function antispambot ($emailaddy, $mailto=0);
544: function make_clickable ($ret);
553: function wp_rel_nofollow ( $text );
558: function convert_smilies ($text);
580: function is_email ($user_email);
594: function strip_all_but_one_link ($text, $mylink);
608: function wp_iso_descrambler ($string);
621: function get_gmt_from_date ($string);
630: function get_date_from_gmt ($string);
639: function iso8601_timezone_to_offset ($timezone);
653: function iso8601_to_datetime ($date_string, $timezone = USER);
669: function popuplinks ($text);
677: function sanitize_email ($email);
681: function human_time_diff ( $from, $to = '' );
707: function wp_trim_excerpt ($text);
725: function ent2ncr ($text);
functions-post.php -
30 functions/classes, 604 lines, 18745 bytes
7: function wp_insert_post ($postarr = array());
70: function wp_get_single_post ($postid = 0, $mode = OBJECT);
87: function wp_get_recent_posts ($num = 10);
101: function wp_update_post ($postarr = array());
146: function wp_get_post_cats ($blogid = '1', $post_ID = 0);
162: function wp_set_post_cats ($blogid = '1', $post_ID = 0, $post_categories = array());
211: function wp_delete_post ($postid = 0);
237: function post_permalink ($post_id = 0, $mode = '');
242: function get_cat_name ($cat_id);
252: function get_cat_ID ($cat_name='General');
261: function get_author_name ( $auth_id );
292: function get_extended ($post);
305: function trackback_url_list ($tb_list, $post_id);
334: function user_can_create_post ($user_id, $blog_id = 1, $category_id = 'None');
340: function user_can_create_draft ($user_id, $blog_id = 1, $category_id = 'None');
346: function user_can_edit_post ($user_id, $post_id, $blog_id = 1);
361: function user_can_delete_post ($user_id, $post_id, $blog_id = 1);
367: function user_can_set_post_date ($user_id, $blog_id = 1, $category_id = 'None');
373: function user_can_edit_post_date ($user_id, $post_id, $blog_id = 1);
379: function user_can_edit_post_comments ($user_id, $post_id, $blog_id = 1);
385: function user_can_delete_post_comments ($user_id, $post_id, $blog_id = 1);
390: function user_can_edit_user ($user_id, $other_user);
399: function wp_blacklist_check ($author, $email, $url, $comment, $user_ip, $user_agent);
443: function wp_proxy_check ($ipnum);
454: function wp_new_comment ( $commentdata, $spam = false );
532: function do_trackbacks ($post_id);
558: function get_pung ($post_id);
566: function get_enclosed ($post_id);
585: function get_to_ping ($post_id);
593: function add_ping ($post_id, $uri);
functions.php -
116 functions/classes, 1852 lines, 51754 bytes
5: function _ ($string);
10: function get_profile ($field, $user = false);
17: function mysql2date ($dateformatstring, $mysqlstring, $translate = true);
45: function current_time ($type, $gmt = 0);
60: function date_i18n ($dateformatstring, $unixtimestamp);
79: function get_weekstartend ($mysqlstring, $start_of_week);
104: function get_lastpostdate ($timezone = 'server');
128: function get_lastpostmodified ($timezone = 'server');
156: function user_pass_ok ($user_login,$user_pass);
167: function get_usernumposts ($userid);
174: function url_to_postid ($url);
231: function get_settings ($setting);
266: function get_option ($option);
270: function form_option ($option);
274: function get_alloptions ();
296: function update_option ($option_name, $newvalue);
320: function add_option ($name, $value = '', $description = '', $autoload = 'yes');
340: function delete_option ($name);
349: function add_post_meta ($post_id, $key, $value, $unique = false);
367: function delete_post_meta ($post_id, $key, $value = '');
391: function get_post_meta ($post_id, $key, $single = false);
422: function update_post_meta ($post_id, $key, $value, $prev_value = '');
442: function get_postdata ($postid);
467: function &get_post (&$post, $output = OBJECT);
502: function &get_page (&$page, $output = OBJECT);
539: function &get_category (&$category, $output = OBJECT);
574: function get_catname ($cat_ID);
579: function gzip_compression ();
592: function timer_stop ($display = 0, $precision = 3);
604: function weblog_ping ($server = '', $path = '');
620: function generic_ping ($post_id = 0);
635: function trackback ($trackback_url, $title, $excerpt, $ID);
676: function make_url_footnote ($content);
696: function xmlrpc_getposttitle ($content);
708: function xmlrpc_getpostcategory ($content);
719: function xmlrpc_removepostdata ($content);
726: function debug_fopen ($filename, $mode);
736: function debug_fwrite ($fp, $string);
743: function debug_fclose ($fp);
750: function do_enclose ( $content, $post_ID );
796: function wp_get_http_headers ( $url );
828: function start_wp ();
838: function setup_postdata ($post);
871: function is_new_day ();
882: function merge_filters ($tag);
898: function apply_filters ($tag, $string);
933: function add_filter ($tag, $function_to_add, $priority = 10, $accepted_args = 1);
952: function remove_filter ($tag, $function_to_remove, $priority = 10, $accepted_args = 1);
969: function do_action ($tag, $arg = '');
1008: function add_action ($tag, $function_to_add, $priority = 10, $accepted_args = 1);
1012: function remove_action ($tag, $function_to_remove, $priority = 10, $accepted_args = 1);
1016: function get_page_uri ($page_id);
1033: function get_posts ($args);
1056: function &query_posts ($query);
1061: function update_post_cache (&$posts);
1072: function update_page_cache (&$pages);
1083: function update_post_category_cache ($post_ids);
1106: function update_post_caches (&$posts);
1157: function update_category_cache ();
1164: function update_user_cache ();
1178: function wp_head ();
1182: function wp_footer ();
1186: function is_single ($post = '');
1207: function is_page ($page = '');
1231: function is_archive ();
1237: function is_date ();
1243: function is_year ();
1249: function is_month ();
1255: function is_day ();
1261: function is_time ();
1267: function is_author ($author = '');
1291: function is_category ($category = '');
1315: function is_search ();
1321: function is_feed ();
1327: function is_trackback ();
1333: function is_admin ();
1339: function is_home ();
1345: function is_404 ();
1351: function is_comments_popup ();
1357: function is_paged ();
1363: function get_query_var ($var);
1369: function have_posts ();
1375: function rewind_posts ();
1381: function the_post ();
1386: function get_theme_root ();
1390: function get_theme_root_uri ();
1394: function get_stylesheet ();
1398: function get_stylesheet_directory ();
1404: function get_stylesheet_directory_uri ();
1410: function get_stylesheet_uri ();
1416: function get_template ();
1420: function get_template_directory ();
1426: function get_template_directory_uri ();
1432: function get_theme_data ($theme_file);
1467: function get_themes ();
1386: function get_theme ($theme);
1616: function get_current_theme ();
1636: function get_query_template ($type);
1644: function get_404_template ();
1648: function get_archive_template ();
1652: function get_author_template ();
1656: function get_category_template ();
1666: function get_date_template ();
1670: function get_home_template ();
1681: function get_page_template ();
1700: function get_paged_template ();
1704: function get_search_template ();
1708: function get_single_template ();
1712: function get_comments_popup_template ();
1723: function htmlentities2 ($myHTML);
1730: function is_plugin_page ();
1750: function add_query_arg ();
1804: function remove_query_arg ($key, $query);
1808: function load_template ($file);
1817: function add_magic_quotes ($array);
1828: function wp_remote_fopen ( $uri );
gettext.php -
12 functions/classes, 358 lines, 10786 bytes
35: class gettext_reader;
62: function readint ();
78: function readintarray ($count);
94: function gettext_reader ($Reader, $enable_cache = true);
135: function load_tables ();
167: function get_original_string ($num);
184: function get_translation_string ($num);
203: function find_string ($string, $start = -1, $end = -1);
242: function translate ($string);
269: function get_plural_forms ();
297: function select_string ($n);
320: function ngettext ($single, $plural, $number);
kses.php -
20 functions/classes, 563 lines, 19262 bytes
46: function wp_kses ($string, $allowed_html, $allowed_protocols = array('http', 'https', 'ftp', 'news', 'nntp', 'feed', 'gopher', 'mailto'));
64: function wp_kses_hook ($string);
73: function wp_kses_version ();
82: function wp_kses_split ($string, $allowed_html, $allowed_protocols);
98: function wp_kses_split2 ($string, $allowed_html, $allowed_protocols);
129: function wp_kses_attr ($element, $attr, $allowed_html, $allowed_protocols);
192: function wp_kses_hair ($attr, $allowed_protocols);
317: function wp_kses_check_attr_val ($value, $vless, $checkname, $checkvalue);
383: function wp_kses_bad_protocol ($string, $allowed_protocols);
404: function wp_kses_no_null ($string);
416: function wp_kses_stripslashes ($string);
427: function wp_kses_array_lc ($inarray);
450: function wp_kses_js_entities ($string);
460: function wp_kses_html_error ($string);
471: function wp_kses_bad_protocol_once ($string, $allowed_protocols);
484: function wp_kses_bad_protocol_once2 ($string, $allowed_protocols);
510: function wp_kses_normalize_entities ($string);
533: function wp_kses_normalize_entities2 ($i);
543: function wp_kses_decode_entities ($string);
557: function wp_filter_kses ( $string );
links.php -
14 functions/classes, 568 lines, 20569 bytes
2: function get_linksbyname ($cat_name = "noname", $before = '', $after = '<br />', $between = " ", $show_images = true, $orderby = 'id', $show_description = true, $show_rating = false, $limit = -1, $show_updated = 0);
40: function bool_from_yn ($yn);
45: function wp_get_linksbyname ($category, $args = '');
45: function wp_get_links ($args = '');
2: function get_links ($category = -1, $before = '', $after = '<br />', $between = ' ', $show_images = true, $orderby = 'name', $show_description = true, $show_rating = false, $limit = -1, $show_updated = 1, $echo = true);
276: function get_linkobjectsbyname ($cat_name = "noname" , $orderby = 'name', $limit = -1);
276: function get_linkobjects ($category = -1, $orderby = 'name', $limit = -1);
379: function get_linkrating ($link);
384: function get_linksbyname_withrating ($cat_name = "noname", $before = '', $after = '<br />', $between = " ", $show_images = true, $orderby = 'id', $show_description = true, $limit = -1, $show_updated = 0);
414: function get_links_withrating ($category = -1, $before = '', $after = '<br />', $between = " ", $show_images = true, $orderby = 'id', $show_description = true, $limit = -1, $show_updated = 0);
444: function get_linkcatname ($id = 0);
463: function get_autotoggle ($id = 0);
471: function links_popup_script ($text = 'Links', $width=400, $height=400, $file='links.all.php', $count = true);
503: function get_links_list ($order = 'name', $hide_if_empty = 'obsolete');
locale.php -
70 lines, 2700 bytes
pluggable-functions.php -
11 functions/classes, 269 lines, 12200 bytes
7: function get_currentuserinfo ();
33: function get_userdata ($userid);
46: function get_userdatabylogin ($user_login);
60: function wp_mail ($to, $subject, $message, $headers = '');
72: function wp_login ($username, $password, $already_md5 = false);
103: function auth_redirect ();
122: function wp_redirect ($location);
133: function wp_setcookie ($username, $password, $already_md5 = false, $home = '', $siteurl = '');
161: function wp_clearcookie ();
170: function wp_notify_postauthor ($comment_id, $comment_type='');
234: function wp_notify_moderator ($comment_id);
rss-functions.php -
35 functions/classes, 850 lines, 21161 bytes
13: class MagpieRSS;
37: function MagpieRSS ($source);
87: function feed_start_element ($p, $element, &$attrs);
201: function feed_cdata ($p, $text);
213: function feed_end_element ($p, $el);
258: function concat (&$str1, $str2="");
265: function append_content ($text);
265: function append ($el, $text);
319: function normalize ();
347: function is_rss ();
356: function is_atom ();
365: function map_attrs ($k, $v);
371: function fetch_rss ($url);
498: function _fetch_remote_file ($url, $headers = "" );
513: function _response_to_rss ($resp);
558: function init ();
609: function is_info ($sc);
613: function is_success ($sc);
617: function is_redirect ($sc);
621: function is_error ($sc);
625: function is_client_error ($sc);
629: function is_server_error ($sc);
633: class RSSCache;
638: function RSSCache ($base='', $age='');
654: function set ($url, $rss);
676: function get ($url);
699: function check_cache ( $url );
726: function serialize ( $rss );
733: function unserialize ( $data );
743: function file_name ($url);
751: function error ($errormsg, $lvl=E_USER_WARNING);
764: function debug ($debugmsg, $lvl=E_USER_NOTICE);
771: function parse_w3cdtf ( $date_str );
812: function wp_rss ($url, $num);
833: function get_rss ($uri, $num = 5);
streams.php -
20 functions/classes, 159 lines, 3488 bytes
25: class StreamReader;
27: function read ($bytes);
32: function seekto ($position);
37: function currentpos ();
42: function length ();
47: class StringReader;
51: function StringReader ($str='');
27: function read ($bytes);
32: function seekto ($pos);
37: function currentpos ();
42: function length ();
83: class FileReader;
88: function FileReader ($filename);
27: function read ($bytes);
32: function seekto ($pos);
37: function currentpos ();
42: function length ();
128: function close ();
136: class CachedFileReader extends StringReader;
137: function CachedFileReader ($filename);
template-functions-author.php -
32 functions/classes, 218 lines, 6820 bytes
1: function get_the_author ($idmode = '');
17: function the_author ($idmode = '', $echo = true);
22: function get_the_author_description ();
26: function the_author_description ();
30: function get_the_author_login ();
33: function the_author_login ();
37: function get_the_author_firstname ();
40: function the_author_firstname ();
44: function get_the_author_lastname ();
47: function the_author_lastname ();
51: function get_the_author_nickname ();
54: function the_author_nickname ();
58: function get_the_author_ID ();
61: function the_author_ID ();
65: function get_the_author_email ();
70: function the_author_email ();
74: function get_the_author_url ();
77: function the_author_url ();
81: function get_the_author_icq ();
84: function the_author_icq ();
88: function get_the_author_aim ();
91: function the_author_aim ();
95: function get_the_author_yim ();
98: function the_author_yim ();
102: function get_the_author_msn ();
105: function the_author_msn ();
109: function get_the_author_posts ();
112: function the_author_posts ();
117: function the_author_posts_link ($idmode='');
124: function get_author_link ($echo = false, $author_id, $author_nicename);
143: function wp_list_authors ($args = '');
155: function list_authors ($optioncount = false, $exclude_admin = true, $show_fullname = false, $hide_empty = true, $feed = '', $feed_image = '');
template-functions-category.php -
14 functions/classes, 402 lines, 14657 bytes
2: function get_the_category ($id = false);
21: function get_category_link ($category_id);
41: function get_the_category_list ($separator = '', $parents='');
98: function the_category ($separator = '', $parents='');
102: function get_the_category_by_ID ($cat_ID);
108: function get_category_parents ($id, $link = FALSE, $separator = '/', $nicename = FALSE);
125: function get_category_children ($id, $before = '/', $after = '');
143: function the_category_ID ($echo = true);
154: function the_category_head ($before='', $after='');
167: function category_description ($category = 0);
175: function dropdown_cats ($optionall = 1, $all = 'All', $sort_column = 'ID', $sort_order = 'asc', $optiondates = 0, $optioncount = 0, $hide_empty = 1, $optionnone=FALSE, $selected=0, $hide=0);
223: function wp_list_cats ($args = '');
247: function list_cats ($optionall = 1, $all = 'All', $sort_column = 'ID', $sort_order = 'asc', $file = '', $list = true, $optiondates = 0, $optioncount = 0, $hide_empty = 1, $use_desc_for_title = 1, $children=FALSE, $child_of=0, $categories=0, $recurse=0, $feed = '', $feed_image = '', $exclude = '', $hierarchical=FALSE);
389: function in_category ($category);
template-functions-general.php -
25 functions/classes, 644 lines, 22664 bytes
4: function get_header ();
11: function get_footer ();
18: function get_sidebar ();
26: function wp_loginout ();
39: function wp_register ( $before = '<li>', $after = '</li>' );
55: function wp_meta ();
59: function bloginfo ($show='');
65: function get_bloginfo ($show='');
129: function wp_title ($sep = '»', $display = true);
187: function single_post_title ($prefix = '', $display = true);
206: function single_cat_title ($prefix = '', $display = true );
219: function single_month_title ($prefix = '', $display = true );
237: function get_archives_link ($url, $text, $format = 'html', $before = '', $after = '');
252: function wp_get_archives ($args = '');
237: function get_archives ($type='', $limit='', $format='html', $before = '', $after = '', $show_post_count = false);
363: function calendar_week_mod ($num);
368: function get_calendar ($daylength = 1);
556: function allowed_tags ();
573: function the_date_xml ();
573: function the_date ($d='', $before='', $after='', $echo = true);
600: function the_time ( $d = '' );
604: function get_the_time ( $d = '' );
612: function get_post_time ( $d = 'U', $gmt = false );
623: function the_weekday ();
630: function the_weekday_date ($before='',$after='');
template-functions-links.php -
23 functions/classes, 492 lines, 15173 bytes
2: function the_permalink ();
6: function permalink_link ();
10: function permalink_anchor ($mode = 'id');
24: function get_permalink ($id = 0);
79: function get_page_link ($id = false);
99: function get_year_link ($year);
111: function get_month_link ($year, $month);
125: function get_day_link ($year, $month, $day);
142: function get_feed_link ($feed='rss2');
171: function edit_post_link ($link = 'Edit This', $before = '', $after = '');
184: function edit_comment_link ($link = 'Edit This', $before = '', $after = '');
199: function get_previous_post ($in_same_cat = false, $excluded_categories = '');
231: function get_next_post ($in_same_cat = false, $excluded_categories = '');
265: function previous_post_link ($format='« %link', $link='%title', $in_same_cat = false, $excluded_categories = '');
285: function next_post_link ($format='%link »', $link='%title', $in_same_cat = false, $excluded_categories = '');
265: function previous_post ($format='%', $previous='previous post: ', $title='yes', $in_same_cat='no', $limitprev=1, $excluded_categories='');
285: function next_post ($format='%', $next='next post: ', $title='yes', $in_same_cat='no', $limitnext=1, $excluded_categories='');
351: function get_pagenum_link ($pagenum = 1);
414: function next_posts ($max_page = 0);
426: function next_posts_link ($label='Next Page »', $max_page=0);
449: function previous_posts ();
459: function previous_posts_link ($label='« Previous Page');
468: function posts_nav_link ($sep=' & global $request, $posts_per_page, $wpdb, $max_num_pages; if (! is_single());
template-functions-post.php -
21 functions/classes, 414 lines, 12475 bytes
2: function get_the_password_form ();
11: function the_ID ();
16: function the_title ($before = '', $after = '', $echo = true);
27: function get_the_title ($id = 0);
37: function get_the_guid ( $id = 0 );
43: function the_guid ( $id = 0 );
48: function the_content ($more_link_text = '(more...)', $stripteaser = 0, $more_file = '');
55: function get_the_content ($more_link_text = '(more...)', $stripteaser = 0, $more_file = '');
94: function the_excerpt ();
98: function get_the_excerpt ($fakeit = true);
112: function wp_link_pages ($args = '');
124: function link_pages ($before='<br />', $after='<br />', $next_or_number='number', $nextpagelink='next page', $previouspagelink='previous page', $pagelink='%', $more_file='');
179: function get_post_custom ( $post_id = 0 );
209: function get_post_custom_keys ();
218: function get_post_custom_values ($key='');
224: function post_custom ( $key = '' );
232: function the_meta ();
252: function &get_page_children ($page_id, $pages);
271: function &get_pages ($args = '');
308: function wp_list_pages ($args = '');
366: function _page_level_out ($parent, $page_tree, $args, $depth = 0, $echo = true);
vars.php -
1 functions/classes, 113 lines, 3829 bytes
92: function smiliescmp ($a, $b);
version.php -
7 lines, 140 bytes
wp-db.php -
17 functions/classes, 359 lines, 10031 bytes
15: class wpdb;
41: function wpdb ($dbuser, $dbpassword, $dbname, $dbhost);
62: function select ($db);
78: function escape ($str);
85: function print_error ($str = '');
106: function show_errors ();
110: function hide_errors ();
117: function flush ();
126: function query ($query);
188: function get_var ($query=null, $x = 0, $y = 0);
205: function get_row ($query = null, $output = OBJECT, $y = 0);
225: function get_col ($query = null , $x = 0);
239: function get_results ($query = null, $output = OBJECT);
270: function get_col_info ($info_type = 'name', $col_offset = -1);
285: function timer_start ();
292: function timer_stop ($precision = 3);
300: function bail ($message);
wp-l10n.php -
8 functions/classes, 103 lines, 1892 bytes
7: function get_locale ();
28: function __ ($text, $domain = 'default');
39: function _e ($text, $domain = 'default');
50: function __ngettext ($single, $plural, $number, $domain = 'default');
63: function load_textdomain ($domain, $mofile);
79: function load_default_textdomain ();
88: function load_plugin_textdomain ($domain);
95: function load_theme_textdomain ($domain);