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_TEXT
Word to add to the word-filter
\SHORT_TEXT
Replacement (blank: block entirely)
\BINARY
Whether to perform a substring match
cns_over_local()
package | import |
---|
find_derivative_filename(\PATH $dir, string $file, boolean $shun_gif = false
) : string
package | import |
---|
\PATH
Directory
string
Preferred filename
boolean
Whether GIF files are made as PNG fiels
string
Filename to useimport_check_if_imported(\ID_TEXT $type, string $id_old) : boolean
package | import |
---|
\ID_TEXT
An importation type code, from those Composr has defined
string
The source (old, original) ID of the mapping
boolean
Whether it has been importedimport_id_remap_get(\ID_TEXT $type, string $id_old, boolean $fail_ok = false
) : \?AUTO_LINK
package | import |
---|
\ID_TEXT
An importation type code, from those Composr has defined (E.g. 'download', 'news', ...)
string
The source (old, original) ID of the mapping
boolean
If it is okay to fail to find a mapping
\?AUTO_LINK
The new ID (null: not found)import_id_remap_put(\ID_TEXT $type, string $id_old, \AUTO_LINK $id_new)
package | import |
---|
\ID_TEXT
An importation type code, from those Composr has defined
string
The source (old, original) ID of the mapping
\AUTO_LINK
The destination (new) ID of the mapping
set_database_index_maintenance(boolean $on)