File ManagerCurrent Directory: wp-content/plugins/wpforms/vendor_prefixed/symfony/css-selector/ParserLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 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