About

This package is 27.4 KB. It is available at http://ftp.debian.org/debian/pool/main/s/symfony/php-symfony-css-selector_2.3.21+dfsg-4+deb8u3_all.deb .

View its full control file here: debian/control.

Description

convert CSS selectors to XPath expressions

Relations

This package depends on: php5-common (>= 5.3.3).

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 2.3.21+dfsg-4+deb8u3 is in debian - jessie / main. 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.1 KB
/usr/share/doc/php-symfony-css-selector/changelog.gz application/gzip root:root 0o644 53 bytes
/usr/share/doc/php-symfony-css-selector/copyright text/plain root:root 0o644 46.1 KB
/usr/share/doc/php-symfony-css-selector/README.md text/plain root:root 0o644 1.3 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/CssSelector.php text/x-php root:root 0o644 2.3 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 578 bytes
/usr/share/php/Symfony/Component/CssSelector/Exception/ExpressionErrorException.php text/x-php root:root 0o644 673 bytes
/usr/share/php/Symfony/Component/CssSelector/Exception/InternalErrorException.php text/x-php root:root 0o644 671 bytes
/usr/share/php/Symfony/Component/CssSelector/Exception/ParseException.php text/x-php root:root 0o644 640 bytes
/usr/share/php/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php text/x-php root:root 0o644 1.9 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 920 bytes
/usr/share/php/Symfony/Component/CssSelector/Node/AttributeNode.php text/x-php root:root 0o644 2.6 KB
/usr/share/php/Symfony/Component/CssSelector/Node/ClassNode.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php text/x-php root:root 0o644 1.9 KB
/usr/share/php/Symfony/Component/CssSelector/Node/ElementNode.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/Symfony/Component/CssSelector/Node/FunctionNode.php text/x-php root:root 0o644 2.0 KB
/usr/share/php/Symfony/Component/CssSelector/Node/HashNode.php text/x-php root:root 0o644 1.5 KB
/usr/share/php/Symfony/Component/CssSelector/Node/NegationNode.php text/x-php root:root 0o644 1.6 KB
/usr/share/php/Symfony/Component/CssSelector/Node/NodeInterface.php text/x-php root:root 0o644 920 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.5 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 867 bytes
/usr/share/php/Symfony/Component/CssSelector/Parser/Handler/HashHandler.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Handler/IdentifierHandler.php text/x-php root:root 0o644 1.8 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.6 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Handler/WhitespaceHandler.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/ParserInterface.php text/x-php root:root 0o644 817 bytes
/usr/share/php/Symfony/Component/CssSelector/Parser/Parser.php text/x-php root:root 0o644 12.3 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Reader.php text/x-php root:root 0o644 2.3 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.6 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 2.0 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerPatterns.php text/x-php root:root 0o644 3.4 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Tokenizer/Tokenizer.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/Token.php text/x-php root:root 0o644 2.9 KB
/usr/share/php/Symfony/Component/CssSelector/Parser/TokenStream.php text/x-php root:root 0o644 3.6 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.3 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.9 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php text/x-php root:root 0o644 6.6 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/Extension/NodeExtension.php text/x-php root:root 0o644 7.1 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php text/x-php root:root 0o644 4.0 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/TranslatorInterface.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/Translator.php text/x-php root:root 0o644 8.3 KB
/usr/share/php/Symfony/Component/CssSelector/XPath/XPathExpr.php text/x-php root:root 0o644 2.8 KB