OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebUtil
(Results
1 - 2
of
2
) sorted by null
/external/libvncserver/webclients/novnc/include/
webutil.js
14
var
WebUtil
= {}, $D;
35
* Namespaced in
WebUtil
40
WebUtil
.init_logging = function (level) {
52
WebUtil
.dirObj = function (obj, depth, parent) {
62
msg +=
WebUtil
.dirObj(obj[i], depth - 1, parent + "." + i);
81
WebUtil
.getQueryVar = function (name, defVal) {
99
WebUtil
.createCookie = function (name, value, days) {
119
WebUtil
.readCookie = function (name, defaultValue) {
132
WebUtil
.eraseCookie = function (name) {
134
WebUtil
.createCookie(name, "", -1)
[
all
...]
ui.js
11
/* global window, $D, Util,
WebUtil
, RFB, Display */
21
Util.load_scripts(["
webutil
.js", "base64.js", "websock.js", "des.js",
44
WebUtil
.initSettings(UI.start, callback);
52
var sheet =
WebUtil
.selectStylesheet();
53
var sheets =
WebUtil
.getStylesheets();
67
WebUtil
.init_logging(UI.getSetting('logging'));
70
WebUtil
.selectStylesheet(null);
72
WebUtil
.selectStylesheet(UI.getSetting('stylesheet'));
104
var autoconnect =
WebUtil
.getQueryVar('autoconnect', false);
213
var val =
WebUtil
.readSetting(name)
[
all
...]
Completed in 966 milliseconds