Home
last modified time | relevance | path

Searched refs:mechanism (Results 1 – 6 of 6) sorted by relevance

/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DJsonWireCompat.php40 $mechanism = $by->getMechanism();
44 switch ($mechanism) {
47 $mechanism = 'css selector';
51 $mechanism = 'css selector';
55 $mechanism = 'css selector';
61 return ['using' => $mechanism, 'value' => $value];
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverBy.php17 private $mechanism; variable in Facebook\\WebDriver\\WebDriverBy
23 protected function __construct($mechanism, $value) argument
25 $this->mechanism = $mechanism;
34 return $this->mechanism;
/template/notos/css/
Dnotos.less5 * CSS only toggle mechanism
Dnav-tabs.less103 // mobile toggle mechanism on desktop
179 // mobile toggle mechanism
/template/twentyfifteen/
DREADME27 different mechanism of WordPress and Dokuwiki. However, the relavent styling is
/template/strap/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md18 It also establishes a mechanism for reporting issues and resolving conflicts.