REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 696 B
Close
/home/nshryvcy/himaltourism.com/wp-content/plugins/mailpoet/lib/Util/pQuery/pQuery.php
Text
Base64
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\Util\pQuery; if (!defined('ABSPATH')) exit; use MailPoetVendor\pQuery\pQuery as pQuerypQuery; // extend pQuery class to use UTF-8 encoding when getting elements' inner/outer text // phpcs:ignore Squiz.Classes.ValidClassName class pQuery extends pQuerypQuery { public static function parseStr($html): DomNode { $parser = new Html5Parser($html); if (!$parser->root instanceof DomNode) { // this condition shouldn't happen it is here only for PHPStan throw new \Exception('Renderer is not configured correctly'); } return $parser->root; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
DomNode.php
726 B
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Html5Parser.php
338 B
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.php
0 B
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pQuery.php
696 B
lrw-r--r--
2023-04-04 05:35:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).