Home
last modified time | relevance | path

Searched defs:cssSelector (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/carica/phpcss/src/
H A DPhpCss.php23 public static function reformat(string $cssSelector): string {
38 public static function toXpath(string $cssSelector, int $options = 0): string {
52 public static function getAst(string $cssSelector): PhpCss\Ast\Node {
/template/strap/resources/snippet/js/
H A Dcombo-popover.js28 enable: function (cssSelector) { argument
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverBy.php63 public static function cssSelector($css_selector) function in Facebook\\WebDriver\\WebDriverBy