Home
last modified time | relevance | path

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

/plugin/pycode/
H A Dscript.js86 '<label><input type="radio" name="radio-nums" value="show" disabled>' +
87 LANG.plugins.pycode.show+'</label>' +
114 LANG.plugins.pycode.show+'</label>' +
232 // handle checkbox for show/hide line numbers
270 // handle checkbox for show/hide docstring
428 if (jQuery(".pycode__code-nums input:radio:checked").val() == "show") {
448 if (jQuery(".pycode__code-docstr input:radio:checked").val() == "show") {
519 * Show the pycode wizard
521 show: function() { method in pycode_wiz
523 pycode_wiz.$wiz.show();
[all …]
H A Daction.php132 if ($ACT == "show") {
H A Dsyntax.php376 * 0 = hide line numbers | 1 = show line numbers
500 * 0 = hide docstring | 1 = show docstring
/plugin/pycode/conf/
H A Dmetadata.php15 // 1 = (default) show buttons
24 // 0 = show line numbers (default)
40 // 0 = show docstring (default)