Home
last modified time | relevance | path

Searched refs:isEnabled (Results 1 – 7 of 7) sorted by relevance

/template/bootstrap3/tpl/
Dmenu-user.php51 if ($extension->isEnabled() && $extension->isUpdateAvailable()) {
66 if ($extension->updateAvailable() && $extension->isEnabled()) {
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverElement.php104 public function isEnabled(); function
H A DWebDriverExpectedCondition.php427 if ($element !== null && $element->isEnabled()) {
450 $element->isEnabled();
/template/strap/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php301 public function isEnabled() function in Facebook\\WebDriver\\Support\\Events\\EventFiringWebElement
304 return $this->element->isEnabled();
/template/strap/syntax/
H A Dheadingwiki.php42 public static function isEnabled(): int function in syntax_plugin_combo_headingwiki
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php354 public function isEnabled() function in Facebook\\WebDriver\\Remote\\RemoteWebElement
/template/strap/
H A Dcli.php618 if ($extension->isEnabled() && $extension->isUpdateAvailable()) {