Lines Matching +full:docstr +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang)
139 $re = "/(-docstr)(\s*)(=)(\s*)(0|1)/";
146 $re = "/(\s*-nums.*|\s*-title.*|\s*-docstr.*)/";
205 * ["usr-docstr"] => (str) -docstr = 0|1
211 * <src-url> [c <name-class> [-docstr]]
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) {
594 if ($docstr == 1) {