Searched refs:translateNthChild (Results 1 – 1 of 1) sorted by relevance
| /plugin/scrape/vendor/symfony/css-selector/XPath/Extension/ |
| D | FunctionExtension.php | 51 …public function translateNthChild(XPathExpr $xpath, FunctionNode $function, bool $last = false, bo… function in Symfony\\Component\\CssSelector\\XPath\\Extension\\FunctionExtension 108 return $this->translateNthChild($xpath, $function, true); 113 return $this->translateNthChild($xpath, $function, false, false); 125 return $this->translateNthChild($xpath, $function, true, false);
|