Home
last modified time | relevance | path

Searched +full:docstr +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/pycode/
Dscript.js106 '<strong>'+LANG.plugins.pycode.docstr+'</strong><br />' +
108 '<div class="pycode__code-docstr" id="pycode__left">' +
109 '<label><input id="pycode__opt-docstr" type="checkbox">' +
112 '<div class="pycode__code-docstr" id="pycode__right">' +
113 … '<label><input type="radio" name="radio-docstr" value="show" disabled>' +
115 … '<label><input type="radio" name="radio-docstr" value="hide" disabled>' +
147 // docstr | X | X | X | X | V || X | X | X | X | X |
180 pycode_wiz.disable(".pycode__code-docstr");
183 pycode_wiz.reset(".pycode__code-docstr");
197 pycode_wiz.disable(".pycode__code-docstr");
[all …]
Dsyntax.php139 $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
[all …]
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 …]
/plugin/pycode/conf/
Dmetadata.php39 // "docstr" = (int) value of the checkbox:
42 $meta["docstr"] = array("onoff");
Ddefault.php17 $conf["docstr"] = 0; // for default the docstring is not shown