add_wordfilter_word
cns_over_local
cns_over_msn
find_derivative_filename
i_force_refresh
import_check_if_imported
import_id_remap_get
import_id_remap_put
load_import_deps
post_import_cleanup
set_database_index_maintenance
add_wordfilter_word(\SHORT_TEXT $word, \SHORT_TEXT $replacement= '', \BINARY $substr= 0)
| package | import |
|---|
\SHORT_TEXTWord to add to the word-filter
\SHORT_TEXTReplacement (blank: block entirely)
\BINARYWhether to perform a substring match
cns_over_local()
| package | import |
|---|
find_derivative_filename(\PATH $dir, string $file, boolean $shun_gif = false) : string
| package | import |
|---|
\PATHDirectory
stringPreferred filename
booleanWhether GIF files are made as PNG fiels
stringFilename to useimport_check_if_imported(\ID_TEXT $type, string $id_old) : boolean
| package | import |
|---|
\ID_TEXTAn importation type code, from those Composr has defined
stringThe source (old, original) ID of the mapping
booleanWhether it has been importedimport_id_remap_get(\ID_TEXT $type, string $id_old, boolean $fail_ok = false) : \?AUTO_LINK
| package | import |
|---|
\ID_TEXTAn importation type code, from those Composr has defined (E.g. 'download', 'news', ...)
stringThe source (old, original) ID of the mapping
booleanIf it is okay to fail to find a mapping
\?AUTO_LINKThe new ID (null: not found)import_id_remap_put(\ID_TEXT $type, string $id_old, \AUTO_LINK $id_new)
| package | import |
|---|
\ID_TEXTAn importation type code, from those Composr has defined
stringThe source (old, original) ID of the mapping
\AUTO_LINKThe destination (new) ID of the mapping
set_database_index_maintenance(boolean $on)