Searched +full:docstr +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang) (Results 1 – 5 of 5) sorted by relevance
183 pycode_wiz.reset(".pycode__code-docstr");198 pycode_wiz.reset(".pycode__code-docstr");228 pycode_wiz.reset(".pycode__code-docstr");271 jQuery("#pycode__opt-docstr").change(function() {273 jQuery(".pycode__code-docstr input:radio")285 pycode_wiz.reset(".pycode__code-docstr");353 "docstr": null property in pycode_wiz.insertPycode.data449 data["docstr"] = "-docstr = 1";452 data["docstr"] = "-docstr = 0";455 error.push("no-docstr");[all …]
139 $re = "/(-docstr)(\s*)(=)(\s*)(0|1)/";146 $re = "/(\s*-nums.*|\s*-title.*|\s*-docstr.*)/";205 * ["usr-docstr"] => (str) -docstr = 0|1211 * <src-url> [c <name-class> [-docstr]]240 $docstr = $data["usr_docstr"];499 * @param (int) $docstr if specified, it can be only:506 if ($docstr === null) {507 $docstr = $this->getConf("docstr");511 if ($docstr == 1) {563 if ($docstr == 1) {[all …]
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 …]
39 // "docstr" = (int) value of the checkbox:42 $meta["docstr"] = array("onoff");
17 $conf["docstr"] = 0; // for default the docstring is not shown