Home
last modified time | relevance | path

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

/plugin/pycode/
H A Dscript.js233 jQuery("#pycode__opt-nums").change(function() {
235 jQuery(".pycode__code-nums input:radio")
247 pycode_wiz.disable(".pycode__code-nums");
248 pycode_wiz.reset(".pycode__code-nums");
278 pycode_wiz.disable(".pycode__code-nums");
281 pycode_wiz.reset(".pycode__code-nums");
351 "nums": null, property in pycode_wiz.insertPycode.data
429 data["nums"] = "-nums = 1";
432 data["nums"] = "-nums = 0";
435 error.push("no-nums");
[all …]
H A Dsyntax.php123 $re = "/(-nums)(\s*)(=)(\s*)(0|1)/";
146 $re = "/(\s*-nums.*|\s*-title.*|\s*-docstr.*)/";
203 * ["usr_nums"] => (str) -nums = 0|1
212 * <src-url> [f <name-function> [<name-class>] [-nums] [-title]]
213 * <src-url> [l <name-lines> [-nums] [-title]]
238 $nums = $data["usr_nums"];
375 * @param (int) $nums if specified, it can be only:
387 if ($nums === null) {
388 $nums = $this->getConf("nums");
430 if ($nums == 1) {
[all …]
/plugin/pycode/conf/
H A Dmetadata.php23 // "nums" = (int) value of the checkbox:
26 $meta["nums"] = array("onoff");
H A Ddefault.php15 $conf["nums"] = 0; // for default the line numbers are not shown