"TYPO3 4.0.1: tx_indexedsearch_modfunc1 Class Reference", "datetime" => "Sat Dec 2 19:27:15 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>


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) | |
| 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 106 of file class.tx_indexedsearch_modfunc1.php.
|
|
Produces a table with indexing information for each page.
Definition at line 248 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::fixed_lgd(), and t3lib_div::makeInstance(). |
|
|
Creates message for flag value
Definition at line 846 of file class.tx_indexedsearch_modfunc1.php. |
|
||||||||||||
|
Returns an array with gr_list records for a phash
Definition at line 1314 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 1227 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::makeInstance(). |
|
||||||||||||
|
Create information table row for a page regarding indexing information.
Definition at line 299 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 1035 of file class.tx_indexedsearch_modfunc1.php. |
|
|
Creates link back to listing
Definition at line 1044 of file class.tx_indexedsearch_modfunc1.php. |
|
||||||||||||
|
Wraps input string in a link to see more details for metaphone value
Definition at line 836 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 824 of file class.tx_indexedsearch_modfunc1.php. |
|
||||||||||||
|
Displays table of metaphone groups larger than 1
Definition at line 787 of file class.tx_indexedsearch_modfunc1.php. |
|
||||||||||||||||||||
|
Create table with list of words from $ftrows
Definition at line 737 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::trimExplode(). |
|
|
Produces main content of the module
Definition at line 144 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 1116 of file class.tx_indexedsearch_modfunc1.php. References t3lib_div::getFileAbsFileName(). |
|
|
Initialize menu array internally
Definition at line 120 of file class.tx_indexedsearch_modfunc1.php. |
|
|
Prints the gr_lists attached to a indexed entry.
Definition at line 1065 of file class.tx_indexedsearch_modfunc1.php. |
|
||||||||||||||||
|
Render a single row of information about a indexing entry.
Definition at line 386 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 527 of file class.tx_indexedsearch_modfunc1.php. |
|
||||||||||||
|
Button for re-indexing of documents
Definition at line 1020 of file class.tx_indexedsearch_modfunc1.php. |
|
||||||||||||
|
Creates icon which clears indexes for a certain list of phash values.
Definition at line 1007 of file class.tx_indexedsearch_modfunc1.php. |
|
|
Print path for indexing
Definition at line 1082 of file class.tx_indexedsearch_modfunc1.php. |
|
||||||||||||
|
Setting / Unsetting keywords in page header
Definition at line 1354 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 1334 of file class.tx_indexedsearch_modfunc1.php. Referenced by main(). |
|
||||||||||||
|
Re-indexing files/records attached to a page.
Definition at line 1173 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 1270 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 582 of file class.tx_indexedsearch_modfunc1.php. |
|
|
Show details for metaphone value
Definition at line 936 of file class.tx_indexedsearch_modfunc1.php. |
|
|
Showing details for a particular phash row
Definition at line 618 of file class.tx_indexedsearch_modfunc1.php. References t3lib_BEfunc::getRecord(), and t3lib_div::view_array(). |
|
|
Show details for words
Definition at line 877 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 1055 of file class.tx_indexedsearch_modfunc1.php. |
|
|
Converts the input string from utf-8 to the backend charset.
Definition at line 1141 of file class.tx_indexedsearch_modfunc1.php. |