File ManagerCurrent Directory: wp-content/plugins/wpforms/vendor_prefixed/symfony/css-selector/ParserLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: ParserInterface.php <?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace WPForms\Vendor\Symfony\Component\CssSelector\Parser; use WPForms\Vendor\Symfony\Component\CssSelector\Node\SelectorNode; /** * CSS selector parser interface. * * This component is a port of the Python cssselect library, * which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect. * * @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com> * * @internal */ interface ParserInterface { /** * Parses given selector source into an array of tokens. * * @param string $source * * @return SelectorNode[] */ public function parse($source); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirHandlerDirectory Rename | DeleteParser.phpFile11.60 KB Rename | Delete | EditParserInterface.phpFile859.00 B Rename | Delete | EditReader.phpFile2.18 KB Rename | Delete | EditShortcutDirectory Rename | DeleteToken.phpFile2.80 KB Rename | Delete | EditTokenStream.phpFile3.45 KB Rename | Delete | EditTokenizerDirectory Rename | Delete