REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 726 B
Close
/home/nshryvcy/himaltourism.com/wp-content/plugins/mailpoet/lib/Util/pQuery/DomNode.php
Text
Base64
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\Util\pQuery; if (!defined('ABSPATH')) exit; use MailPoetVendor\pQuery\DomNode as pQueryDomNode; class DomNode extends pQueryDomNode { public $childClass = DomNode::class; public $parserClass = Html5Parser::class; public function getInnerText() { return html_entity_decode($this->toString(true, true, 1), ENT_NOQUOTES, 'UTF-8'); } public function getOuterText() { return html_entity_decode($this->toString(), ENT_NOQUOTES, 'UTF-8'); } public function query($query = '*') { $select = $this->select($query); $result = new pQuery((array)$select); return $result; } }
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).