Aioseo_Cleanup_Action::truncate_query() – Creates a TRUNCATE query string for emptying the AIOSEO indexable table, if it exists.
Aioseo_Posts_Importing_Action::query() – Creates a query for gathering AiOSEO data from the database.
Doing_Post_Quick_Edit_Save_Conditional::is_met() – Checks if the current request is ajax and the action is inline-save.
IdiormString::replace_outside_quotes() – Replace all occurrences of the search string with the replacement string where they appear outside quotes
IdiormString::str_replace_outside_quotes() – Shortcut method: Replace all occurrences of the search string with the replacement string where they appear outside quotes.
Indexable_General_Indexation_Action::query() – Check which indexables already exists and return the values of the ones to create.
ORM::_check_query_cache() – Check the query cache for the given cache key. If a value is cached for the key, return the value. Otherwise, return false.
ORM::_detect_identifier_quote_character() – Return the correct character used to quote identifiers (table names, column names etc) by looking at the driver being used by PDO.
ORM::_log_query() – Add a query to the internal query log. Only works if the ‘logging’ config option is set to true.
ORM::_quote_identifier_part() – Quotes a single part of an identifier, using the identifier quote character specified in the config (or autodetected).
ORM::_quote_identifier() – Quotes a string that is used as an identifier (table names, column names etc) or an array containing multiple identifiers. This method can also deal with dot-separated identifiers eg table.column.
ORM::_quote_one_identifier() – Quote a string that is used as an identifier (table names, column names etc). This method can also deal with dot-separated identifiers eg table.column
ORM::_setup_identifier_quote_character() – Detect and initialise the character used to quote identifiers (table names, column names etc). If this has been specified manually using ORM::configure(‘identifier_quote_character’, ‘some-char’), this will do nothing.
ORM::get_last_query() – Get the last query executed. Only works if the ‘logging’ config option is set to true. Otherwise this will return null. Returns last query from all connections if no connection_name is specified
ORM::get_query_log() – Get an array containing all the queries run on a specified connection up to now.
ORM::quote_identifier_part() – Quotes a single part of an identifier, using the identifier quote character specified in the config (or autodetected).
ORM::quote_identifier() – Quotes a string that is used as an identifier (table names, column names etc) or an array containing multiple identifiers. This method can also deal with dot-separated identifiers eg table.column.
ORM::quote_one_identifier() – Quotes a string that is used as an identifier (table names, column names etc).
ORM::raw_query() – Performs a raw query. The query can contain placeholders in either named or question mark style. If placeholders are used, the parameters should be an array of values which will be bound to the placeholders in the query.
Primary_Category_Quick_Edit_Watcher::__construct() – Primary_Category_Quick_Edit_Watcher constructor.
Primary_Category_Quick_Edit_Watcher::get_conditionals() – Returns the conditionals based on which this loadable should be active.
Primary_Category_Quick_Edit_Watcher::validate_primary_category() – Validates if the current primary category is still present. If not just remove the post meta for it.
QRCode::getBestMaskPattern() – shoves a QRMatrix through the MaskPatternTester to find the lowest penalty mask pattern
QRDataAbstract::getLengthBits() – returns the length bits for the version breakpoints 1-9, 10-26 and 27-40
QRDataAbstract::initMatrix() – returns a fresh matrix object with the data written for the given $maskPattern
QRMatrix::mapData() – Maps the binary $data array from QRDataInterface::maskECC() on the matrix, using $maskPattern
QRMatrix::matrix() – Returns the data matrix, returns a pure boolean representation if $boolean is set to true
QRMatrix::setDarkModule() – Sets the "dark module", that is always on the same position 1x1px away from the bottom left finder
QRMatrix::setFinderPattern() – Draws the 7×7 finder patterns in the corners top left/right and bottom left
QRMatrix::setTimingPattern() – Draws the timing pattern (h/v checkered line between the finder patterns)
QRMatrix::size() – Returns the absoulute size of the matrix, including quiet zone (after setting it).