Home
last modified time | relevance | path

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

/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php244 private function quoteLiteral(string $literal): string { function in PhpCss\\Ast\\Visitor\\Xpath
373 $condition = 'local-name() = '.$this->quoteLiteral($elementName);
394 $this->quoteLiteral($id->id)
422 $this->quoteLiteral($attribute->literal->value)
430 $this->quoteLiteral($attribute->literal->value)
437 $this->quoteLiteral($attribute->literal->value)
441 $condition = '@'.$attribute->name.' = '.$this->quoteLiteral($attribute->literal->value);
447 $this->quoteLiteral(' '.trim($attribute->literal->value).' ')
454 $this->quoteLiteral($attribute->literal->value)
574 $this->addCondition('contains(., '.$this->quoteLiteral($parameter->value));
[all …]