This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Highlight time | |
| regexp=^\[\d\d-[A-Z][a-z][a-z]-\d\d\d\d \d\d:\d\d:\d\d [A-Z]{3}\] | |
| colour=dark | |
| count=once | |
| - | |
| # Highlight file paths with lines at end | |
| regexp=(/[A-z0-9-]+)+.php:[\d]+ | |
| colour=green | |
| count=more | |
| - |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8"><meta name="author" content="JetBrains"><script type="text/javascript" src="script.js"></script><link rel="stylesheet" type="text/css" href="styles.css"/><title>PhpStorm inspection report</title></head><body><h3>PhpStorm inspection report:</h3><div style="width:100%;"><div style="float:left; width:50%;"><h4>Inspection tree:</h4><li><label for="174171066"><b>'InspectionViewTree' project</b> <span class="grayout"> 6 errors 53 warnings 127 weak warnings 477 typos </span></label><input type="checkbox" checked onclick="navigate(174171066)" id="174171066" /><ol class="tree"><li><label for="349200440"><b>CSS</b> group <span class="grayout"> 1 warning </span></label><input type="checkbox" onclick="navigate(349200440)" id="349200440" /><ol class="tree"><li><label for="1676378579"><b>Invalid elements</b> group <span class="grayout">&n |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env php | |
| <?php | |
| function getDirs( $currentDir ) { | |
| return array_filter( $currentDir, function ( $dir ) { | |
| return is_dir( $dir ) && $dir !== '..' && $dir !== '.'; | |
| } ); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env php | |
| <?php | |
| function getDirs( $currentDir ) { | |
| return array_filter( $currentDir, function ( $dir ) { | |
| return is_dir( $dir ) && $dir !== '..' && $dir !== '.'; | |
| } ); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const ajaxFetch = (options, resolve, reject) => $.ajax(options) | |
| .done(resolve) | |
| .fail(reject); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * File holding ${NAME} class | |
| * | |
| #if (${NAMESPACE}) * @package ${NAMESPACE} | |
| #end | |
| * @since | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for package in $(ls -1); do echo $package; jq -r .version $package/package.json; done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FILE: mnt/d/WordPress-Themes/themes/lightning/comments.php | |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE | |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| LINE 28: WARNING Mismatched placeholders is probably an error (WordPress.WP.I18n.MismatchedPlaceholders) | |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 26: » » <h2·class="comments-title"> | |
| 27: » <?php | |
| >> 28: » printf(·_nx(·'One·thought·on·“%2$s”',·'%1$s·thoughts·on·“%2$s”',·get_comments_number(),·'comments·title',·'lightning'·), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Class Api_Docs_Page | |
| * | |
| * @package My_Plugin\Routes\Endpoints | |
| */ | |
| namespace My_Plugin\Tests\Routes\Endpoints; | |
| use WP_REST_Request; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FILE: ...wp-graphql/src/Connection/Themes.php | |
| ---------------------------------------------------------------------- | |
| FOUND 1 ERROR AFFECTING 1 LINE | |
| ---------------------------------------------------------------------- | |
| 1 | ERROR | Missing file doc comment | |
| | | (Squiz.Commenting.FileComment.Missing) | |
| ---------------------------------------------------------------------- | |
| FILE: ...wp-graphql/src/Connection/Comments.php | |
| ---------------------------------------------------------------------- |