Searched +full:show +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang) (Results 1 – 4 of 4) sorted by relevance
86 '<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 numbers270 // handle checkbox for show/hide docstring428 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 wizard521 show: function() { method in pycode_wiz523 pycode_wiz.$wiz.show();[all …]
132 if ($ACT == "show") {
376 * 0 = hide line numbers | 1 = show line numbers500 * 0 = hide docstring | 1 = show docstring
15 // 1 = (default) show buttons24 // 0 = show line numbers (default)40 // 0 = show docstring (default)