Home
last modified time | relevance | path

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

/template/monobook/static/3rd/wikipedia/
DIEFixes.js47 logospan.style.setExpression('marginRight', '"-" + (this.offsetWidth / 2) + "px"');
52 logospan.style.setExpression('marginLeft', '"-" + (this.offsetWidth / 2) + "px"');
55 logospan.style.setExpression('marginTop', '"-" + (this.offsetHeight / 2) + "px"');
/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php115 $this->setExpression($expression);
126 public function setExpression($value) function in Cron\\CronExpression