Home
last modified time | relevance | path

Searched refs:titleMatches (Results 1 – 3 of 3) sorted by relevance

/plugin/survey/helper/
Dsurvey.php97 if (preg_match("/^([^|]*)\|(.*)$/", $matches[1], $titleMatches)) {
98 $link = $titleMatches[1];
99 $name = $titleMatches[2];
/plugin/combo/vendor/php-webdriver/webdriver/lib/
DWebDriverExpectedCondition.php73 public static function titleMatches($titleRegexp) function in Facebook\\WebDriver\\WebDriverExpectedCondition
/plugin/combo/vendor/php-webdriver/webdriver/
DCHANGELOG.md167 - `titleMatches` - current page title matches regular expression