Lines Matching defs:out
144 $out = str_replace(Configuration::KEYMARKER, "»", $this->key);
145 if ($url && !strstr($out, '»')) {//provide no urls for plugins, etc.
146 if ($out == 'start') {
148 return '<a href="https://www.dokuwiki.org/config:startpage">' . $out . '</a>';
150 return '<a href="https://www.dokuwiki.org/config:' . $out . '">' . $out . '</a>';
153 return $out;
222 * @see out() to run when this returns true
253 public function out($var, $fmt = 'php')
263 $out = '$' . $var . "['" . $this->getArrayKey() . "'] = $value;\n";
265 return $out;