Membri pubblici | |
| makeDiffDisplay ($str1, $str2) | |
| getDiff ($str1, $str2) | |
| addClearBuffer ($clearBuffer, $last=0) | |
| explodeStringIntoWords ($str) | |
| tagSpace ($str, $rev=0) | |
| makeDiffDisplay ($str1, $str2) | |
| getDiff ($str1, $str2) | |
| addClearBuffer ($clearBuffer, $last=0) | |
| explodeStringIntoWords ($str) | |
| tagSpace ($str, $rev=0) | |
| makeDiffDisplay ($str1, $str2) | |
| getDiff ($str1, $str2) | |
| addClearBuffer ($clearBuffer, $last=0) | |
| explodeStringIntoWords ($str) | |
| tagSpace ($str, $rev=0) | |
| makeDiffDisplay ($str1, $str2) | |
| getDiff ($str1, $str2) | |
| addClearBuffer ($clearBuffer, $last=0) | |
| explodeStringIntoWords ($str) | |
| tagSpace ($str, $rev=0) | |
| makeDiffDisplay ($str1, $str2) | |
| getDiff ($str1, $str2) | |
| addClearBuffer ($clearBuffer, $last=0) | |
| explodeStringIntoWords ($str) | |
| tagSpace ($str, $rev=0) | |
| makeDiffDisplay ($str1, $str2) | |
| getDiff ($str1, $str2) | |
| addClearBuffer ($clearBuffer, $last=0) | |
| explodeStringIntoWords ($str) | |
| tagSpace ($str, $rev=0) | |
Attributi pubblici | |
| $stripTags = 0 | |
| $diffOptions = '' | |
| $clearBufferIdx = 0 | |
Definizione alla linea 66 del file class.t3lib_diff.php.
|
||||||||||||
|
Will bring down the length of strings to < 150 chars if they were longer than 200 chars. This done by preserving the 70 first and last chars and concatenate those strings with "..." and a number indicating the string length
Definizione alla linea 184 del file class.t3lib_diff.php. Riferimenti t3lib_div::fixed_lgd_cs(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Will bring down the length of strings to < 150 chars if they were longer than 200 chars. This done by preserving the 70 first and last chars and concatenate those strings with "..." and a number indicating the string length
Definizione alla linea 184 del file class.t3lib_diff.php. Riferimenti t3lib_div::fixed_lgd_cs(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Will bring down the length of strings to < 150 chars if they were longer than 200 chars. This done by preserving the 70 first and last chars and concatenate those strings with "..." and a number indicating the string length
Definizione alla linea 184 del file class.t3lib_diff.php. Riferimenti t3lib_div::fixed_lgd_cs(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Will bring down the length of strings to < 150 chars if they were longer than 200 chars. This done by preserving the 70 first and last chars and concatenate those strings with "..." and a number indicating the string length
Definizione alla linea 184 del file class.t3lib_diff.php. Riferimenti t3lib_div::fixed_lgd_cs(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Will bring down the length of strings to < 150 chars if they were longer than 200 chars. This done by preserving the 70 first and last chars and concatenate those strings with "..." and a number indicating the string length
Definizione alla linea 184 del file class.t3lib_diff.php. Riferimenti t3lib_div::fixed_lgd_cs(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Will bring down the length of strings to < 150 chars if they were longer than 200 chars. This done by preserving the 70 first and last chars and concatenate those strings with "..." and a number indicating the string length
Definizione alla linea 184 del file class.t3lib_diff.php. Riferimenti t3lib_div::fixed_lgd_cs(). Referenziato da makeDiffDisplay(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Explodes the input string into words. This is done by splitting first by lines, then by space char. Each word will be in stored as a value in an array. Lines will be indicated by two subsequent empty values.
Definizione alla linea 200 del file class.t3lib_diff.php. Riferimenti t3lib_div::trimExplode(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Explodes the input string into words. This is done by splitting first by lines, then by space char. Each word will be in stored as a value in an array. Lines will be indicated by two subsequent empty values.
Definizione alla linea 200 del file class.t3lib_diff.php. Riferimenti t3lib_div::trimExplode(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Explodes the input string into words. This is done by splitting first by lines, then by space char. Each word will be in stored as a value in an array. Lines will be indicated by two subsequent empty values.
Definizione alla linea 200 del file class.t3lib_diff.php. Riferimenti t3lib_div::trimExplode(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Explodes the input string into words. This is done by splitting first by lines, then by space char. Each word will be in stored as a value in an array. Lines will be indicated by two subsequent empty values.
Definizione alla linea 200 del file class.t3lib_diff.php. Riferimenti t3lib_div::trimExplode(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Explodes the input string into words. This is done by splitting first by lines, then by space char. Each word will be in stored as a value in an array. Lines will be indicated by two subsequent empty values.
Definizione alla linea 200 del file class.t3lib_diff.php. Riferimenti t3lib_div::trimExplode(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
|
Explodes the input string into words. This is done by splitting first by lines, then by space char. Each word will be in stored as a value in an array. Lines will be indicated by two subsequent empty values.
Definizione alla linea 200 del file class.t3lib_diff.php. Riferimenti t3lib_div::trimExplode(). Referenziato da makeDiffDisplay(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Produce a diff (using the "diff" application) between two strings The function will write the two input strings to temporary files, then execute the diff program, delete the temp files and return the result.
Definizione alla linea 159 del file class.t3lib_diff.php. Riferimenti $GLOBALS, $res, t3lib_div::tempnam(), e t3lib_div::writeFile(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Produce a diff (using the "diff" application) between two strings The function will write the two input strings to temporary files, then execute the diff program, delete the temp files and return the result.
Definizione alla linea 159 del file class.t3lib_diff.php. Riferimenti $GLOBALS, $res, t3lib_div::tempnam(), e t3lib_div::writeFile(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Produce a diff (using the "diff" application) between two strings The function will write the two input strings to temporary files, then execute the diff program, delete the temp files and return the result.
Definizione alla linea 159 del file class.t3lib_diff.php. Riferimenti $GLOBALS, $res, t3lib_div::tempnam(), e t3lib_div::writeFile(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Produce a diff (using the "diff" application) between two strings The function will write the two input strings to temporary files, then execute the diff program, delete the temp files and return the result.
Definizione alla linea 159 del file class.t3lib_diff.php. Riferimenti $GLOBALS, $res, t3lib_div::tempnam(), e t3lib_div::writeFile(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Produce a diff (using the "diff" application) between two strings The function will write the two input strings to temporary files, then execute the diff program, delete the temp files and return the result.
Definizione alla linea 159 del file class.t3lib_diff.php. Riferimenti $GLOBALS, $res, t3lib_div::tempnam(), e t3lib_div::writeFile(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Produce a diff (using the "diff" application) between two strings The function will write the two input strings to temporary files, then execute the diff program, delete the temp files and return the result.
Definizione alla linea 159 del file class.t3lib_diff.php. Riferimenti $GLOBALS, $res, t3lib_div::tempnam(), e t3lib_div::writeFile(). Referenziato da makeDiffDisplay(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
This will produce a color-marked-up diff output in HTML from the input strings.
Definizione alla linea 85 del file class.t3lib_diff.php. Riferimenti addClearBuffer(), explodeStringIntoWords(), getDiff(), e tagSpace(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
This will produce a color-marked-up diff output in HTML from the input strings.
Definizione alla linea 85 del file class.t3lib_diff.php. Riferimenti addClearBuffer(), explodeStringIntoWords(), getDiff(), e tagSpace(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
This will produce a color-marked-up diff output in HTML from the input strings.
Definizione alla linea 85 del file class.t3lib_diff.php. Riferimenti addClearBuffer(), explodeStringIntoWords(), getDiff(), e tagSpace(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
This will produce a color-marked-up diff output in HTML from the input strings.
Definizione alla linea 85 del file class.t3lib_diff.php. Riferimenti addClearBuffer(), explodeStringIntoWords(), getDiff(), e tagSpace(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
This will produce a color-marked-up diff output in HTML from the input strings.
Definizione alla linea 85 del file class.t3lib_diff.php. Riferimenti addClearBuffer(), explodeStringIntoWords(), getDiff(), e tagSpace(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
This will produce a color-marked-up diff output in HTML from the input strings.
Definizione alla linea 85 del file class.t3lib_diff.php. Riferimenti addClearBuffer(), explodeStringIntoWords(), getDiff(), e tagSpace(). Questo è il grafo delle chiamate per questa funzione: ![]() |
|
||||||||||||
|
Adds a space character before and after HTML tags (more precisely any found < or >)
Definizione alla linea 221 del file class.t3lib_diff.php. |
|
||||||||||||
|
Adds a space character before and after HTML tags (more precisely any found < or >)
Definizione alla linea 221 del file class.t3lib_diff.php. |
|
||||||||||||
|
Adds a space character before and after HTML tags (more precisely any found < or >)
Definizione alla linea 221 del file class.t3lib_diff.php. |
|
||||||||||||
|
Adds a space character before and after HTML tags (more precisely any found < or >)
Definizione alla linea 221 del file class.t3lib_diff.php. |
|
||||||||||||
|
Adds a space character before and after HTML tags (more precisely any found < or >)
Definizione alla linea 221 del file class.t3lib_diff.php. |
|
||||||||||||
|
Adds a space character before and after HTML tags (more precisely any found < or >)
Definizione alla linea 221 del file class.t3lib_diff.php. Referenziato da makeDiffDisplay(). |
|
|
Definizione alla linea 73 del file class.t3lib_diff.php. |
|
|
Definizione alla linea 70 del file class.t3lib_diff.php. |
|
|
Definizione alla linea 69 del file class.t3lib_diff.php. |
1.4.6