About

This package is 25.8 KB. It is available at http://archive.ubuntu.com/ubuntu/pool/universe/s/symfony/php-symfony-css-selector_3.4.6+dfsg-1_all.deb .

View its full control file here: debian/control.

Description

convert CSS selectors to XPath expressions

Relations

This package depends on: php-common.

This package does not recommend any other package.

This package does not suggest any other package.

This package does not conflict with any other package.

Package Contents

This package is indexed.

php-symfony-css-selector 3.4.6+dfsg-1 is in ubuntu - bionic / universe. This package's architecture is: architectureless.

File Mime Type Owner Mode Size
/usr/ root:root 0o755
/usr/share/ root:root 0o755
/usr/share/doc/ root:root 0o755
/usr/share/doc/php-symfony-css-selector/ root:root 0o755
/usr/share/doc/php-symfony-css-selector/changelog.Debian.gz application/gzip root:root 0o644 1.2 KB
/usr/share/doc/php-symfony-css-selector/copyright text/plain root:root 0o644 32.8 KB
/usr/share/php/ root:root 0o755
/usr/share/php/Symfony/ root:root 0o755
/usr/share/php/Symfony/Component/ root:root 0o755
/usr/share/php/Symfony/Component/CssSelector/ root:root 0o755
/usr/share/php/Symfony/Component/CssSelector/autoload.php text/x-php root:root 0o644 5.9 KB
/usr/share/php/Symfony/Component/CssSelector/CssSelectorConverter.php text/x-php root:root 0o644 1.9 KB
/usr/share/php/Symfony/Component/CssSelector/Exception/ root:root 0o755
/usr/share/php/Symfony/Component/CssSelector/Exception/ExceptionInterface.php text/x-php root:root 0o644 576 bytes
/usr/share/php/Symfony/Component/CssSelector/Exception/ExpressionErrorException.php text/x-php root:root 0o644 641 bytes
/usr/share/php/Symfony/Component/CssSelector/Exception/InternalErrorException.php text/x-php root:root 0o644 639 bytes
/usr/share/php/Symfony/Component/CssSelector/Exception/ParseException.php text/x-php root:root 0o644 638 bytes
/usr/share/php/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php text/x-php root:root 0o644 1.8 KB
/usr/share/php/Symfony/Component/CssSelector/Node/ root:root 0o755
/usr/share/php/Symfony/Component/CssSelector/Node/AbstractNode.php text/x-php root:root 0o644 934 bytes
/usr/share/php/Symfony/Component/CssSelector/Node/AttributeNode.php text/x-php root:root 0o644 2.4 KB
/usr/share/php/Symfony/Component/CssSelector/Node/ClassNode.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php text/x-php root:root 0o644 1.8 KB
/usr/share/php/Symfony/Component/CssSelector/Node/ElementNode.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/Symfony/Component/CssSelector/Node/FunctionNode.php text/x-php root:root 0o644 1.9 KB
/usr/share/php/Symfony/Component/CssSelector/Node/HashNode.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/Symfony/Component/CssSelector/Node/NegationNode.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/Symfony/Component/CssSelector/Node/NodeInterface.php text/x-php root:root 0o644 934 bytes
/usr/share/php/Symfony/Component/CssSelector/Node/PseudoNode.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/Symfony/Component/CssSelector/Node/SelectorNode.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/Symfony/Component/CssSelector/Node/Specificity.php text/x-php root:root 0o644 1.9 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/ root:root 0o755
/usr/share/php/Symfony/Component/CssSelector/Parser/Handler/ root:root 0o755
/usr/share/php/Symfony/Component/CssSelector/Parser/Handler/CommentHandler.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Handler/HandlerInterface.php text/x-php root:root 0o644 806 bytes
/usr/share/php/Symfony/Component/CssSelector/Parser/Handler/HashHandler.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Handler/IdentifierHandler.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Handler/NumberHandler.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php text/x-php root:root 0o644 2.4 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Handler/WhitespaceHandler.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/ParserInterface.php text/x-php root:root 0o644 831 bytes
/usr/share/php/Symfony/Component/CssSelector/Parser/Parser.php text/x-php root:root 0o644 12.0 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Reader.php text/x-php root:root 0o644 2.2 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Shortcut/ root:root 0o755
/usr/share/php/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Shortcut/EmptyStringParser.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Tokenizer/ root:root 0o755
/usr/share/php/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerEscaping.php text/x-php root:root 0o644 1.9 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerPatterns.php text/x-php root:root 0o644 2.9 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Tokenizer/Tokenizer.php text/x-php root:root 0o644 2.0 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Token.php text/x-php root:root 0o644 2.8 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/TokenStream.php text/x-php root:root 0o644 3.4 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/ root:root 0o755
/usr/share/php/Symfony/Component/CssSelector/XPath/Extension/ root:root 0o755
/usr/share/php/Symfony/Component/CssSelector/XPath/Extension/AbstractExtension.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/Extension/AttributeMatchingExtension.php text/x-php root:root 0o644 4.7 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/Extension/CombinationExtension.php text/x-php root:root 0o644 2.0 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/Extension/ExtensionInterface.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php text/x-php root:root 0o644 5.5 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php text/x-php root:root 0o644 6.1 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/Extension/NodeExtension.php text/x-php root:root 0o644 6.2 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php text/x-php root:root 0o644 3.6 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/TranslatorInterface.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/Translator.php text/x-php root:root 0o644 7.8 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/XPathExpr.php text/x-php root:root 0o644 2.7 KB