Searched refs:variable (Results 1 – 4 of 4) sorted by relevance
811 toggleOption: function (variable) { argument813 DokuCookie.setValue(variable, 1);814 dw_mediamanager[variable] = true;816 DokuCookie.setValue(variable, '');817 dw_mediamanager[variable] = false;819 if (variable === 'hide') {
264 if ($this->variable($var) && $this->assign() &&533 (($this->variable($inner) && $inner = ['variable', $inner]) ||555 if ($this->variable($var)) {656 } elseif ($this->variable($variable)) {657 $out = ['variable', $variable];1160 protected function variable(&$name) function in LesserPHP\\Parser1164 ($this->variable($sub) || $this->keyword($name))) {
106 terminal width on its own. It can be overwritten by setting a ``COLUMNS`` environment variable.
178 * Make variable handling compatible to PHP (SF#3489142, BenBE)287 * Fixed a problem with variable names in Prolog (BenBE)412 - Fixed an undefined variable issue in langcheck.php (BenBE)449 i.e. the dest was highlighted as variable declaration (milian)759 - Fix incorrect highlighting of the $# variable in bash (Michael Knight)