htdocs/class/libraries/vendor/kint-php/kint/src/Renderer/Plain.php 1 location
|
@@ 78-85 (lines=8) @@
|
| 75 |
|
} |
| 76 |
|
} |
| 77 |
|
|
| 78 |
|
protected static function renderCss() |
| 79 |
|
{ |
| 80 |
|
if (file_exists(KINT_DIR.'/resources/compiled/'.self::$theme)) { |
| 81 |
|
return file_get_contents(KINT_DIR.'/resources/compiled/'.self::$theme); |
| 82 |
|
} else { |
| 83 |
|
return file_get_contents(self::$theme); |
| 84 |
|
} |
| 85 |
|
} |
| 86 |
|
|
| 87 |
|
public function preRender() |
| 88 |
|
{ |
htdocs/class/libraries/vendor/kint-php/kint/src/Renderer/Rich.php 1 location
|
@@ 307-314 (lines=8) @@
|
| 304 |
|
return file_get_contents(KINT_DIR.'/resources/compiled/rich.js'); |
| 305 |
|
} |
| 306 |
|
|
| 307 |
|
protected static function renderCss() |
| 308 |
|
{ |
| 309 |
|
if (file_exists(KINT_DIR.'/resources/compiled/'.self::$theme)) { |
| 310 |
|
return file_get_contents(KINT_DIR.'/resources/compiled/'.self::$theme); |
| 311 |
|
} else { |
| 312 |
|
return file_get_contents(self::$theme); |
| 313 |
|
} |
| 314 |
|
} |
| 315 |
|
|
| 316 |
|
public function preRender() |
| 317 |
|
{ |