This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/CssSelector
2011-02-22 18:58:15 +01:00
..
Node [CssSelector] PHPDoc additions 2011-02-09 06:55:44 +01:00
LICENSE added LICENSE files for the subtree repositories 2011-02-22 18:58:15 +01:00
Parser.php [CssSelector] Fixed PHPDoc blocks. 2011-02-06 16:18:25 +01:00
README renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
SyntaxError.php normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
Token.php [CssSelector] fix phpdoc to match coding standards (int -> integer, bool -> Boolean). 2011-02-14 20:50:52 +01:00
Tokenizer.php [CssSelector] fix phpdoc to match coding standards (int -> integer, bool -> Boolean). 2011-02-14 20:50:52 +01:00
TokenStream.php [CssSelector] fix phpdoc to match coding standards (int -> integer, bool -> Boolean). 2011-02-14 20:50:52 +01:00
XPathExpr.php [CssSelector] fix phpdoc to match coding standards (int -> integer, bool -> Boolean). 2011-02-14 20:50:52 +01:00
XPathExprOr.php [CssSelector] fix phpdoc to match coding standards (int -> integer, bool -> Boolean). 2011-02-14 20:50:52 +01:00

This component is a port of the Python lxml library,
which is copyright Infrae and distributed under the BSD license.

Current code is a port of http://codespeak.net/svn/lxml/trunk/src/lxml/cssselect.py@71545