Home
last modified time | relevance | path

Searched refs:WEBCODE (Results 1 – 3 of 3) sorted by relevance

/plugin/webcode/
H A DwebCodeConsole.js4 let WEBCODE = { class
9 WEBCODE.appendChild(webConsoleLine);
59 s = WEBCODE.htmlEntities(s);
62 WEBCODE.appendLine(s);
70 WEBCODE.appendLine("The variable of the function console.table must be an array.");
75 WEBCODE.appendLine("The variable of the console.table has no elements.");
99 thElement.innerHTML = WEBCODE.print(prop);
117 tdElement.innerHTML = WEBCODE.print(element[prop]);
122 tdElement.innerHTML = WEBCODE.print(element);
128 WEBCODE.appendChild(tableElement);
/plugin/combo/resources/webcode/
H A Dwebcode-console.js11 let WEBCODE = (function () { function
191 WEBCODE.addLogEntry(input);
196 WEBCODE.addTableEntry(input);
200 WEBCODE.flushLogs();
202 window.setInterval(WEBCODE.flushLogs,2000)
/plugin/combo/resources/snippet/js/
H A Dwebcode.js1 let WEBCODE = (function () { function
38 WEBCODE.adjustHeightToFitContent(iframe);
46 WEBCODE.adjustHeightToFitContent(iframe);