You are here

18 calls to cf_is_empty_or_non_string() in Common Functionality 7.2

cf_db_options_create_options_relation in modules/cf_db_options/cf_db_options.module
Creates a table for many-one relations with an option table.
cf_db_options_get_options in modules/cf_db_options/cf_db_options.module
Get an array of supported options for a given option type.
cf_db_options_get_options_list in modules/cf_db_options/cf_db_options.module
Returns a list of options.
cf_db_options_get_options_name in modules/cf_db_options/cf_db_options.module
Builds an options table name.
cf_db_options_machine_name_to_id in modules/cf_db_options/cf_db_options.module
Returns the numeric id for a given option machine_name.
cf_db_options_machine_name_to_id_subquery in modules/cf_db_options/cf_db_options.module
Returns the select query string to be used as a subquery.
cf_dom::change_element in modules/cf_dom/classes/cf_dom.php
Changes the element from one type to another.
cf_dom::change_elements in modules/cf_dom/classes/cf_dom.php
Change all elements of a given element type to another type.
cf_dom::remove_elements in modules/cf_dom/classes/cf_dom.php
Remove all elements of a given element type.
cf_dom::set_doctype in modules/cf_dom/classes/cf_dom.php
Assigns the document type.
cf_dom::__construct in modules/cf_dom/classes/cf_dom.php
Constructor for the cf_dom class.
cf_has_array_key in ./cf.module
Check to see if the variable is an array and if the given key exists.
cf_http_get_response in modules/cf_http/cf_http.module
Reads an http page at the given path and returns an unprocessed response.
cf_http_parse_response in modules/cf_http/cf_http.module
Accepts and processes provided http content.
cf_http_split_response in modules/cf_http/cf_http.module
Breaks apart an html formatted document string.
cf_node_create in modules/cf_node/cf_node.module
Programatically creates a node of the form type and returns any errors.
cf_node_initialize_class in modules/cf_node/cf_node.module
Create a node class object.
cf_version_exists in ./cf.module
Detect if a specific version of a module exists.