Searched refs:docstr (Results 1 – 3 of 3) sorted by relevance
/plugin/pycode/ |
H A D | method.php | 199 $docstr = array(); 229 array_push($docstr, $line); 250 if (empty($docstr) == false) { 253 $ind = strpos($docstr[0], $triple); 254 foreach ($docstr as $key => $val) { 258 $docstr[0] = trim($docstr[0], '"'); 259 if (strlen($docstr[0]) != 0) { 260 array_push($brief, $docstr[0]); 263 foreach ($docstr as $key => $line) { 298 $docstr = $brief; [all …]
|
H A D | syntax.php | 240 $docstr = $data["usr_docstr"]; 300 $this->_print_tree($renderer, $loc_url, $tree_loc, $docstr); 322 $this->_print_tree($renderer, $loc_url, $tree_dif, $docstr); 325 $this->_print_tree($renderer, $loc_url, $tree_loc, $docstr); 499 * @param (int) $docstr if specified, it can be only: 502 private function _print_tree(Doku_Renderer $renderer, $loc_url, $tree, $docstr = null) { argument 506 if ($docstr === null) { 507 $docstr = $this->getConf("docstr"); 511 if ($docstr == 1) { 563 if ($docstr == 1) { [all …]
|
H A D | script.js | 106 '<strong>'+LANG.plugins.pycode.docstr+'</strong><br />' +
|