SYMBOL INDEX (2332 symbols across 239 files) FILE: application/controllers/Welcome.php class Welcome (line 4) | class Welcome extends CI_Controller { method index (line 21) | public function index() FILE: system/core/Benchmark.php class CI_Benchmark (line 53) | class CI_Benchmark { method mark (line 71) | public function mark($name) method elapsed_time (line 96) | public function elapsed_time($point1 = '', $point2 = '', $decimals = 4) method memory_usage (line 129) | public function memory_usage() FILE: system/core/CodeIgniter.php function get_instance (line 317) | function &get_instance() FILE: system/core/Common.php function is_php (line 63) | function is_php($version) function is_really_writable (line 91) | function is_really_writable($file) function load_class (line 141) | function &load_class($class, $directory = 'libraries', $param = NULL) function is_loaded (line 212) | function &is_loaded($class = '') function get_config (line 238) | function &get_config(Array $replace = array()) function config_item (line 293) | function config_item($item) function get_mimes (line 316) | function &get_mimes() function is_https (line 348) | function is_https() function is_cli (line 379) | function is_cli() function show_error (line 403) | function show_error($message, $status_code = 500, $heading = 'An Error W... function show_404 (line 437) | function show_404($page = '', $log_error = TRUE) function log_message (line 459) | function log_message($level, $message) function set_status_header (line 484) | function set_status_header($code = 200, $text = '') function _error_handler (line 600) | function _error_handler($severity, $message, $filepath, $line) function _exception_handler (line 655) | function _exception_handler($exception) function _shutdown_handler (line 688) | function _shutdown_handler() function remove_invisible_characters (line 713) | function remove_invisible_characters($str, $url_encoded = TRUE) function html_escape (line 749) | function html_escape($var, $double_encode = TRUE) function _stringify_attributes (line 784) | function _stringify_attributes($attributes, $js = FALSE) function function_usable (line 835) | function function_usable($function_name) FILE: system/core/Config.php class CI_Config (line 52) | class CI_Config { method __construct (line 85) | public function __construct() method load (line 127) | public function load($file = '', $use_sections = FALSE, $fail_graceful... method item (line 198) | public function item($item, $index = '') method slash_item (line 216) | public function slash_item($item) method site_url (line 243) | public function site_url($uri = '', $protocol = NULL) method base_url (line 306) | public function base_url($uri = '', $protocol = NULL) method _uri_string (line 337) | protected function _uri_string($uri) method set_item (line 361) | public function set_item($item, $value) FILE: system/core/Controller.php class CI_Controller (line 53) | class CI_Controller { method __construct (line 74) | public function __construct() method get_instance (line 99) | public static function &get_instance() FILE: system/core/Exceptions.php class CI_Exceptions (line 50) | class CI_Exceptions { method __construct (line 84) | public function __construct() method log_exception (line 103) | public function log_exception($severity, $message, $filepath, $line) method show_404 (line 120) | public function show_404($page = '', $log_error = TRUE) method show_error (line 158) | public function show_error($heading, $message, $template = 'error_gene... method show_exception (line 195) | public function show_exception($exception) method show_php_error (line 245) | public function show_php_error($severity, $message, $filepath, $line) FILE: system/core/Hooks.php class CI_Hooks (line 52) | class CI_Hooks { method __construct (line 90) | public function __construct(CI_Config $config) method call_hook (line 134) | public function call_hook($which = '') method _run_hook (line 166) | protected function _run_hook($data) FILE: system/core/Input.php class CI_Input (line 52) | class CI_Input { method __construct (line 107) | public function __construct(CI_Security &$security) method _fetch_from_array (line 125) | protected function _fetch_from_array(&$array, $index = NULL, $xss_clea... method get (line 186) | public function get($index = NULL, $xss_clean = FALSE) method post (line 200) | public function post($index = NULL, $xss_clean = FALSE) method post_get (line 214) | public function post_get($index, $xss_clean = FALSE) method get_post (line 229) | public function get_post($index, $xss_clean = FALSE) method cookie (line 244) | public function cookie($index = NULL, $xss_clean = FALSE) method server (line 258) | public function server($index, $xss_clean = FALSE) method input_stream (line 274) | public function input_stream($index = NULL, $xss_clean = FALSE) method set_cookie (line 307) | public function set_cookie($name, $value = '', $expire = 0, $domain = ... method ip_address (line 405) | public function ip_address() method valid_ip (line 542) | public function valid_ip($ip, $which = '') method user_agent (line 567) | public function user_agent($xss_clean = FALSE) method request_headers (line 580) | public function request_headers($xss_clean = FALSE) method get_request_header (line 624) | public function get_request_header($index, $xss_clean = FALSE) method is_ajax_request (line 658) | public function is_ajax_request() method method (line 674) | public function method($upper = FALSE) method __get (line 691) | public function __get($name) FILE: system/core/Lang.php class CI_Lang (line 50) | class CI_Lang { method __construct (line 71) | public function __construct() method load (line 89) | public function load($langfile, $idiom = '', $return = FALSE, $add_suf... method line (line 191) | public function line($line, $log_errors = TRUE) FILE: system/core/Loader.php class CI_Loader (line 52) | class CI_Loader { method __construct (line 144) | public function __construct() method initialize (line 163) | public function initialize() method is_loaded (line 180) | public function is_loaded($class) method library (line 198) | public function library($library, $params = NULL, $object_name = NULL) method model (line 242) | public function model($model, $name = '', $db_conn = FALSE) method database (line 382) | public function database($params = '', $return = FALSE) method dbutil (line 418) | public function dbutil($db = NULL, $return = FALSE) method dbforge (line 450) | public function dbforge($db = NULL, $return = FALSE) method view (line 499) | public function view($view, $vars = array(), $return = FALSE) method file (line 513) | public function file($path, $return = FALSE) method vars (line 532) | public function vars($vars, $val = '') method clear_vars (line 555) | public function clear_vars() method get_var (line 571) | public function get_var($key) method get_vars (line 585) | public function get_vars() method helper (line 598) | public function helper($helpers = array()) method helpers (line 675) | public function helpers($helpers = array()) method language (line 691) | public function language($files, $lang = '') method config (line 710) | public function config($file, $use_sections = FALSE, $fail_gracefully ... method driver (line 729) | public function driver($library, $params = NULL, $object_name = NULL) method add_package_path (line 785) | public function add_package_path($path, $view_cascade = TRUE) method get_package_paths (line 812) | public function get_package_paths($include_base = FALSE) method remove_package_path (line 829) | public function remove_package_path($path = '') method _ci_load (line 888) | protected function _ci_load($_ci_data) method _ci_load_library (line 1035) | protected function _ci_load_library($class, $params = NULL, $object_na... method _ci_load_stock_library (line 1130) | protected function _ci_load_stock_library($library_name, $file_path, $... method _ci_init_library (line 1217) | protected function _ci_init_library($class, $prefix, $config = FALSE, ... method _ci_autoloader (line 1317) | protected function _ci_autoloader() method _ci_prepare_view_vars (line 1399) | protected function _ci_prepare_view_vars($vars) method _ci_get_component (line 1429) | protected function &_ci_get_component($component) FILE: system/core/Log.php class CI_Log (line 50) | class CI_Log { method __construct (line 122) | public function __construct() method write_log (line 173) | public function write_log($level, $msg) method _format_line (line 255) | protected function _format_line($level, $date, $message) method strlen (line 268) | protected static function strlen($str) method substr (line 285) | protected static function substr($str, $start, $length = NULL) FILE: system/core/Model.php class CI_Model (line 50) | class CI_Model { method __get (line 60) | public function __get($key) FILE: system/core/Output.php class CI_Output (line 52) | class CI_Output { method __construct (line 140) | public function __construct() method get_output (line 166) | public function get_output() method set_output (line 181) | public function set_output($output) method append_output (line 197) | public function append_output($output) method set_header (line 217) | public function set_header($header, $replace = TRUE) method set_content_type (line 241) | public function set_content_type($mime_type, $charset = NULL) method get_content_type (line 280) | public function get_content_type() method get_header (line 301) | public function get_header($header) method set_status_header (line 343) | public function set_status_header($code = 200, $text = '') method enable_profiler (line 357) | public function enable_profiler($val = TRUE) method set_profiler_sections (line 374) | public function set_profiler_sections($sections) method cache (line 398) | public function cache($time) method _display (line 420) | public function _display($output = NULL) method _write_cache (line 558) | public function _write_cache($output) method _display_cache (line 661) | public function _display_cache(&$CFG, &$URI) method delete_cache (line 737) | public function delete_cache($uri = '') method set_cache_header (line 792) | public function set_cache_header($last_modified, $expiration) method strlen (line 816) | protected static function strlen($str) method substr (line 833) | protected static function substr($str, $start, $length = NULL) FILE: system/core/Router.php class CI_Router (line 52) | class CI_Router { method __construct (line 125) | public function __construct($routing = NULL) method _set_routing (line 156) | protected function _set_routing() method _set_request (line 249) | protected function _set_request($segments = array()) method _set_default_controller (line 291) | protected function _set_default_controller() method _validate_request (line 333) | protected function _validate_request($segments) method _parse_routes (line 371) | protected function _parse_routes() method set_class (line 435) | public function set_class($class) method set_method (line 448) | public function set_method($method) method set_directory (line 462) | public function set_directory($dir, $append = FALSE) FILE: system/core/Security.php class CI_Security (line 50) | class CI_Security { method __construct (line 173) | public function __construct($charset) method csrf_verify (line 210) | public function csrf_verify() method csrf_set_cookie (line 267) | public function csrf_set_cookie() method csrf_show_error (line 318) | public function csrf_show_error() method get_csrf_hash (line 331) | public function get_csrf_hash() method get_csrf_token_name (line 344) | public function get_csrf_token_name() method xss_clean (line 377) | public function xss_clean($str, $is_image = FALSE) method xss_hash (line 610) | public function xss_hash() method get_random_bytes (line 631) | public function get_random_bytes($length) method entity_decode (line 699) | public function entity_decode($str, $charset = NULL) method sanitize_filename (line 751) | public function sanitize_filename($str, $relative_path = FALSE) method strip_image_tags (line 781) | public function strip_image_tags($str) method _urldecodespaces (line 802) | protected function _urldecodespaces($matches) method _compact_exploded_words (line 823) | protected function _compact_exploded_words($matches) method _sanitize_naughty_html (line 839) | protected function _sanitize_naughty_html($matches) method _js_link_removal (line 934) | protected function _js_link_removal($match) method _js_img_removal (line 962) | protected function _js_img_removal($match) method _convert_attribute (line 984) | protected function _convert_attribute($match) method _filter_attributes (line 1001) | protected function _filter_attributes($str) method _decode_entity (line 1024) | protected function _decode_entity($match) method _do_never_allowed (line 1047) | protected function _do_never_allowed($str) method _csrf_set_hash (line 1066) | protected function _csrf_set_hash() FILE: system/core/URI.php class CI_URI (line 52) | class CI_URI { method __construct (line 100) | public function __construct(CI_Config $config) method _set_uri_string (line 148) | protected function _set_uri_string($str, $is_cli = FALSE) method _parse_request_uri (line 216) | protected function _parse_request_uri() method _parse_query_string (line 274) | protected function _parse_query_string() method _parse_argv (line 303) | protected function _parse_argv() method _remove_relative_directory (line 319) | protected function _remove_relative_directory($uri) method filter_uri (line 345) | public function filter_uri(&$str) method segment (line 363) | public function segment($n, $no_result = NULL) method rsegment (line 383) | public function rsegment($n, $no_result = NULL) method uri_to_assoc (line 410) | public function uri_to_assoc($n = 3, $default = array()) method ruri_to_assoc (line 428) | public function ruri_to_assoc($n = 3, $default = array()) method _uri_to_assoc (line 447) | protected function _uri_to_assoc($n = 3, $default = array(), $which = ... method assoc_to_uri (line 515) | public function assoc_to_uri($array) method slash_segment (line 538) | public function slash_segment($n, $where = 'trailing') method slash_rsegment (line 554) | public function slash_rsegment($n, $where = 'trailing') method _slash_segment (line 574) | protected function _slash_segment($n, $where = 'trailing', $which = 's... method segment_array (line 597) | public function segment_array() method rsegment_array (line 609) | public function rsegment_array() method total_segments (line 621) | public function total_segments() method total_rsegments (line 633) | public function total_rsegments() method uri_string (line 645) | public function uri_string() method ruri_string (line 657) | public function ruri_string() FILE: system/core/Utf8.php class CI_Utf8 (line 52) | class CI_Utf8 { method __construct (line 61) | public function __construct($charset) method clean_string (line 91) | public function clean_string($str) method safe_ascii_for_xml (line 120) | public function safe_ascii_for_xml($str) method convert_to_utf8 (line 136) | public function convert_to_utf8($str, $encoding) method is_ascii (line 160) | public function is_ascii($str) FILE: system/core/compat/hash.php function hash_equals (line 71) | function hash_equals($known_string, $user_string) function hash_pbkdf2 (line 121) | function hash_pbkdf2($algo, $password, $salt, $iterations, $length = 0, ... FILE: system/core/compat/mbstring.php function mb_strlen (line 74) | function mb_strlen($str, $encoding = NULL) function mb_strpos (line 103) | function mb_strpos($haystack, $needle, $offset = 0, $encoding = NULL) function mb_substr (line 132) | function mb_substr($str, $start, $length = NULL, $encoding = NULL) FILE: system/core/compat/password.php function password_get_info (line 75) | function password_get_info($hash) function password_hash (line 96) | function password_hash($password, $algo, array $options = array()) function password_needs_rehash (line 204) | function password_needs_rehash($hash, $algo, array $options = array()) function password_verify (line 237) | function password_verify($password, $hash) FILE: system/core/compat/standard.php function array_column (line 71) | function array_column(array $array, $column_key, $index_key = NULL) FILE: system/database/DB.php function DB (line 50) | function &DB($params = '') FILE: system/database/DB_cache.php class CI_DB_Cache (line 48) | class CI_DB_Cache { method __construct (line 75) | public function __construct(&$db) method check_path (line 93) | public function check_path($path = '') method read (line 141) | public function read($sql) method write (line 164) | public function write($sql, $object) method delete (line 194) | public function delete($segment_one = '', $segment_two = '') method delete_all (line 217) | public function delete_all() FILE: system/database/DB_driver.php class CI_DB_driver (line 54) | abstract class CI_DB_driver { method __construct (line 366) | public function __construct($params) method initialize (line 387) | public function initialize() method db_connect (line 448) | public function db_connect() method db_pconnect (line 460) | public function db_pconnect() method reconnect (line 478) | public function reconnect() method db_select (line 492) | public function db_select() method error (line 504) | public function error() method platform (line 516) | public function platform() method version (line 531) | public function version() method _version (line 554) | protected function _version() method query (line 575) | public function query($sql, $binds = FALSE, $return_object = NULL) method simple_query (line 727) | public function simple_query($sql) method trans_off (line 741) | public function trans_off() method trans_strict (line 761) | public function trans_strict($mode = TRUE) method trans_start (line 774) | public function trans_start($test_mode = FALSE) method trans_complete (line 791) | public function trans_complete() method trans_status (line 825) | public function trans_status() method trans_active (line 837) | public function trans_active() method trans_begin (line 850) | public function trans_begin($test_mode = FALSE) method trans_commit (line 885) | public function trans_commit() method trans_rollback (line 908) | public function trans_rollback() method compile_binds (line 933) | public function compile_binds($sql, $binds) method is_write_type (line 997) | public function is_write_type($sql) method elapsed_time (line 1010) | public function elapsed_time($decimals = 6) method total_queries (line 1022) | public function total_queries() method last_query (line 1034) | public function last_query() method escape (line 1050) | public function escape($str) method escape_str (line 1082) | public function escape_str($str, $like = FALSE) method escape_like_str (line 1120) | public function escape_like_str($str) method _escape_str (line 1133) | protected function _escape_str($str) method primary (line 1149) | public function primary($table) method count_all (line 1166) | public function count_all($table = '') method list_tables (line 1192) | public function list_tables($constrain_by_prefix = FALSE) method table_exists (line 1247) | public function table_exists($table_name) method list_fields (line 1260) | public function list_fields($table) method field_exists (line 1305) | public function field_exists($field_name, $table_name) method field_data (line 1318) | public function field_data($table) method escape_identifiers (line 1335) | public function escape_identifiers($item, $split = TRUE) method insert_string (line 1398) | public function insert_string($table, $data) method _insert (line 1423) | protected function _insert($table, $keys, $values) method update_string (line 1438) | public function update_string($table, $data, $where) method _update (line 1469) | protected function _update($table, $values) method _has_operator (line 1490) | protected function _has_operator($str) method _get_operator (line 1503) | protected function _get_operator($str) method call_function (line 1542) | public function call_function($function) method cache_set_path (line 1569) | public function cache_set_path($path = '') method cache_on (line 1581) | public function cache_on() method cache_off (line 1593) | public function cache_off() method cache_delete (line 1607) | public function cache_delete($segment_one = '', $segment_two = '') method cache_delete_all (line 1621) | public function cache_delete_all() method _cache_init (line 1635) | protected function _cache_init() method close (line 1657) | public function close() method _close (line 1675) | protected function _close() method display_error (line 1690) | public function display_error($error = '', $swap = '', $native = FALSE) method protect_identifiers (line 1763) | public function protect_identifiers($item, $prefix_single = FALSE, $pr... method _reset_select (line 1936) | protected function _reset_select() FILE: system/database/DB_forge.php class CI_DB_forge (line 48) | abstract class CI_DB_forge { method __construct (line 168) | public function __construct(&$db) method create_database (line 182) | public function create_database($db_name) method drop_database (line 209) | public function drop_database($db_name) method add_key (line 241) | public function add_key($key, $primary = FALSE) method add_field (line 279) | public function add_field($field) method create_table (line 323) | public function create_table($table, $if_not_exists = FALSE, array $at... method _create_table (line 381) | protected function _create_table($table, $if_not_exists, $attributes) method _create_table_attr (line 433) | protected function _create_table_attr($attributes) method drop_table (line 457) | public function drop_table($table_name, $if_exists = FALSE) method _drop_table (line 495) | protected function _drop_table($table, $if_exists) method rename_table (line 526) | public function rename_table($table_name, $new_table_name) method add_column (line 564) | public function add_column($table, $field) method drop_column (line 601) | public function drop_column($table, $column_name) method modify_column (line 621) | public function modify_column($table, $field) method _alter_table (line 664) | protected function _alter_table($alter_type, $table, $field) method _process_fields (line 696) | protected function _process_fields($create_table = FALSE) method _process_column (line 799) | protected function _process_column($field) method _attr_type (line 820) | protected function _attr_type(&$attributes) method _attr_unsigned (line 843) | protected function _attr_unsigned(&$attributes, &$field) method _attr_default (line 884) | protected function _attr_default(&$attributes, &$field) method _attr_unique (line 929) | protected function _attr_unique(&$attributes, &$field) method _attr_auto_increment (line 946) | protected function _attr_auto_increment(&$attributes, &$field) method _process_primary_keys (line 962) | protected function _process_primary_keys($table) method _process_indexes (line 991) | protected function _process_indexes($table) method _reset (line 1033) | protected function _reset() FILE: system/database/DB_query_builder.php class CI_DB_query_builder (line 53) | abstract class CI_DB_query_builder extends CI_DB_driver { method select (line 285) | public function select($select = '*', $escape = NULL) method select_max (line 327) | public function select_max($select = '', $alias = '') method select_min (line 343) | public function select_min($select = '', $alias = '') method select_avg (line 359) | public function select_avg($select = '', $alias = '') method select_sum (line 375) | public function select_sum($select = '', $alias = '') method _max_min_avg_sum (line 395) | protected function _max_min_avg_sum($select = '', $alias = '', $type =... method _create_alias_from_table (line 436) | protected function _create_alias_from_table($item) method distinct (line 457) | public function distinct($val = TRUE) method from (line 473) | public function from($from) method join (line 527) | public function join($table, $cond, $type = '', $escape = NULL) method where (line 615) | public function where($key, $value = NULL, $escape = NULL) method or_where (line 633) | public function or_where($key, $value = NULL, $escape = NULL) method _wh (line 655) | protected function _wh($qb_key, $key, $value = NULL, $type = 'AND ', $... method where_in (line 721) | public function where_in($key, array $values, $escape = NULL) method or_where_in (line 739) | public function or_where_in($key, array $values, $escape = NULL) method where_not_in (line 757) | public function where_not_in($key, array $values, $escape = NULL) method or_where_not_in (line 775) | public function or_where_not_in($key, array $values, $escape = NULL) method having_in (line 793) | public function having_in($key, array $values, $escape = NULL) method or_having_in (line 811) | public function or_having_in($key, array $values, $escape = NULL) method having_not_in (line 829) | public function having_not_in($key, array $values, $escape = NULL) method or_having_not_in (line 847) | public function or_having_not_in($key, array $values, $escape = NULL) method _wh_in (line 874) | protected function _wh_in($qb_key, $key, array $values, $not = FALSE, ... method like (line 939) | public function like($field, $match = '', $side = 'both', $escape = NULL) method not_like (line 958) | public function not_like($field, $match = '', $side = 'both', $escape ... method or_like (line 977) | public function or_like($field, $match = '', $side = 'both', $escape =... method or_not_like (line 996) | public function or_not_like($field, $match = '', $side = 'both', $esca... method _like (line 1019) | protected function _like($field, $match = '', $type = 'AND ', $side = ... method group_start (line 1084) | public function group_start($not = '', $type = 'AND ') method or_group_start (line 1112) | public function or_group_start() method not_group_start (line 1124) | public function not_group_start() method or_not_group_start (line 1136) | public function or_not_group_start() method group_end (line 1148) | public function group_end() method _group_get_type (line 1179) | protected function _group_get_type($type) method group_by (line 1199) | public function group_by($by, $escape = NULL) method having (line 1242) | public function having($key, $value = NULL, $escape = NULL) method or_having (line 1259) | public function or_having($key, $value = NULL, $escape = NULL) method order_by (line 1274) | public function order_by($orderby, $direction = '', $escape = NULL) method limit (line 1332) | public function limit($value, $offset = 0) method offset (line 1348) | public function offset($offset) method _limit (line 1364) | protected function _limit($sql) method set (line 1381) | public function set($key, $value = '', $escape = NULL) method get_compiled_select (line 1412) | public function get_compiled_select($table = '', $reset = TRUE) method get (line 1443) | public function get($table = '', $limit = NULL, $offset = NULL) method count_all_results (line 1473) | public function count_all_results($table = '', $reset = TRUE) method get_where (line 1524) | public function get_where($table = '', $where = NULL, $limit = NULL, $... method insert_batch (line 1558) | public function insert_batch($table, $set = NULL, $escape = NULL, $bat... method _insert_batch (line 1613) | protected function _insert_batch($table, $keys, $values) method set_insert_batch (line 1628) | public function set_insert_batch($key, $value = '', $escape = NULL) method get_compiled_insert (line 1687) | public function get_compiled_insert($table = '', $reset = TRUE) method insert (line 1722) | public function insert($table = '', $set = NULL, $escape = NULL) method _validate_insert (line 1758) | protected function _validate_insert($table = '') method replace (line 1788) | public function replace($table = '', $set = NULL) method _replace (line 1828) | protected function _replace($table, $keys, $values) method _from_tables (line 1845) | protected function _from_tables() method get_compiled_update (line 1861) | public function get_compiled_update($table = '', $reset = TRUE) method update (line 1894) | public function update($table = '', $set = NULL, $where = NULL, $limit... method _validate_update (line 1936) | protected function _validate_update($table) method update_batch (line 1967) | public function update_batch($table, $set = NULL, $index = NULL, $batc... method _update_batch (line 2032) | protected function _update_batch($table, $values, $index) method set_update_batch (line 2071) | public function set_update_batch($key, $index = '', $escape = NULL) method empty_table (line 2120) | public function empty_table($table = '') method truncate (line 2153) | public function truncate($table = '') method _truncate (line 2187) | protected function _truncate($table) method get_compiled_delete (line 2203) | public function get_compiled_delete($table = '', $reset = TRUE) method delete (line 2224) | public function delete($table = '', $where = '', $limit = NULL, $reset... method _delete (line 2288) | protected function _delete($table) method dbprefix (line 2304) | public function dbprefix($table = '') method set_dbprefix (line 2324) | public function set_dbprefix($prefix = '') method _track_aliases (line 2339) | protected function _track_aliases($table) method _compile_select (line 2390) | protected function _compile_select($select_override = FALSE) method _compile_wh (line 2463) | protected function _compile_wh($qb_key) method _compile_group_by (line 2538) | protected function _compile_group_by() method _compile_order_by (line 2574) | protected function _compile_order_by() method _object_to_array (line 2609) | protected function _object_to_array($object) method _object_to_array_batch (line 2639) | protected function _object_to_array_batch($object) method start_cache (line 2675) | public function start_cache() method stop_cache (line 2690) | public function stop_cache() method flush_cache (line 2705) | public function flush_cache() method _merge_cache (line 2734) | protected function _merge_cache() method _is_literal (line 2781) | protected function _is_literal($str) method reset_query (line 2810) | public function reset_query() method _reset_run (line 2825) | protected function _reset_run($qb_reset_items) method _reset_select (line 2840) | protected function _reset_select() method _reset_write (line 2867) | protected function _reset_write() FILE: system/database/DB_result.php class CI_DB_result (line 52) | class CI_DB_result { method __construct (line 118) | public function __construct(&$driver_object) method num_rows (line 131) | public function num_rows() method result (line 157) | public function result($type = 'object') method custom_result_object (line 179) | public function custom_result_object($class_name) method result_object (line 234) | public function result_object() method result_array (line 275) | public function result_array() method row (line 320) | public function row($n = 0, $type = 'object') method set_row (line 351) | public function set_row($key, $value = NULL) method custom_row_object (line 383) | public function custom_row_object($n, $type) method row_object (line 408) | public function row_object($n = 0) method row_array (line 432) | public function row_array($n = 0) method first_row (line 456) | public function first_row($type = 'object') method last_row (line 470) | public function last_row($type = 'object') method next_row (line 484) | public function next_row($type = 'object') method previous_row (line 505) | public function previous_row($type = 'object') method unbuffered_row (line 528) | public function unbuffered_row($type = 'object') method num_fields (line 563) | public function num_fields() method list_fields (line 579) | public function list_fields() method field_data (line 595) | public function field_data() method free_result (line 609) | public function free_result() method data_seek (line 628) | public function data_seek($n = 0) method _fetch_assoc (line 644) | protected function _fetch_assoc() method _fetch_object (line 661) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/DB_utility.php class CI_DB_utility (line 48) | abstract class CI_DB_utility { method __construct (line 88) | public function __construct(&$db) method list_databases (line 101) | public function list_databases() method database_exists (line 137) | public function database_exists($database_name) method optimize_table (line 150) | public function optimize_table($table_name) method optimize_database (line 174) | public function optimize_database() method repair_table (line 211) | public function repair_table($table_name) method csv_from_result (line 239) | public function csv_from_result(CI_DB_result $query, $delim = ',', $ne... method xml_from_result (line 273) | public function xml_from_result(CI_DB_result $query, $params = array()) method backup (line 313) | public function backup($params = array()) FILE: system/database/drivers/cubrid/cubrid_driver.php class CI_DB_cubrid_driver (line 54) | class CI_DB_cubrid_driver extends CI_DB { method __construct (line 94) | public function __construct($params) method db_connect (line 120) | public function db_connect($persistent = FALSE) method reconnect (line 146) | public function reconnect() method version (line 161) | public function version() method _execute (line 181) | protected function _execute($sql) method _trans_begin (line 193) | protected function _trans_begin() method _trans_commit (line 214) | protected function _trans_commit() method _trans_rollback (line 236) | protected function _trans_rollback() method _escape_str (line 259) | protected function _escape_str($str) method affected_rows (line 271) | public function affected_rows() method insert_id (line 283) | public function insert_id() method _list_tables (line 298) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 320) | protected function _list_columns($table = '') method field_data (line 333) | public function field_data($table) method error (line 369) | public function error() method _from_tables (line 384) | protected function _from_tables() method _close (line 401) | protected function _close() FILE: system/database/drivers/cubrid/cubrid_forge.php class CI_DB_cubrid_forge (line 48) | class CI_DB_cubrid_forge extends CI_DB_forge { method _alter_table (line 106) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 139) | protected function _process_column($field) method _attr_type (line 170) | protected function _attr_type(&$attributes) method _process_indexes (line 197) | protected function _process_indexes($table) FILE: system/database/drivers/cubrid/cubrid_result.php class CI_DB_cubrid_result (line 50) | class CI_DB_cubrid_result extends CI_DB_result { method num_rows (line 57) | public function num_rows() method num_fields (line 71) | public function num_fields() method list_fields (line 85) | public function list_fields() method field_data (line 99) | public function field_data() method free_result (line 122) | public function free_result() method data_seek (line 144) | public function data_seek($n = 0) method _fetch_assoc (line 158) | protected function _fetch_assoc() method _fetch_object (line 173) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/cubrid/cubrid_utility.php class CI_DB_cubrid_utility (line 48) | class CI_DB_cubrid_utility extends CI_DB_utility { method list_databases (line 55) | public function list_databases() method _backup (line 73) | protected function _backup($params = array()) FILE: system/database/drivers/ibase/ibase_driver.php class CI_DB_ibase_driver (line 54) | class CI_DB_ibase_driver extends CI_DB { method db_connect (line 87) | public function db_connect($persistent = FALSE) method version (line 101) | public function version() method _execute (line 128) | protected function _execute($sql) method _trans_begin (line 140) | protected function _trans_begin() method _trans_commit (line 158) | protected function _trans_commit() method _trans_rollback (line 176) | protected function _trans_rollback() method affected_rows (line 194) | public function affected_rows() method insert_id (line 208) | public function insert_id($generator_name, $inc_by = 0) method _list_tables (line 224) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 247) | protected function _list_columns($table = '') method field_data (line 260) | public function field_data($table) method error (line 302) | public function error() method _update (line 318) | protected function _update($table, $values) method _truncate (line 337) | protected function _truncate($table) method _delete (line 352) | protected function _delete($table) method _limit (line 368) | protected function _limit($sql) method _insert_batch (line 397) | protected function _insert_batch($table, $keys, $values) method _close (line 409) | protected function _close() FILE: system/database/drivers/ibase/ibase_forge.php class CI_DB_ibase_forge (line 48) | class CI_DB_ibase_forge extends CI_DB_forge { method create_database (line 97) | public function create_database($db_name) method drop_database (line 115) | public function drop_database($db_name) method _alter_table (line 143) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 197) | protected function _process_column($field) method _attr_type (line 216) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 247) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/ibase/ibase_result.php class CI_DB_ibase_result (line 50) | class CI_DB_ibase_result extends CI_DB_result { method num_fields (line 57) | public function num_fields() method list_fields (line 71) | public function list_fields() method field_data (line 92) | public function field_data() method free_result (line 115) | public function free_result() method _fetch_assoc (line 129) | protected function _fetch_assoc() method _fetch_object (line 144) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/ibase/ibase_utility.php class CI_DB_ibase_utility (line 48) | class CI_DB_ibase_utility extends CI_DB_utility { method _backup (line 56) | protected function _backup($filename) FILE: system/database/drivers/mssql/mssql_driver.php class CI_DB_mssql_driver (line 54) | class CI_DB_mssql_driver extends CI_DB { method __construct (line 92) | public function __construct($params) method db_connect (line 110) | public function db_connect($persistent = FALSE) method db_select (line 151) | public function db_select($database = '') method _execute (line 178) | protected function _execute($sql) method _trans_begin (line 190) | protected function _trans_begin() method _trans_commit (line 202) | protected function _trans_commit() method _trans_rollback (line 214) | protected function _trans_rollback() method affected_rows (line 226) | public function affected_rows() method insert_id (line 240) | public function insert_id() method _version (line 258) | protected function _version() method _list_tables (line 273) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 298) | protected function _list_columns($table = '') method field_data (line 313) | public function field_data($table) method error (line 348) | public function error() method _update (line 376) | protected function _update($table, $values) method _truncate (line 396) | protected function _truncate($table) method _delete (line 411) | protected function _delete($table) method _limit (line 431) | protected function _limit($sql) method _insert_batch (line 484) | protected function _insert_batch($table, $keys, $values) method _close (line 502) | protected function _close() FILE: system/database/drivers/mssql/mssql_forge.php class CI_DB_mssql_forge (line 50) | class CI_DB_mssql_forge extends CI_DB_forge { method _alter_table (line 88) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 115) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 144) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/mssql/mssql_result.php class CI_DB_mssql_result (line 52) | class CI_DB_mssql_result extends CI_DB_result { method num_rows (line 59) | public function num_rows() method num_fields (line 73) | public function num_fields() method list_fields (line 87) | public function list_fields() method field_data (line 108) | public function field_data() method free_result (line 131) | public function free_result() method data_seek (line 152) | public function data_seek($n = 0) method _fetch_assoc (line 166) | protected function _fetch_assoc() method _fetch_object (line 181) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/mssql/mssql_utility.php class CI_DB_mssql_utility (line 50) | class CI_DB_mssql_utility extends CI_DB_utility { method _backup (line 72) | protected function _backup($params = array()) FILE: system/database/drivers/mysql/mysql_driver.php class CI_DB_mysql_driver (line 54) | class CI_DB_mysql_driver extends CI_DB { method __construct (line 107) | public function __construct($params) method db_connect (line 125) | public function db_connect($persistent = FALSE) method reconnect (line 198) | public function reconnect() method db_select (line 214) | public function db_select($database = '') method version (line 238) | public function version() method _execute (line 261) | protected function _execute($sql) method _prep_query (line 276) | protected function _prep_query($sql) method _trans_begin (line 295) | protected function _trans_begin() method _trans_commit (line 308) | protected function _trans_commit() method _trans_rollback (line 326) | protected function _trans_rollback() method _escape_str (line 345) | protected function _escape_str($str) method affected_rows (line 357) | public function affected_rows() method insert_id (line 369) | public function insert_id() method _list_tables (line 384) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 406) | protected function _list_columns($table = '') method field_data (line 419) | public function field_data($table) method error (line 455) | public function error() method _from_tables (line 470) | protected function _from_tables() method _close (line 487) | protected function _close() FILE: system/database/drivers/mysql/mysql_forge.php class CI_DB_mysql_forge (line 48) | class CI_DB_mysql_forge extends CI_DB_forge { method _create_table_attr (line 102) | protected function _create_table_attr($attributes) method _alter_table (line 137) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 179) | protected function _process_column($field) method _process_indexes (line 209) | protected function _process_indexes($table) FILE: system/database/drivers/mysql/mysql_result.php class CI_DB_mysql_result (line 50) | class CI_DB_mysql_result extends CI_DB_result { method __construct (line 58) | public function __construct(&$driver_object) method num_rows (line 74) | public function num_rows() method num_fields (line 86) | public function num_fields() method list_fields (line 100) | public function list_fields() method field_data (line 121) | public function field_data() method free_result (line 143) | public function free_result() method data_seek (line 164) | public function data_seek($n = 0) method _fetch_assoc (line 180) | protected function _fetch_assoc() method _fetch_object (line 195) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/mysql/mysql_utility.php class CI_DB_mysql_utility (line 48) | class CI_DB_mysql_utility extends CI_DB_utility { method _backup (line 79) | protected function _backup($params = array()) FILE: system/database/drivers/mysqli/mysqli_driver.php class CI_DB_mysqli_driver (line 54) | class CI_DB_mysqli_driver extends CI_DB { method db_connect (line 118) | public function db_connect($persistent = FALSE) method reconnect (line 249) | public function reconnect() method db_select (line 265) | public function db_select($database = '') method version (line 289) | public function version() method _execute (line 307) | protected function _execute($sql) method _prep_query (line 322) | protected function _prep_query($sql) method _trans_begin (line 341) | protected function _trans_begin() method _trans_commit (line 356) | protected function _trans_commit() method _trans_rollback (line 374) | protected function _trans_rollback() method _escape_str (line 393) | protected function _escape_str($str) method affected_rows (line 405) | public function affected_rows() method insert_id (line 417) | public function insert_id() method _list_tables (line 432) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 454) | protected function _list_columns($table = '') method field_data (line 467) | public function field_data($table) method error (line 503) | public function error() method _from_tables (line 526) | protected function _from_tables() method _close (line 543) | protected function _close() FILE: system/database/drivers/mysqli/mysqli_forge.php class CI_DB_mysqli_forge (line 50) | class CI_DB_mysqli_forge extends CI_DB_forge { method _create_table_attr (line 104) | protected function _create_table_attr($attributes) method _alter_table (line 139) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 181) | protected function _process_column($field) method _process_indexes (line 211) | protected function _process_indexes($table) FILE: system/database/drivers/mysqli/mysqli_result.php class CI_DB_mysqli_result (line 52) | class CI_DB_mysqli_result extends CI_DB_result { method num_rows (line 59) | public function num_rows() method num_fields (line 73) | public function num_fields() method list_fields (line 87) | public function list_fields() method field_data (line 108) | public function field_data() method _get_field_type (line 137) | private static function _get_field_type($type) method free_result (line 178) | public function free_result() method data_seek (line 199) | public function data_seek($n = 0) method _fetch_assoc (line 213) | protected function _fetch_assoc() method _fetch_object (line 228) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/mysqli/mysqli_utility.php class CI_DB_mysqli_utility (line 50) | class CI_DB_mysqli_utility extends CI_DB_utility { method _backup (line 81) | protected function _backup($params = array()) FILE: system/database/drivers/oci8/oci8_driver.php class CI_DB_oci8_driver (line 63) | class CI_DB_oci8_driver extends CI_DB { method __construct (line 145) | public function __construct($params) method db_connect (line 232) | public function db_connect($persistent = FALSE) method version (line 247) | public function version() method _execute (line 274) | protected function _execute($sql) method _trans_begin (line 301) | protected function _trans_begin() method _trans_commit (line 314) | protected function _trans_commit() method _trans_rollback (line 328) | protected function _trans_rollback() method affected_rows (line 341) | public function affected_rows() method insert_id (line 353) | public function insert_id() method _list_tables (line 369) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 392) | protected function _list_columns($table = '') method field_data (line 416) | public function field_data($table) method error (line 474) | public function error() method _insert_batch (line 510) | protected function _insert_batch($table, $keys, $values) method _truncate (line 536) | protected function _truncate($table) method _delete (line 551) | protected function _delete($table) method _limit (line 572) | protected function _limit($sql) method _close (line 594) | protected function _close() method _reset_select (line 612) | protected function _reset_select() FILE: system/database/drivers/oci8/oci8_forge.php class CI_DB_oci8_forge (line 48) | class CI_DB_oci8_forge extends CI_DB_forge { method _alter_table (line 102) | protected function _alter_table($alter_type, $table, $field) method _attr_auto_increment (line 161) | protected function _attr_auto_increment(&$attributes, &$field) method _process_column (line 177) | protected function _process_column($field) method _attr_type (line 198) | protected function _attr_type(&$attributes) FILE: system/database/drivers/oci8/oci8_result.php class CI_DB_oci8_result (line 50) | class CI_DB_oci8_result extends CI_DB_result { method __construct (line 74) | public function __construct(&$driver_object) method num_fields (line 91) | public function num_fields() method list_fields (line 108) | public function list_fields() method field_data (line 127) | public function field_data() method free_result (line 150) | public function free_result() method _fetch_assoc (line 168) | protected function _fetch_assoc() method _fetch_object (line 183) | protected function _fetch_object($class_name = 'stdClass') method __destruct (line 211) | public function __destruct() FILE: system/database/drivers/oci8/oci8_utility.php class CI_DB_oci8_utility (line 48) | class CI_DB_oci8_utility extends CI_DB_utility { method _backup (line 63) | protected function _backup($params = array()) FILE: system/database/drivers/odbc/odbc_driver.php class CI_DB_odbc_driver (line 54) | class CI_DB_odbc_driver extends CI_DB_driver { method __construct (line 119) | public function __construct($params) method db_connect (line 138) | public function db_connect($persistent = FALSE) method compile_binds (line 154) | public function compile_binds($sql, $binds) method _execute (line 221) | protected function _execute($sql) method _trans_begin (line 251) | protected function _trans_begin() method _trans_commit (line 263) | protected function _trans_commit() method _trans_rollback (line 281) | protected function _trans_rollback() method is_write_type (line 300) | public function is_write_type($sql) method _escape_str (line 318) | protected function _escape_str($str) method affected_rows (line 330) | public function affected_rows() method insert_id (line 342) | public function insert_id() method _list_tables (line 357) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 380) | protected function _list_columns($table = '') method _field_data (line 395) | protected function _field_data($table) method error (line 410) | public function error() method _close (line 422) | protected function _close() FILE: system/database/drivers/odbc/odbc_forge.php class CI_DB_odbc_forge (line 50) | class CI_DB_odbc_forge extends CI_DB_forge { method _attr_auto_increment (line 82) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/odbc/odbc_result.php class CI_DB_odbc_result (line 52) | class CI_DB_odbc_result extends CI_DB_result { method num_rows (line 59) | public function num_rows() method num_fields (line 90) | public function num_fields() method list_fields (line 104) | public function list_fields() method field_data (line 129) | public function field_data() method free_result (line 152) | public function free_result() method _fetch_assoc (line 170) | protected function _fetch_assoc() method _fetch_object (line 185) | protected function _fetch_object($class_name = 'stdClass') function odbc_fetch_array (line 219) | function odbc_fetch_array(&$result, $rownumber = 1) function odbc_fetch_object (line 252) | function odbc_fetch_object(&$result, $rownumber = 1) FILE: system/database/drivers/odbc/odbc_utility.php class CI_DB_odbc_utility (line 50) | class CI_DB_odbc_utility extends CI_DB_utility { method _backup (line 58) | protected function _backup($params = array()) FILE: system/database/drivers/pdo/pdo_driver.php class CI_DB_pdo_driver (line 54) | class CI_DB_pdo_driver extends CI_DB { method __construct (line 80) | public function __construct($params) method db_connect (line 128) | public function db_connect($persistent = FALSE) method version (line 165) | public function version() method _execute (line 191) | protected function _execute($sql) method _trans_begin (line 203) | protected function _trans_begin() method _trans_commit (line 215) | protected function _trans_commit() method _trans_rollback (line 227) | protected function _trans_rollback() method _escape_str (line 240) | protected function _escape_str($str) method affected_rows (line 258) | public function affected_rows() method insert_id (line 271) | public function insert_id($name = NULL) method _field_data (line 286) | protected function _field_data($table) method error (line 301) | public function error() method _truncate (line 333) | protected function _truncate($table) method _close (line 345) | protected function _close() FILE: system/database/drivers/pdo/pdo_forge.php class CI_DB_pdo_forge (line 50) | class CI_DB_pdo_forge extends CI_DB_forge { FILE: system/database/drivers/pdo/pdo_result.php class CI_DB_pdo_result (line 52) | class CI_DB_pdo_result extends CI_DB_result { method num_rows (line 59) | public function num_rows() method num_fields (line 88) | public function num_fields() method list_fields (line 102) | public function list_fields() method field_data (line 125) | public function field_data() method free_result (line 162) | public function free_result() method _fetch_assoc (line 179) | protected function _fetch_assoc() method _fetch_object (line 194) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/pdo/pdo_utility.php class CI_DB_pdo_utility (line 50) | class CI_DB_pdo_utility extends CI_DB_utility { method _backup (line 58) | protected function _backup($params = array()) FILE: system/database/drivers/pdo/subdrivers/pdo_4d_driver.php class CI_DB_pdo_4d_driver (line 54) | class CI_DB_pdo_4d_driver extends CI_DB_pdo_driver { method __construct (line 80) | public function __construct($params) method _list_tables (line 108) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 131) | protected function _list_columns($table = '') method _field_data (line 147) | protected function _field_data($table) method _update (line 163) | protected function _update($table, $values) method _delete (line 180) | protected function _delete($table) method _limit (line 196) | protected function _limit($sql) FILE: system/database/drivers/pdo/subdrivers/pdo_4d_forge.php class CI_DB_pdo_4d_forge (line 48) | class CI_DB_pdo_4d_forge extends CI_DB_pdo_forge { method _alter_table (line 114) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 133) | protected function _process_column($field) method _attr_type (line 152) | protected function _attr_type(&$attributes) method _attr_unique (line 183) | protected function _attr_unique(&$attributes, &$field) method _attr_auto_increment (line 203) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_cubrid_driver.php class CI_DB_pdo_cubrid_driver (line 54) | class CI_DB_pdo_cubrid_driver extends CI_DB_pdo_driver { method __construct (line 87) | public function __construct($params) method _list_tables (line 111) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 133) | protected function _list_columns($table = '') method field_data (line 146) | public function field_data($table) method _truncate (line 185) | protected function _truncate($table) method _from_tables (line 200) | protected function _from_tables() FILE: system/database/drivers/pdo/subdrivers/pdo_cubrid_forge.php class CI_DB_pdo_cubrid_forge (line 48) | class CI_DB_pdo_cubrid_forge extends CI_DB_pdo_forge { method _alter_table (line 106) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 139) | protected function _process_column($field) method _attr_type (line 170) | protected function _attr_type(&$attributes) method _process_indexes (line 197) | protected function _process_indexes($table) FILE: system/database/drivers/pdo/subdrivers/pdo_dblib_driver.php class CI_DB_pdo_dblib_driver (line 54) | class CI_DB_pdo_dblib_driver extends CI_DB_pdo_driver { method __construct (line 92) | public function __construct($params) method db_connect (line 128) | public function db_connect($persistent = FALSE) method _list_tables (line 161) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 186) | protected function _list_columns($table = '') method field_data (line 201) | public function field_data($table) method _update (line 237) | protected function _update($table, $values) method _delete (line 254) | protected function _delete($table) method _limit (line 274) | protected function _limit($sql) method _insert_batch (line 327) | protected function _insert_batch($table, $keys, $values) method version (line 345) | public function version() FILE: system/database/drivers/pdo/subdrivers/pdo_dblib_forge.php class CI_DB_pdo_dblib_forge (line 48) | class CI_DB_pdo_dblib_forge extends CI_DB_pdo_forge { method _alter_table (line 86) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 113) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 142) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_firebird_driver.php class CI_DB_pdo_firebird_driver (line 54) | class CI_DB_pdo_firebird_driver extends CI_DB_pdo_driver { method __construct (line 82) | public function __construct($params) method _list_tables (line 118) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 141) | protected function _list_columns($table = '') method field_data (line 154) | public function field_data($table) method _update (line 197) | protected function _update($table, $values) method _truncate (line 216) | protected function _truncate($table) method _delete (line 231) | protected function _delete($table) method _limit (line 247) | protected function _limit($sql) method _insert_batch (line 276) | protected function _insert_batch($table, $keys, $values) FILE: system/database/drivers/pdo/subdrivers/pdo_firebird_forge.php class CI_DB_pdo_firebird_forge (line 48) | class CI_DB_pdo_firebird_forge extends CI_DB_pdo_forge { method create_database (line 83) | public function create_database($db_name) method drop_database (line 101) | public function drop_database($db_name) method _alter_table (line 129) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 183) | protected function _process_column($field) method _attr_type (line 202) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 233) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_ibm_driver.php class CI_DB_pdo_ibm_driver (line 54) | class CI_DB_pdo_ibm_driver extends CI_DB_pdo_driver { method __construct (line 73) | public function __construct($params) method _list_tables (line 139) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 163) | protected function _list_columns($table = '') method field_data (line 178) | public function field_data($table) method _update (line 203) | protected function _update($table, $values) method _delete (line 220) | protected function _delete($table) method _limit (line 236) | protected function _limit($sql) FILE: system/database/drivers/pdo/subdrivers/pdo_ibm_forge.php class CI_DB_pdo_ibm_forge (line 48) | class CI_DB_pdo_ibm_forge extends CI_DB_pdo_forge { method _alter_table (line 85) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 105) | protected function _attr_type(&$attributes) method _attr_unique (line 130) | protected function _attr_unique(&$attributes, &$field) method _attr_auto_increment (line 150) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_informix_driver.php class CI_DB_pdo_informix_driver (line 54) | class CI_DB_pdo_informix_driver extends CI_DB_pdo_driver { method __construct (line 82) | public function __construct($params) method _list_tables (line 141) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 165) | protected function _list_columns($table = '') method field_data (line 191) | public function field_data($table) method _update (line 253) | protected function _update($table, $values) method _truncate (line 273) | protected function _truncate($table) method _delete (line 288) | protected function _delete($table) method _limit (line 304) | protected function _limit($sql) FILE: system/database/drivers/pdo/subdrivers/pdo_informix_forge.php class CI_DB_pdo_informix_forge (line 48) | class CI_DB_pdo_informix_forge extends CI_DB_pdo_forge { method _alter_table (line 87) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 107) | protected function _attr_type(&$attributes) method _attr_unique (line 142) | protected function _attr_unique(&$attributes, &$field) method _attr_auto_increment (line 159) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_mysql_driver.php class CI_DB_pdo_mysql_driver (line 54) | class CI_DB_pdo_mysql_driver extends CI_DB_pdo_driver { method __construct (line 98) | public function __construct($params) method db_connect (line 124) | public function db_connect($persistent = FALSE) method db_select (line 205) | public function db_select($database = '') method _trans_begin (line 229) | protected function _trans_begin() method _trans_commit (line 242) | protected function _trans_commit() method _trans_rollback (line 260) | protected function _trans_rollback() method _list_tables (line 281) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 303) | protected function _list_columns($table = '') method field_data (line 316) | public function field_data($table) method _truncate (line 355) | protected function _truncate($table) method _from_tables (line 370) | protected function _from_tables() FILE: system/database/drivers/pdo/subdrivers/pdo_mysql_forge.php class CI_DB_pdo_mysql_forge (line 48) | class CI_DB_pdo_mysql_forge extends CI_DB_pdo_forge { method _create_table_attr (line 116) | protected function _create_table_attr($attributes) method _alter_table (line 151) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 193) | protected function _process_column($field) method _process_indexes (line 223) | protected function _process_indexes($table) FILE: system/database/drivers/pdo/subdrivers/pdo_oci_driver.php class CI_DB_pdo_oci_driver (line 54) | class CI_DB_pdo_oci_driver extends CI_DB_pdo_driver { method __construct (line 101) | public function __construct($params) method version (line 138) | public function version() method _list_tables (line 164) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 187) | protected function _list_columns($table = '') method field_data (line 211) | public function field_data($table) method _insert_batch (line 269) | protected function _insert_batch($table, $keys, $values) method _delete (line 292) | protected function _delete($table) method _limit (line 313) | protected function _limit($sql) FILE: system/database/drivers/pdo/subdrivers/pdo_oci_forge.php class CI_DB_pdo_oci_forge (line 48) | class CI_DB_pdo_oci_forge extends CI_DB_pdo_forge { method _alter_table (line 95) | protected function _alter_table($alter_type, $table, $field) method _attr_auto_increment (line 152) | protected function _attr_auto_increment(&$attributes, &$field) method _process_column (line 168) | protected function _process_column($field) method _attr_type (line 189) | protected function _attr_type(&$attributes) FILE: system/database/drivers/pdo/subdrivers/pdo_odbc_driver.php class CI_DB_pdo_odbc_driver (line 54) | class CI_DB_pdo_odbc_driver extends CI_DB_pdo_driver { method __construct (line 105) | public function __construct($params) method _escape_str (line 170) | protected function _escape_str($str) method is_write_type (line 183) | public function is_write_type($sql) method _list_tables (line 203) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 226) | protected function _list_columns($table = '') FILE: system/database/drivers/pdo/subdrivers/pdo_odbc_forge.php class CI_DB_pdo_odbc_forge (line 48) | class CI_DB_pdo_odbc_forge extends CI_DB_pdo_forge { method _attr_auto_increment (line 66) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_pgsql_driver.php class CI_DB_pdo_pgsql_driver (line 54) | class CI_DB_pdo_pgsql_driver extends CI_DB_pdo_driver { method __construct (line 89) | public function __construct($params) method db_connect (line 116) | public function db_connect($persistent = FALSE) method insert_id (line 136) | public function insert_id($name = NULL) method is_write_type (line 156) | public function is_write_type($sql) method escape (line 176) | public function escape($str) method order_by (line 196) | public function order_by($orderby, $direction = '', $escape = NULL) method _list_tables (line 231) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 255) | protected function _list_columns($table = '') method field_data (line 270) | public function field_data($table) method _update (line 306) | protected function _update($table, $values) method _update_batch (line 325) | protected function _update_batch($table, $values, $index) method _delete (line 364) | protected function _delete($table) method _limit (line 380) | protected function _limit($sql) FILE: system/database/drivers/pdo/subdrivers/pdo_pgsql_forge.php class CI_DB_pdo_pgsql_forge (line 48) | class CI_DB_pdo_pgsql_forge extends CI_DB_pdo_forge { method __construct (line 96) | public function __construct(&$db) method _alter_table (line 116) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 177) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 208) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_sqlite_driver.php class CI_DB_pdo_sqlite_driver (line 54) | class CI_DB_pdo_sqlite_driver extends CI_DB_pdo_driver { method __construct (line 82) | public function __construct($params) method _list_tables (line 109) | protected function _list_tables($prefix_limit = FALSE) method list_fields (line 130) | public function list_fields($table) method field_data (line 154) | public function field_data($table) method _replace (line 191) | protected function _replace($table, $keys, $values) method _truncate (line 209) | protected function _truncate($table) FILE: system/database/drivers/pdo/subdrivers/pdo_sqlite_forge.php class CI_DB_pdo_sqlite_forge (line 48) | class CI_DB_pdo_sqlite_forge extends CI_DB_pdo_forge { method __construct (line 86) | public function __construct(&$db) method create_database (line 105) | public function create_database($db_name) method drop_database (line 120) | public function drop_database($db_name) method _alter_table (line 156) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 184) | protected function _process_column($field) method _attr_type (line 204) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 225) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/pdo/subdrivers/pdo_sqlsrv_driver.php class CI_DB_pdo_sqlsrv_driver (line 54) | class CI_DB_pdo_sqlsrv_driver extends CI_DB_pdo_driver { method __construct (line 92) | public function __construct($params) method db_connect (line 152) | public function db_connect($persistent = FALSE) method _list_tables (line 185) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 210) | protected function _list_columns($table = '') method field_data (line 225) | public function field_data($table) method _update (line 261) | protected function _update($table, $values) method _delete (line 278) | protected function _delete($table) method _limit (line 298) | protected function _limit($sql) method _insert_batch (line 359) | protected function _insert_batch($table, $keys, $values) FILE: system/database/drivers/pdo/subdrivers/pdo_sqlsrv_forge.php class CI_DB_pdo_sqlsrv_forge (line 48) | class CI_DB_pdo_sqlsrv_forge extends CI_DB_pdo_forge { method _alter_table (line 86) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 113) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 142) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/postgre/postgre_driver.php class CI_DB_postgre_driver (line 54) | class CI_DB_postgre_driver extends CI_DB { method _build_dsn (line 86) | protected function _build_dsn() method db_connect (line 141) | public function db_connect($persistent = FALSE) method reconnect (line 181) | public function reconnect() method version (line 196) | public function version() method _execute (line 226) | protected function _execute($sql) method _trans_begin (line 238) | protected function _trans_begin() method _trans_commit (line 250) | protected function _trans_commit() method _trans_rollback (line 262) | protected function _trans_rollback() method is_write_type (line 275) | public function is_write_type($sql) method _escape_str (line 293) | protected function _escape_str($str) method escape (line 308) | public function escape($str) method affected_rows (line 329) | public function affected_rows() method insert_id (line 341) | public function insert_id() method _list_tables (line 389) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 413) | protected function _list_columns($table = '') method field_data (line 428) | public function field_data($table) method error (line 463) | public function error() method order_by (line 478) | public function order_by($orderby, $direction = '', $escape = NULL) method _update (line 514) | protected function _update($table, $values) method _update_batch (line 533) | protected function _update_batch($table, $values, $index) method _delete (line 572) | protected function _delete($table) method _limit (line 588) | protected function _limit($sql) method _close (line 600) | protected function _close() FILE: system/database/drivers/postgre/postgre_forge.php class CI_DB_postgre_forge (line 50) | class CI_DB_postgre_forge extends CI_DB_forge { method __construct (line 84) | public function __construct(&$db) method _alter_table (line 104) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 165) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 196) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/postgre/postgre_result.php class CI_DB_postgre_result (line 52) | class CI_DB_postgre_result extends CI_DB_result { method num_rows (line 59) | public function num_rows() method num_fields (line 73) | public function num_fields() method list_fields (line 87) | public function list_fields() method field_data (line 107) | public function field_data() method free_result (line 128) | public function free_result() method data_seek (line 149) | public function data_seek($n = 0) method _fetch_assoc (line 163) | protected function _fetch_assoc() method _fetch_object (line 178) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/postgre/postgre_utility.php class CI_DB_postgre_utility (line 50) | class CI_DB_postgre_utility extends CI_DB_utility { method _backup (line 74) | protected function _backup($params = array()) FILE: system/database/drivers/sqlite3/sqlite3_driver.php class CI_DB_sqlite3_driver (line 54) | class CI_DB_sqlite3_driver extends CI_DB { method db_connect (line 80) | public function db_connect($persistent = FALSE) method version (line 106) | public function version() method _execute (line 126) | protected function _execute($sql) method _trans_begin (line 140) | protected function _trans_begin() method _trans_commit (line 152) | protected function _trans_commit() method _trans_rollback (line 164) | protected function _trans_rollback() method _escape_str (line 177) | protected function _escape_str($str) method affected_rows (line 189) | public function affected_rows() method insert_id (line 201) | public function insert_id() method _list_tables (line 216) | protected function _list_tables($prefix_limit = FALSE) method list_fields (line 232) | public function list_fields($table) method field_data (line 256) | public function field_data($table) method error (line 293) | public function error() method _replace (line 310) | protected function _replace($table, $keys, $values) method _truncate (line 328) | protected function _truncate($table) method _close (line 340) | protected function _close() FILE: system/database/drivers/sqlite3/sqlite3_forge.php class CI_DB_sqlite3_forge (line 48) | class CI_DB_sqlite3_forge extends CI_DB_forge { method __construct (line 72) | public function __construct(&$db) method create_database (line 91) | public function create_database($db_name) method drop_database (line 106) | public function drop_database($db_name) method _alter_table (line 143) | protected function _alter_table($alter_type, $table, $field) method _process_column (line 171) | protected function _process_column($field) method _attr_type (line 191) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 212) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/sqlite3/sqlite3_result.php class CI_DB_sqlite3_result (line 50) | class CI_DB_sqlite3_result extends CI_DB_result { method num_fields (line 57) | public function num_fields() method list_fields (line 71) | public function list_fields() method field_data (line 91) | public function field_data() method free_result (line 123) | public function free_result() method _fetch_assoc (line 141) | protected function _fetch_assoc() method _fetch_object (line 156) | protected function _fetch_object($class_name = 'stdClass') method data_seek (line 189) | public function data_seek($n = 0) FILE: system/database/drivers/sqlite3/sqlite3_utility.php class CI_DB_sqlite3_utility (line 48) | class CI_DB_sqlite3_utility extends CI_DB_utility { method _backup (line 56) | protected function _backup($params = array()) FILE: system/database/drivers/sqlsrv/sqlsrv_driver.php class CI_DB_sqlsrv_driver (line 54) | class CI_DB_sqlsrv_driver extends CI_DB { method __construct (line 102) | public function __construct($params) method db_connect (line 123) | public function db_connect($pooling = FALSE) method db_select (line 165) | public function db_select($database = '') method _execute (line 190) | protected function _execute($sql) method _trans_begin (line 204) | protected function _trans_begin() method _trans_commit (line 216) | protected function _trans_commit() method _trans_rollback (line 228) | protected function _trans_rollback() method affected_rows (line 240) | public function affected_rows() method insert_id (line 254) | public function insert_id() method version (line 266) | public function version() method _list_tables (line 291) | protected function _list_tables($prefix_limit = FALSE) method _list_columns (line 316) | protected function _list_columns($table = '') method field_data (line 331) | public function field_data($table) method error (line 366) | public function error() method _update (line 405) | protected function _update($table, $values) method _truncate (line 425) | protected function _truncate($table) method _delete (line 440) | protected function _delete($table) method _limit (line 460) | protected function _limit($sql) method _insert_batch (line 521) | protected function _insert_batch($table, $keys, $values) method _close (line 539) | protected function _close() FILE: system/database/drivers/sqlsrv/sqlsrv_forge.php class CI_DB_sqlsrv_forge (line 48) | class CI_DB_sqlsrv_forge extends CI_DB_forge { method _alter_table (line 86) | protected function _alter_table($alter_type, $table, $field) method _attr_type (line 113) | protected function _attr_type(&$attributes) method _attr_auto_increment (line 142) | protected function _attr_auto_increment(&$attributes, &$field) FILE: system/database/drivers/sqlsrv/sqlsrv_result.php class CI_DB_sqlsrv_result (line 50) | class CI_DB_sqlsrv_result extends CI_DB_result { method __construct (line 67) | public function __construct(&$driver_object) method num_rows (line 81) | public function num_rows() method num_fields (line 101) | public function num_fields() method list_fields (line 115) | public function list_fields() method field_data (line 135) | public function field_data() method free_result (line 156) | public function free_result() method _fetch_assoc (line 174) | protected function _fetch_assoc() method _fetch_object (line 189) | protected function _fetch_object($class_name = 'stdClass') FILE: system/database/drivers/sqlsrv/sqlsrv_utility.php class CI_DB_sqlsrv_utility (line 48) | class CI_DB_sqlsrv_utility extends CI_DB_utility { method _backup (line 72) | protected function _backup($params = array()) FILE: system/helpers/array_helper.php function element (line 66) | function element($item, array $array, $default = NULL) function random_element (line 82) | function random_element($array) function elements (line 103) | function elements($items, array $array, $default = NULL) FILE: system/helpers/captcha_helper.php function create_captcha (line 61) | function create_captcha($data) FILE: system/helpers/cookie_helper.php function set_cookie (line 71) | function set_cookie($name, $value = '', $expire = 0, $domain = '', $path... function get_cookie (line 89) | function get_cookie($index, $xss_clean = FALSE) function delete_cookie (line 109) | function delete_cookie($name, $domain = '', $path = '/', $prefix = '') FILE: system/helpers/date_helper.php function now (line 64) | function now($timezone = NULL) function mdate (line 103) | function mdate($datestr = '', $time = '') function timespan (line 139) | function timespan($seconds = 1, $time = '', $units = 7) function days_in_month (line 242) | function days_in_month($month = 0, $year = '') function local_to_gmt (line 286) | function local_to_gmt($time = '') function gmt_to_local (line 320) | function gmt_to_local($time = '', $timezone = 'UTC', $dst = FALSE) function mysql_to_unix (line 343) | function mysql_to_unix($time = '') function unix_to_human (line 377) | function unix_to_human($time = '', $seconds = FALSE, $fmt = 'us') function human_to_unix (line 416) | function human_to_unix($datestr = '') function timezone_menu (line 467) | function timezone_menu($default = 'UTC', $class = '', $name = 'timezones... function timezones (line 506) | function timezones($tz = '') function date_range (line 582) | function date_range($unix_start = '', $mixed = '', $is_unix = TRUE, $for... FILE: system/helpers/directory_helper.php function directory_map (line 68) | function directory_map($source_dir, $directory_depth = 0, $hidden = FALSE) FILE: system/helpers/download_helper.php function force_download (line 65) | function force_download($filename = '', $data = '', $set_mime = FALSE) FILE: system/helpers/file_helper.php function write_file (line 66) | function write_file($path, $data, $mode = 'wb') function delete_files (line 108) | function delete_files($path, $del_dir = FALSE, $htdocs = FALSE, $_level ... function get_filenames (line 158) | function get_filenames($source_dir, $include_path = FALSE, $_recursion =... function get_dir_file_info (line 208) | function get_dir_file_info($source_dir, $top_level_only = TRUE, $_recurs... function get_file_info (line 261) | function get_file_info($file, $returned_values = array('name', 'server_p... function get_mime_by_extension (line 324) | function get_mime_by_extension($filename) function symbolic_permissions (line 364) | function symbolic_permissions($perms) function octal_permissions (line 431) | function octal_permissions($perms) FILE: system/helpers/form_helper.php function form_open (line 65) | function form_open($action = '', $attributes = array(), $hidden = array()) function form_open_multipart (line 155) | function form_open_multipart($action = '', $attributes = array(), $hidde... function form_hidden (line 185) | function form_hidden($name, $value = '', $recursing = FALSE) function form_input (line 233) | function form_input($data = '', $value = '', $extra = '') function form_password (line 259) | function form_password($data = '', $value = '', $extra = '') function form_upload (line 280) | function form_upload($data = '', $extra = '') function form_textarea (line 302) | function form_textarea($data = '', $value = '', $extra = '') function form_multiselect (line 339) | function form_multiselect($name = '', $options = array(), $selected = ar... function form_dropdown (line 364) | function form_dropdown($data = '', $options = array(), $selected = array... function form_checkbox (line 459) | function form_checkbox($data = '', $value = '', $checked = FALSE, $extra... function form_radio (line 503) | function form_radio($data = '', $value = '', $checked = FALSE, $extra = '') function form_submit (line 524) | function form_submit($data = '', $value = '', $extra = '') function form_reset (line 548) | function form_reset($data = '', $value = '', $extra = '') function form_button (line 572) | function form_button($data = '', $content = '', $extra = '') function form_label (line 603) | function form_label($label_text = '', $id = '', $attributes = array()) function form_fieldset (line 633) | function form_fieldset($legend_text = '', $attributes = array()) function form_fieldset_close (line 655) | function form_fieldset_close($extra = '') function form_close (line 671) | function form_close($extra = '') function set_value (line 693) | function set_value($field, $default = '', $html_escape = TRUE) function set_select (line 721) | function set_select($field, $value = '', $default = FALSE) function set_checkbox (line 768) | function set_checkbox($field, $value = '', $default = FALSE) function set_radio (line 820) | function set_radio($field, $value = '', $default = FALSE) function form_error (line 872) | function form_error($field = '', $prefix = '', $suffix = '') function validation_errors (line 897) | function validation_errors($prefix = '', $suffix = '') function _parse_form_attributes (line 921) | function _parse_form_attributes($attributes, $default) function _attributes_to_string (line 972) | function _attributes_to_string($attributes) function _get_validation_object (line 1017) | function &_get_validation_object() FILE: system/helpers/html_helper.php function heading (line 65) | function heading($data = '', $h = '1', $attributes = '') function ul (line 84) | function ul($list, $attributes = '') function ol (line 103) | function ol($list, $attributes = '') function _list (line 124) | function _list($type = 'ul', $list = array(), $attributes = '', $depth = 0) function img (line 178) | function img($src = '', $index_page = FALSE, $attributes = '') function doctype (line 232) | function doctype($type = 'html5') function link_tag (line 278) | function link_tag($href = '', $rel = 'stylesheet', $type = 'text/css', $... function meta (line 349) | function meta($name = '', $content = '', $type = 'name', $newline = "\n") FILE: system/helpers/inflector_helper.php function singular (line 63) | function singular($str) function plural (line 128) | function plural($str) function camelize (line 185) | function camelize($str) function underscore (line 203) | function underscore($str) function humanize (line 222) | function humanize($str, $separator = '_') function word_is_countable (line 238) | function word_is_countable($word) function is_countable (line 283) | function is_countable($word) function ordinal_format (line 300) | function ordinal_format($number) FILE: system/helpers/language_helper.php function lang (line 65) | function lang($line, $for = '', $attributes = array()) FILE: system/helpers/number_helper.php function byte_format (line 62) | function byte_format($num, $precision = 1) FILE: system/helpers/path_helper.php function set_realpath (line 62) | function set_realpath($path, $check_existance = FALSE) FILE: system/helpers/security_helper.php function xss_clean (line 62) | function xss_clean($str, $is_image = FALSE) function sanitize_filename (line 78) | function sanitize_filename($filename) function strip_image_tags (line 94) | function strip_image_tags($str) function encode_php_tags (line 110) | function encode_php_tags($str) FILE: system/helpers/string_helper.php function strip_slashes (line 63) | function strip_slashes($str) function strip_quotes (line 91) | function strip_quotes($str) function quotes_to_entities (line 109) | function quotes_to_entities($str) function reduce_double_slashes (line 134) | function reduce_double_slashes($str) function reduce_multiples (line 160) | function reduce_multiples($str, $character = ',', $trim = FALSE) function random_string (line 178) | function random_string($type = 'alnum', $len = 8) function increment_string (line 224) | function increment_string($str, $separator = '_', $first = 1) function alternator (line 243) | function alternator() FILE: system/helpers/text_helper.php function word_limiter (line 65) | function word_limiter($str, $limit = 100, $end_char = '…') function character_limiter (line 98) | function character_limiter($str, $n = 500, $end_char = '…') function ascii_to_entities (line 139) | function ascii_to_entities($str) function entities_to_ascii (line 207) | function entities_to_ascii($str, $all = TRUE) function word_censor (line 265) | function word_censor($str, $censored, $replacement = '') function highlight_code (line 323) | function highlight_code($str) function highlight_phrase (line 381) | function highlight_phrase($str, $phrase, $tag_open = '', $tag_clos... function convert_accented_characters (line 399) | function convert_accented_characters($str) function word_wrap (line 446) | function word_wrap($str, $charlim = 76) function ellipsize (line 543) | function ellipsize($str, $max_length, $position = 1, $ellipsis = '&helli... FILE: system/helpers/typography_helper.php function nl2br_except_pre (line 61) | function nl2br_except_pre($str) function auto_typography (line 80) | function auto_typography($str, $reduce_linebreaks = FALSE) function entity_decode (line 101) | function entity_decode($str, $charset = NULL) FILE: system/helpers/url_helper.php function site_url (line 65) | function site_url($uri = '', $protocol = NULL) function base_url (line 86) | function base_url($uri = '', $protocol = NULL) function current_url (line 104) | function current_url() function uri_string (line 122) | function uri_string() function index_page (line 139) | function index_page() function anchor (line 159) | function anchor($uri = '', $title = '', $attributes = '') function anchor_popup (line 196) | function anchor_popup($uri = '', $title = '', $attributes = FALSE) function mailto (line 254) | function mailto($email, $title = '', $attributes = '') function safe_mailto (line 281) | function safe_mailto($email, $title = '', $attributes = '') function auto_link (line 394) | function auto_link($str, $type = 'both', $popup = FALSE) function prep_url (line 445) | function prep_url($str = '') function url_title (line 479) | function url_title($str, $separator = '-', $lowercase = FALSE) function redirect (line 522) | function redirect($uri = '', $method = 'auto', $code = NULL) FILE: system/helpers/xml_helper.php function xml_convert (line 62) | function xml_convert($str, $protect_all = FALSE) FILE: system/libraries/Cache/Cache.php class CI_Cache (line 50) | class CI_Cache extends CI_Driver_Library { method __construct (line 103) | public function __construct($config = array()) method get (line 138) | public function get($id) method save (line 154) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 167) | public function delete($id) method increment (line 181) | public function increment($id, $offset = 1) method decrement (line 195) | public function decrement($id, $offset = 1) method clean (line 207) | public function clean() method cache_info (line 220) | public function cache_info($type = 'user') method get_metadata (line 233) | public function get_metadata($id) method is_supported (line 246) | public function is_supported($driver) method get_loaded_driver (line 265) | public function get_loaded_driver() FILE: system/libraries/Cache/drivers/Cache_apc.php class CI_Cache_apc (line 50) | class CI_Cache_apc extends CI_Driver { method __construct (line 60) | public function __construct() method get (line 79) | public function get($id) method save (line 98) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 111) | public function delete($id) method increment (line 125) | public function increment($id, $offset = 1) method decrement (line 139) | public function decrement($id, $offset = 1) method clean (line 151) | public function clean() method cache_info (line 164) | public function cache_info($type = NULL) method get_metadata (line 177) | public function get_metadata($id) method is_supported (line 214) | public function is_supported() FILE: system/libraries/Cache/drivers/Cache_apcu.php class CI_Cache_apcu (line 48) | class CI_Cache_apcu extends CI_Driver { method __construct (line 58) | public function __construct() method get (line 77) | public function get($id) method save (line 103) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 122) | public function delete($id) method increment (line 136) | public function increment($id, $offset = 1) method decrement (line 150) | public function decrement($id, $offset = 1) method clean (line 162) | public function clean() method cache_info (line 174) | public function cache_info() method get_metadata (line 187) | public function get_metadata($id) method is_supported (line 215) | public function is_supported() FILE: system/libraries/Cache/drivers/Cache_dummy.php class CI_Cache_dummy (line 50) | class CI_Cache_dummy extends CI_Driver { method get (line 60) | public function get($id) method save (line 76) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 89) | public function delete($id) method increment (line 103) | public function increment($id, $offset = 1) method decrement (line 117) | public function decrement($id, $offset = 1) method clean (line 129) | public function clean() method cache_info (line 142) | public function cache_info($type = NULL) method get_metadata (line 155) | public function get_metadata($id) method is_supported (line 168) | public function is_supported() FILE: system/libraries/Cache/drivers/Cache_file.php class CI_Cache_file (line 50) | class CI_Cache_file extends CI_Driver { method __construct (line 64) | public function __construct() method get (line 80) | public function get($id) method save (line 97) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 122) | public function delete($id) method increment (line 136) | public function increment($id, $offset = 1) method decrement (line 164) | public function decrement($id, $offset = 1) method clean (line 190) | public function clean() method cache_info (line 205) | public function cache_info($type = NULL) method get_metadata (line 218) | public function get_metadata($id) method is_supported (line 254) | public function is_supported() method _get (line 269) | protected function _get($id) FILE: system/libraries/Cache/drivers/Cache_memcached.php class CI_Cache_memcached (line 50) | class CI_Cache_memcached extends CI_Driver { method __construct (line 81) | public function __construct() method get (line 153) | public function get($id) method save (line 171) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 198) | public function delete($id) method increment (line 212) | public function increment($id, $offset = 1) method decrement (line 231) | public function decrement($id, $offset = 1) method clean (line 248) | public function clean() method cache_info (line 260) | public function cache_info() method get_metadata (line 273) | public function get_metadata($id) method is_supported (line 301) | public function is_supported() method __destruct (line 315) | public function __destruct() FILE: system/libraries/Cache/drivers/Cache_redis.php class CI_Cache_redis (line 50) | class CI_Cache_redis extends CI_Driver method __construct (line 101) | public function __construct() method get (line 162) | public function get($key) method save (line 201) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 240) | public function delete($key) method increment (line 261) | public function increment($id, $offset = 1) method decrement (line 275) | public function decrement($id, $offset = 1) method clean (line 288) | public function clean() method cache_info (line 304) | public function cache_info($type = NULL) method get_metadata (line 317) | public function get_metadata($key) method is_supported (line 339) | public function is_supported() method __destruct (line 353) | public function __destruct() FILE: system/libraries/Cache/drivers/Cache_wincache.php class CI_Cache_wincache (line 53) | class CI_Cache_wincache extends CI_Driver { method __construct (line 63) | public function __construct() method get (line 82) | public function get($id) method save (line 102) | public function save($id, $data, $ttl = 60, $raw = FALSE) method delete (line 115) | public function delete($id) method increment (line 129) | public function increment($id, $offset = 1) method decrement (line 146) | public function decrement($id, $offset = 1) method clean (line 161) | public function clean() method cache_info (line 173) | public function cache_info() method get_metadata (line 186) | public function get_metadata($id) method is_supported (line 214) | public function is_supported() FILE: system/libraries/Calendar.php class CI_Calendar (line 52) | class CI_Calendar { method __construct (line 131) | public function __construct($config = array()) method initialize (line 151) | public function initialize($config = array()) method generate (line 180) | public function generate($year = '', $month = '', $data = array()) method get_month_name (line 354) | public function get_month_name($month) method get_day_names (line 381) | public function get_day_names($day_type = '') method adjust_date (line 423) | public function adjust_date($month, $year) method get_total_days (line 459) | public function get_total_days($month, $year) method default_template (line 474) | public function default_template() method parse_template (line 514) | public function parse_template() FILE: system/libraries/Driver.php class CI_Driver_Library (line 53) | class CI_Driver_Library { method __get (line 78) | public function __get($child) method load_driver (line 92) | public function load_driver($child) class CI_Driver (line 209) | class CI_Driver { method decorate (line 248) | public function decorate($parent) method __call (line 296) | public function __call($method, $args = array()) method __get (line 316) | public function __get($var) method __set (line 335) | public function __set($var, $val) FILE: system/libraries/Email.php class CI_Email (line 52) | class CI_Email { method __construct (line 388) | public function __construct(array $config = array()) method initialize (line 406) | public function initialize(array $config = array()) method clear (line 441) | public function clear($clear_attachments = FALSE) method from (line 474) | public function from($from, $name = '', $return_path = NULL) method reply_to (line 522) | public function reply_to($replyto, $name = '') method to (line 562) | public function to($to) method cc (line 590) | public function cc($cc) method bcc (line 618) | public function bcc($bcc, $limit = '') method subject (line 653) | public function subject($subject) method message (line 668) | public function message($body) method attach (line 685) | public function attach($file, $disposition = '', $newname = NULL, $mim... method attachment_cid (line 731) | public function attachment_cid($filename) method set_header (line 755) | public function set_header($header, $value) method _str_to_array (line 769) | protected function _str_to_array($email) method set_alt_message (line 789) | public function set_alt_message($str) method set_mailtype (line 803) | public function set_mailtype($type = 'text') method set_wordwrap (line 817) | public function set_wordwrap($wordwrap = TRUE) method set_protocol (line 831) | public function set_protocol($protocol = 'mail') method set_priority (line 845) | public function set_priority($n = 3) method set_newline (line 859) | public function set_newline($newline = "\n") method set_crlf (line 873) | public function set_crlf($crlf = "\n") method _get_message_id (line 886) | protected function _get_message_id() method _get_protocol (line 899) | protected function _get_protocol() method _get_encoding (line 913) | protected function _get_encoding() method _get_content_type (line 935) | protected function _get_content_type() method _set_date (line 956) | protected function _set_date() method _get_mime_message (line 973) | protected function _get_mime_message() method validate_email (line 986) | public function validate_email($email) method valid_email (line 1014) | public function valid_email($email) method clean_email (line 1039) | public function clean_email($email) method _get_alt_message (line 1068) | protected function _get_alt_message() method word_wrap (line 1102) | public function word_wrap($str, $charlim = NULL) method _build_headers (line 1192) | protected function _build_headers() method _write_headers (line 1209) | protected function _write_headers() method _build_message (line 1246) | protected function _build_message() method _attachments_have_multipart (line 1415) | protected function _attachments_have_multipart($type) method _append_attachments (line 1438) | protected function _append_attachments(&$body, $boundary, $multipart =... method _prep_quoted_printable (line 1476) | protected function _prep_quoted_printable($str) method _prep_q_encoding (line 1584) | protected function _prep_q_encoding($str) method send (line 1659) | public function send($auto_clear = TRUE) method batch_bcc_send (line 1712) | public function batch_bcc_send() method _unwrap_specials (line 1765) | protected function _unwrap_specials() method _remove_nl_callback (line 1778) | protected function _remove_nl_callback($matches) method _spool_email (line 1795) | protected function _spool_email() method _validate_email_for_shell (line 1828) | protected function _validate_email_for_shell(&$email) method _send_with_mail (line 1853) | protected function _send_with_mail() method _send_with_sendmail (line 1881) | protected function _send_with_sendmail() method _send_with_smtp (line 1924) | protected function _send_with_smtp() method _smtp_end (line 2003) | protected function _smtp_end() method _smtp_connect (line 2015) | protected function _smtp_connect() method _send_command (line 2079) | protected function _send_command($cmd, $data = '') method _smtp_authenticate (line 2153) | protected function _smtp_authenticate() method _send_data (line 2213) | protected function _send_data($data) method _get_smtp_data (line 2258) | protected function _get_smtp_data() method _get_hostname (line 2288) | protected function _get_hostname() method print_debugger (line 2307) | public function print_debugger($include = array('headers', 'subject', ... method _set_error_message (line 2331) | protected function _set_error_message($msg, $val = '') method _mime_types (line 2354) | protected function _mime_types($ext = '') method __destruct (line 2377) | public function __destruct() method strlen (line 2390) | protected static function strlen($str) method substr (line 2407) | protected static function substr($str, $start, $length = NULL) FILE: system/libraries/Encryption.php class CI_Encryption (line 52) | class CI_Encryption { method __construct (line 153) | public function __construct(array $params = array()) method initialize (line 184) | public function initialize(array $params) method _mcrypt_initialize (line 228) | protected function _mcrypt_initialize($params) method _openssl_initialize (line 287) | protected function _openssl_initialize($params) method create_key (line 337) | public function create_key($length) method encrypt (line 372) | public function encrypt($data, array $params = NULL) method _mcrypt_encrypt (line 406) | protected function _mcrypt_encrypt($data, $params) method _openssl_encrypt (line 471) | protected function _openssl_encrypt($data, $params) method decrypt (line 507) | public function decrypt($data, array $params = NULL) method _mcrypt_decrypt (line 565) | protected function _mcrypt_decrypt($data, $params) method _openssl_decrypt (line 627) | protected function _openssl_decrypt($data, $params) method _get_params (line 658) | protected function _get_params($params) method _mcrypt_get_handle (line 741) | protected function _mcrypt_get_handle($cipher, $mode) method _openssl_get_handle (line 755) | protected function _openssl_get_handle($cipher, $mode) method _cipher_alias (line 773) | protected function _cipher_alias(&$cipher) method hkdf (line 851) | public function hkdf($key, $digest = 'sha512', $salt = NULL, $length =... method __get (line 888) | public function __get($key) method strlen (line 911) | protected static function strlen($str) method substr (line 928) | protected static function substr($str, $start, $length = NULL) FILE: system/libraries/Form_validation.php class CI_Form_validation (line 50) | class CI_Form_validation { method __construct (line 121) | public function __construct($rules = array()) method set_rules (line 161) | public function set_rules($field, $label = null, $rules = null, $error... method set_data (line 265) | public function set_data(array $data) method set_message (line 287) | public function set_message($lang, $val = '') method set_error_delimiters (line 309) | public function set_error_delimiters($prefix = '

', $suffix = '

') method error (line 328) | public function error($field, $prefix = '', $suffix = '') method error_array (line 357) | public function error_array() method error_string (line 373) | public function error_string($prefix = '', $suffix = '') method run (line 415) | public function run($config = NULL, &$data = NULL) method _prepare_rules (line 513) | protected function _prepare_rules($rules) method _reduce_array (line 565) | protected function _reduce_array($array, $keys, $i = 0) method _reset_data_array (line 583) | protected function _reset_data_array(&$data) method _execute (line 627) | protected function _execute($row, $rules, $postdata = NULL, $cycles = 0) method _get_error_message (line 839) | protected function _get_error_message($rule, $field) method _translate_fieldname (line 867) | protected function _translate_fieldname($fieldname) method _build_error_msg (line 889) | protected function _build_error_msg($line, $field = '', $param = '') method has_rule (line 910) | public function has_rule($field) method set_value (line 927) | public function set_value($field = '', $default = '') method set_select (line 957) | public function set_select($field = '', $value = '', $default = FALSE) method set_radio (line 1000) | public function set_radio($field = '', $value = '', $default = FALSE) method set_checkbox (line 1043) | public function set_checkbox($field = '', $value = '', $default = FALSE) method required (line 1057) | public function required($str) method regex_match (line 1073) | public function regex_match($str, $regex) method matches (line 1087) | public function matches($str, $field) method differs (line 1103) | public function differs($str, $field) method is_unique (line 1120) | public function is_unique($str, $field) method min_length (line 1137) | public function min_length($str, $val) method max_length (line 1156) | public function max_length($str, $val) method exact_length (line 1175) | public function exact_length($str, $val) method valid_url (line 1193) | public function valid_url($str) method valid_email (line 1239) | public function valid_email($str) method valid_emails (line 1264) | public function valid_emails($str) method valid_ip (line 1291) | public function valid_ip($ip, $which = '') method valid_mac (line 1304) | public function valid_mac($mac) method alpha (line 1329) | public function alpha($str) method alpha_numeric (line 1342) | public function alpha_numeric($str) method alpha_numeric_spaces (line 1355) | public function alpha_numeric_spaces($str) method alpha_dash (line 1368) | public function alpha_dash($str) method numeric (line 1381) | public function numeric($str) method integer (line 1395) | public function integer($str) method decimal (line 1408) | public function decimal($str) method greater_than (line 1422) | public function greater_than($str, $min) method greater_than_equal_to (line 1436) | public function greater_than_equal_to($str, $min) method less_than (line 1450) | public function less_than($str, $max) method less_than_equal_to (line 1464) | public function less_than_equal_to($str, $max) method in_list (line 1478) | public function in_list($value, $list) method is_natural (line 1491) | public function is_natural($str) method is_natural_no_zero (line 1504) | public function is_natural_no_zero($str) method valid_base64 (line 1520) | public function valid_base64($str) method prep_url (line 1533) | public function prep_url($str = '') method strip_image_tags (line 1551) | public function strip_image_tags($str) method encode_php_tags (line 1564) | public function encode_php_tags($str) method reset_validation (line 1579) | public function reset_validation() FILE: system/libraries/Ftp.php class CI_FTP (line 50) | class CI_FTP { method __construct (line 113) | public function __construct($config = array()) method initialize (line 127) | public function initialize($config = array()) method connect (line 149) | public function connect($config = array()) method _login (line 192) | protected function _login() method _is_conn (line 204) | protected function _is_conn() method changedir (line 234) | public function changedir($path, $suppress_debug = FALSE) method mkdir (line 265) | public function mkdir($path, $permissions = NULL) method upload (line 304) | public function upload($locpath, $rempath, $mode = 'auto', $permission... method download (line 358) | public function download($rempath, $locpath, $mode = 'auto') method rename (line 400) | public function rename($old_file, $new_file, $move = FALSE) method move (line 431) | public function move($old_file, $new_file) method delete_file (line 444) | public function delete_file($filepath) method delete_dir (line 475) | public function delete_dir($filepath) method chmod (line 521) | public function chmod($path, $perm) method list_files (line 549) | public function list_files($path = '.') method mirror (line 570) | public function mirror($locpath, $rempath) method _getext (line 617) | protected function _getext($filename) method _settype (line 632) | protected function _settype($ext) method close (line 646) | public function close() method _error (line 661) | protected function _error($line) FILE: system/libraries/Image_lib.php class CI_Image_lib (line 50) | class CI_Image_lib { method __construct (line 389) | public function __construct($props = array()) method clear (line 418) | public function clear() method initialize (line 461) | public function initialize($props = array()) method resize (line 676) | public function resize() method crop (line 692) | public function crop() method rotate (line 708) | public function rotate() method image_process_gd (line 753) | public function image_process_gd($action = 'resize') method image_process_imagemagick (line 857) | public function image_process_imagemagick($action = 'resize') method image_process_netpbm (line 927) | public function image_process_netpbm($action = 'resize') method image_rotate_gd (line 1016) | public function image_rotate_gd() method image_mirror_gd (line 1062) | public function image_mirror_gd() method watermark (line 1141) | public function watermark() method overlay_watermark (line 1153) | public function overlay_watermark() method text_watermark (line 1267) | public function text_watermark() method image_create_gd (line 1442) | public function image_create_gd($path = '', $image_type = '') method image_save_gd (line 1505) | public function image_save_gd($resource) method image_display_gd (line 1578) | public function image_display_gd($resource) method image_reproportion (line 1623) | public function image_reproportion() method get_image_properties (line 1675) | public function get_image_properties($path = '', $return = FALSE) method size_calculator (line 1740) | public function size_calculator($vals) method explode_name (line 1789) | public function explode_name($source_image) method gd_loaded (line 1804) | public function gd_loaded() method gd_version (line 1824) | public function gd_version() method set_error (line 1843) | public function set_error($msg) method display_errors (line 1874) | public function display_errors($open = '

', $close = '

') FILE: system/libraries/Migration.php class CI_Migration (line 53) | class CI_Migration { method __construct (line 117) | public function __construct($config = array()) method version (line 197) | public function version($target_version) method latest (line 331) | public function latest() method current (line 355) | public function current() method error_string (line 367) | public function error_string() method find_migrations (line 379) | public function find_migrations() method _get_migration_number (line 416) | protected function _get_migration_number($migration) method _get_migration_name (line 430) | protected function _get_migration_name($migration) method _get_version (line 444) | protected function _get_version() method _update_version (line 458) | protected function _update_version($migration) method __get (line 473) | public function __get($var) FILE: system/libraries/Pagination.php class CI_Pagination (line 50) | class CI_Pagination { method __construct (line 331) | public function __construct($params = array()) method initialize (line 359) | public function initialize(array $params = array()) method create_links (line 395) | public function create_links() method _parse_attributes (line 662) | protected function _parse_attributes($attributes) method _attr_rel (line 686) | protected function _attr_rel($type) FILE: system/libraries/Parser.php class CI_Parser (line 50) | class CI_Parser { method __construct (line 80) | public function __construct() method parse (line 99) | public function parse($template, $data, $return = FALSE) method parse_string (line 119) | public function parse_string($template, $data, $return = FALSE) method _parse (line 137) | protected function _parse($template, $data, $return = FALSE) method set_delimiters (line 175) | public function set_delimiters($l = '{', $r = '}') method _parse_single (line 191) | protected function _parse_single($key, $val, $string) method _parse_pair (line 208) | protected function _parse_pair($variable, $data, $string) FILE: system/libraries/Profiler.php class CI_Profiler (line 56) | class CI_Profiler { method __construct (line 99) | public function __construct($config = array()) method set_sections (line 127) | public function set_sections($config) method _compile_benchmarks (line 156) | protected function _compile_benchmarks() method _compile_queries (line 198) | protected function _compile_queries() method _compile_get (line 301) | protected function _compile_get() method _compile_post (line 341) | protected function _compile_post() method _compile_uri_string (line 393) | protected function _compile_uri_string() method _compile_controller_info (line 411) | protected function _compile_controller_info() method _compile_memory_usage (line 430) | protected function _compile_memory_usage() method _compile_http_headers (line 450) | protected function _compile_http_headers() method _compile_config (line 478) | protected function _compile_config() method _compile_session_data (line 513) | protected function _compile_session_data() method run (line 551) | public function run() FILE: system/libraries/Session/CI_Session_driver_interface.php type CI_Session_driver_interface (line 50) | interface CI_Session_driver_interface { method open (line 52) | public function open($save_path, $name); method close (line 53) | public function close(); method read (line 54) | public function read($session_id); method write (line 55) | public function write($session_id, $session_data); method destroy (line 56) | public function destroy($session_id); method gc (line 57) | public function gc($maxlifetime); method updateTimestamp (line 58) | public function updateTimestamp($session_id, $data); method validateId (line 59) | public function validateId($session_id); FILE: system/libraries/Session/OldSessionWrapper.php class CI_SessionWrapper (line 50) | class CI_SessionWrapper implements SessionHandlerInterface, SessionUpdat... method __construct (line 54) | public function __construct(CI_Session_driver_interface $driver) method open (line 59) | public function open($save_path, $name) method close (line 64) | public function close() method read (line 69) | public function read($id) method write (line 74) | public function write($id, $data) method destroy (line 79) | public function destroy($id) method gc (line 84) | public function gc($maxlifetime) method updateTimestamp (line 89) | public function updateTimestamp($id, $data) method validateId (line 94) | public function validateId($id) FILE: system/libraries/Session/PHP8SessionWrapper.php class CI_SessionWrapper (line 50) | class CI_SessionWrapper implements SessionHandlerInterface, SessionUpdat... method __construct (line 54) | public function __construct(CI_Session_driver_interface $driver) method open (line 59) | public function open(string $save_path, string $name): bool method close (line 64) | public function close(): bool method read (line 69) | #[\ReturnTypeWillChange] method write (line 75) | public function write(string $id, string $data): bool method destroy (line 80) | public function destroy(string $id): bool method gc (line 85) | #[\ReturnTypeWillChange] method updateTimestamp (line 91) | public function updateTimestamp(string $id, string$data): bool method validateId (line 96) | public function validateId(string $id): bool FILE: system/libraries/Session/Session.php class CI_Session (line 50) | class CI_Session { method __construct (line 71) | public function __construct(array $params = array()) method _ci_load_classes (line 206) | protected function _ci_load_classes($driver) method _configure (line 280) | protected function _configure(&$params) method _configure_sid_length (line 388) | protected function _configure_sid_length() method _ci_init_vars (line 455) | protected function _ci_init_vars() method mark_as_flash (line 490) | public function mark_as_flash($key) method get_flash_keys (line 527) | public function get_flash_keys() method unmark_flash (line 551) | public function unmark_flash($key) method mark_as_temp (line 583) | public function mark_as_temp($key, $ttl = 300) method get_temp_keys (line 635) | public function get_temp_keys() method unmark_temp (line 659) | public function unmark_temp($key) method __get (line 690) | public function __get($key) method __isset (line 714) | public function __isset($key) method __set (line 733) | public function __set($key, $value) method sess_destroy (line 747) | public function sess_destroy() method sess_regenerate (line 762) | public function sess_regenerate($destroy = FALSE) method get_userdata (line 777) | public function &get_userdata() method userdata (line 792) | public function userdata($key = NULL) method set_userdata (line 832) | public function set_userdata($data, $value = NULL) method unset_userdata (line 857) | public function unset_userdata($key) method all_userdata (line 881) | public function all_userdata() method has_userdata (line 896) | public function has_userdata($key) method flashdata (line 911) | public function flashdata($key = NULL) method set_flashdata (line 944) | public function set_flashdata($data, $value = NULL) method keep_flashdata (line 960) | public function keep_flashdata($key) method tempdata (line 975) | public function tempdata($key = NULL) method set_tempdata (line 1009) | public function set_tempdata($data, $value = NULL, $ttl = 300) method unset_tempdata (line 1025) | public function unset_tempdata($key) FILE: system/libraries/Session/SessionUpdateTimestampHandlerInterface.php type SessionUpdateTimestampHandlerInterface (line 52) | interface SessionUpdateTimestampHandlerInterface { method updateTimestamp (line 54) | public function updateTimestamp($session_id, $data); method validateId (line 55) | public function validateId($session_id); FILE: system/libraries/Session/Session_driver.php class CI_Session_driver (line 50) | abstract class CI_Session_driver { method __construct (line 98) | public function __construct(&$params) method php5_validate_id (line 123) | public function php5_validate_id() method _cookie_destroy (line 141) | protected function _cookie_destroy() method _get_lock (line 180) | protected function _get_lock($session_id) method _release_lock (line 193) | protected function _release_lock() FILE: system/libraries/Session/drivers/Session_database_driver.php class CI_Session_database_driver (line 50) | class CI_Session_database_driver extends CI_Session_driver implements CI... method __construct (line 81) | public function __construct(&$params) method open (line 130) | public function open($save_path, $name) method read (line 152) | public function read($session_id) method write (line 208) | public function write($session_id, $session_data) method close (line 280) | public function close() method destroy (line 297) | public function destroy($session_id) method gc (line 335) | public function gc($maxlifetime) method updateTimestamp (line 356) | public function updateTimestamp($id, $unknown) method validateId (line 381) | public function validateId($id) method _get_lock (line 404) | protected function _get_lock($session_id) method _release_lock (line 441) | protected function _release_lock() FILE: system/libraries/Session/drivers/Session_files_driver.php class CI_Session_files_driver (line 50) | class CI_Session_files_driver extends CI_Session_driver implements CI_Se... method __construct (line 102) | public function __construct(&$params) method open (line 133) | public function open($save_path, $name) method read (line 169) | public function read($session_id) method write (line 242) | public function write($session_id, $session_data) method close (line 299) | public function close() method destroy (line 322) | public function destroy($session_id) method gc (line 363) | public function gc($maxlifetime) method updateTimestamp (line 412) | public function updateTimestamp($id, $unknown) method validateId (line 428) | public function validateId($id) method strlen (line 443) | protected static function strlen($str) FILE: system/libraries/Session/drivers/Session_memcached_driver.php class CI_Session_memcached_driver (line 50) | class CI_Session_memcached_driver extends CI_Session_driver implements C... method __construct (line 81) | public function __construct(&$params) method open (line 107) | public function open($save_path, $name) method read (line 164) | public function read($session_id) method write (line 190) | public function write($session_id, $session_data) method close (line 241) | public function close() method destroy (line 268) | public function destroy($session_id) method gc (line 290) | public function gc($maxlifetime) method updateTimestamp (line 307) | public function updateTimestamp($id, $unknown) method validateId (line 323) | public function validateId($id) method _get_lock (line 339) | protected function _get_lock($session_id) method _release_lock (line 398) | protected function _release_lock() FILE: system/libraries/Session/drivers/Session_redis_driver.php class CI_Session_redis_driver (line 50) | class CI_Session_redis_driver extends CI_Session_driver implements CI_Se... method __construct (line 115) | public function __construct(&$params) method open (line 185) | public function open($save_path, $name) method read (line 238) | public function read($session_id) method write (line 269) | public function write($session_id, $session_data) method close (line 314) | public function close() method destroy (line 350) | public function destroy($session_id) method gc (line 376) | public function gc($maxlifetime) method updateTimestamp (line 393) | public function updateTimestamp($id, $unknown) method validateId (line 409) | public function validateId($id) method _get_lock (line 424) | protected function _get_lock($session_id) method _release_lock (line 485) | protected function _release_lock() FILE: system/libraries/Table.php class CI_Table (line 52) | class CI_Table { method __construct (line 116) | public function __construct($config = array()) method set_template (line 135) | public function set_template($template) method set_heading (line 156) | public function set_heading($args = array()) method make_columns (line 174) | public function make_columns($array = array(), $col_limit = 0) method set_empty (line 220) | public function set_empty($value) method add_row (line 236) | public function add_row($args = array()) method _prep_args (line 252) | protected function _prep_args($args) method set_caption (line 278) | public function set_caption($caption) method generate (line 292) | public function generate($table_data = NULL) method clear (line 426) | public function clear() method _set_from_db_result (line 443) | protected function _set_from_db_result($object) method _set_from_array (line 465) | protected function _set_from_array($data) method _compile_template (line 485) | protected function _compile_template() method _default_template (line 510) | protected function _default_template() FILE: system/libraries/Trackback.php class CI_Trackback (line 52) | class CI_Trackback { method __construct (line 105) | public function __construct() method send (line 118) | public function send($tb_data) method receive (line 192) | public function receive() method send_error (line 241) | public function send_error($message = 'Incomplete Information') method send_success (line 256) | public function send_success() method data (line 269) | public function data($item) method process (line 286) | public function process($url, $data) method extract_urls (line 348) | public function extract_urls($urls) method validate_url (line 370) | public function validate_url(&$url) method get_id (line 388) | public function get_id($url) method convert_xml (line 429) | public function convert_xml($str) method limit_characters (line 454) | public function limit_characters($str, $n = 500, $end_char = '…') method convert_ascii (line 490) | public function convert_ascii($str) method set_error (line 537) | public function set_error($msg) method display_errors (line 552) | public function display_errors($open = '

', $close = '

') FILE: system/libraries/Typography.php class CI_Typography (line 50) | class CI_Typography { method auto_typography (line 109) | public function auto_typography($str, $reduce_linebreaks = FALSE) method format_characters (line 294) | public function format_characters($str) method _format_newlines (line 357) | protected function _format_newlines($str) method _protect_characters (line 397) | protected function _protect_characters($match) method nl2br_except_pre (line 410) | public function nl2br_except_pre($str) FILE: system/libraries/Unit_test.php class CI_Unit_test (line 52) | class CI_Unit_test { method __construct (line 113) | public function __construct() method set_test_items (line 128) | public function set_test_items($items) method run (line 149) | public function run($test, $expected = TRUE, $test_name = 'undefined',... method report (line 194) | public function report($result = array()) method use_strict (line 244) | public function use_strict($state = TRUE) method active (line 259) | public function active($state = TRUE) method result (line 274) | public function result($results = array()) method set_template (line 321) | public function set_template($template) method _backtrace (line 335) | protected function _backtrace() method _default_template (line 351) | protected function _default_template() method _parse_template (line 368) | protected function _parse_template() function is_true (line 393) | function is_true($test) function is_false (line 404) | function is_false($test) FILE: system/libraries/Upload.php class CI_Upload (line 50) | class CI_Upload { method __construct (line 293) | public function __construct($config = array()) method initialize (line 312) | public function initialize(array $config = array(), $reset = TRUE) method do_upload (line 375) | public function do_upload($field = 'userfile') method data (line 598) | public function data($index = NULL) method set_upload_path (line 633) | public function set_upload_path($path) method set_filename (line 653) | public function set_filename($path, $filename) method set_max_filesize (line 694) | public function set_max_filesize($n) method set_max_size (line 711) | protected function set_max_size($n) method set_max_filename (line 724) | public function set_max_filename($n) method set_max_width (line 738) | public function set_max_width($n) method set_max_height (line 752) | public function set_max_height($n) method set_min_width (line 766) | public function set_min_width($n) method set_min_height (line 780) | public function set_min_height($n) method set_allowed_types (line 794) | public function set_allowed_types($types) method set_image_properties (line 812) | public function set_image_properties($path = '') method set_xss_clean (line 841) | public function set_xss_clean($flag = FALSE) method is_image (line 854) | public function is_image() method is_allowed_filetype (line 884) | public function is_allowed_filetype($ignore_mime = FALSE) method is_allowed_filesize (line 932) | public function is_allowed_filesize() method is_allowed_dimensions (line 944) | public function is_allowed_dimensions() method validate_upload_path (line 988) | public function validate_upload_path() method get_extension (line 1025) | public function get_extension($filename) method limit_filename_length (line 1047) | public function limit_filename_length($filename, $length) method do_xss_clean (line 1076) | public function do_xss_clean() method set_error (line 1150) | public function set_error($msg, $log_level = 'error') method display_errors (line 1174) | public function display_errors($open = '

', $close = '

') method _prep_filename (line 1192) | protected function _prep_filename($filename) method _file_mime_type (line 1215) | protected function _file_mime_type($file) FILE: system/libraries/User_agent.php class CI_User_agent (line 52) | class CI_User_agent { method __construct (line 175) | public function __construct() method _load_agent_file (line 195) | protected function _load_agent_file() method _compile_data (line 253) | protected function _compile_data() method _set_platform (line 273) | protected function _set_platform() method _set_browser (line 298) | protected function _set_browser() method _set_robot (line 325) | protected function _set_robot() method _set_mobile (line 351) | protected function _set_mobile() method _set_languages (line 376) | protected function _set_languages() method _set_charsets (line 396) | protected function _set_charsets() method is_browser (line 417) | public function is_browser($key = NULL) method is_robot (line 442) | public function is_robot($key = NULL) method is_mobile (line 467) | public function is_mobile($key = NULL) method is_referral (line 491) | public function is_referral() method agent_string (line 518) | public function agent_string() method platform (line 530) | public function platform() method browser (line 542) | public function browser() method version (line 554) | public function version() method robot (line 566) | public function robot() method mobile (line 577) | public function mobile() method referrer (line 589) | public function referrer() method languages (line 601) | public function languages() method charsets (line 618) | public function charsets() method accept_lang (line 636) | public function accept_lang($lang = 'en') method accept_charset (line 649) | public function accept_charset($charset = 'utf-8') method parse (line 662) | public function parse($string) FILE: system/libraries/Xmlrpc.php class CI_Xmlrpc (line 57) | class CI_Xmlrpc { method __construct (line 265) | public function __construct($config = array()) method initialize (line 329) | public function initialize($config = array()) method server (line 354) | public function server($url, $port = 80, $proxy = FALSE, $proxy_port =... method timeout (line 386) | public function timeout($seconds = 5) method method (line 402) | public function method($function) method request (line 415) | public function request($incoming) method set_debug (line 439) | public function set_debug($flag = TRUE) method values_parsing (line 452) | public function values_parsing($value) method send_request (line 488) | public function send_request() method display_error (line 510) | public function display_error() method display_response (line 522) | public function display_response() method send_error_message (line 536) | public function send_error_message($number, $message) method send_response (line 549) | public function send_response($response) class XML_RPC_Client (line 565) | class XML_RPC_Client extends CI_Xmlrpc method __construct (line 657) | public function __construct($path, $server, $port = 80, $proxy = FALSE... method send (line 684) | public function send($msg) method sendPayload (line 703) | public function sendPayload($msg) class XML_RPC_Response (line 786) | class XML_RPC_Response method __construct (line 834) | public function __construct($val, $code = 0, $fstr = '') method faultCode (line 861) | public function faultCode() method faultString (line 873) | public function faultString() method value (line 885) | public function value() method prepare_response (line 897) | public function prepare_response() method decode (line 927) | public function decode($array = NULL) method xmlrpc_decoder (line 970) | public function xmlrpc_decoder($xmlrpc_val) method iso8601_decode (line 1013) | public function iso8601_decode($time, $utc = FALSE) class XML_RPC_Message (line 1034) | class XML_RPC_Message extends CI_Xmlrpc method __construct (line 1074) | public function __construct($method, $pars = FALSE) method createPayload (line 1096) | public function createPayload() method parseResponse (line 1120) | public function parseResponse($fp) method open_tag (line 1280) | public function open_tag($the_parser, $name) method closing_tag (line 1381) | public function closing_tag($the_parser, $name) method character_data (line 1515) | public function character_data($the_parser, $data) method addParam (line 1546) | public function addParam($par) method output_parameters (line 1559) | public function output_parameters(array $array = array()) method decode_message (line 1609) | public function decode_message($param) class XML_RPC_Values (line 1653) | class XML_RPC_Values extends CI_Xmlrpc method __construct (line 1678) | public function __construct($val = -1, $type = '') method addScalar (line 1710) | public function addScalar($val, $type = 'string') method addArray (line 1756) | public function addArray($vals) method addStruct (line 1777) | public function addStruct($vals) method kindOf (line 1796) | public function kindOf() method serializedata (line 1816) | public function serializedata($typ, $val) method serialize_class (line 1872) | public function serialize_class() method serializeval (line 1885) | public function serializeval($o) method scalarval (line 1899) | public function scalarval() method iso8601_encode (line 1914) | public function iso8601_encode($time, $utc = FALSE) FILE: system/libraries/Xmlrpcs.php class CI_Xmlrpcs (line 62) | class CI_Xmlrpcs extends CI_Xmlrpc { method __construct (line 98) | public function __construct($config = array()) method initialize (line 119) | public function initialize($config = array()) method set_system_methods (line 149) | public function set_system_methods() method serve (line 178) | public function serve() method add_to_map (line 199) | public function add_to_map($methodname, $function, $sig, $doc) method parseRequest (line 216) | public function parseRequest($data = '') method _execute (line 317) | protected function _execute($m) method listMethods (line 421) | public function listMethods($m) method methodSignature (line 448) | public function methodSignature($m) method methodHelp (line 488) | public function methodHelp($m) method multicall (line 511) | public function multicall($m) method multicall_error (line 552) | public function multicall_error($err) method do_multicall (line 571) | public function do_multicall($call) FILE: system/libraries/Zip.php class CI_Zip (line 56) | class CI_Zip { method __construct (line 121) | public function __construct() method add_dir (line 139) | public function add_dir($directory) method _get_mod_time (line 163) | protected function _get_mod_time($dir) method _add_dir (line 184) | protected function _add_dir($dir, $file_mtime, $file_mdate) method add_data (line 236) | public function add_data($filepath, $data = NULL) method _add_data (line 264) | protected function _add_data($filepath, $data, $file_mtime, $file_mdate) method read_file (line 315) | public function read_file($path, $archive_filepath = FALSE) method read_dir (line 354) | public function read_dir($path, $preserve_filepath = TRUE, $root_path ... method get_zip (line 402) | public function get_zip() method archive (line 430) | public function archive($filepath) method download (line 461) | public function download($filename = 'backup.zip') method clear_data (line 485) | public function clear_data() method strlen (line 503) | protected static function strlen($str) method substr (line 520) | protected static function substr($str, $start, $length = NULL) FILE: tests/codeigniter/Setup_test.php class Setup_test (line 3) | class Setup_test extends \PHPUnit\Framework\TestCase { method test_bootstrap_constants (line 5) | public function test_bootstrap_constants() FILE: tests/codeigniter/core/Benchmark_test.php class Benchmark_test (line 3) | class Benchmark_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_mark (line 12) | public function test_mark() method test_elapsed_time (line 24) | public function test_elapsed_time() method test_memory_usage (line 62) | public function test_memory_usage() FILE: tests/codeigniter/core/Common_test.php class Common_test (line 3) | class Common_test extends CI_TestCase { method test_is_php (line 5) | public function test_is_php() method test_stringify_attributes (line 13) | public function test_stringify_attributes() method test_stringify_js_attributes (line 32) | public function test_stringify_js_attributes() method test_html_escape (line 44) | public function test_html_escape() method test_remove_invisible_characters (line 59) | public function test_remove_invisible_characters() FILE: tests/codeigniter/core/Config_test.php class Config_test (line 3) | class Config_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_item (line 22) | public function test_item() method test_set_item (line 36) | public function test_set_item() method test_slash_item (line 46) | public function test_slash_item() method test_base_url (line 57) | public function test_base_url() method test_site_url (line 113) | public function test_site_url() method test_load (line 155) | public function test_load() method test_load_nonexistent (line 219) | public function test_load_nonexistent() FILE: tests/codeigniter/core/Input_test.php class Input_test (line 3) | class Input_test extends CI_TestCase { method set_up (line 5) | public function set_up() method tear_down (line 21) | public function tear_down() method test_get_not_exists (line 29) | public function test_get_not_exists() method test_get_exist (line 37) | public function test_get_exist() method test_get_exist_with_xss_clean (line 48) | public function test_get_exist_with_xss_clean() method test_post_not_exists (line 60) | public function test_post_not_exists() method test_post_exist (line 68) | public function test_post_exist() method test_post_exist_with_xss_clean (line 79) | public function test_post_exist_with_xss_clean() method test_post_get (line 91) | public function test_post_get() method test_post_get_array_notation (line 101) | public function test_post_get_array_notation() method test_get_post (line 118) | public function test_get_post() method test_get_post_array_notation (line 128) | public function test_get_post_array_notation() method test_cookie (line 145) | public function test_cookie() method test_server (line 154) | public function test_server() method test_fetch_from_array (line 161) | public function test_fetch_from_array() method test_valid_ip (line 190) | public function test_valid_ip() method test_method (line 215) | public function test_method() method test_is_ajax_request (line 227) | public function test_is_ajax_request() method test_input_stream (line 238) | public function test_input_stream() method test_set_cookie (line 245) | public function test_set_cookie() method test_get_request_header (line 252) | public function test_get_request_header() method test_ip_address (line 259) | public function test_ip_address() method test_user_agent (line 320) | public function test_user_agent() FILE: tests/codeigniter/core/Lang_test.php class Lang_test (line 3) | class Lang_test extends CI_TestCase { method set_up (line 7) | public function set_up() method test_load (line 17) | public function test_load() method test_non_alpha_idiom (line 47) | public function test_non_alpha_idiom() method test_multiple_file_load (line 64) | public function test_multiple_file_load() method test_alternative_path_load (line 81) | public function test_alternative_path_load() method test_line (line 93) | public function test_line() FILE: tests/codeigniter/core/Loader_test.php class Loader_test (line 3) | class Loader_test extends CI_TestCase { method set_up (line 7) | public function set_up() method test_library (line 23) | public function test_library() method test_bad_library (line 64) | public function test_bad_library() method test_library_extension (line 77) | public function test_library_extension() method test_library_config (line 123) | public function test_library_config() method test_load_library_in_application_dir (line 163) | public function test_load_library_in_application_dir() method test_driver (line 181) | public function test_driver() method test_models (line 211) | public function test_models() method test_model_subdir (line 233) | public function test_model_subdir() method test_non_existent_model (line 268) | public function test_non_existent_model() method test_invalid_model (line 280) | public function test_invalid_model() method test_load_view (line 307) | public function test_load_view() method test_non_existent_view (line 346) | public function test_non_existent_view() method test_file (line 358) | public function test_file() method test_vars (line 381) | public function test_vars() method test_clear_vars (line 395) | public function test_clear_vars() method test_helper (line 413) | public function test_helper() method test_non_existent_helper (line 445) | public function test_non_existent_helper() method test_loading_multiple_helpers (line 456) | public function test_loading_multiple_helpers() method test_language (line 482) | public function test_language() method test_packages (line 494) | public function test_packages() method test_remove_package_path (line 537) | public function test_remove_package_path() method test_load_config (line 555) | public function test_load_config() method test_initialize (line 564) | public function test_initialize() FILE: tests/codeigniter/core/Log_test.php class Log_test (line 2) | class Log_test extends CI_TestCase { method test_configuration (line 4) | public function test_configuration() method test_format_line (line 50) | public function test_format_line() FILE: tests/codeigniter/core/Model_test.php class Model_test (line 3) | class Model_test extends CI_TestCase { method set_up (line 7) | public function set_up() method test__get (line 29) | public function test__get() FILE: tests/codeigniter/core/Output_test.php class Output_test (line 3) | class Output_test extends CI_TestCase { method set_up (line 8) | public function set_up() method test_set_get_append_output (line 27) | public function test_set_get_append_output() method test_get_content_type (line 42) | public function test_get_content_type() method test_get_header (line 49) | public function test_get_header() FILE: tests/codeigniter/core/Security_test.php class Security_test (line 3) | class Security_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_csrf_verify (line 21) | public function test_csrf_verify() method test_csrf_verify_invalid (line 30) | public function test_csrf_verify_invalid() method test_csrf_verify_valid (line 42) | public function test_csrf_verify_valid() method test_get_csrf_hash (line 52) | public function test_get_csrf_hash() method test_get_csrf_token_name (line 59) | public function test_get_csrf_token_name() method test_xss_clean (line 66) | public function test_xss_clean() method test_xss_clean_string_array (line 77) | public function test_xss_clean_string_array() method test_xss_clean_image_valid (line 94) | public function test_xss_clean_image_valid() method test_xss_clean_image_invalid (line 105) | public function test_xss_clean_image_invalid() method test_xss_clean_entity_double_encoded (line 116) | public function test_xss_clean_entity_double_encoded() method text_xss_clean_js_link_removal (line 124) | public function text_xss_clean_js_link_removal() method test_xss_clean_js_img_removal (line 135) | public function test_xss_clean_js_img_removal() method test_xss_clean_sanitize_naughty_html_tags (line 143) | public function test_xss_clean_sanitize_naughty_html_tags() method test_xss_clean_sanitize_naughty_html_attributes (line 167) | public function test_xss_clean_sanitize_naughty_html_attributes() method test_naughty_html_plus_evil_attributes (line 239) | public function test_naughty_html_plus_evil_attributes() method test_xss_hash (line 249) | public function test_xss_hash() method test_get_random_bytes (line 264) | public function test_get_random_bytes() method test_entity_decode (line 275) | public function test_entity_decode() method test_sanitize_filename (line 297) | public function test_sanitize_filename() method test_strip_image_tags (line 307) | public function test_strip_image_tags() method test_csrf_set_hash (line 341) | public function test_csrf_set_hash() FILE: tests/codeigniter/core/URI_test.php class URI_test (line 3) | class URI_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_filter_uri_passing (line 125) | public function test_filter_uri_passing() method test_filter_uri_throws_error (line 140) | public function test_filter_uri_throws_error() method test_segment (line 153) | public function test_segment() method test_rsegment (line 162) | public function test_rsegment() method test_uri_to_assoc (line 171) | public function test_uri_to_assoc() method test_ruri_to_assoc (line 205) | public function test_ruri_to_assoc() method test_assoc_to_uri (line 239) | public function test_assoc_to_uri() method test_slash_segment (line 247) | public function test_slash_segment() FILE: tests/codeigniter/core/Utf8_test.php class Utf8_test (line 6) | class Utf8_test extends CI_TestCase { method test___constructUTF8_ENABLED (line 8) | public function test___constructUTF8_ENABLED() method test__constructUTF8_DISABLED (line 21) | public function test__constructUTF8_DISABLED() method test_is_ascii (line 34) | public function test_is_ascii() method test_clean_string (line 49) | public function test_clean_string() method test_convert_to_utf8 (line 77) | public function test_convert_to_utf8() FILE: tests/codeigniter/core/compat/hash_test.php class hash_test (line 3) | class hash_test extends CI_TestCase { method test_bootstrap (line 5) | public function test_bootstrap() method test_hash_equals (line 25) | public function test_hash_equals() method test_hash_pbkdf2 (line 45) | public function test_hash_pbkdf2() FILE: tests/codeigniter/core/compat/mbstring_test.php class mbstring_test (line 3) | class mbstring_test extends CI_TestCase { method test_bootstrap (line 5) | public function test_bootstrap() method test_mb_strlen (line 21) | public function test_mb_strlen() method test_mb_strpos (line 32) | public function test_mb_strpos() method test_mb_substr (line 44) | public function test_mb_substr() FILE: tests/codeigniter/core/compat/password_test.php class password_test (line 3) | class password_test extends CI_TestCase { method test_bootstrap (line 5) | public function test_bootstrap() method test_password_get_info (line 42) | public function test_password_get_info() method test_password_hash (line 80) | public function test_password_hash() method test_password_needs_rehash (line 115) | public function test_password_needs_rehash() method test_password_verify (line 151) | public function test_password_verify() FILE: tests/codeigniter/core/compat/standard_test.php class standard_test (line 3) | class standard_test extends CI_TestCase { method test_bootstrap (line 5) | public function test_bootstrap() method test_array_column (line 24) | public function test_array_column() class Foo (line 332) | class Foo { method __toString (line 334) | public function __toString() class Bar (line 340) | class Bar { method __toString (line 342) | public function __toString() FILE: tests/codeigniter/database/DB_driver_test.php class DB_driver_test (line 3) | class DB_driver_test extends CI_TestCase { method test_initialize (line 5) | public function test_initialize() method pdo (line 12) | protected function pdo($config) method mysql (line 17) | protected function mysql($config) method mysqli (line 22) | protected function mysqli($config) method sqlite (line 27) | protected function sqlite($config) method pgsql (line 32) | protected function pgsql($config) FILE: tests/codeigniter/database/DB_test.php class DB_test (line 3) | class DB_test extends CI_TestCase { method test_db_invalid (line 5) | public function test_db_invalid() method test_db_valid (line 25) | public function test_db_valid() FILE: tests/codeigniter/database/query_builder/count_test.php class Count_test (line 3) | class Count_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_count_all (line 23) | public function test_count_all() method test_count_all_results (line 33) | public function test_count_all_results() method test_count_all_results_limit (line 43) | public function test_count_all_results_limit() FILE: tests/codeigniter/database/query_builder/delete_test.php class Delete_test (line 3) | class Delete_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_delete (line 23) | public function test_delete() method test_delete_several_tables (line 44) | public function test_delete_several_tables() FILE: tests/codeigniter/database/query_builder/distinct_test.php class Distinct_test (line 3) | class Distinct_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_distinct (line 23) | public function test_distinct() FILE: tests/codeigniter/database/query_builder/empty_test.php class Empty_test (line 3) | class Empty_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_empty_table (line 23) | public function test_empty_table() FILE: tests/codeigniter/database/query_builder/escape_test.php class Escape_test (line 3) | class Escape_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_escape_like_percent_sign (line 23) | public function test_escape_like_percent_sign() method test_escape_like_backslash_sign (line 48) | public function test_escape_like_backslash_sign() FILE: tests/codeigniter/database/query_builder/from_test.php class From_test (line 3) | class From_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_from_simple (line 23) | public function test_from_simple() method test_from_with_where (line 37) | public function test_from_with_where() FILE: tests/codeigniter/database/query_builder/get_test.php class Get_test (line 3) | class Get_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_get_simple (line 23) | public function test_get_simple() method test_get_where (line 42) | public function test_get_where() FILE: tests/codeigniter/database/query_builder/group_test.php class Group_test (line 3) | class Group_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_group_by (line 23) | public function test_group_by() method test_having_by (line 39) | public function test_having_by() method test_having_in (line 56) | public function test_having_in() method test_or_having_in (line 73) | public function test_or_having_in() method test_having_not_in (line 91) | public function test_having_not_in() method test_or_having_not_in (line 108) | public function test_or_having_not_in() FILE: tests/codeigniter/database/query_builder/insert_test.php class Insert_test (line 3) | class Insert_test extends CI_TestCase { method set_up (line 11) | public function set_up() method test_insert (line 26) | public function test_insert() method test_insert_batch (line 45) | public function test_insert_batch() FILE: tests/codeigniter/database/query_builder/join_test.php class Join_test (line 3) | class Join_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_join_simple (line 23) | public function test_join_simple() method test_join_escape_is_null (line 40) | public function test_join_escape_is_null() method test_join_escape_multiple_conditions (line 63) | public function test_join_escape_multiple_conditions() method test_join_escape_multiple_conditions_with_parentheses (line 83) | public function test_join_escape_multiple_conditions_with_parentheses() FILE: tests/codeigniter/database/query_builder/like_test.php class Like_test (line 3) | class Like_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_like (line 23) | public function test_like() method test_or_like (line 39) | public function test_or_like() method test_not_like (line 58) | public function test_not_like() method test_or_not_like (line 76) | public function test_or_not_like() method test_like_spaces_and_tabs (line 97) | public function test_like_spaces_and_tabs() method test_like_set_side (line 113) | public function test_like_set_side($str, $side, $expected_name) method like_set_side_provider (line 120) | public function like_set_side_provider() FILE: tests/codeigniter/database/query_builder/limit_test.php class Limit_test (line 3) | class Limit_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_limit (line 23) | public function test_limit() method test_limit_and_offset (line 37) | public function test_limit_and_offset() FILE: tests/codeigniter/database/query_builder/order_test.php class Order_test (line 3) | class Order_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_order_ascending (line 23) | public function test_order_ascending() method test_order_descending (line 42) | public function test_order_descending() FILE: tests/codeigniter/database/query_builder/select_test.php class Select_test (line 3) | class Select_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_select_only_one_collumn (line 23) | public function test_select_only_one_collumn() method test_select_min (line 40) | public function test_select_min() method test_select_max (line 55) | public function test_select_max() method test_select_avg (line 70) | public function test_select_avg() method test_select_sum (line 85) | public function test_select_sum() FILE: tests/codeigniter/database/query_builder/truncate_test.php class Truncate_test (line 3) | class Truncate_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_truncate (line 23) | public function test_truncate() method test_truncate_with_from (line 42) | public function test_truncate_with_from() FILE: tests/codeigniter/database/query_builder/update_test.php class Update_test (line 3) | class Update_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_update (line 23) | public function test_update() method test_update_with_set (line 42) | public function test_update_with_set() FILE: tests/codeigniter/database/query_builder/where_test.php class Where_test (line 3) | class Where_test extends CI_TestCase { method set_up (line 10) | public function set_up() method test_where_simple_key_value (line 23) | public function test_where_simple_key_value() method test_where_custom_key_value (line 36) | public function test_where_custom_key_value() method test_where_associative_array (line 47) | public function test_where_associative_array() method test_where_custom_string (line 64) | public function test_where_custom_string() method test_where_or (line 81) | public function test_where_or() method test_where_in (line 99) | public function test_where_in() method test_where_not_in (line 115) | public function test_where_not_in() method test_issue4093 (line 128) | public function test_issue4093() FILE: tests/codeigniter/helpers/array_helper_test.php class Array_helper_test (line 3) | class Array_helper_test extends CI_TestCase { method set_up (line 12) | public function set_up() method test_element_with_existing_item (line 19) | public function test_element_with_existing_item() method test_random_element (line 28) | public function test_random_element() method test_elements (line 39) | public function test_elements() FILE: tests/codeigniter/helpers/captcha_helper_test.php class Captcha_helper_test (line 3) | class Captcha_helper_test extends CI_TestCase { method test_create_captcha (line 5) | public function test_create_captcha() FILE: tests/codeigniter/helpers/cookie_helper_test.php class Cookie_helper_test (line 3) | class Cookie_helper_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_set_cookie (line 12) | function test_set_cookie() method test_get_cookie (line 27) | function test_get_cookie() method test_delete_cookie (line 46) | function test_delete_cookie() FILE: tests/codeigniter/helpers/date_helper_test.php class Date_helper_test (line 3) | class Date_helper_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_now_local (line 13) | public function test_now_local() method test_now_utc (line 35) | public function test_now_utc() method test_mdate (line 58) | public function test_mdate() method test_timespan (line 68) | public function test_timespan() method test_days_in_month (line 86) | public function test_days_in_month() method test_local_to_gmt (line 95) | public function test_local_to_gmt() method test_gmt_to_local (line 108) | public function test_gmt_to_local() method test_mysql_to_unix (line 115) | public function test_mysql_to_unix() method test_unix_to_human (line 122) | public function test_unix_to_human() method test_human_to_unix (line 131) | public function test_human_to_unix() method test_timezones (line 140) | public function test_timezones() method test_date_range (line 196) | public function test_date_range() FILE: tests/codeigniter/helpers/directory_helper_test.php class Directory_helper_test (line 3) | class Directory_helper_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_directory_map (line 15) | public function test_directory_map() FILE: tests/codeigniter/helpers/download_helper_test.php class Download_helper_test (line 3) | class Download_helper_test extends CI_TestCase { method test_force_download (line 5) | public function test_force_download() FILE: tests/codeigniter/helpers/file_helper_test.php class File_helper_Test (line 3) | class File_helper_Test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_octal_permissions (line 14) | public function test_octal_permissions() method test_symbolic_permissions (line 31) | public function test_symbolic_permissions() method test_get_mime_by_extension (line 45) | public function test_get_mime_by_extension() method test_get_file_info (line 69) | public function test_get_file_info() method _test_get_file_info (line 88) | private function _test_get_file_info($vals) method test_write_file (line 119) | public function test_write_file() FILE: tests/codeigniter/helpers/form_helper_test.php class Form_helper_test (line 3) | class Form_helper_test extends CI_TestCase method set_up (line 5) | public function set_up() method test_form_hidden (line 12) | public function test_form_hidden() method test_form_input (line 25) | public function test_form_input() method test_form_password (line 46) | public function test_form_password() method test_form_upload (line 58) | public function test_form_upload() method test_form_textarea (line 70) | public function test_form_textarea() method test_form_dropdown (line 82) | public function test_form_dropdown() method test_form_multiselect (line 147) | public function test_form_multiselect() method test_form_fieldset (line 171) | public function test_form_fieldset() method test_form_fieldset_close (line 184) | public function test_form_fieldset_close() method test_form_checkbox (line 195) | public function test_form_checkbox() method test_form_radio (line 207) | public function test_form_radio() method test_form_submit (line 219) | public function test_form_submit() method test_form_label (line 231) | public function test_form_label() method test_form_reset (line 242) | public function test_form_reset() method test_form_button (line 254) | public function test_form_button() method test_form_close (line 266) | public function test_form_close() FILE: tests/codeigniter/helpers/html_helper_test.php class Html_helper_test (line 3) | class Html_helper_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_heading (line 12) | public function test_heading() method test_heading_array_attributes (line 18) | public function test_heading_array_attributes() method test_heading_object_attributes (line 24) | public function test_heading_object_attributes() method test_img (line 36) | public function test_img() method test_Ul (line 50) | public function test_Ul() method test_meta (line 82) | public function test_meta() FILE: tests/codeigniter/helpers/inflector_helper_test.php class Inflector_helper_test (line 3) | class Inflector_helper_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_singular (line 10) | public function test_singular() method test_plural (line 28) | public function test_plural() method test_camelize (line 47) | public function test_camelize() method test_underscore (line 64) | public function test_underscore() method test_humanize (line 81) | public function test_humanize() method test_ordinal_format (line 98) | public function test_ordinal_format() FILE: tests/codeigniter/helpers/language_helper_test.php class Language_helper_test (line 3) | class Language_helper_test extends CI_TestCase { method test_lang (line 5) | public function test_lang() FILE: tests/codeigniter/helpers/number_helper_test.php class Number_helper_test (line 3) | class Number_helper_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_byte_format (line 28) | public function test_byte_format() method test_kb_format (line 33) | public function test_kb_format() method test_kb_format_medium (line 38) | public function test_kb_format_medium() method test_kb_format_large (line 43) | public function test_kb_format_large() method test_mb_format (line 48) | public function test_mb_format() method test_gb_format (line 53) | public function test_gb_format() method test_tb_format (line 58) | public function test_tb_format() FILE: tests/codeigniter/helpers/path_helper_test.php class Path_helper_test (line 3) | class Path_helper_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_set_realpath (line 10) | public function test_set_realpath() method test_set_realpath_nonexistent_directory (line 15) | public function test_set_realpath_nonexistent_directory() method test_set_realpath_error_trigger (line 21) | public function test_set_realpath_error_trigger() FILE: tests/codeigniter/helpers/security_helper_test.php class Security_helper_tests (line 3) | class Security_helper_tests extends CI_TestCase { method setUp (line 5) | function setUp() method test_xss_clean (line 13) | function test_xss_clean() method test_sanitize_filename (line 20) | function test_sanitize_filename() method test_strip_image_tags (line 28) | function test_strip_image_tags() method test_encode_php_tags (line 35) | function test_encode_php_tags() FILE: tests/codeigniter/helpers/string_helper_test.php class String_helper_test (line 3) | class String_helper_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_strip_slashes (line 10) | public function test_strip_slashes() method test_strip_quotes (line 27) | public function test_strip_quotes() method test_quotes_to_entities (line 42) | public function test_quotes_to_entities() method test_reduce_double_slashes (line 57) | public function test_reduce_double_slashes() method test_reduce_multiples (line 73) | public function test_reduce_multiples() method test_random_string (line 98) | public function test_random_string() method test_increment_string (line 107) | public function test_increment_string() FILE: tests/codeigniter/helpers/text_helper_test.php class Text_helper_test (line 3) | class Text_helper_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_word_limiter (line 12) | public function test_word_limiter() method test_character_limiter (line 23) | public function test_character_limiter() method test_ascii_to_entities (line 35) | public function test_ascii_to_entities() method test_entities_to_ascii (line 50) | public function test_entities_to_ascii() method test_convert_accented_characters (line 65) | public function test_convert_accented_characters() method test_censored_words (line 79) | public function test_censored_words() method test_highlight_code (line 102) | public function test_highlight_code() method test_highlight_phrase (line 114) | public function test_highlight_phrase() method test_ellipsize (line 136) | public function test_ellipsize() method test_word_wrap (line 170) | public function test_word_wrap() method test_default_word_wrap_charlim (line 178) | public function test_default_word_wrap_charlim() FILE: tests/codeigniter/helpers/url_helper_test.php class Url_helper_test (line 3) | class Url_helper_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_url_title (line 13) | public function test_url_title() method test_url_title_extra_dashes (line 33) | public function test_url_title_extra_dashes() method test_prep_url (line 50) | public function test_prep_url() method test_auto_link_url (line 58) | public function test_auto_link_url() method test_pull_675 (line 78) | public function test_pull_675() method test_issue_5331 (line 92) | public function test_issue_5331() FILE: tests/codeigniter/helpers/xml_helper_test.php class Xml_helper_test (line 3) | class Xml_helper_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_xml_convert (line 10) | public function test_xml_convert() FILE: tests/codeigniter/libraries/Calendar_test.php class Calendar_test (line 3) | class Calendar_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_initialize (line 19) | public function test_initialize() method test_generate (line 31) | public function test_generate() method test_get_month_name (line 113) | public function test_get_month_name() method test_get_day_names (line 124) | public function test_get_day_names() method test_adjust_date (line 161) | public function test_adjust_date() method test_get_total_days (line 169) | public function test_get_total_days() method test_default_template (line 190) | public function test_default_template() FILE: tests/codeigniter/libraries/Driver_test.php class Driver_test (line 6) | class Driver_test extends CI_TestCase { method set_up (line 13) | public function set_up() method test_load_driver (line 33) | public function test_load_driver() method test_load_app_driver (line 71) | public function test_load_app_driver() method test_load_driver_ext (line 102) | public function test_load_driver_ext() method test_decorate (line 144) | public function test_decorate() FILE: tests/codeigniter/libraries/Encryption_test.php class Encryption_test (line 3) | class Encryption_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test___construct (line 22) | public function test___construct() method test_hkdf (line 52) | public function test_hkdf() method test__get_params (line 129) | public function test__get_params() method test_initialize_encrypt_decrypt (line 202) | public function test_initialize_encrypt_decrypt() method test_encrypt_decrypt_custom (line 227) | public function test_encrypt_decrypt_custom() method test__mcrypt_get_handle (line 254) | public function test__mcrypt_get_handle() method test__openssl_mcrypt_get_handle (line 273) | public function test__openssl_mcrypt_get_handle() method test_portability (line 291) | public function test_portability() method test_magic_get (line 395) | public function test_magic_get() FILE: tests/codeigniter/libraries/Form_validation_test.php class Form_validation_test (line 3) | class Form_validation_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_empty_array_input (line 29) | public function test_empty_array_input() method test_rule_required (line 39) | public function test_rule_required() method test_rule_is_array (line 58) | public function test_rule_is_array() method test_rule_matches (line 65) | public function test_rule_matches() method test_rule_differs (line 80) | public function test_rule_differs() method test_rule_min_length (line 95) | public function test_rule_min_length() method test_rule_max_length (line 105) | public function test_rule_max_length() method test_rule_exact_length (line 114) | public function test_rule_exact_length() method test_rule_greater_than (line 124) | public function test_rule_greater_than() method test_rule_greater_than_equal_to (line 134) | public function test_rule_greater_than_equal_to() method test_rule_less_than (line 143) | public function test_rule_less_than() method test_rule_less_than_equal_to (line 152) | public function test_rule_less_than_equal_to() method test_rule_in_list (line 162) | public function test_rule_in_list() method test_rule_alpha (line 173) | public function test_rule_alpha() method test_rule_alpha_numeric (line 182) | public function test_rule_alpha_numeric() method test_rule_alpha_numeric_spaces (line 190) | public function test_rule_alpha_numeric_spaces() method test_rule_alpha_dash (line 197) | public function test_rule_alpha_dash() method test_rule_numeric (line 204) | public function test_rule_numeric() method test_rule_integer (line 214) | public function test_rule_integer() method test_rule_decimal (line 225) | public function test_rule_decimal() method test_rule_is_natural (line 236) | public function test_rule_is_natural() method test_rule_is_natural_no_zero (line 245) | public function test_rule_is_natural_no_zero() method test_rule_valid_url (line 254) | public function test_rule_valid_url() method test_rule_valid_email (line 277) | public function test_rule_valid_email() method test_rule_valid_emails (line 284) | public function test_rule_valid_emails() method test_rule_valid_ip (line 293) | public function test_rule_valid_ip() method test_rule_valid_mac (line 306) | public function test_rule_valid_mac() method test_rule_valid_base64 (line 319) | public function test_rule_valid_base64() method test_set_data (line 325) | public function test_set_data() method test_set_message (line 343) | public function test_set_message() method test_set_error_delimiters (line 370) | public function test_set_error_delimiters() method test_error_array (line 386) | public function test_error_array() method test_error_string (line 399) | public function test_error_string() method test_run (line 426) | public function test_run() method test_set_rules_exception (line 456) | public function test_set_rules_exception() method test_has_rule (line 462) | public function test_has_rule() method test_set_value (line 470) | public function test_set_value() method test_issue_5202 (line 487) | public function test_issue_5202() method test_set_select (line 500) | public function test_set_select() method test_set_radio (line 535) | public function test_set_radio() method test_set_checkbox (line 571) | public function test_set_checkbox() method test_regex_match (line 606) | public function test_regex_match() method test_prep_url (line 613) | public function test_prep_url() method test_encode_php_tags (line 622) | public function test_encode_php_tags() method test_validated_data_assignment (line 628) | public function test_validated_data_assignment() method run_rules (line 651) | public function run_rules($rules, $values) FILE: tests/codeigniter/libraries/Parser_test.php class Parser_test (line 3) | class Parser_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_set_delimiters (line 13) | public function test_set_delimiters() method test_parse_string (line 36) | public function test_parse_string() method test_parse (line 52) | public function test_parse() method _parse_no_template (line 61) | private function _parse_no_template() method _parse_var_pair (line 68) | private function _parse_var_pair() method _mismatched_var_pair (line 82) | private function _mismatched_var_pair() FILE: tests/codeigniter/libraries/Session_test.php class Session_test (line 6) | class Session_test extends CI_TestCase { method set_up (line 20) | public function set_up() method tear_down (line 71) | public function tear_down() method test_set_userdata (line 88) | public function test_set_userdata() method test_has_userdata (line 120) | public function test_has_userdata() method test_all_userdata (line 143) | public function test_all_userdata() method test_unset_userdata (line 178) | public function test_unset_userdata() method test_flashdata (line 202) | public function test_flashdata() method test_keep_flashdata (line 232) | public function test_keep_flashdata() method test_keep_flashdata_with_array (line 265) | public function test_keep_flashdata_with_array() method test_all_flashdata (line 319) | public function test_all_flashdata() method test_set_tempdata (line 350) | public function test_set_tempdata() method test_unset_tempdata (line 377) | public function test_unset_tempdata() method test_sess_regenerate (line 401) | public function test_sess_regenerate() method test_sess_destroy (line 421) | public function test_sess_destroy() FILE: tests/codeigniter/libraries/Table_test.php class Table_test (line 3) | class Table_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_set_template (line 14) | public function test_set_template() method test_set_empty (line 24) | public function test_set_empty() method test_set_caption (line 30) | public function test_set_caption() method test_set_heading (line 39) | public function test_set_heading() method test_add_row (line 60) | public function test_add_row() method test_prep_args (line 85) | public function test_prep_args() method test_default_template_keys (line 108) | public function test_default_template_keys() method test_compile_template (line 126) | public function test_compile_template() method test_make_columns (line 145) | public function test_make_columns() method test_clear (line 175) | public function test_clear() method test_set_from_array (line 201) | public function test_set_from_array() method test_set_from_object (line 234) | public function test_set_from_object() method test_generate (line 260) | public function test_generate() class DB_result_dummy (line 286) | class DB_result_dummy extends CI_DB_result method list_fields (line 288) | public function list_fields() method result_array (line 293) | public function result_array() FILE: tests/codeigniter/libraries/Typography_test.php class Typography_test (line 3) | class Typography_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test_format_characters (line 18) | public function test_format_characters() method test_nl2br_except_pre (line 42) | public function test_nl2br_except_pre() method test_auto_typography (line 89) | public function test_auto_typography() method _blank_string (line 102) | private function _blank_string() method _standardize_new_lines (line 110) | private function _standardize_new_lines() method _reduce_linebreaks (line 125) | private function _reduce_linebreaks() method _remove_comments (line 135) | private function _remove_comments() method _protect_pre (line 145) | private function _protect_pre() method _no_opening_block (line 155) | private function _no_opening_block() method _protect_braced_quotes (line 165) | public function _protect_braced_quotes() FILE: tests/codeigniter/libraries/Upload_test.php class Upload_test (line 3) | class Upload_test extends CI_TestCase { method set_up (line 5) | public function set_up() method test___construct_initialize (line 17) | public function test___construct_initialize() method test_do_upload (line 50) | public function test_do_upload() method test_data (line 57) | function test_data() method test_set_upload_path (line 87) | function test_set_upload_path() method test_set_filename (line 96) | function test_set_filename() method test_set_max_filesize (line 109) | function test_set_max_filesize() method test_set_max_filename (line 115) | function test_set_max_filename() method test_set_max_width (line 121) | function test_set_max_width() method test_set_max_height (line 127) | function test_set_max_height() method test_set_allowed_types (line 133) | function test_set_allowed_types() method test_set_image_properties (line 142) | function test_set_image_properties() method test_set_xss_clean (line 162) | function test_set_xss_clean() method test_is_image (line 171) | function test_is_image() method test_is_allowed_filetype (line 180) | function test_is_allowed_filetype() method test_is_allowed_filesize (line 200) | function test_is_allowed_filesize() method test_is_allowed_dimensions (line 211) | function test_is_allowed_dimensions() method test_validate_upload_path (line 230) | function test_validate_upload_path() method test_get_extension (line 241) | function test_get_extension() method test_limit_filename_length (line 248) | function test_limit_filename_length() method test_do_xss_clean (line 254) | function test_do_xss_clean() method test_set_error (line 277) | function test_set_error() method test_display_errors (line 293) | function test_display_errors() FILE: tests/codeigniter/libraries/Useragent_test.php class UserAgent_test (line 3) | class UserAgent_test extends CI_TestCase { method set_up (line 8) | public function set_up() method test_accept_lang (line 20) | public function test_accept_lang() method test_mobile (line 31) | public function test_mobile() method test_is_functions (line 41) | public function test_is_functions() method test_referrer (line 52) | public function test_referrer() method test_agent_string (line 66) | public function test_agent_string() method test_browser_info (line 73) | public function test_browser_info() method test_charsets (line 83) | public function test_charsets() method test_parse (line 108) | public function test_parse() FILE: tests/mocks/autoloader.php function autoload (line 12) | function autoload($class) FILE: tests/mocks/ci_testcase.php class CI_TestCase (line 3) | class CI_TestCase extends \PHPUnit\Framework\TestCase { method __construct (line 28) | public function __construct($name = null, array $data = array(), $data... method setUp (line 36) | public function setUp() method tearDown (line 53) | public function tearDown() method instance (line 63) | public static function instance() method ci_set_config (line 70) | public function ci_set_config($key = '', $val = '') method ci_get_config (line 96) | public function ci_get_config() method ci_instance (line 103) | public function ci_instance($obj = FALSE) method ci_instance_var (line 115) | public function ci_instance_var($name, $obj = FALSE) method ci_core_class (line 136) | public function &ci_core_class($name) method ci_set_core_class (line 167) | public function ci_set_core_class($name, $obj) method ci_vfs_mkdir (line 180) | public function ci_vfs_mkdir($name, $root = NULL) method ci_vfs_create (line 203) | public function ci_vfs_create($file, $content = '', $root = NULL, $pat... method ci_vfs_clone (line 279) | public function ci_vfs_clone($path, $dest='') method ci_vfs_path (line 317) | public function ci_vfs_path($path, $base = '') method runBare (line 350) | public function runBare() method helper (line 358) | public function helper($name) method lang (line 365) | public function lang($name) method __call (line 376) | public function __call($method, $args) method setExpectedException (line 386) | public function setExpectedException($exception_class, $exception_mess... FILE: tests/mocks/ci_testconfig.php class CI_TestConfig (line 3) | class CI_TestConfig extends CI_Config { method item (line 9) | public function item($key, $index = '') method load (line 14) | public function load($file = '', $use_sections = FALSE, $fail_graceful... FILE: tests/mocks/core/common.php function get_instance (line 7) | function &get_instance() function get_config (line 19) | function &get_config() function config_item (line 29) | function config_item($item) function get_mimes (line 49) | function &get_mimes() function show_error (line 97) | function show_error($message, $status_code = 500, $heading = 'An Error W... function show_404 (line 105) | function show_404($page = '', $log_error = TRUE) function _exception_handler (line 113) | function _exception_handler($severity, $message, $filepath, $line) function is_loaded (line 123) | function &is_loaded() function log_message (line 132) | function log_message($level, $message) function set_status_header (line 140) | function set_status_header($code = 200, $text = '') function is_cli (line 149) | function is_cli() FILE: tests/mocks/core/security.php class Mock_Core_Security (line 3) | class Mock_Core_Security extends CI_Security { method csrf_set_cookie (line 5) | public function csrf_set_cookie() method __get (line 14) | public function __get($property) method remove_evil_attributes (line 19) | public function remove_evil_attributes($str, $is_image) method __call (line 25) | public function __call($method, $params) FILE: tests/mocks/core/uri.php class Mock_Core_URI (line 3) | class Mock_Core_URI extends CI_URI { method __construct (line 5) | public function __construct() method _set_permitted_uri_chars (line 27) | public function _set_permitted_uri_chars($value) FILE: tests/mocks/database/db.php class Mock_Database_DB (line 3) | class Mock_Database_DB { method __construct (line 26) | public function __construct($config = array()) method set_dsn (line 37) | public function set_dsn($group = 'default') method config (line 86) | public static function config($driver) method DB (line 99) | public static function DB($group, $query_builder = FALSE) FILE: tests/mocks/database/db/driver.php class Mock_Database_DB_Driver (line 3) | class Mock_Database_DB_Driver extends CI_DB_driver { method __construct (line 17) | public function __construct($driver_class, $config = array()) method __call (line 28) | public function __call($method, $arguments) class CI_DB (line 40) | class CI_DB extends CI_DB_query_builder {} FILE: tests/mocks/database/drivers/mysql.php class Mock_Database_Drivers_Mysql (line 3) | class Mock_Database_Drivers_Mysql extends Mock_Database_DB_Driver { method __construct (line 11) | public function __construct($config = array()) FILE: tests/mocks/database/drivers/mysqli.php class Mock_Database_Drivers_Mysqli (line 3) | class Mock_Database_Drivers_Mysqli extends Mock_Database_DB_Driver { method __construct (line 11) | public function __construct($config = array()) FILE: tests/mocks/database/drivers/pdo.php class Mock_Database_Drivers_PDO (line 3) | class Mock_Database_Drivers_PDO extends Mock_Database_DB_Driver { method __construct (line 11) | public function __construct($config = array()) FILE: tests/mocks/database/drivers/postgre.php class Mock_Database_Drivers_Postgre (line 3) | class Mock_Database_Drivers_Postgre extends Mock_Database_DB_Driver { method __construct (line 11) | public function __construct($config = array()) FILE: tests/mocks/database/drivers/sqlite.php class Mock_Database_Drivers_Sqlite (line 3) | class Mock_Database_Drivers_Sqlite extends Mock_Database_DB_Driver { method __construct (line 11) | public function __construct($config = array()) FILE: tests/mocks/database/schema/skeleton.php class Mock_Database_Schema_Skeleton (line 3) | class Mock_Database_Schema_Skeleton { method init (line 23) | public static function init($driver) method create_tables (line 57) | public static function create_tables() method create_data (line 121) | public static function create_data() FILE: tests/mocks/libraries/driver.php class Mock_Libraries_Driver (line 6) | class Mock_Libraries_Driver extends CI_Driver_Library { method driver_list (line 10) | public function driver_list($drivers = NULL) method get_name (line 23) | public function get_name() FILE: tests/mocks/libraries/encryption.php class Mock_Libraries_Encryption (line 3) | class Mock_Libraries_Encryption extends CI_Encryption { method __get_params (line 10) | public function __get_params($params) method get_key (line 22) | public function get_key() method __driver_get_handle (line 34) | public function __driver_get_handle($driver, $cipher, $mode) FILE: tests/mocks/libraries/session.php class Mock_Libraries_Session (line 6) | class Mock_Libraries_Session extends CI_Session { method reload (line 10) | public function reload() class Mock_Libraries_Session_cookie (line 21) | class Mock_Libraries_Session_cookie extends CI_Session_cookie { method _setcookie (line 25) | protected function _setcookie($name, $value = '', $expire = 0, $path =... class Mock_Libraries_Session_native (line 38) | class Mock_Libraries_Session_native extends CI_Session_native {} FILE: tests/mocks/libraries/table.php class Mock_Libraries_Table (line 3) | class Mock_Libraries_Table extends CI_Table { method __call (line 6) | public function __call($method, $params) FILE: user_guide_src/cilexer/cilexer/cilexer.py class CodeIgniterLexer (line 42) | class CodeIgniterLexer(DelegatingLexer): method __init__ (line 53) | def __init__(self, **options): FILE: user_guide_src/source/_themes/sphinx_rtd_theme/__init__.py function get_html_theme_path (line 14) | def get_html_theme_path(): FILE: user_guide_src/source/_themes/sphinx_rtd_theme/static/js/theme.js function setCookie (line 60) | function setCookie(cname, cvalue, exdays) { function getCookie (line 70) | function getCookie(cname) {