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/
H A Dscript.js183 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.data
449 data["docstr"] = "-docstr = 1";
452 data["docstr"] = "-docstr = 0";
455 error.push("no-docstr");
[all …]
H A 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"];
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 …]
H A Dmethod.php199 $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 …]
/plugin/pycode/conf/
H A Dmetadata.php39 // "docstr" = (int) value of the checkbox:
42 $meta["docstr"] = array("onoff");
H A Ddefault.php17 $conf["docstr"] = 0; // for default the docstring is not shown