Searched +full:lns +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang) (Results 1 – 3 of 3) sorted by relevance
51 '<div class="pycode__embed-lns" id="pycode__left">' +52 '<label><input id="pycode__opt-lns" type="checkbox">' +53 LANG.plugins.pycode.lns+'</label>' +55 '<div class="pycode__embed-lns" id="pycode__right">' +175 jQuery("#pycode__opt-lns").change(function() {176 if (jQuery("#pycode__opt-lns").prop("checked") == true) {186 pycode_wiz.disable(".pycode__embed-lns");196 pycode_wiz.disable(".pycode__embed-lns");217 pycode_wiz.disable(".pycode__embed-lns");276 pycode_wiz.disable(".pycode__embed-lns");[all …]
218 $code_error = array("error", "notfound-lns", "notfound-def", "notfound-cls");343 elseif ($error->getMessage() == "notfound-lns") {419 $lns = "Ln: " . reset($range) . "-" . end($range);420 $title = "$src" . "$class" . "$def" . "$lns";660 $notfound_lns = $this->getLang("notfound-lns");
84 throw new Exception("notfound-lns");