Home
last modified time | relevance | path

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

/plugin/pycode/
Dscript.js69 '<div class="pycode__embed-cls" id="pycode__left">' +
70 '<label><input id="pycode__opt-cls" type="checkbox">' +
71 LANG.plugins.pycode.cls+'</label>' +
73 '<div class="pycode__embed-cls" id="pycode__right">' +
179 pycode_wiz.disable(".pycode__embed-cls");
182 pycode_wiz.reset(".pycode__embed-cls");
203 if (jQuery("#pycode__opt-cls").prop("checked") == true) {
212 jQuery("#pycode__opt-cls").change(function() {
213 if (jQuery("#pycode__opt-cls").prop("checked") == true) {
216 .click(function() {pycode_wiz.reset(".pycode__embed-cls");});
[all …]
Dsyntax.php218 $code_error = array("error", "notfound-lns", "notfound-def", "notfound-cls");
349 elseif ($error->getMessage() == "notfound-cls") {
516 if ($code != "notfound-cls") {
692 $notfound_cls = $this->getLang("notfound-cls");
Dmethod.php135 throw new Exception("notfound-cls");
174 throw new Exception("notfound-cls");