Сегодня: 05:03:2026 Доброго вам дня!

I live ExBB and CMS Limbo!  I live ExBB and CMS Limbo!
Логин :
Пароль :
Регистрация?  Забыли пароль? 
 

Страниц (117): В начало « ... 45 46 47 48 [49] 50 51 52 53 ... » В конец

> Найдено сообщений: 1166
NordWest Отправлено: 19 марта 2017 — 13:05 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 59066
Display.php - This is perhaps the most important and probably most accessed files in all of SMF. This file controls topic, message, and attachment display.

approved_attach_sort', 'A function for sorting out attachments and putting unapproved attachments before approved ones in an array.
Display', 'This function loads the posts in a topic up so they can be displayed.
Download', 'This function downloads an attachment or avatar, and increments the downloads.
loadAttachmentContext', 'This function loads an attachment\'s contextual data including, most importantly, its size if it is an image.
prepareDisplayContext', 'This function actually gets and prepares the message context.
QuickInTopicModeration', 'This handles the in-topic quick moderation stuff.
NordWest Отправлено: 19 марта 2017 — 12:58 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 59066
DbSearch-sqlite.php - Contains functions for handling search-related functionality in SQLite

db_search_init', 'Adds the functions from the "DbSearch" file to the $smcFunc array if they aren\'t already there. Specifically, it adds db_search_query, db_search_support, db_create_word_search. Also adds db_support_ignore, which is a variable indicating whether or not the.
smf_db_create_word_search', 'Creates the custom word index table.
smf_db_insert_sql', 'Returns the appropriate "INSERT" statement(s) to insert the current data for this table.
smf_db_search_query', 'Returns the appropriate query for the particular database type.
smf_db_search_support', 'Tells SMF whether or not a particular search method is supported by the current db type.
NordWest Отправлено: 19 марта 2017 — 12:58 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 59066
DbSearch-postgresql.php - Contains functions needed for handling search-related functionality in PostgreSQL.

db_search_init', 'Adds the functions from the "DbSearch" file to the $smcFunc array if they aren\'t already there. Specifically, it adds db_search_query, db_search_support, db_create_word_search. Also adds db_support_ignore, which is a variable indicating whether or not the.
smf_db_create_word_search', 'Creates the custom word index table.
smf_db_search_query', 'Returns the appropriate query for the particular database type.
smf_db_search_support', 'Tells SMF whether or not a particular search method is supported by the current db type.
NordWest Отправлено: 19 марта 2017 — 12:58 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 59066
DbSearch-mysql.php - Contains functions for handling various search-related functions.


db_search_init', 'Adds the functions from the "DbSearch" file to the $smcFunc array if they aren\'t already there. Specifically, it adds db_search_query, db_search_support, db_create_word_search. Also adds db_support_ignore, which is a variable indicating whether or not the.
smf_db_create_word_search', 'Creates the custom word index table.
smf_db_search_support', 'Tells SMF whether or not a particular search method is supported by the current db type.
NordWest Отправлено: 19 марта 2017 — 12:56 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 59066
DbPackages-sqlite.php - This file contains functions specifically designed to be utilized by packages. This file is used for SQLite databases.

dbpackages_init', 'Loads the numerous functions in this file into $smcFunc if they aren\'t already there.
smf_db_add_column', 'Adds a column to a table.
smf_db_add_index', 'Adds an index to the specified table.
smf_db_alter_table', 'Emulates the "ALTER TABLE" functionality for SQLite 2.x, which doesn\'t include this.
smf_db_calculate_type', 'Determines the correct column type and size based on the given parameters.
smf_db_change_column', 'Changes a column.
smf_db_create_table', 'Creates a table with the specified column(s), index(es), etc.
smf_db_drop_table', 'Drops the specified table.
smf_db_list_columns', 'Returns information about all the columns in a table.
smf_db_list_indexes', 'Returns information about the indexes in a table.
smf_db_remove_column', 'Drops the specified column from the specified table.
smf_db_remove_index', 'Removes the specified index.
smf_db_table_structure', 'Gets and returns information about the structure of the specified table.
NordWest Отправлено: 19 марта 2017 — 12:47 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 59066
DbPackages-postgresql.php - This file contains functions specifically designed to be utilized by packages. This file is used for PostgreSQL databases.

dbpackages_init', 'Loads the numerous functions in this file into $smcFunc if they aren\'t already there.
smf_db_add_column', 'Adds a column to a table.
smf_db_add_index', 'Adds an index to the specified table.
smf_db_calculate_type', 'Determines the correct column type and size based on the given parameters.
smf_db_change_column', 'Changes a column.
smf_db_create_table', 'Creates a table with the specified column(s), index(es), etc.
smf_db_drop_table', 'Drops the specified table.
smf_db_list_columns', 'Returns information about all the columns in a table.
smf_db_list_indexes', 'Returns information about the indexes in a table.
smf_db_remove_column', 'Drops the specified column from the specified table.
smf_db_remove_index', 'Removes the specified index.
smf_db_table_structure', 'Gets and returns information about the structure of the specified table.
NordWest Отправлено: 19 марта 2017 — 12:43 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 59066
DbPackages-mysql.php - This file contains functions specifically designed to be utilized by packages. This file is used for MySQL databases.

dbpackages_init', 'Loads the numerous functions in this file into $smcFunc if they aren\'t already there.
smf_db_add_column', 'Adds a column to a table.
smf_db_add_index', 'Adds an index to the specified table.
smf_db_calculate_type', 'Determines the correct column type and size based on the given parameters.
smf_db_change_column', 'Changes a column.
smf_db_create_table', 'Creates a table with the specified column(s), index(es), etc.
smf_db_drop_table', 'Drops the specified table.
smf_db_list_columns', 'Returns information about all the columns in a table.
smf_db_list_indexes', 'Returns information about the indexes in a table.
smf_db_remove_column', 'Drops the specified column from the specified table.
smf_db_remove_index', 'Removes the specified index.
smf_db_table_structure', 'Gets and returns information about the structure of the specified table.
NordWest Отправлено: 19 марта 2017 — 12:39 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 59066
DbExtra-sqlite.php - This file contains rarely used extended database functionality. The functions in this file are used for SQLite

db_extra_init', 'Adds the following functions to $smcFunc: db_backup_table, db_optimize_table, db_insert_sql, db_table_sql, db_list_tables and db_get_version.
smf_db_backup_table', 'Creates a backup of a table with the specified name.
smf_db_get_backup', 'Returns a gzipped copy of the database file.
smf_db_get_version', 'A simple function to get and return the database version.
smf_db_list_tables', 'Fetches a list of tables in the database.
smf_db_optimize_table', 'Attempts to optimize the specified table.
smf_db_table_sql', 'Gets the appropriate "CREATE" statement for the specified table.
NordWest Отправлено: 19 марта 2017 — 12:36 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 59066
DbExtra-postgresql.php - This file contains rarely used extended database functionality. Most of the functions in this file deal with creating database dumps. The functions in this file are only used for PostgreSQL.

db_extra_init', 'Adds the following functions to $smcFunc: db_backup_table, db_optimize_table, db_insert_sql, db_table_sql, db_list_tables and db_get_version.
smf_db_backup_table', 'Creates a backup of a table with the specified name.
smf_db_get_version', 'A simple function to get and return the database version.
smf_db_insert_sql', 'Returns the appropriate "INSERT" statement(s) to insert the current data for this table.
smf_db_list_tables', 'Fetches a list of tables in the database.
smf_db_optimize_table', 'Attempts to optimize the specified table.
smf_db_table_sql', 'Gets the appropriate "CREATE" statement for the specified table.
NordWest Отправлено: 19 марта 2017 — 12:32 • Тема: Назначение файлов • Форум: SMF Community

Ответов: 99
Просмотров: 59066
DbExtra-mysql.php - This file contains rarely used extended database functionality. Most of the functions in this file deal with creating database dumps. The functions in this file are only used for MySQL.

db_extra_init', 'Adds the following functions to $smcFunc: db_backup_table, db_optimize_table, db_insert_sql, db_table_sql, db_list_tables and db_get_version.
smf_db_backup_table', 'Creates a backup of a table with the specified name.
smf_db_get_version', 'A simple function to get and return the database version.
smf_db_insert_sql', 'Returns the appropriate "INSERT" statement(s) to insert the current data for this table.
smf_db_list_tables', 'Fetches a list of tables in the database.
smf_db_optimize_table', 'Attempts to optimize the specified table.
smf_db_table_sql', 'Gets the appropriate "CREATE" statement for the specified table.

Страниц (117): В начало « ... 45 46 47 48 [49] 50 51 52 53 ... » В конец

Powered by ExBB v1.1.180311