Searched refs:condition (Results 1 – 6 of 6) sorted by relevance
| /template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/ |
| H A D | Xpath.php | 205 private function addCondition($condition): void { argument 206 if (!empty($condition)) { 214 $this->add($condition); 224 $this->add($condition); 365 …$condition = '(self::'.$elementName.' or self::'.$this->_defaultNamespacePrefix.':'.$elementName.'… 367 $this->setElement('*['.$condition.']'); 371 $this->addCondition($condition); 373 $condition = 'local-name() = '.$this->quoteLiteral($elementName); 375 $this->setElement('*['.$condition.']'); 379 $this->addCondition($condition); [all …]
|
| /template/twigstarter/vendor/twig/twig/src/Test/ |
| D | IntegrationTestCase.php | 80 …public function testIntegration($file, $message, $condition, $templates, $exception, $outputs, $de… argument 82 …$this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecati… 89 …public function testLegacyIntegration($file, $message, $condition, $templates, $exception, $output… argument 91 …$this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecati… 112 $condition = $match[2]; 119 $condition = $match[2]; 128 …$tests[] = [str_replace($fixturesDir.'/', '', $file), $message, $condition, $templates, $exception… 144 …protected function doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs… argument 150 if ($condition) { 151 eval('$ret = '.$condition.';'); [all …]
|
| /template/strap/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverExpectedCondition.php | 468 * @param WebDriverExpectedCondition $condition The condition wrapped. 471 public static function refreshed(self $condition) argument 474 function (WebDriver $driver) use ($condition) { 476 return call_user_func($condition->getApply(), $driver); 574 * @param WebDriverExpectedCondition $condition The condition to be negated. 577 public static function not(self $condition) argument 580 function (WebDriver $driver) use ($condition) { 581 $result = call_user_func($condition->getApply(), $driver);
|
| /template/strap/vendor/php-webdriver/webdriver/ |
| H A D | CHANGELOG.md | 69 - Make `alertIsPresent()` condition working in W3C mode. 154 - Deprecate `textToBePresentInElementValue` expected condition in favor of `elementValueContains`.
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ATNDeserializer.php | 722 private function checkCondition(?bool $condition, $message = 'IllegalState') : void argument 724 if ($condition === null) {
|
| /template/twigstarter/vendor/twig/twig/ |
| D | CHANGELOG | 346 * fixed a race condition handling when writing cache files
|