|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Functions | |
| tdate ($input) | |
| hours ($input) | |
| humanreadable ($input) | |
Variables | |
| $config = SimpleSAML_Configuration::getInstance() | |
| $formats | |
| $statsraw = SimpleSAML_Memcache::getStats() | |
| $stats = $statsraw | |
| foreach($stats AS $key=> &$entry) | $t = new SimpleSAML_XHTML_Template($config, 'memcacheMonitor:memcachestat.tpl.php') |
| $rowTitles | |
| $t | data ['title'] = 'Memcache stats' |
| $t | data ['rowtitles'] = $rowTitles |
| $t | data ['table'] = $stats |
| $t | data ['statsraw'] = $statsraw |
| hours | ( | $input | ) |
Definition at line 7 of file memcachestat.php.
References $input.
Referenced by ilDurationInputGUI\setHours(), and Sabre\VObject\Parser\XmlTest\testRFC6321Example2().
Here is the caller graph for this function:| humanreadable | ( | $input | ) |
Definition at line 16 of file memcachestat.php.
References $input, and Sabre\VObject\$output.
| tdate | ( | $input | ) |
Definition at line 3 of file memcachestat.php.
References $input.
| $config = SimpleSAML_Configuration::getInstance() |
Definition at line 75 of file memcachestat.php.
| $formats |
Definition at line 81 of file memcachestat.php.
| $rowTitles |
Definition at line 105 of file memcachestat.php.
| $stats = $statsraw |
Definition at line 92 of file memcachestat.php.
| $statsraw = SimpleSAML_Memcache::getStats() |
Definition at line 90 of file memcachestat.php.
| foreach ( $stats AS $key=> & $entry) $t = new SimpleSAML_XHTML_Template($config, 'memcacheMonitor:memcachestat.tpl.php') |
Definition at line 104 of file memcachestat.php.
| $t data[ 'rowtitles'] = $rowTitles |
Definition at line 156 of file memcachestat.php.
| $t data[ 'statsraw'] = $statsraw |
Definition at line 158 of file memcachestat.php.
| $t data[ 'table'] = $stats |
Definition at line 157 of file memcachestat.php.
| $t data[ 'title'] = 'Memcache stats' |
Definition at line 155 of file memcachestat.php.