Peter

Results 17 issues of Peter

PHP Version: 7.1.4 (WINNT) PHPDox Version: 0.8.2-dev Exception: Error (Code: 0) Location: C:\Users\Peter\PhpstormProjects\PHPJenkinsPOC\vendor\nikic\php-parser\lib\PhpParser\Parser\Multiple.php (Line 28) Class 'PhpParser\ErrorHandler\Throwing' not found #0 C:\Users\Peter\PhpstormProjects\PHPJenkinsPOC\vendor\theseer\phpdox\src\collector\Collector.php(141): TheSeer\phpDox\Collector\Backend\PHPParser->parse() #1 C:\Users\Peter\PhpstormProjects\PHPJenkinsPOC\vendor\theseer\phpdox\src\collector\Collector.php(105): TheSeer\phpDox\Collector\Collector->processFile() #2 C:\Users\Peter\PhpstormProjects\PHPJenkinsPOC\vendor\theseer\phpdox\src\Application.php(122): TheSeer\phpDox\Collector\Collector->run() #3 C:\Users\Peter\PhpstormProjects\PHPJenkinsPOC\vendor\theseer\phpdox\src\CLI.php(161):...

Is there a way to use back references?

### Description On various installations of mine, in the backend, the preview URL's are not correct, they do not use the current selected website: See screenshots: The currently selected website...

### Description Is this featured? For both, searching in the admin, and for creating queries In the admin, I can search on fulladress, not on parts: see https://pasteboard.co/IVxZA8h.png In my...

enhancement

Any idea on the performance on very large filesystems?

I see in code that the initTable method is invoked in the constructor. This means the db table is created (with the default name) before the casbinRuleTableName parameter can be...

For example, I use font-awesome like this: `` Original file excerpt: `src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');` Result: `src: url("/\\/bower_components/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3");` Kind regards

Is there support planned for distinguishing 1024 or 1000 based units? https://en.wikipedia.org/wiki/Mebibyte 1 MB = 1000 kB 1 MiB = 1024 KiB As I see it, it can be done...

Is there support planned for i18n? For example: kB in french is ko MB is Mo ... Kind regards

Is there a way to define formatters? For example to print HTML formatted cell content? Thanks