Home
last modified time | relevance | path

Searched refs:docstr (Results 1 – 3 of 3) sorted by relevance

/plugin/pycode/
Dmethod.php199 $docstr = array();
229 array_push($docstr, $line);
234 array_push($docstr, $line);
239 array_push($docstr, $line);
243 array_push($docstr, $line);
250 if (empty($docstr) == false) {
253 $ind = strpos($docstr[0], $triple);
254 foreach ($docstr as $key => $val) {
255 $docstr[$key] = substr_replace($val, "", 0, $ind);
258 $docstr[0] = trim($docstr[0], '"');
[all …]
Dsyntax.php240 $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 …]
Dscript.js106 '<strong>'+LANG.plugins.pycode.docstr+'</strong><br />' +