Documentation TYPO3 par Ameos |
Public Member Functions | |
modMenu () | |
main () | |
drawTableOfIndexedPages () | |
indexed_info ($data, $firstColContent) | |
printPhashRow ($row, $grouping=0, $extraGrListRows) | |
printPhashRowHeader () | |
returnNumberOfColumns () | |
showDetailsForPhash ($phash) | |
listWords ($ftrows, $header, $stopWordBoxes=FALSE, $page='') | |
listMetaphoneStat ($ftrows, $header) | |
linkWordDetails ($string, $wid) | |
linkMetaPhoneDetails ($string, $metaphone) | |
flagsMsg ($flags) | |
showDetailsForWord ($wid) | |
showDetailsForMetaphone ($metaphone) | |
printRemoveIndexed ($phash, $alt) | |
printReindex ($resultRow, $alt) | |
linkDetails ($string, $phash) | |
linkList () | |
showPageDetails ($string, $id) | |
printExtraGrListRows ($extraGrListRows) | |
printRootlineInfo ($row) | |
makeItemTypeIcon ($it, $alt='') | |
utf8_to_currentCharset ($string) | |
reindexPhash ($phash, $pageId) | |
getUidRootLineForClosestTemplate ($id) | |
extraIndexing () | |
indexExtUrlRecursively ($url, $depth, $pageId, $rl, $cfgUid) | |
removeIndexedPhashRow ($phashList, $clearPageCache=1) | |
getGrListEntriesForPhash ($phash, $gr_list) | |
processStopWords ($stopWords) | |
processPageKeywords ($pageKeywords, $pageUid) | |
Public Attributes | |
$allPhashListed = array() | |
$external_parsers = array() | |
$iconFileNameCache = array() | |
$indexerObj |
Definition at line 110 of file class.tx_indexedsearch_modfunc1.php.
|
Produces a table with indexing information for each page.
Definition at line 261 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::fixed_lgd(), and t3lib_div::makeInstance(). |
|
[Describe function...]
Definition at line 1280 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::getAllFilesAndFoldersInPath(), t3lib_div::getFileAbsFileName(), t3lib_div::isAbsPath(), t3lib_div::isAllowedAbsPath(), t3lib_div::makeInstance(), t3lib_div::removePrefixPathFromList(), and t3lib_div::trimExplode(). |
|
Creates message for flag value
Definition at line 858 of file class.tx_indexedsearch_modfunc1.php. |
|
Returns an array with gr_list records for a phash
Definition at line 1485 of file class.tx_indexedsearch_modfunc1.php. |
|
Get rootline for closest TypoScript template root. Algorithm same as used in Web > Template, Object browser
Definition at line 1239 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::makeInstance(). |
|
Create information table row for a page regarding indexing information.
Definition at line 312 of file class.tx_indexedsearch_modfunc1.php. |
|
Indexing URL recursively Still needs some work; eg. paramters to type, language, MP var is not passed yet...
Definition at line 1391 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::htmlspecialchars_decode(), and t3lib_div::makeInstance(). |
|
Wraps input string in a link that will display details for the phash value set.
Definition at line 1047 of file class.tx_indexedsearch_modfunc1.php. |
|
Creates link back to listing
Definition at line 1056 of file class.tx_indexedsearch_modfunc1.php. |
|
Wraps input string in a link to see more details for metaphone value
Definition at line 848 of file class.tx_indexedsearch_modfunc1.php. |
|
Wraps input string in a link that will display details for the word. Eg. which other pages has the word, metaphone associations etc.
Definition at line 836 of file class.tx_indexedsearch_modfunc1.php. |
|
Displays table of metaphone groups larger than 1
Definition at line 799 of file class.tx_indexedsearch_modfunc1.php. |
|
Create table with list of words from $ftrows
Definition at line 749 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::trimExplode(). |
|
Produces main content of the module
Definition at line 148 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::_GP(), t3lib_div::_POST(), t3lib_div::getUserObj(), t3lib_div::makeInstance(), processPageKeywords(), processStopWords(), and removeIndexedPhashRow(). |
|
Return icon for file extension
Definition at line 1128 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::getFileAbsFileName(). |
|
Initialize menu array internally
Definition at line 124 of file class.tx_indexedsearch_modfunc1.php. |
|
Prints the gr_lists attached to a indexed entry.
Definition at line 1077 of file class.tx_indexedsearch_modfunc1.php. |
|
Render a single row of information about a indexing entry.
Definition at line 398 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::fixed_lgd_cs(), and t3lib_div::implodeArrayForUrl(). |
|
Creates the header row for the table
Definition at line 539 of file class.tx_indexedsearch_modfunc1.php. |
|
Button for re-indexing of documents
Definition at line 1032 of file class.tx_indexedsearch_modfunc1.php. |
|
Creates icon which clears indexes for a certain list of phash values.
Definition at line 1019 of file class.tx_indexedsearch_modfunc1.php. |
|
Print path for indexing
Definition at line 1094 of file class.tx_indexedsearch_modfunc1.php. |
|
Setting / Unsetting keywords in page header
Definition at line 1525 of file class.tx_indexedsearch_modfunc1.php. References t3lib_BEfunc::getRecord(), t3lib_div::makeInstance(), and t3lib_div::trimExplode(). Referenced by main(). |
|
Setting / Unsetting stopwords
Definition at line 1505 of file class.tx_indexedsearch_modfunc1.php. Referenced by main(). |
|
Re-indexing files/records attached to a page.
Definition at line 1185 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::makeInstance(), and t3lib_div::view_array(). |
|
Removes ALL data regarding a certain list of indexed phash-row
Definition at line 1448 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::trimExplode(). Referenced by main(). |
|
Returns the number of columns depending on display type of list
Definition at line 594 of file class.tx_indexedsearch_modfunc1.php. |
|
Show details for metaphone value
Definition at line 948 of file class.tx_indexedsearch_modfunc1.php. |
|
Showing details for a particular phash row
Definition at line 630 of file class.tx_indexedsearch_modfunc1.php. References t3lib_BEfunc::getRecord(), and t3lib_div::view_array(). |
|
Show details for words
Definition at line 889 of file class.tx_indexedsearch_modfunc1.php. |
|
Wraps input string in a link that will display details for the phash value set.
Definition at line 1067 of file class.tx_indexedsearch_modfunc1.php. |
|
Converts the input string from utf-8 to the backend charset.
Definition at line 1153 of file class.tx_indexedsearch_modfunc1.php. |