File ManagerCurrent Directory: wp-content/plugins/wpforms/vendor_prefixed/symfony/css-selector/Parser/HandlerLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: HandlerInterface.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\Handler; use WPForms\Vendor\Symfony\Component\CssSelector\Parser\Reader; use WPForms\Vendor\Symfony\Component\CssSelector\Parser\TokenStream; /** * CSS selector handler 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 HandlerInterface { /** * @return bool */ public function handle(Reader $reader, TokenStream $stream); } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirCommentHandler.phpFile1.15 KB Rename | Delete | EditHandlerInterface.phpFile849.00 B Rename | Delete | EditHashHandler.phpFile1.64 KB Rename | Delete | EditIdentifierHandler.phpFile1.66 KB Rename | Delete | EditNumberHandler.phpFile1.42 KB Rename | Delete | EditStringHandler.phpFile2.49 KB Rename | Delete | EditWhitespaceHandler.phpFile1.22 KB Rename | Delete | Edit