توضیحات
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua
مشخصات
| Memory | |
| Number of cores | 4 |
| Technical | |
| TDP | 16GB |
| Memory | |
| Number of cores | 4 |
| Technical | |
| TDP | 16GB |
/* /home/maziyarid-333/maziyarid.com/plugins/debug/plugin.php [line: 124 - 129] */
function ($sql, $params){
$debugSql = $db->debugSql($sql, $params);
$this->view->debug['data']['sql'][] = [$sql, $params + ['sql' => $debugSql]];
return [$sql, $params];
});
/* /home/maziyarid-333/maziyarid.com/plugins/debug/plugin.php [line: 167 - 180] */
function (){
$events = Event::getEvents();
array_walk_recursive($events, function (&$value, $key) {
if (is_object($value)) {
if ($value instanceof \Closure) {
$value = $this->closureDump($value);
}
}
});
$this->view->debug['data']['filters'] = $events;
$this->view->debug['data']['request'] = Routes::getUrlData();
});
/* /home/maziyarid-333/maziyarid.com/plugins/minify/plugin.php [line: 373 - 385] */
function ($template, $htmlFile, $tplFile, $vTpl, $view){
$theme = $view->getTheme();
$this->initMinifier();
$this->processCss($vTpl, $template, $theme);
$this->processCss($vTpl, $template, $theme, 'body > ');
$this->processJs($vTpl, $template, $theme);
$this->processJs($vTpl, $template, $theme, 'body > ');
return [$template, $htmlFile, $tplFile, $vTpl, $view];
});
/* /home/maziyarid-333/maziyarid.com/plugins/vvvebcom/plugin.php [line: 56 - 60] */
function ($template, $htmlFile, $tplFile, $vTpl, $view){
$vTpl->loadTemplateFile(__DIR__ . '/app/template/common.tpl');
return [$template, $htmlFile, $tplFile, $vTpl, $view];
});
/* /home/maziyarid-333/maziyarid.com/plugins/toc-posts/plugin.php [line: 174 - 180] */
function ($results = false){
if ($results && isset($results['content'])) {
$this->toc($results);
}
return [$results];
});
/* /home/maziyarid-333/maziyarid.com/plugins/toc-posts/plugin.php [line: 182 - 188] */
function ($results = false){
if ($results && isset($results[0])) {
$this->toc($results[0]);
}
return [$results];
});